Frame 1
mochi.as2.MochiAd.showPreGameAd({id:"2703619c32c783e3", res:"800x600"});
var _mochiads_game_id = "2703619c32c783e3";
Frame 2
stop();
Instance of Symbol 5 MovieClip in Frame 2
on (release) {
getURL ("http://www.easygirlgames.com", "_blank");
}
Frame 3
function visibility() {
jewel_but.gotoAndStop(1);
top_but.gotoAndStop(1);
bot_but.gotoAndStop(1);
acc_but.gotoAndStop(1);
shoe_but.gotoAndStop(1);
glas_but.gotoAndStop(1);
hair_but.gotoAndStop(1);
wing_but.gotoAndStop(1);
for (i in all) {
all[i].gotoAndStop(1);
}
for (i in jewels) {
jewels[i]._visible = false;
}
for (i in tops) {
tops[i]._visible = false;
}
for (i in bots) {
bots[i]._visible = false;
}
for (i in accs) {
accs[i]._visible = false;
}
for (i in shoes) {
shoes[i]._visible = false;
}
for (i in glass) {
glass[i]._visible = false;
}
for (i in hairs) {
hairs[i]._visible = false;
}
for (i in wings) {
wings[i]._visible = false;
}
if (type == 1) {
for (i in jewels) {
jewels[i]._visible = true;
}
}
if (type == 2) {
for (i in tops) {
tops[i]._visible = true;
}
}
if (type == 3) {
for (i in bots) {
bots[i]._visible = true;
}
}
if (type == 4) {
for (i in accs) {
accs[i]._visible = true;
}
}
if (type == 5) {
for (i in shoes) {
shoes[i]._visible = true;
}
}
if (type == 6) {
for (i in glass) {
glass[i]._visible = true;
}
}
if (type == 7) {
for (i in hairs) {
hairs[i]._visible = true;
}
}
if (type == 8) {
for (i in wings) {
wings[i]._visible = true;
}
}
}
function sparks() {
_root.pphm.play();
}
function saves() {
trace(ti);
po_dress = save_dress[ti];
saved.data.mc_dress1 = po_dress;
po_bot = save_dress[tb];
saved.data.mc_bot1 = po_bot;
po_shoe = save_dress[ts];
saved.data.mc_shoe1 = po_shoe;
po_hair = save_dress[th];
saved.data.mc_hair1 = po_hair;
po_bag = save_dress[tba];
saved.data.mc_bag1 = po_bag;
po_hat = save_dress[tha];
saved.data.mc_hat1 = po_hat;
po_glass = save_dress[tg];
saved.data.mc_glass1 = po_glass;
po_ear = save_dress[te];
saved.data.mc_ear1 = po_ear;
po_neck = save_dress[tn];
saved.data.mc_neck1 = po_neck;
saved.flush();
}
stop();
if (initial != 1) {
tis = (tbs = (thas = (tbas = (tss = (tgs = (ths = (tes = (tns = 1))))))));
type = 2;
initial = 1;
}
jewels = new Array();
jewels = [jewel.jew1, jewel.jew2, jewel.jew3, jewel.jew4, jewel.jew5, jewel.jew6, jewel.jew7, jewel.jew8];
tops = new Array();
tops = [top.top1, top.top2, top.top3, top.top4, top.top5, top.top6, top.top7, top.top8, top.top9, top.top10, top.top11, top.top12, top.top13, top.top14, top.top15, top.top16, top.top17];
bots = new Array();
bots = [bot.bot1, bot.bot2, bot.bot3, bot.bot4, bot.bot5, bot.bot6, bot.bot7, bot.bot8, bot.bot9, bot.bot10, bot.bot11, bot.bot12, bot.bot13, bot.bot14, bot.bot15, bot.bot16, bot.bot17];
accs = new Array();
accs = [acc.acc1, acc.acc2, acc.acc3, acc.acc4, acc.acc5, acc.acc6, acc.acc7];
shoes = new Array();
shoes = [shoe.shoe1, shoe.shoe2, shoe.shoe3, shoe.shoe4, shoe.shoe5, shoe.shoe6, shoe.shoe7, shoe.shoe8];
glass = new Array();
glass = [glas.glas1, glas.glas2, glas.glas3, glas.glas4];
hairs = new Array();
hairs = [hair.hair1, hair.hair2, hair.hair3, hair.hair4, hair.hair5, hair.hair6];
wings = new Array();
wings = [wing.wing1, wing.wing2, wing.wing3, wing.wing4];
all = new Array();
all = [jewel, top, bot, acc, shoe, glas, hair, wing];
visibility();
top_but.gotoAndStop(2);
right.onRelease = function () {
right.play();
all[type - 1].play();
};
left.onRelease = function () {
left.play();
if (firsts == 1) {
all[type - 1].gotoAndStop("last");
firsts = 0;
} else if (firsts != 1) {
all[type - 1].gotoAndStop(frames--);
}
};
save_dress = {};
save_dress = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18"];
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
gotoAndStop ("load");
};
trace(tis);
top_mod.gotoAndStop(tis);
bot_mod.gotoAndStop(tbs);
jewel_mod.gotoAndStop(thas);
acc_mod.gotoAndStop(tbas);
shoe_mod.gotoAndStop(tss);
glas_mod.gotoAndStop(tgs);
hair_mod.gotoAndStop(ths);
wing_mod.gotoAndStop(tes);
neck_mod.gotoAndStop(tns);
Instance of Symbol 124 MovieClip "top_but" in Frame 3
on (release) {
_parent.type = 2;
_parent.visibility();
this.gotoAndStop(2);
}
Instance of Symbol 127 MovieClip "hair_but" in Frame 3
on (release) {
_parent.type = 7;
_parent.visibility();
this.gotoAndStop(2);
}
Instance of Symbol 130 MovieClip "wing_but" in Frame 3
on (release) {
_parent.type = 8;
_parent.visibility();
this.gotoAndStop(2);
}
Instance of Symbol 133 MovieClip "jewel_but" in Frame 3
on (release) {
_parent.type = 1;
_parent.visibility();
this.gotoAndStop(2);
}
Instance of Symbol 136 MovieClip "bot_but" in Frame 3
on (release) {
_parent.type = 3;
_parent.visibility();
this.gotoAndStop(2);
}
Instance of Symbol 139 MovieClip "glas_but" in Frame 3
on (release) {
_parent.type = 6;
_parent.visibility();
this.gotoAndStop(2);
}
Instance of Symbol 142 MovieClip "shoe_but" in Frame 3
on (release) {
_parent.type = 5;
_parent.visibility();
this.gotoAndStop(2);
}
Instance of Symbol 145 MovieClip "acc_but" in Frame 3
on (release) {
_parent.type = 4;
_parent.visibility();
this.gotoAndStop(2);
}
Instance of Symbol 154 MovieClip "wing_mod" in Frame 3
on (release, releaseOutside) {
_parent.tes = 5;
this.gotoAndStop(this._totalframes);
}
Instance of Symbol 197 MovieClip "hair_mod" in Frame 3
on (release, releaseOutside) {
_parent.ths = 7;
this.gotoAndStop(this._totalframes);
}
Instance of Symbol 207 MovieClip "glas_mod" in Frame 3
on (release, releaseOutside) {
_parent.tgs = 5;
this.gotoAndStop(this._totalframes);
}
Instance of Symbol 225 MovieClip "shoe_mod" in Frame 3
on (release, releaseOutside) {
_parent.tss = 9;
this.gotoAndStop(this._totalframes);
}
Instance of Symbol 241 MovieClip "acc_mod" in Frame 3
on (release, releaseOutside) {
_parent.tbas = 8;
this.gotoAndStop(this._totalframes);
}
Instance of Symbol 277 MovieClip "bot_mod" in Frame 3
on (release, releaseOutside) {
_parent.tbs = 18;
this.gotoAndStop(this._totalframes);
}
Instance of Symbol 313 MovieClip "top_mod" in Frame 3
on (release, releaseOutside) {
_parent.tis = 18;
this.gotoAndStop(this._totalframes);
}
Instance of Symbol 331 MovieClip "jewel_mod" in Frame 3
on (release, releaseOutside) {
_parent.thas = 9;
this.gotoAndStop(this._totalframes);
}
Instance of Symbol 333 MovieClip "neck_mod" in Frame 3
on (release, releaseOutside) {
_parent.tns = 5;
this.gotoAndStop(this._totalframes);
}
Frame 4
function save_appear() {
p = saved.data.mc_dress1;
top_mod.gotoAndStop(p);
p = saved.data.mc_bot1;
bot_mod.gotoAndStop(p);
p = saved.data.mc_shoe1;
shoe_mod.gotoAndStop(p);
p = saved.data.mc_hair1;
selecsh = hairs[p];
hair_mod.gotoAndStop(p);
p = saved.data.mc_bag1;
acc_mod.gotoAndStop(p);
p = saved.data.mc_hat1;
jewel_mod.gotoAndStop(p);
p = saved.data.mc_glass1;
glas_mod.gotoAndStop(p);
p = saved.data.mc_ear1;
wing_mod.gotoAndStop(p);
p = saved.data.mc_neck1;
neck_mod.gotoAndStop(p);
}
stop();
save_appear();
Instance of Symbol 383 MovieClip in Frame 4
on (release) {
_parent.continue_go = 1;
_parent.gotoAndPlay("game");
}
Frame 5
stop();
top_mod.gotoAndStop(tis);
bot_mod.gotoAndStop(tbs);
jewel_mod.gotoAndStop(thas);
acc_mod.gotoAndStop(tbas);
shoe_mod.gotoAndStop(tss);
glas_mod.gotoAndStop(tgs);
hair_mod.gotoAndStop(ths);
wing_mod.gotoAndStop(tes);
neck_mod.gotoAndStop(tns);
print (_level0, "bmax");
Symbol 3 MovieClip [spark] Frame 1
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 2
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 3
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 4
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 5
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 6
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 7
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 8
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 9
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 10
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 11
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 12
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 13
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 14
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 15
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 16
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 17
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 18
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 19
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 20
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 21
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 22
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 23
if (random(10) < 4) {
if (_visible) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 3 MovieClip [spark] Frame 24
stop();
removeMovieClip(this);
Symbol 70 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 9
gotoAndStop (1);
Symbol 71 MovieClip Frame 1
stop();
Symbol 71 MovieClip Frame 11
gotoAndStop (1);
Symbol 71 MovieClip Frame 12
head.gotoAndPlay(2);
Symbol 71 MovieClip Frame 23
gotoAndStop (1);
Symbol 90 MovieClip Frame 1
function setPreloader(pcent) {
bar._x = -100 + (2 * pcent);
var _local3 = bar._x + 100;
if (_local3 <= 16) {
barMask.msk_left._width = (barMask.msk_right._width = _local3 / 2);
barMask.msk_right._x = barMask.msk_left._width;
barMask.msk_middle._width = 0;
} else {
barMask.msk_left._width = (barMask.msk_right._width = 8);
barMask.msk_middle._width = _local3 - 16;
barMask.msk_right._x = barMask.msk_middle._width + 8;
}
if (pcent == 100) {
if (_parent._currentframe < 110) {
_parent.ending = true;
} else {
_parent.gotoAndPlay("ending");
this.onEnterFrame = null;
}
}
}
bar.setMask(barMask);
this.onEnterFrame = function () {
var _local2 = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
setPreloader(_local2);
};
setPreloader((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
Symbol 93 MovieClip Frame 1
var ending = false;
this.onPress = function () {
getURL ("http://www.easygirlgames.com/?utm_campaign=preloader&utm_source=preloader", "_blank");
};
Symbol 93 MovieClip Frame 64
girl.gotoAndPlay("nudge");
Symbol 93 MovieClip Frame 121
if (ending != true) {
stop();
}
Symbol 93 MovieClip Frame 122
girl.gotoAndPlay("wink");
Symbol 93 MovieClip Frame 161
stop();
_root.play();
Symbol 103 MovieClip Frame 1
stop();
Symbol 103 MovieClip Frame 3
gotoAndPlay (2);
Symbol 110 MovieClip Frame 10
_parent.gotoAndStop(1);
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 2
stop();
Symbol 121 MovieClip Frame 1
stop();
Symbol 124 MovieClip Frame 1
stop();
Symbol 124 MovieClip Frame 2
stop();
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 2
stop();
Symbol 130 MovieClip Frame 1
stop();
Symbol 130 MovieClip Frame 2
stop();
Symbol 133 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 2
stop();
Symbol 136 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 2
stop();
Symbol 139 MovieClip Frame 1
stop();
Symbol 139 MovieClip Frame 2
stop();
Symbol 142 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 2
stop();
Symbol 145 MovieClip Frame 1
stop();
Symbol 145 MovieClip Frame 2
stop();
Symbol 154 MovieClip Frame 1
stop();
_parent.for_spark = _parent.wing_mod;
_parent.sparks();
_parent.te = 1;
Symbol 154 MovieClip Frame 2
stop();
_parent.for_spark = _parent.wing_mod;
_parent.sparks();
_parent.te = 2;
Symbol 154 MovieClip Frame 3
stop();
_parent.for_spark = _parent.wing_mod;
_parent.sparks();
_parent.te = 3;
Symbol 154 MovieClip Frame 4
stop();
_parent.for_spark = _parent.wing_mod;
_parent.sparks();
_parent.te = 4;
Symbol 154 MovieClip Frame 5
stop();
_parent.te = 5;
Symbol 155 MovieClip Frame 1
stop();
_parent.firsts = 1;
Instance of Symbol 147 MovieClip "wing1" in Symbol 155 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tes = 1;
_parent._parent.wing_mod.gotoAndStop(1);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tes = 1;
_parent._parent.wing_mod.gotoAndStop(1);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 155 MovieClip Frame 2
stop();
_parent.firsts = 0;
_parent.frames = 1;
Instance of Symbol 149 MovieClip "wing2" in Symbol 155 MovieClip Frame 2
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tes = 2;
_parent._parent.wing_mod.gotoAndStop(2);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tes = 2;
_parent._parent.wing_mod.gotoAndStop(2);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 155 MovieClip Frame 3
stop();
_parent.firsts = 0;
_parent.frames = 2;
Instance of Symbol 151 MovieClip "wing3" in Symbol 155 MovieClip Frame 3
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tes = 3;
_parent._parent.wing_mod.gotoAndStop(3);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tes = 3;
_parent._parent.wing_mod.gotoAndStop(3);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 155 MovieClip Frame 4
stop();
_parent.firsts = 0;
_parent.frames = 3;
Instance of Symbol 153 MovieClip "wing4" in Symbol 155 MovieClip Frame 4
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tes = 4;
_parent._parent.wing_mod.gotoAndStop(4);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tes = 4;
_parent._parent.wing_mod.gotoAndStop(4);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 182 MovieClip in Symbol 184 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay(1);
}
Symbol 197 MovieClip Frame 1
stop();
_parent.for_spark = _parent.hair_mod;
_parent.sparks();
_parent.th = 1;
Symbol 197 MovieClip Frame 2
stop();
_parent.for_spark = _parent.hair_mod;
_parent.sparks();
_parent.th = 2;
Symbol 197 MovieClip Frame 3
stop();
_parent.for_spark = _parent.hair_mod;
_parent.sparks();
_parent.th = 3;
Symbol 197 MovieClip Frame 4
stop();
_parent.for_spark = _parent.hair_mod;
_parent.sparks();
_parent.th = 4;
Symbol 197 MovieClip Frame 5
stop();
_parent.for_spark = _parent.hair_mod;
_parent.sparks();
_parent.th = 5;
Symbol 197 MovieClip Frame 6
stop();
_parent.for_spark = _parent.hair_mod;
_parent.sparks();
_parent.th = 6;
Symbol 197 MovieClip Frame 7
stop();
_parent.th = 7;
Symbol 198 MovieClip Frame 1
stop();
_parent.firsts = 1;
Instance of Symbol 186 MovieClip "hair1" in Symbol 198 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.ths = 1;
_parent._parent.hair_mod.gotoAndStop(1);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.ths = 1;
_parent._parent.hair_mod.gotoAndStop(1);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 188 MovieClip "hair2" in Symbol 198 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.ths = 2;
_parent._parent.hair_mod.gotoAndStop(2);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.ths = 2;
_parent._parent.hair_mod.gotoAndStop(2);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 198 MovieClip Frame 2
stop();
_parent.firsts = 0;
_parent.frames = 1;
Instance of Symbol 190 MovieClip "hair3" in Symbol 198 MovieClip Frame 2
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.ths = 3;
_parent._parent.hair_mod.gotoAndStop(3);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.ths = 3;
_parent._parent.hair_mod.gotoAndStop(3);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 192 MovieClip "hair4" in Symbol 198 MovieClip Frame 2
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.ths = 4;
_parent._parent.hair_mod.gotoAndStop(4);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.ths = 4;
_parent._parent.hair_mod.gotoAndStop(4);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 198 MovieClip Frame 3
stop();
_parent.firsts = 0;
_parent.frames = 2;
Instance of Symbol 194 MovieClip "hair5" in Symbol 198 MovieClip Frame 3
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.ths = 5;
_parent._parent.hair_mod.gotoAndStop(5);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.ths = 5;
_parent._parent.hair_mod.gotoAndStop(5);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 196 MovieClip "hair6" in Symbol 198 MovieClip Frame 3
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.ths = 6;
_parent._parent.hair_mod.gotoAndStop(6);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.ths = 6;
_parent._parent.hair_mod.gotoAndStop(6);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 207 MovieClip Frame 1
stop();
_parent.for_spark = _parent.glas_mod;
_parent.sparks();
_parent.tg = 1;
Symbol 207 MovieClip Frame 2
stop();
_parent.for_spark = _parent.glas_mod;
_parent.sparks();
_parent.tg = 2;
Symbol 207 MovieClip Frame 3
stop();
_parent.for_spark = _parent.glas_mod;
_parent.sparks();
_parent.tg = 3;
Symbol 207 MovieClip Frame 4
stop();
_parent.for_spark = _parent.glas_mod;
_parent.sparks();
_parent.tg = 4;
Symbol 207 MovieClip Frame 5
stop();
_parent.tg = 5;
Symbol 208 MovieClip Frame 1
stop();
_parent.firsts = 0;
Instance of Symbol 200 MovieClip "glas1" in Symbol 208 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tgs = 1;
_parent._parent.glas_mod.gotoAndStop(1);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tgs = 1;
_parent._parent.glas_mod.gotoAndStop(1);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 202 MovieClip "glas2" in Symbol 208 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tss = 2;
_parent._parent.glas_mod.gotoAndStop(2);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tgs = 2;
_parent._parent.glas_mod.gotoAndStop(2);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 204 MovieClip "glas3" in Symbol 208 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tss = 3;
_parent._parent.glas_mod.gotoAndStop(3);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tgs = 3;
_parent._parent.glas_mod.gotoAndStop(3);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 206 MovieClip "glas4" in Symbol 208 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tss = 4;
_parent._parent.glas_mod.gotoAndStop(4);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tgs = 4;
_parent._parent.glas_mod.gotoAndStop(4);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 225 MovieClip Frame 1
stop();
_parent.for_spark = _parent.shoe_mod;
_parent.sparks();
_parent.ts = 1;
Symbol 225 MovieClip Frame 2
stop();
_parent.for_spark = _parent.shoe_mod;
_parent.sparks();
_parent.ts = 2;
Symbol 225 MovieClip Frame 3
stop();
_parent.for_spark = _parent.shoe_mod;
_parent.sparks();
_parent.ts = 3;
Symbol 225 MovieClip Frame 4
stop();
_parent.for_spark = _parent.shoe_mod;
_parent.sparks();
_parent.ts = 4;
Symbol 225 MovieClip Frame 5
stop();
_parent.for_spark = _parent.shoe_mod;
_parent.sparks();
_parent.ts = 5;
Symbol 225 MovieClip Frame 6
stop();
_parent.for_spark = _parent.shoe_mod;
_parent.sparks();
_parent.ts = 6;
Symbol 225 MovieClip Frame 7
stop();
_parent.for_spark = _parent.shoe_mod;
_parent.sparks();
_parent.ts = 7;
Symbol 225 MovieClip Frame 8
stop();
_parent.for_spark = _parent.shoe_mod;
_parent.sparks();
_parent.ts = 8;
Symbol 225 MovieClip Frame 9
stop();
_parent.ts = 9;
Symbol 226 MovieClip Frame 1
stop();
_parent.firsts = 1;
Instance of Symbol 210 MovieClip "shoe1" in Symbol 226 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tss = 1;
_parent._parent.shoe_mod.gotoAndStop(1);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tss = 1;
_parent._parent.shoe_mod.gotoAndStop(1);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 212 MovieClip "shoe2" in Symbol 226 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tss = 2;
_parent._parent.shoe_mod.gotoAndStop(2);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tss = 2;
_parent._parent.shoe_mod.gotoAndStop(2);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 214 MovieClip "shoe3" in Symbol 226 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tss = 3;
_parent._parent.shoe_mod.gotoAndStop(3);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tss = 3;
_parent._parent.shoe_mod.gotoAndStop(3);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 226 MovieClip Frame 2
stop();
_parent.firsts = 0;
_parent.frames = 1;
Instance of Symbol 216 MovieClip "shoe4" in Symbol 226 MovieClip Frame 2
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tss = 4;
_parent._parent.shoe_mod.gotoAndStop(4);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tss = 4;
_parent._parent.shoe_mod.gotoAndStop(4);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 220 MovieClip "shoe6" in Symbol 226 MovieClip Frame 2
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tss = 6;
_parent._parent.shoe_mod.gotoAndStop(6);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tss = 6;
_parent._parent.shoe_mod.gotoAndStop(6);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 218 MovieClip "shoe5" in Symbol 226 MovieClip Frame 2
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tss = 5;
_parent._parent.shoe_mod.gotoAndStop(5);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tss = 5;
_parent._parent.shoe_mod.gotoAndStop(5);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 226 MovieClip Frame 3
stop();
_parent.firsts = 0;
_parent.frames = 2;
Instance of Symbol 222 MovieClip "shoe7" in Symbol 226 MovieClip Frame 3
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tss = 7;
_parent._parent.shoe_mod.gotoAndStop(7);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tss = 7;
_parent._parent.shoe_mod.gotoAndStop(7);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 224 MovieClip "shoe8" in Symbol 226 MovieClip Frame 3
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tss = 8;
_parent._parent.shoe_mod.gotoAndStop(8);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tss = 8;
_parent._parent.shoe_mod.gotoAndStop(8);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 241 MovieClip Frame 1
stop();
_parent.for_spark = _parent.acc_mod;
_parent.sparks();
_parent.tba = 1;
Symbol 241 MovieClip Frame 2
stop();
_parent.for_spark = _parent.acc_mod;
_parent.sparks();
_parent.tba = 2;
Symbol 241 MovieClip Frame 3
stop();
_parent.for_spark = _parent.acc_mod;
_parent.sparks();
_parent.tba = 3;
Symbol 241 MovieClip Frame 4
stop();
_parent.for_spark = _parent.acc_mod;
_parent.sparks();
_parent.tba = 4;
Symbol 241 MovieClip Frame 5
stop();
_parent.for_spark = _parent.acc_mod;
_parent.sparks();
_parent.tba = 5;
Symbol 241 MovieClip Frame 6
stop();
_parent.for_spark = _parent.acc_mod;
_parent.sparks();
_parent.tba = 6;
Symbol 241 MovieClip Frame 7
stop();
_parent.for_spark = _parent.acc_mod;
_parent.sparks();
_parent.tba = 7;
Symbol 241 MovieClip Frame 8
stop();
_parent.tba = 8;
Symbol 242 MovieClip Frame 1
stop();
_parent.firsts = 1;
Instance of Symbol 228 MovieClip "acc1" in Symbol 242 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tbas = 1;
_parent._parent.acc_mod.gotoAndStop(1);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tbas = 1;
_parent._parent.acc_mod.gotoAndStop(1);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 230 MovieClip "acc2" in Symbol 242 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tbas = 2;
_parent._parent.acc_mod.gotoAndStop(2);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tbas = 2;
_parent._parent.acc_mod.gotoAndStop(2);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 232 MovieClip "acc3" in Symbol 242 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tbas = 3;
_parent._parent.acc_mod.gotoAndStop(3);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tbas = 3;
_parent._parent.acc_mod.gotoAndStop(3);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 242 MovieClip Frame 2
stop();
_parent.firsts = 0;
_parent.frames = 1;
Instance of Symbol 234 MovieClip "acc4" in Symbol 242 MovieClip Frame 2
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tbas = 4;
_parent._parent.acc_mod.gotoAndStop(4);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tbas = 4;
_parent._parent.acc_mod.gotoAndStop(4);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 236 MovieClip "acc5" in Symbol 242 MovieClip Frame 2
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tbas = 5;
_parent._parent.acc_mod.gotoAndStop(5);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tbas = 5;
_parent._parent.acc_mod.gotoAndStop(5);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 238 MovieClip "acc6" in Symbol 242 MovieClip Frame 2
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tbas = 6;
_parent._parent.acc_mod.gotoAndStop(6);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tbas = 6;
_parent._parent.acc_mod.gotoAndStop(6);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 242 MovieClip Frame 3
stop();
_parent.firsts = 0;
_parent.frames = 2;
Instance of Symbol 240 MovieClip "acc7" in Symbol 242 MovieClip Frame 3
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tbas = 7;
_parent._parent.acc_mod.gotoAndStop(7);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tbas = 7;
_parent._parent.acc_mod.gotoAndStop(7);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 277 MovieClip Frame 1
stop();
_parent.for_spark = _parent.bot_mod;
_parent.sparks();
_parent.tb = 1;
Symbol 277 MovieClip Frame 2
stop();
_parent.for_spark = _parent.bot_mod;
_parent.sparks();
_parent.tb = 2;
Symbol 277 MovieClip Frame 3
stop();
_parent.for_spark = _parent.bot_mod;
_parent.sparks();
_parent.tb = 3;
Symbol 277 MovieClip Frame 4
stop();
_parent.for_spark = _parent.bot_mod;
_parent.sparks();
_parent.tb = 4;
Symbol 277 MovieClip Frame 5
stop();
_parent.for_spark = _parent.bot_mod;
_parent.sparks();
_parent.tb = 5;
Symbol 277 MovieClip Frame 6
stop();
_parent.for_spark = _parent.bot_mod;
_parent.sparks();
_parent.tb = 6;
Symbol 277 MovieClip Frame 7
stop();
_parent.for_spark = _parent.bot_mod;
_parent.sparks();
_parent.tb = 7;
Symbol 277 MovieClip Frame 8
stop();
_parent.for_spark = _parent.bot_mod;
_parent.sparks();
_parent.tb = 8;
Symbol 277 MovieClip Frame 9
stop();
_parent.for_spark = _parent.bot_mod;
_parent.sparks();
_parent.tb = 9;
Symbol 277 MovieClip Frame 10
stop();
_parent.for_spark = _parent.bot_mod;
_parent.sparks();
_parent.tb = 10;
Symbol 277 MovieClip Frame 11
stop();
_parent.for_spark = _parent.bot_mod;
_parent.sparks();
_parent.tb = 11;
Symbol 277 MovieClip Frame 12
stop();
_parent.for_spark = _parent.bot_mod;
_parent.sparks();
_parent.tb = 12;
Symbol 277 MovieClip Frame 13
stop();
_parent.for_spark = _parent.bot_mod;
_parent.sparks();
_parent.tb = 13;
Symbol 277 MovieClip Frame 14
stop();
_parent.for_spark = _parent.bot_mod;
_parent.sparks();
_parent.tb = 14;
Symbol 277 MovieClip Frame 15
stop();
_parent.for_spark = _parent.bot_mod;
_parent.sparks();
_parent.tb = 15;
Symbol 277 MovieClip Frame 16
stop();
_parent.for_spark = _parent.bot_mod;
_parent.sparks();
_parent.tb = 16;
Symbol 277 MovieClip Frame 17
stop();
_parent.for_spark = _parent.bot_mod;
_parent.sparks();
_parent.tb = 17;
Symbol 277 MovieClip Frame 18
stop();
_parent.tb = 18;
Symbol 278 MovieClip Frame 1
stop();
_parent.firsts = 1;
Instance of Symbol 244 MovieClip "bot1" in Symbol 278 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_parent._parent.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 1;
_parent._parent.bot_mod.gotoAndStop(1);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_parent._parent.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 1;
_parent._parent.bot_mod.gotoAndStop(1);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 246 MovieClip "bot2" in Symbol 278 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 2;
_parent._parent.bot_mod.gotoAndStop(2);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 2;
_parent._parent.bot_mod.gotoAndStop(2);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 248 MovieClip "bot3" in Symbol 278 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 3;
_parent._parent.bot_mod.gotoAndStop(3);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 3;
_parent._parent.bot_mod.gotoAndStop(3);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 278 MovieClip Frame 2
stop();
_parent.firsts = 0;
_parent.frames = 1;
Instance of Symbol 250 MovieClip "bot4" in Symbol 278 MovieClip Frame 2
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 4;
_parent._parent.bot_mod.gotoAndStop(4);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 4;
_parent._parent.bot_mod.gotoAndStop(4);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 252 MovieClip "bot5" in Symbol 278 MovieClip Frame 2
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 5;
_parent._parent.bot_mod.gotoAndStop(5);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 5;
_parent._parent.bot_mod.gotoAndStop(5);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 254 MovieClip "bot6" in Symbol 278 MovieClip Frame 2
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 6;
_parent._parent.bot_mod.gotoAndStop(6);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 6;
_parent._parent.bot_mod.gotoAndStop(6);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 278 MovieClip Frame 3
stop();
_parent.frames = 2;
Instance of Symbol 256 MovieClip "bot7" in Symbol 278 MovieClip Frame 3
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 7;
_parent._parent.bot_mod.gotoAndStop(7);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 7;
_parent._parent.bot_mod.gotoAndStop(7);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 258 MovieClip "bot8" in Symbol 278 MovieClip Frame 3
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 8;
_parent._parent.bot_mod.gotoAndStop(8);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 8;
_parent._parent.bot_mod.gotoAndStop(8);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 260 MovieClip "bot9" in Symbol 278 MovieClip Frame 3
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 9;
_parent._parent.bot_mod.gotoAndStop(9);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 9;
_parent._parent.bot_mod.gotoAndStop(9);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 278 MovieClip Frame 4
stop();
_parent.frames = 3;
Instance of Symbol 264 MovieClip "bot11" in Symbol 278 MovieClip Frame 4
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 11;
_parent._parent.bot_mod.gotoAndStop(11);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 11;
_parent._parent.bot_mod.gotoAndStop(11);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 262 MovieClip "bot10" in Symbol 278 MovieClip Frame 4
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 10;
_parent._parent.bot_mod.gotoAndStop(10);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 10;
_parent._parent.bot_mod.gotoAndStop(10);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 266 MovieClip "bot12" in Symbol 278 MovieClip Frame 4
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 12;
_parent._parent.bot_mod.gotoAndStop(12);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 12;
_parent._parent.bot_mod.gotoAndStop(12);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 278 MovieClip Frame 5
stop();
_parent.frames = 4;
Instance of Symbol 268 MovieClip "bot13" in Symbol 278 MovieClip Frame 5
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 13;
_parent._parent.bot_mod.gotoAndStop(13);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 13;
_parent._parent.bot_mod.gotoAndStop(13);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 270 MovieClip "bot14" in Symbol 278 MovieClip Frame 5
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 14;
_parent._parent.bot_mod.gotoAndStop(14);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 14;
_parent._parent.bot_mod.gotoAndStop(14);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 272 MovieClip "bot15" in Symbol 278 MovieClip Frame 5
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 15;
_parent._parent.bot_mod.gotoAndStop(15);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 15;
_parent._parent.bot_mod.gotoAndStop(15);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 278 MovieClip Frame 6
stop();
_parent.firsts = 0;
_parent.frames = 5;
Instance of Symbol 274 MovieClip "bot16" in Symbol 278 MovieClip Frame 6
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 16;
_parent._parent.bot_mod.gotoAndStop(16);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 16;
_parent._parent.bot_mod.gotoAndStop(16);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 276 MovieClip "bot17" in Symbol 278 MovieClip Frame 6
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 17;
_parent._parent.bot_mod.gotoAndStop(17);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model) && (_parent._parent.nobot != 1)) {
_parent._parent.tbs = 17;
_parent._parent.bot_mod.gotoAndStop(17);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 313 MovieClip Frame 1
stop();
_parent.for_spark = _parent.top_mod;
_parent.sparks();
_parent.ti = 1;
Symbol 313 MovieClip Frame 2
stop();
_parent.sparks();
_parent.ti = 2;
Symbol 313 MovieClip Frame 3
stop();
_parent.for_spark = _parent.top_mod;
_parent.sparks();
_parent.ti = 3;
Symbol 313 MovieClip Frame 4
stop();
_parent.for_spark = _parent.top_mod;
_parent.sparks();
_parent.ti = 4;
Symbol 313 MovieClip Frame 5
stop();
_parent.for_spark = _parent.top_mod;
_parent.sparks();
_parent.ti = 5;
Symbol 313 MovieClip Frame 6
stop();
_parent.for_spark = _parent.top_mod;
_parent.sparks();
_parent.ti = 6;
Symbol 313 MovieClip Frame 7
stop();
_parent.for_spark = _parent.top_mod;
_parent.sparks();
_parent.ti = 7;
Symbol 313 MovieClip Frame 8
stop();
_parent.for_spark = _parent.top_mod;
_parent.sparks();
_parent.ti = 8;
Symbol 313 MovieClip Frame 9
stop();
_parent.for_spark = _parent.top_mod;
_parent.sparks();
_parent.ti = 9;
Symbol 313 MovieClip Frame 10
stop();
_parent.for_spark = _parent.top_mod;
_parent.sparks();
_parent.ti = 10;
Symbol 313 MovieClip Frame 11
stop();
_parent.for_spark = _parent.top_mod;
_parent.sparks();
_parent.ti = 11;
Symbol 313 MovieClip Frame 12
stop();
_parent.for_spark = _parent.top_mod;
_parent.sparks();
_parent.ti = 12;
Symbol 313 MovieClip Frame 13
stop();
_parent.for_spark = _parent.top_mod;
_parent.sparks();
_parent.ti = 13;
Symbol 313 MovieClip Frame 14
stop();
_parent.for_spark = _parent.top_mod;
_parent.sparks();
_parent.ti = 14;
Symbol 313 MovieClip Frame 15
stop();
_parent.for_spark = _parent.top_mod;
_parent.sparks();
_parent.ti = 15;
Symbol 313 MovieClip Frame 16
stop();
_parent.for_spark = _parent.top_mod;
_parent.sparks();
_parent.ti = 16;
Symbol 313 MovieClip Frame 17
stop();
_parent.for_spark = _parent.top_mod;
_parent.sparks();
_parent.ti = 17;
Symbol 313 MovieClip Frame 18
stop();
_parent.ti = 18;
Symbol 314 MovieClip Frame 1
stop();
_parent.firsts = 1;
Instance of Symbol 280 MovieClip "top1" in Symbol 314 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 1;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(1);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 1;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(1);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 282 MovieClip "top2" in Symbol 314 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 2;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(2);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 2;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(2);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 284 MovieClip "top3" in Symbol 314 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 3;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(3);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 3;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(3);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 314 MovieClip Frame 2
stop();
_parent.frames = 1;
_parent.firsts = 0;
Instance of Symbol 286 MovieClip "top4" in Symbol 314 MovieClip Frame 2
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
frme = 4;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 4;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(frme);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 4;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(frme);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 288 MovieClip "top5" in Symbol 314 MovieClip Frame 2
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
frme = 5;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 5;
_parent._parent.nobot = 1;
_parent._parent.bot_mod._visible = false;
_parent._parent.top_mod.gotoAndStop(frme);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 5;
_parent._parent.nobot = 1;
_parent._parent.bot_mod._visible = false;
_parent._parent.top_mod.gotoAndStop(frme);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 290 MovieClip "top6" in Symbol 314 MovieClip Frame 2
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
frme = 6;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 6;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(frme);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 6;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(frme);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 314 MovieClip Frame 3
stop();
_parent.frames = 2;
Instance of Symbol 292 MovieClip "top7" in Symbol 314 MovieClip Frame 3
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
frme = 7;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 7;
_parent._parent.nobot = 1;
_parent._parent.bot_mod._visible = false;
_parent._parent.top_mod.gotoAndStop(frme);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 7;
_parent._parent.nobot = 1;
_parent._parent.bot_mod._visible = false;
_parent._parent.top_mod.gotoAndStop(frme);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 294 MovieClip "top8" in Symbol 314 MovieClip Frame 3
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 8;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(8);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 8;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(8);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 296 MovieClip "top9" in Symbol 314 MovieClip Frame 3
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 9;
_parent._parent.nobot = 1;
_parent._parent.bot_mod._visible = false;
_parent._parent.top_mod.gotoAndStop(9);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 9;
_parent._parent.nobot = 1;
_parent._parent.bot_mod._visible = false;
_parent._parent.top_mod.gotoAndStop(9);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 314 MovieClip Frame 4
stop();
_parent.frames = 3;
Instance of Symbol 298 MovieClip "top10" in Symbol 314 MovieClip Frame 4
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 10;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(10);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 10;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(10);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 300 MovieClip "top11" in Symbol 314 MovieClip Frame 4
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 11;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(11);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 11;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(11);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 302 MovieClip "top12" in Symbol 314 MovieClip Frame 4
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 12;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(12);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 12;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(12);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 314 MovieClip Frame 5
stop();
_parent.frames = 4;
Instance of Symbol 306 MovieClip "top14" in Symbol 314 MovieClip Frame 5
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 14;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(14);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 14;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(14);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 304 MovieClip "top13" in Symbol 314 MovieClip Frame 5
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 13;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(13);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 13;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(13);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 314 MovieClip Frame 6
stop();
_parent.firsts = 6;
_parent.frames = 5;
Instance of Symbol 308 MovieClip "top15" in Symbol 314 MovieClip Frame 6
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 15;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(15);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 15;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(15);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 310 MovieClip "top16" in Symbol 314 MovieClip Frame 6
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 16;
_parent._parent.nobot = 1;
_parent._parent.bot_mod._visible = false;
_parent._parent.top_mod.gotoAndStop(16);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 16;
_parent._parent.nobot = 1;
_parent._parent.bot_mod._visible = false;
_parent._parent.top_mod.gotoAndStop(16);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 312 MovieClip "top17" in Symbol 314 MovieClip Frame 6
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 17;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(17);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tis = 17;
_parent._parent.nobot = 0;
_parent._parent.bot_mod._visible = true;
_parent._parent.top_mod.gotoAndStop(17);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 331 MovieClip Frame 1
stop();
_parent.for_spark = _parent.jewel_mod;
_parent.sparks();
_parent.tha = 1;
Symbol 331 MovieClip Frame 2
stop();
_parent.for_spark = _parent.jewel_mod;
_parent.sparks();
_parent.tha = 2;
Symbol 331 MovieClip Frame 3
stop();
_parent.for_spark = _parent.jewel_mod;
_parent.sparks();
_parent.tha = 3;
Symbol 331 MovieClip Frame 4
stop();
_parent.for_spark = _parent.jewel_mod;
_parent.sparks();
_parent.tha = 4;
Symbol 331 MovieClip Frame 5
stop();
_parent.for_spark = _parent.jewel_mod;
_parent.sparks();
_parent.tha = 5;
Symbol 331 MovieClip Frame 6
stop();
Symbol 331 MovieClip Frame 7
stop();
Symbol 331 MovieClip Frame 8
stop();
Symbol 331 MovieClip Frame 9
stop();
_parent.tha = 9;
Symbol 332 MovieClip Frame 1
stop();
_parent.firsts = 1;
Instance of Symbol 316 MovieClip "jew1" in Symbol 332 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.thas = 1;
_parent._parent.jewel_mod.gotoAndStop(1);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.thas = 1;
_parent._parent.jewel_mod.gotoAndStop(1);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 318 MovieClip "jew2" in Symbol 332 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.thas = 2;
_parent._parent.jewel_mod.gotoAndStop(2);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.thas = 2;
_parent._parent.jewel_mod.gotoAndStop(2);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 320 MovieClip "jew3" in Symbol 332 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.thas = 3;
_parent._parent.jewel_mod.gotoAndStop(3);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.thas = 3;
_parent._parent.jewel_mod.gotoAndStop(3);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 322 MovieClip "jew4" in Symbol 332 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.thas = 4;
_parent._parent.jewel_mod.gotoAndStop(4);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.thas = 4;
_parent._parent.jewel_mod.gotoAndStop(4);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 324 MovieClip "jew5" in Symbol 332 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.thas = 5;
_parent._parent.jewel_mod.gotoAndStop(5);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.thas = 5;
_parent._parent.jewel_mod.gotoAndStop(5);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 326 MovieClip "jew6" in Symbol 332 MovieClip Frame 1
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tns = 2;
_parent._parent.neck_mod._visible = true;
_parent._parent.neck_mod.gotoAndStop(2);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tns = 2;
_parent._parent.neck_mod._visible = true;
_parent._parent.neck_mod.gotoAndStop(2);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 332 MovieClip Frame 2
stop();
_parent.firsts = 0;
_parent.frames = 1;
Instance of Symbol 328 MovieClip "jew7" in Symbol 332 MovieClip Frame 2
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tns = 3;
_parent._parent.neck_mod._visible = true;
_parent._parent.neck_mod.gotoAndStop(3);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tns = 3;
_parent._parent.neck_mod._visible = true;
_parent._parent.neck_mod.gotoAndStop(3);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Instance of Symbol 330 MovieClip "jew8" in Symbol 332 MovieClip Frame 2
on (press) {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
}
on (release) {
if (selec.hitTest(_root.model)) {
_parent._parent.tns = 4;
_parent._parent.neck_mod._visible = true;
_parent._parent.neck_mod.gotoAndStop(4);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
on (releaseOutside) {
if (selec.hitTest(_root.model)) {
_parent._parent.tns = 4;
_parent._parent.neck_mod._visible = true;
_parent._parent.neck_mod.gotoAndStop(4);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
}
Symbol 333 MovieClip Frame 1
stop();
Symbol 333 MovieClip Frame 2
stop();
_parent.for_spark = _parent.neck_mod;
_parent.sparks();
_parent.tn = 2;
Symbol 333 MovieClip Frame 3
stop();
_parent.for_spark = _parent.neck_mod;
_parent.sparks();
_parent.tn = 3;
Symbol 333 MovieClip Frame 4
stop();
_parent.for_spark = _parent.neck_mod;
_parent.sparks();
_parent.tn = 4;
Symbol 333 MovieClip Frame 5
stop();
_parent.tn = 5;
Symbol 339 Button
on (release) {
_root.saves();
}
Symbol 345 Button
on (release) {
_root.gotoAndStop("print");
}
Symbol 378 MovieClip Frame 5
stop();
Symbol 379 Button
on (press) {
getURL ("http://www.easygirlgames.com/?utm_campaign=winxdressup&utm_source=winxdressup", "_blank");
}
Symbol 383 MovieClip Frame 1
stop();
Symbol 383 MovieClip Frame 2
stop();
Symbol 383 MovieClip Frame 3
stop();