Frame 1
stop();
stopAllSounds();
Frame 2
stop();
Frame 3
stop();
eps0_sound = new Sound();
eps0_sound.attachSound("bgm");
_root.eps0_sound.start(0, 9999);
eps1_sound = new Sound();
eps1_sound.attachSound("eps1");
eps2_sound = new Sound();
eps2_sound.attachSound("eps2");
eps3_sound = new Sound();
eps3_sound.attachSound("eps3");
end = "off";
level = 0;
back = "on";
reset = "off";
bread = "off";
cream = "off";
non = "off";
dec = "off";
bread_1 = "off";
bread_2 = "off";
bread_3 = "off";
bread_4 = "off";
bread_5 = "off";
bread_6 = "off";
b1_over = "off";
b2_over = "off";
b3_over = "off";
b4_over = "off";
b5_over = "off";
b6_over = "off";
cream_1 = "off";
cream_2 = "off";
cream_3 = "off";
cream_4 = "off";
cream_5 = "off";
cream_6 = "off";
c1_over = "off";
c2_over = "off";
c3_over = "off";
c4_over = "off";
c5_over = "off";
c6_over = "off";
non_1 = "off";
non_2 = "off";
non_3 = "off";
non_4 = "off";
non_5 = "off";
non_6 = "off";
n1_over = "off";
n2_over = "off";
n3_over = "off";
n4_over = "off";
n5_over = "off";
n6_over = "off";
dec_1 = "off";
dec_2 = "off";
dec_3 = "off";
dec_4 = "off";
dec_5 = "off";
dec_6 = "off";
d1_over = "off";
d2_over = "off";
d3_over = "off";
d4_over = "off";
d5_over = "off";
d6_over = "off";
dd1_over = "off";
dd2_over = "off";
dd3_over = "off";
dd4_over = "off";
dd5_over = "off";
dd6_over = "off";
cha1 = "on";
cha2 = "on";
cha3 = "on";
cha4 = "on";
step1 = "off";
step2 = "off";
step3 = "TT";
scount1 = 0;
scount2 = 0;
scount3 = 0;
count1 = 1;
count2 = 1;
count3 = 1;
count4 = 1;
count5 = 1;
count6 = 1;
count84 = 0;
count85 = 0;
count86 = 0;
count87 = 0;
count88 = 0;
count89 = 0;
this.onEnterFrame = function () {
if ((bread == "end") && (scount1 < 3)) {
scount1 = scount1 + 1;
}
if (scount1 == 1) {
cre1_mc.gotoAndStop(2);
cre2_mc.gotoAndStop(2);
cre3_mc.gotoAndStop(2);
cre4_mc.gotoAndStop(2);
cre5_mc.gotoAndStop(2);
cre6_mc.gotoAndStop(2);
table_mc.so1_mc.play();
table_mc.so2_mc.play();
table_mc.so3_mc.play();
table_mc.mark_mc.play();
}
if ((bread_1 == "off") && (bread == "end")) {
bre1_mc.gotoAndStop(2);
}
if ((bread_2 == "off") && (bread == "end")) {
bre2_mc.gotoAndStop(2);
}
if ((bread_3 == "off") && (bread == "end")) {
bre3_mc.gotoAndStop(2);
}
if ((bread_4 == "off") && (bread == "end")) {
bre4_mc.gotoAndStop(2);
}
if ((bread_5 == "off") && (bread == "end")) {
bre5_mc.gotoAndStop(2);
}
if ((bread_6 == "off") && (bread == "end")) {
bre6_mc.gotoAndStop(2);
}
if ((cream == "end") && (scount2 < 3)) {
scount2 = scount2 + 1;
}
if (scount2 == 1) {
non1_mc.gotoAndStop(2);
non2_mc.gotoAndStop(2);
non3_mc.gotoAndStop(2);
non4_mc.gotoAndStop(2);
non5_mc.gotoAndStop(2);
non6_mc.gotoAndStop(2);
table_mc.so1_mc.play();
table_mc.so2_mc.play();
table_mc.so3_mc.play();
table_mc.mark_mc.play();
}
if ((cream_1 == "off") && (cream == "end")) {
cre1_mc.gotoAndStop(3);
}
if ((cream_2 == "off") && (cream == "end")) {
cre2_mc.gotoAndStop(3);
}
if ((cream_3 == "off") && (cream == "end")) {
cre3_mc.gotoAndStop(3);
}
if ((cream_4 == "off") && (cream == "end")) {
cre4_mc.gotoAndStop(3);
}
if ((cream_5 == "off") && (cream == "end")) {
cre5_mc.gotoAndStop(3);
}
if ((cream_6 == "off") && (cream == "end")) {
cre6_mc.gotoAndStop(3);
}
if ((non == "end") && (scount3 < 3)) {
scount3 = scount3 + 1;
}
if (scount3 == 1) {
item_mc.gotoAndStop(2);
end_mc.gotoAndStop(2);
table_mc.so1_mc.play();
table_mc.so2_mc.play();
table_mc.so3_mc.play();
table_mc.mark_mc.play();
}
if ((non_1 == "off") && (non == "end")) {
non1_mc.gotoAndStop(3);
} else if ((non_1 == "off") && (non == "mid")) {
non1_mc.gotoAndStop(3);
end_mc.gotoAndStop(2);
}
if ((non_2 == "off") && (non == "end")) {
non2_mc.gotoAndStop(3);
} else if ((non_2 == "off") && (non == "mid")) {
non2_mc.gotoAndStop(3);
end_mc.gotoAndStop(2);
}
if ((non_3 == "off") && (non == "end")) {
non3_mc.gotoAndStop(3);
} else if ((non_3 == "off") && (non == "mid")) {
non3_mc.gotoAndStop(3);
end_mc.gotoAndStop(2);
}
if ((non_4 == "off") && (non == "end")) {
non4_mc.gotoAndStop(3);
} else if ((non_4 == "off") && (non == "mid")) {
non4_mc.gotoAndStop(3);
end_mc.gotoAndStop(2);
}
if ((non_5 == "off") && (non == "end")) {
non5_mc.gotoAndStop(3);
} else if ((non_5 == "off") && (non == "mid")) {
non5_mc.gotoAndStop(3);
end_mc.gotoAndStop(2);
}
if ((non_6 == "off") && (non == "end")) {
non6_mc.gotoAndStop(3);
} else if ((non_6 == "off") && (non == "mid")) {
non6_mc.gotoAndStop(3);
end_mc.gotoAndStop(2);
}
trace(count84);
};
Frame 4
this.onEnterFrame = function () {
};
stopAllSounds();
removeMovieClip(bre1_mc);
removeMovieClip(bre2_mc);
removeMovieClip(bre3_mc);
removeMovieClip(bre4_mc);
removeMovieClip(bre5_mc);
removeMovieClip(bre6_mc);
removeMovieClip(cre1_mc);
removeMovieClip(cre2_mc);
removeMovieClip(cre3_mc);
removeMovieClip(cre4_mc);
removeMovieClip(cre5_mc);
removeMovieClip(cre6_mc);
removeMovieClip(non1_mc);
removeMovieClip(non2_mc);
removeMovieClip(non3_mc);
removeMovieClip(non4_mc);
removeMovieClip(non5_mc);
Frame 5
gotoAndStop (2);
Frame 6
stopAllSounds();
_root.end = "on";
eps4_sound = new Sound();
eps4_sound.attachSound("end");
_root.eps4_sound.start();
Symbol 15 MovieClip Frame 1
stop();
Symbol 16 MovieClip [dec89_link] Frame 1
this.onRollOver = function () {
if (_root.bread_1 == "end") {
r_kind6.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind6.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind6.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind6.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind6.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind6.gotoAndStop(7);
}
};
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
if (_root.bread_1 == "end") {
r_kind6.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind6.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind6.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind6.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind6.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind6.gotoAndStop(7);
}
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
if (_root.bread_1 == "end") {
r_kind6.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind6.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind6.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind6.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind6.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind6.gotoAndStop(7);
}
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.bread_1 == "end") {
r_kind6.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind6.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind6.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind6.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind6.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind6.gotoAndStop(7);
}
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.count89 = 0;
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 25 MovieClip Frame 1
stop();
Symbol 26 MovieClip [dec88_link] Frame 1
this.onRollOver = function () {
if (_root.bread_1 == "end") {
r_kind5.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind5.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind5.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind5.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind5.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind5.gotoAndStop(7);
}
};
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
if (_root.bread_1 == "end") {
r_kind5.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind5.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind5.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind5.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind5.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind5.gotoAndStop(7);
}
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
if (_root.bread_1 == "end") {
r_kind5.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind5.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind5.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind5.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind5.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind5.gotoAndStop(7);
}
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.bread_1 == "end") {
r_kind5.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind5.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind5.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind5.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind5.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind5.gotoAndStop(7);
}
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.count88 = 0;
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 34 MovieClip Frame 1
stop();
Symbol 35 MovieClip [dec87_link] Frame 1
this.onRollOver = function () {
if (_root.bread_1 == "end") {
r_kind4.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind4.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind4.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind4.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind4.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind4.gotoAndStop(7);
}
};
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
if (_root.bread_1 == "end") {
r_kind4.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind4.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind4.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind4.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind4.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind4.gotoAndStop(7);
}
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
if (_root.bread_1 == "end") {
r_kind4.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind4.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind4.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind4.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind4.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind4.gotoAndStop(7);
}
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.bread_1 == "end") {
r_kind4.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind4.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind4.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind4.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind4.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind4.gotoAndStop(7);
}
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.count87 = 0;
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 43 MovieClip Frame 1
stop();
Symbol 44 MovieClip [dec86_link] Frame 1
this.onRollOver = function () {
if (_root.bread_1 == "end") {
r_kind3.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind3.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind3.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind3.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind3.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind3.gotoAndStop(7);
}
};
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
if (_root.bread_1 == "end") {
r_kind3.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind3.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind3.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind3.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind3.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind3.gotoAndStop(7);
}
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
if (_root.bread_1 == "end") {
r_kind3.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind3.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind3.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind3.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind3.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind3.gotoAndStop(7);
}
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.bread_1 == "end") {
r_kind3.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind3.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind3.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind3.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind3.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind3.gotoAndStop(7);
}
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.count86 = 0;
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 62 MovieClip Frame 1
stop();
Symbol 63 MovieClip [dec85_link] Frame 1
this.onRollOver = function () {
if (_root.bread_1 == "end") {
r_kind2.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind2.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind2.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind2.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind2.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind2.gotoAndStop(7);
}
};
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
if (_root.bread_1 == "end") {
r_kind2.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind2.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind2.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind2.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind2.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind2.gotoAndStop(7);
}
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
if (_root.bread_1 == "end") {
r_kind2.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind2.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind2.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind2.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind2.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind2.gotoAndStop(7);
}
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.bread_1 == "end") {
r_kind2.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind2.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind2.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind2.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind2.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind2.gotoAndStop(7);
}
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.count85 = 0;
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 71 MovieClip Frame 1
stop();
Symbol 72 MovieClip [dec84_link] Frame 1
this.onRollOver = function () {
if (_root.bread_1 == "end") {
r_kind1.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind1.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind1.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind1.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind1.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind1.gotoAndStop(7);
}
};
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
if (_root.bread_1 == "end") {
r_kind1.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind1.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind1.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind1.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind1.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind1.gotoAndStop(7);
}
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
if (_root.bread_1 == "end") {
r_kind1.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind1.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind1.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind1.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind1.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind1.gotoAndStop(7);
}
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.bread_1 == "end") {
r_kind1.gotoAndStop(2);
} else if (_root.bread_2 == "end") {
r_kind1.gotoAndStop(3);
} else if (_root.bread_3 == "end") {
r_kind1.gotoAndStop(4);
} else if (_root.bread_4 == "end") {
r_kind1.gotoAndStop(5);
} else if (_root.bread_5 == "end") {
r_kind1.gotoAndStop(6);
} else if (_root.bread_6 == "end") {
r_kind1.gotoAndStop(7);
}
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.count84 = 0;
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 77 MovieClip [dec83_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 79 MovieClip [dec82_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 81 MovieClip [dec81_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 83 MovieClip [dec80_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 85 MovieClip [dec79_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 87 MovieClip [dec78_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 89 MovieClip [dec77_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 91 MovieClip [dec76_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 93 MovieClip [dec75_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 95 MovieClip [dec74_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 97 MovieClip [dec73_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 104 MovieClip [dec72_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 106 MovieClip [dec71_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 114 MovieClip [dec70_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 116 MovieClip [dec69_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 118 MovieClip [dec68_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 120 MovieClip [dec67_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 122 MovieClip [dec66_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 124 MovieClip [dec65_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 126 MovieClip [dec64_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 128 MovieClip [dec60_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 130 MovieClip [dec59_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 132 MovieClip [dec58_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 134 MovieClip [dec57_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 142 MovieClip [dec56_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 170 MovieClip [dec63_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 173 MovieClip [dec62_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 175 MovieClip [dec61_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 189 MovieClip [dec52_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 191 MovieClip [dec55_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 193 MovieClip [dec54_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 198 MovieClip [dec51_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 200 MovieClip [dec53_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 206 MovieClip [dec50_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 208 MovieClip [dec49_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 210 MovieClip [dec48_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 212 MovieClip [dec47_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 214 MovieClip [dec46_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 216 MovieClip [dec40_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 218 MovieClip [dec39_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 220 MovieClip [dec38_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 222 MovieClip [dec45_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 224 MovieClip [dec44_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 226 MovieClip [dec43_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 230 MovieClip [dec42_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 232 MovieClip [dec41_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 234 MovieClip [dec37_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 236 MovieClip [dec36_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 238 MovieClip [dec35_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 240 MovieClip [dec34_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 242 MovieClip [dec33_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 244 MovieClip [dec32_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 246 MovieClip [dec31_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 248 MovieClip [dec30_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 250 MovieClip [dec29_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 252 MovieClip [dec28_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 254 MovieClip [dec27_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 256 MovieClip [dec26_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 258 MovieClip [dec25_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 260 MovieClip [dec24_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 262 MovieClip [dec23_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 264 MovieClip [dec22_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 266 MovieClip [dec21_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 268 MovieClip [dec20_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 270 MovieClip [dec19_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 272 MovieClip [dec18_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 274 MovieClip [dec17_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 276 MovieClip [dec16_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 278 MovieClip [dec9_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 280 MovieClip [dec14_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 282 MovieClip [dec12_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 284 MovieClip [dec11_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 286 MovieClip [dec10_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 288 MovieClip [dec8_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 290 MovieClip [dec7_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 292 MovieClip [dec6_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 294 MovieClip [dec5_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 296 MovieClip [dec4_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 298 MovieClip [dec3_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 300 MovieClip [dec2_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 302 MovieClip [dec1_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 304 MovieClip [dec13_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 306 MovieClip [dec15_link] Frame 1
this.onPress = function () {
if (_root.end == "off") {
startDrag (this);
}
};
this.onRelease = function () {
if (_root.end == "off") {
stopDrag();
_root.level++;
this.swapDepths(_root.level);
}
};
this.onReleaseOutside = function () {
stopDrag();
};
this.onEnterFrame = function () {
if (_root.reset == "on") {
this.removeMovieClip();
}
if (this.hitTest(_root.gar_mc)) {
_root.gar_mc.gotoAndPlay(2);
this.removeMovieClip();
}
};
Symbol 314 MovieClip Frame 1
stopAllSounds();
stop();
sel_sound = new sound();
sel_sound.attachSound("bt");
onPress = function () {
sel_sound.start();
gotoAndStop (2);
};
Symbol 314 MovieClip Frame 2
stop();
onRelease = function () {
gotoAndStop (1);
_root.gotoAndPlay(2);
};
onDragOut = function () {
gotoAndStop (1);
};
Symbol 322 MovieClip Frame 1
this.onEnterFrame = function () {
ld = _root.getBytesLoaded();
to = _root.getBytesTotal();
_root.loading = (ld + " / ") + to;
if (ld == to) {
_root.btst_mc._y = 318.05;
}
};
Symbol 340 MovieClip Frame 1
stop();
Symbol 357 Button
on (release) {
gotoAndStop (3);
}
Symbol 367 MovieClip Frame 1
stop();
Symbol 369 Button
on (rollOver) {
gotoAndPlay (2);
}
Symbol 371 Button
on (rollOver) {
gotoAndPlay (9);
}
Symbol 381 Button
on (rollOut) {
play();
}
on (release) {
if (_root.bread_1 == "on") {
_root.step1 = "on";
_root.mess_1.gotoAndStop(1);
_root.mes_back.play();
} else if (_root.bread_2 == "on") {
_root.step1 = "on";
_root.mess_1.gotoAndStop(1);
_root.mes_back.play();
} else if (_root.bread_3 == "on") {
_root.step1 = "on";
_root.mess_1.gotoAndStop(1);
_root.mes_back.play();
} else if (_root.bread_4 == "on") {
_root.step1 = "on";
_root.mess_1.gotoAndStop(1);
_root.mes_back.play();
} else if (_root.bread_5 == "on") {
_root.step1 = "on";
_root.mess_1.gotoAndStop(1);
_root.mes_back.play();
} else if (_root.bread_6 == "on") {
_root.step1 = "on";
_root.mess_1.gotoAndStop(1);
_root.mes_back.play();
} else if ((((((_root.bread_1 == "off") && (_root.bread_2 == "off")) && (_root.bread_3 == "off")) && (_root.bread_4 == "off")) && (_root.bread_5 == "off")) && (_root.bread_6 == "off")) {
_root.mess_1.gotoAndPlay(2);
_root.mes_back.play();
}
if (_root.step1 == "on") {
if (_root.cream_1 == "on") {
_root.step2 = "on";
_root.mess_2.play();
_root.mess_3.gotoAndPlay(2);
_root.mes_back.play();
} else if (_root.cream_2 == "on") {
_root.step2 = "on";
_root.mess_2.play();
_root.mess_3.gotoAndPlay(2);
_root.mes_back.play();
} else if (_root.cream_3 == "on") {
_root.step2 = "on";
_root.mess_2.play();
_root.mess_3.gotoAndPlay(2);
_root.mes_back.play();
} else if (_root.cream_4 == "on") {
_root.step2 = "on";
_root.mess_2.play();
_root.mess_3.gotoAndPlay(2);
_root.mes_back.play();
} else if (_root.cream_5 == "on") {
_root.step2 = "on";
_root.mess_2.play();
_root.mess_3.gotoAndPlay(2);
_root.mes_back.play();
} else if (_root.cream_6 == "on") {
_root.step2 = "on";
_root.mess_2.play();
_root.mess_3.gotoAndPlay(2);
_root.mes_back.play();
}
if ((((((_root.cream_1 == "off") && (_root.cream_2 == "off")) && (_root.cream_3 == "off")) && (_root.cream_4 == "off")) && (_root.cream_5 == "off")) && (_root.cream_6 == "off")) {
_root.mess_2.gotoAndPlay(2);
_root.mes_back.play();
}
}
if (_root.step2 == "on") {
if (_root.step3 == "off") {
_root.non = "mid";
_root.mess_4.gotoAndPlay(2);
_root.mess_3.gotoAndStop(1);
_root.item_mc.gotoAndStop(2);
_root.step3 = "pass";
}
if (_root.non_1 == "on") {
_root.step3 = "on";
_root.mess_3.gotoAndStop(1);
_root.mess_4.gotoAndPlay(2);
_root.mes_back.play();
} else if (_root.non_2 == "on") {
_root.step3 = "on";
_root.mess_3.gotoAndStop(1);
_root.mess_4.gotoAndPlay(2);
_root.mes_back.play();
} else if (_root.non_3 == "on") {
_root.step3 = "on";
_root.mess_3.gotoAndStop(1);
_root.mess_4.gotoAndPlay(2);
_root.mes_back.play();
} else if (_root.non_4 == "on") {
_root.step3 = "on";
_root.mess_3.gotoAndStop(1);
_root.mess_4.gotoAndPlay(2);
_root.mes_back.play();
} else if (_root.non_5 == "on") {
_root.step3 = "on";
_root.mess_3.gotoAndStop(1);
_root.mess_4.gotoAndPlay(2);
_root.mes_back.play();
} else if (_root.non_6 == "on") {
_root.step3 = "on";
_root.mess_3.gotoAndStop(1);
_root.mess_4.gotoAndPlay(2);
_root.mes_back.play();
}
}
}
Symbol 386 Button
on (rollOver) {
play();
}
Symbol 394 Button
on (rollOut) {
play();
}
on (release) {
_root.reset = "on";
_root.gotoAndPlay(4);
}
Symbol 398 MovieClip Frame 1
stop();
Symbol 398 MovieClip Frame 4
stop();
Symbol 398 MovieClip Frame 8
stop();
Symbol 398 MovieClip Frame 11
stop();
Symbol 408 Button
on (release) {
_root.gotoAndStop(6);
}
Symbol 409 MovieClip Frame 14
stop();
Symbol 410 MovieClip Frame 1
stop();
Symbol 415 MovieClip Frame 1
stop();
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if ((_root.bread_1 == "off") && (_root.b1_over == "off")) {
targetx = 100;
targety = 100;
this._x = 364;
this._y = 54;
}
if ((this.hitTest(_root.bread_target) && (_root.step1 == "off")) && (_root.cha1 == "on")) {
_root.bread_1 = "on";
_root.cha1 = "off";
} else if (this.hitTest(_root.bread_target) && (_root.step1 == "on")) {
_root.bread = "end";
_root.bread_1 = "end";
}
this.onRollOver = function () {
if (_root.bread_1 == "off") {
_root.b1_over = "on";
targetx = 120;
targety = 120;
_root.eps3_sound.start();
}
if (_root.bread != "end") {
_root.level = _root.level + 1;
this.swapDepths(_root.level);
}
};
this.onRollOut = function () {
if (_root.bread_1 == "off") {
targetx = 100;
targety = 100;
}
};
this.onPress = function () {
if (_root.bread != "end") {
startDrag (this);
}
if (_root.bread_1 == "on") {
this._x = 364;
this._y = 54;
_root.bread_1 = "off";
_root.b1_over = "off";
_root.cha1 = "on";
_root.eps1_sound.start();
}
};
this.onRelease = function () {
stopDrag();
if (_root.bread_1 == "off") {
this._x = 364;
this._y = 54;
} else if (_root.bread_1 == "on") {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.eps2_sound.start();
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.bread_1 == "off") {
this._x = 364;
this._y = 54;
} else if (_root.bread_1 == "on") {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.eps2_sound.start();
}
};
};
Symbol 418 MovieClip Frame 1
stop();
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if ((_root.bread_2 == "off") && (_root.b2_over == "off")) {
targetx = 100;
targety = 100;
this._x = 484;
this._y = 57;
}
if ((this.hitTest(_root.bread_target) && (_root.step1 == "off")) && (_root.cha1 == "on")) {
_root.bread_2 = "on";
_root.cha1 = "off";
} else if (this.hitTest(_root.bread_target) && (_root.step1 == "on")) {
_root.bread = "end";
_root.bread_2 = "end";
}
this.onRollOver = function () {
if (_root.bread_2 == "off") {
_root.b2_over = "on";
targetx = 120;
targety = 120;
_root.eps3_sound.start();
}
if (_root.bread != "end") {
_root.level = _root.level + 1;
this.swapDepths(_root.level);
}
};
this.onRollOut = function () {
if (_root.bread_2 == "off") {
targetx = 100;
targety = 100;
}
};
this.onPress = function () {
if (_root.bread != "end") {
startDrag (this);
}
if (_root.bread_2 == "on") {
this._x = 484;
this._y = 57;
_root.bread_2 = "off";
_root.b2_over = "off";
_root.cha1 = "on";
_root.eps1_sound.start();
}
};
this.onRelease = function () {
stopDrag();
if (_root.bread_2 == "off") {
this._x = 484;
this._y = 57;
} else if (_root.bread_2 == "on") {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.eps2_sound.start();
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.bread_2 == "off") {
this._x = 484;
this._y = 57;
} else if (_root.bread_2 == "on") {
argetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.eps2_sound.start();
}
};
};
Symbol 418 MovieClip Frame 2
stop();
Symbol 421 MovieClip Frame 1
stop();
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if ((_root.bread_3 == "off") && (_root.b3_over == "off")) {
targetx = 100;
targety = 100;
this._x = 604;
this._y = 58;
}
if ((this.hitTest(_root.bread_target) && (_root.step1 == "off")) && (_root.cha1 == "on")) {
_root.bread_3 = "on";
_root.cha1 = "off";
} else if (this.hitTest(_root.bread_target) && (_root.step1 == "on")) {
_root.bread = "end";
_root.bread_3 = "end";
}
this.onRollOver = function () {
if (_root.bread_3 == "off") {
_root.b3_over = "on";
targetx = 120;
targety = 120;
_root.eps3_sound.start();
}
if (_root.bread != "end") {
_root.level = _root.level + 1;
this.swapDepths(_root.level);
}
};
this.onRollOut = function () {
if (_root.bread_3 == "off") {
targetx = 100;
targety = 100;
}
};
this.onPress = function () {
if (_root.bread != "end") {
startDrag (this);
}
if (_root.bread_3 == "on") {
this._x = 604;
this._y = 58;
_root.bread_3 = "off";
_root.b3_over = "off";
_root.cha1 = "on";
_root.eps3_sound.start();
}
};
this.onRelease = function () {
stopDrag();
if (_root.bread_3 == "off") {
this._x = 604;
this._y = 58;
} else if (_root.bread_3 == "on") {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.eps2_sound.start();
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.bread_3 == "off") {
this._x = 604;
this._y = 58;
} else if (_root.bread_3 == "on") {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.eps2_sound.start();
}
};
};
Symbol 421 MovieClip Frame 2
stop();
Symbol 424 MovieClip Frame 1
stop();
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if ((_root.bread_4 == "off") && (_root.b4_over == "off")) {
targetx = 100;
targety = 100;
this._x = 364;
this._y = 141;
}
if ((this.hitTest(_root.bread_target) && (_root.step1 == "off")) && (_root.cha1 == "on")) {
_root.bread_4 = "on";
_root.cha1 = "off";
} else if (this.hitTest(_root.bread_target) && (_root.step1 == "on")) {
_root.bread = "end";
_root.bread_4 = "end";
}
this.onRollOver = function () {
if (_root.bread_4 == "off") {
_root.b4_over = "on";
targetx = 120;
targety = 120;
_root.eps3_sound.start();
}
if (_root.bread != "end") {
_root.level = _root.level + 1;
this.swapDepths(_root.level);
}
};
this.onRollOut = function () {
if (_root.bread_4 == "off") {
targetx = 100;
targety = 100;
}
};
this.onPress = function () {
if (_root.bread != "end") {
startDrag (this);
}
if (_root.bread_4 == "on") {
this._x = 364;
this._y = 141;
_root.bread_4 = "off";
_root.b4_over = "off";
_root.cha1 = "on";
_root.eps1_sound.start();
}
};
this.onRelease = function () {
stopDrag();
if (_root.bread_4 == "off") {
this._x = 364;
this._y = 141;
} else if (_root.bread_4 == "on") {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.eps2_sound.start();
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.bread_4 == "off") {
this._x = 364;
this._y = 141;
} else if (_root.bread_4 == "on") {
argetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.eps2_sound.start();
}
};
};
Symbol 424 MovieClip Frame 2
stop();
Symbol 427 MovieClip Frame 1
stop();
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if ((_root.bread_5 == "off") && (_root.b5_over == "off")) {
targetx = 100;
targety = 100;
this._x = 484;
this._y = 141;
}
if ((this.hitTest(_root.bread_target) && (_root.step1 == "off")) && (_root.cha1 == "on")) {
_root.bread_5 = "on";
_root.cha1 = "off";
} else if (this.hitTest(_root.bread_target) && (_root.step1 == "on")) {
_root.bread = "end";
_root.bread_5 = "end";
}
this.onRollOver = function () {
if (_root.bread_5 == "off") {
_root.b5_over = "on";
targetx = 120;
targety = 120;
_root.eps3_sound.start();
}
if (_root.bread != "end") {
_root.level = _root.level + 1;
this.swapDepths(_root.level);
}
};
this.onRollOut = function () {
if (_root.bread_5 == "off") {
targetx = 100;
targety = 100;
}
};
this.onPress = function () {
if (_root.bread != "end") {
startDrag (this);
}
if (_root.bread_5 == "on") {
this._x = 484;
this._y = 141;
_root.bread_5 = "off";
_root.b5_over = "off";
_root.cha1 = "on";
_root.eps1_sound.start();
}
};
this.onRelease = function () {
stopDrag();
if (_root.bread_5 == "off") {
this._x = 484;
this._y = 141;
} else if (_root.bread_5 == "on") {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.eps2_sound.start();
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.bread_5 == "off") {
this._x = 484;
this._y = 141;
} else if (_root.bread_5 == "on") {
argetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.eps2_sound.start();
}
};
};
Symbol 427 MovieClip Frame 2
stop();
Symbol 430 MovieClip Frame 1
stop();
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if ((_root.bread_6 == "off") && (_root.b6_over == "off")) {
targetx = 100;
targety = 100;
this._x = 604;
this._y = 143;
}
if ((this.hitTest(_root.bread_target) && (_root.step1 == "off")) && (_root.cha1 == "on")) {
_root.bread_6 = "on";
_root.cha1 = "off";
} else if (this.hitTest(_root.bread_target) && (_root.step1 == "on")) {
_root.bread = "end";
_root.bread_6 = "end";
}
this.onRollOver = function () {
if (_root.bread_6 == "off") {
_root.b6_over = "on";
targetx = 120;
targety = 120;
_root.eps3_sound.start();
}
if (_root.bread != "end") {
_root.level = _root.level + 1;
this.swapDepths(_root.level);
}
};
this.onRollOut = function () {
if (_root.bread_6 == "off") {
targetx = 100;
targety = 100;
}
};
this.onPress = function () {
if (_root.bread != "end") {
startDrag (this);
}
if (_root.bread_6 == "on") {
this._x = 604;
this._y = 143;
_root.bread_6 = "off";
_root.b6_over = "off";
_root.cha1 = "on";
_root.eps1_sound.start();
}
};
this.onRelease = function () {
stopDrag();
if (_root.bread_6 == "off") {
this._x = 604;
this._y = 143;
} else if (_root.bread_6 == "on") {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.eps2_sound.start();
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.bread_6 == "off") {
this._x = 604;
this._y = 143;
} else if (_root.bread_6 == "on") {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.eps2_sound.start();
}
};
};
Symbol 430 MovieClip Frame 2
stop();
Symbol 432 MovieClip Frame 15
stop();
Symbol 440 MovieClip Frame 1
stop();
Symbol 446 MovieClip Frame 1
stop();
Symbol 447 MovieClip Frame 1
stop();
Symbol 447 MovieClip Frame 2
stop();
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if ((_root.cream_1 == "off") && (_root.c1_over == "off")) {
targetx = 100;
targety = 100;
this._x = 364;
this._y = 54;
}
if ((this.hitTest(_root.bread_target) && (_root.step2 == "off")) && (_root.cha2 == "on")) {
_root.cream_1 = "on";
_root.cha2 = "off";
} else if (this.hitTest(_root.bread_target) && (_root.step2 == "on")) {
_root.cream = "end";
_root.cream_1 = "end";
}
this.onRollOver = function () {
if (_root.cream_1 == "off") {
_root.c1_over = "on";
targetx = 120;
targety = 120;
}
if (_root.cream != "end") {
_root.level = _root.level + 1;
this.swapDepths(_root.level);
_root.eps3_sound.start();
}
};
this.onRollOut = function () {
if (_root.cream_1 == "off") {
targetx = 100;
targety = 100;
}
};
this.onPress = function () {
if (_root.cream != "end") {
startDrag (this);
}
if (_root.cream_1 == "on") {
this._x = 364;
this._y = 54;
_root.cream_1 = "off";
_root.c1_over = "off";
_root.cha2 = "on";
_root.eps1_sound.start();
}
};
this.onRelease = function () {
stopDrag();
if (_root.cream_1 == "off") {
this._x = 364;
this._y = 54;
_root.cre1_mc.c_color1.gotoAndStop(1);
} else if ((_root.cream_1 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre1_mc.c_color1.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.cream_1 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre1_mc.c_color1.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.cream_1 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre1_mc.c_color1.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.cream_1 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre1_mc.c_color1.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.cream_1 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre1_mc.c_color1.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.cream_1 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre1_mc.c_color1.gotoAndStop(7);
_root.eps2_sound.start();
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.cream_1 == "off") {
this._x = 364;
this._y = 54;
_root.cre1_mc.c_color1.gotoAndStop(1);
} else if ((_root.cream_1 == "on") && (_root.bread_1 == " end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre1_mc.c_color1.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.cream_1 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre1_mc.c_color1.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.cream_1 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre1_mc.c_color1.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.cream_1 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre1_mc.c_color1.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.cream_1 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre1_mc.c_color1.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.cream_1 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre1_mc.c_color1.gotoAndStop(7);
_root.eps2_sound.start();
}
};
};
Symbol 460 MovieClip Frame 1
stop();
Symbol 461 MovieClip Frame 1
stop();
Symbol 461 MovieClip Frame 2
stop();
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if ((_root.cream_2 == "off") && (_root.c2_over == "off")) {
targetx = 100;
targety = 100;
this._x = 484;
this._y = 54;
}
if ((this.hitTest(_root.bread_target) && (_root.step2 == "off")) && (_root.cha2 == "on")) {
_root.cream_2 = "on";
_root.cha2 = "off";
} else if (this.hitTest(_root.bread_target) && (_root.step2 == "on")) {
_root.cream = "end";
_root.cream_2 = "end";
}
this.onRollOver = function () {
if (_root.cream_2 == "off") {
_root.c2_over = "on";
targetx = 120;
targety = 120;
_root.eps3_sound.start();
}
if (_root.cream != "end") {
_root.level = _root.level + 1;
this.swapDepths(_root.level);
}
};
this.onRollOut = function () {
if (_root.cream_2 == "off") {
targetx = 100;
targety = 100;
}
};
this.onPress = function () {
if (_root.cream != "end") {
startDrag (this);
}
if (_root.cream_2 == "on") {
this._x = 484;
this._y = 54;
_root.cream_2 = "off";
_root.c2_over = "off";
_root.cha2 = "on";
_root.eps1_sound.start();
}
};
this.onRelease = function () {
stopDrag();
if (_root.cream_2 == "off") {
this._x = 484;
this._y = 54;
_root.cre2_mc.c_color2.gotoAndStop(1);
} else if ((_root.cream_2 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre2_mc.c_color2.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.cream_2 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre2_mc.c_color2.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.cream_2 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre2_mc.c_color2.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.cream_2 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre2_mc.c_color2.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.cream_2 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre2_mc.c_color2.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.cream_2 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre2_mc.c_color2.gotoAndStop(7);
_root.eps2_sound.start();
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.cream_2 == "off") {
this._x = 484;
this._y = 54;
_root.cre2_mc.c_color2.gotoAndStop(1);
} else if ((_root.cream_2 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre2_mc.c_color2.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.cream_2 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre2_mc.c_color2.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.cream_2 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre2_mc.c_color2.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.cream_2 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre2_mc.c_color2.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.cream_2 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre2_mc.c_color2.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.cream_2 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre2_mc.c_color2.gotoAndStop(7);
_root.eps2_sound.start();
}
};
};
Symbol 469 MovieClip Frame 1
stop();
Symbol 470 MovieClip Frame 1
stop();
Symbol 470 MovieClip Frame 2
stop();
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if ((_root.cream_3 == "off") && (_root.c3_over == "off")) {
targetx = 100;
targety = 100;
this._x = 604;
this._y = 54;
}
if ((this.hitTest(_root.bread_target) && (_root.step2 == "off")) && (_root.cha2 == "on")) {
_root.cream_3 = "on";
_root.cha2 = "off";
} else if (this.hitTest(_root.bread_target) && (_root.step2 == "on")) {
_root.cream = "end";
_root.cream_3 = "end";
}
this.onRollOver = function () {
if (_root.cream_3 == "off") {
_root.c3_over = "on";
targetx = 120;
targety = 120;
_root.eps3_sound.start();
}
if (_root.cream != "end") {
_root.level = _root.level + 1;
this.swapDepths(_root.level);
}
};
this.onRollOut = function () {
if (_root.cream_3 == "off") {
targetx = 100;
targety = 100;
}
};
this.onPress = function () {
if (_root.cream != "end") {
startDrag (this);
}
if (_root.cream_3 == "on") {
this._x = 604;
this._y = 54;
_root.cream_3 = "off";
_root.c3_over = "off";
_root.cha2 = "on";
_root.eps1_sound.start();
}
};
this.onRelease = function () {
stopDrag();
if (_root.cream_3 == "off") {
this._x = 604;
this._y = 54;
_root.cre3_mc.c_color3.gotoAndStop(1);
} else if ((_root.cream_3 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre3_mc.c_color3.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.cream_3 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre3_mc.c_color3.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.cream_3 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre3_mc.c_color3.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.cream_3 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre3_mc.c_color3.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.cream_3 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre3_mc.c_color3.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.cream_3 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre3_mc.c_color3.gotoAndStop(7);
_root.eps2_sound.start();
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.cream_3 == "off") {
this._x = 604;
this._y = 54;
_root.cre3_mc.c_color3.gotoAndStop(1);
} else if ((_root.cream_3 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre3_mc.c_color3.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.cream_3 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre3_mc.c_color3.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.cream_3 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre3_mc.c_color3.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.cream_3 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre3_mc.c_color3.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.cream_3 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre3_mc.c_color3.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.cream_3 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre3_mc.c_color3.gotoAndStop(7);
_root.eps2_sound.start();
}
};
};
Symbol 478 MovieClip Frame 1
stop();
Symbol 479 MovieClip Frame 1
stop();
Symbol 479 MovieClip Frame 2
stop();
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if ((_root.cream_4 == "off") && (_root.c4_over == "off")) {
targetx = 100;
targety = 100;
this._x = 364;
this._y = 141;
}
if ((this.hitTest(_root.bread_target) && (_root.step2 == "off")) && (_root.cha2 == "on")) {
_root.cream_4 = "on";
_root.cha2 = "off";
} else if (this.hitTest(_root.bread_target) && (_root.step2 == "on")) {
_root.cream = "end";
_root.cream_4 = "end";
}
this.onRollOver = function () {
if (_root.cream_4 == "off") {
_root.c4_over = "on";
targetx = 120;
targety = 120;
_root.eps3_sound.start();
}
if (_root.cream != "end") {
_root.level = _root.level + 1;
this.swapDepths(_root.level);
}
};
this.onRollOut = function () {
if (_root.cream_4 == "off") {
targetx = 100;
targety = 100;
}
};
this.onPress = function () {
if (_root.cream != "end") {
startDrag (this);
}
if (_root.cream_4 == "on") {
this._x = 364;
this._y = 141;
_root.cream_4 = "off";
_root.c4_over = "off";
_root.cha2 = "on";
_root.eps1_sound.start();
}
};
this.onRelease = function () {
stopDrag();
if (_root.cream_4 == "off") {
this._x = 364;
this._y = 141;
_root.cre4_mc.c_color4.gotoAndStop(1);
} else if ((_root.cream_4 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre4_mc.c_color4.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.cream_4 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre4_mc.c_color4.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.cream_4 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre4_mc.c_color4.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.cream_4 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre4_mc.c_color4.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.cream_4 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre4_mc.c_color4.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.cream_4 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre4_mc.c_color4.gotoAndStop(7);
_root.eps2_sound.start();
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.cream_4 == "off") {
this._x = 364;
this._y = 141;
_root.cre4_mc.c_color4.gotoAndStop(1);
} else if ((_root.cream_4 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre4_mc.c_color4.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.cream_4 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre4_mc.c_color4.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.cream_4 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre4_mc.c_color4.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.cream_4 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre4_mc.c_color4.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.cream_4 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre4_mc.c_color4.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.cream_4 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre4_mc.c_color4.gotoAndStop(7);
_root.eps2_sound.start();
}
};
};
Symbol 492 MovieClip Frame 1
stop();
Symbol 493 MovieClip Frame 1
stop();
Symbol 493 MovieClip Frame 2
stop();
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if ((_root.cream_5 == "off") && (_root.c5_over == "off")) {
targetx = 100;
targety = 100;
this._x = 484;
this._y = 141;
}
if ((this.hitTest(_root.bread_target) && (_root.step2 == "off")) && (_root.cha2 == "on")) {
_root.cream_5 = "on";
_root.cha2 = "off";
} else if (this.hitTest(_root.bread_target) && (_root.step2 == "on")) {
_root.cream = "end";
_root.cream_5 = "end";
}
this.onRollOver = function () {
if (_root.cream_5 == "off") {
_root.c5_over = "on";
targetx = 120;
targety = 120;
_root.eps3_sound.start();
}
if (_root.cream != "end") {
_root.level = _root.level + 1;
this.swapDepths(_root.level);
}
};
this.onRollOut = function () {
if (_root.cream_5 == "off") {
targetx = 100;
targety = 100;
}
};
this.onPress = function () {
if (_root.cream != "end") {
startDrag (this);
}
if (_root.cream_5 == "on") {
this._x = 484;
this._y = 141;
_root.cream_5 = "off";
_root.c5_over = "off";
_root.cha2 = "on";
_root.eps1_sound.start();
}
};
this.onRelease = function () {
stopDrag();
if (_root.cream_5 == "off") {
this._x = 484;
this._y = 141;
_root.cre5_mc.c_color5.gotoAndStop(1);
} else if ((_root.cream_5 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre5_mc.c_color5.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.cream_5 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre5_mc.c_color5.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.cream_5 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre5_mc.c_color5.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.cream_5 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre5_mc.c_color5.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.cream_5 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre5_mc.c_color5.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.cream_5 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre5_mc.c_color5.gotoAndStop(7);
_root.eps2_sound.start();
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.cream_5 == "off") {
this._x = 484;
this._y = 141;
_root.cre5_mc.c_color5.gotoAndStop(1);
} else if ((_root.cream_5 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre5_mc.c_color5.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.cream_5 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre5_mc.c_color5.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.cream_5 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre5_mc.c_color5.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.cream_5 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre5_mc.c_color5.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.cream_5 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre5_mc.c_color5.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.cream_5 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre5_mc.c_color5.gotoAndStop(7);
_root.eps2_sound.start();
}
};
};
Symbol 501 MovieClip Frame 1
stop();
Symbol 502 MovieClip Frame 1
stop();
Symbol 502 MovieClip Frame 2
stop();
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if ((_root.cream_6 == "off") && (_root.c6_over == "off")) {
targetx = 100;
targety = 100;
this._x = 604;
this._y = 141;
}
if ((this.hitTest(_root.bread_target) && (_root.step2 == "off")) && (_root.cha2 == "on")) {
_root.cream_6 = "on";
_root.cha2 = "off";
} else if (this.hitTest(_root.bread_target) && (_root.step2 == "on")) {
_root.cream = "end";
_root.cream_6 = "end";
}
this.onRollOver = function () {
if (_root.cream_6 == "off") {
_root.c6_over = "on";
targetx = 120;
targety = 120;
_root.eps3_sound.start();
}
if (_root.cream != "end") {
_root.level = _root.level + 1;
this.swapDepths(_root.level);
}
};
this.onRollOut = function () {
if (_root.cream_6 == "off") {
targetx = 100;
targety = 100;
}
};
this.onPress = function () {
if (_root.cream != "end") {
startDrag (this);
}
if (_root.cream_6 == "on") {
this._x = 604;
this._y = 141;
_root.cream_6 = "off";
_root.c6_over = "off";
_root.cha2 = "on";
_root.eps1_sound.start();
}
};
this.onRelease = function () {
stopDrag();
if (_root.cream_6 == "off") {
this._x = 604;
this._y = 141;
_root.cre6_mc.c_color6.gotoAndStop(1);
} else if ((_root.cream_6 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre6_mc.c_color6.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.cream_6 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre6_mc.c_color6.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.cream_6 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre6_mc.c_color6.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.cream_6 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre6_mc.c_color6.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.cream_6 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre6_mc.c_color6.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.cream_6 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre6_mc.c_color6.gotoAndStop(7);
_root.eps2_sound.start();
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.cream_6 == "off") {
this._x = 604;
this._y = 141;
_root.cre6_mc.c_color6.gotoAndStop(1);
} else if ((_root.cream_6 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre6_mc.c_color6.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.cream_6 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre6_mc.c_color6.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.cream_6 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre6_mc.c_color6.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.cream_6 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre6_mc.c_color6.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.cream_6 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre6_mc.c_color6.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.cream_6 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
_root.cre6_mc.c_color6.gotoAndStop(7);
_root.eps2_sound.start();
}
};
};
Symbol 504 MovieClip Frame 1
stop();
Symbol 504 MovieClip Frame 15
stop();
Symbol 512 MovieClip Frame 1
stop();
Symbol 513 MovieClip Frame 1
stop();
Symbol 513 MovieClip Frame 2
stop();
_root.step3 = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if ((_root.non_1 == "off") && (_root.n1_over == "off")) {
targetx = 100;
targety = 100;
this._x = 364;
this._y = 54;
}
if ((this.hitTest(_root.bread_target) && (_root.step3 == "off")) && (_root.cha3 == "on")) {
_root.non_1 = "on";
_root.cha3 = "off";
} else if (this.hitTest(_root.bread_target) && (_root.step3 == "on")) {
_root.non = "end";
_root.non_1 = "end";
}
this.onRollOver = function () {
if (_root.non_1 == "off") {
_root.n1_over = "on";
targetx = 120;
targety = 120;
_root.eps3_sound.start();
}
if (_root.non != "end") {
_root.level = _root.level + 1;
this.swapDepths(_root.level);
}
};
this.onRollOut = function () {
if (_root.non_1 == "off") {
targetx = 100;
targety = 100;
}
};
this.onPress = function () {
if (_root.non != "end") {
startDrag (this);
}
if (_root.non_1 == "on") {
this._x = 364;
this._y = 54;
_root.non_1 = "off";
_root.n1_over = "off";
_root.cha3 = "on";
_root.eps1_sound.start();
}
};
this.onRelease = function () {
stopDrag();
if (_root.non_1 == "off") {
this._x = 364;
this._y = 54;
n_color1.gotoAndStop(1);
} else if ((_root.non_1 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color1.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.non_1 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color1.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.non_1 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color1.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.non_1 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color1.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.non_1 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color1.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.non_1 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color1.gotoAndStop(7);
_root.eps2_sound.start();
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.non_1 == "off") {
this._x = 364;
this._y = 54;
n_color1.gotoAndStop(1);
} else if ((_root.non_1 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color1.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.non_1 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color1.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.non_1 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color1.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.non_1 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color1.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.non_1 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color1.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.non_1 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color1.gotoAndStop(7);
_root.eps2_sound.start();
}
};
};
Symbol 515 MovieClip Frame 1
stop();
Symbol 515 MovieClip Frame 15
stop();
Symbol 523 MovieClip Frame 1
stop();
Symbol 524 MovieClip Frame 1
stop();
Symbol 524 MovieClip Frame 2
stop();
_root.step3 = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if ((_root.non_2 == "off") && (_root.n2_over == "off")) {
targetx = 100;
targety = 100;
this._x = 484;
this._y = 54;
}
if ((this.hitTest(_root.bread_target) && (_root.step3 == "off")) && (_root.cha3 == "on")) {
_root.non_2 = "on";
_root.cha3 = "off";
} else if (this.hitTest(_root.bread_target) && (_root.step3 == "on")) {
_root.non = "end";
_root.non_2 = "end";
}
this.onRollOver = function () {
if (_root.non_2 == "off") {
_root.n2_over = "on";
targetx = 120;
targety = 120;
_root.eps3_sound.start();
}
if (_root.non != "end") {
_root.level = _root.level + 1;
this.swapDepths(_root.level);
}
};
this.onRollOut = function () {
if (_root.non_2 == "off") {
targetx = 100;
targety = 100;
}
};
this.onPress = function () {
if (_root.non != "end") {
startDrag (this);
}
if (_root.non_2 == "on") {
this._x = 484;
this._y = 54;
_root.non_2 = "off";
_root.n2_over = "off";
_root.cha3 = "on";
_root.eps1_sound.start();
}
};
this.onRelease = function () {
stopDrag();
if (_root.non_2 == "off") {
this._x = 484;
this._y = 54;
n_color2.gotoAndStop(1);
} else if ((_root.non_2 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color2.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.non_2 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color2.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.non_2 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color2.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.non_2 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color2.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.non_2 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color2.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.non_2 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color2.gotoAndStop(7);
_root.eps2_sound.start();
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.non_2 == "off") {
this._x = 484;
this._y = 54;
n_color2.gotoAndStop(1);
} else if ((_root.non_2 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color2.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.non_2 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color2.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.non_2 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color2.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.non_2 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color2.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.non_2 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color2.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.non_2 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color2.gotoAndStop(7);
_root.eps2_sound.start();
}
};
};
Symbol 532 MovieClip Frame 1
stop();
Symbol 533 MovieClip Frame 1
stop();
Symbol 533 MovieClip Frame 2
stop();
_root.step3 = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if ((_root.non_3 == "off") && (_root.n3_over == "off")) {
targetx = 100;
targety = 100;
this._x = 604;
this._y = 54;
}
if ((this.hitTest(_root.bread_target) && (_root.step3 == "off")) && (_root.cha3 == "on")) {
_root.non_3 = "on";
_root.cha3 = "off";
} else if (this.hitTest(_root.bread_target) && (_root.step3 == "on")) {
_root.non = "end";
_root.non_3 = "end";
}
this.onRollOver = function () {
if (_root.non_3 == "off") {
_root.n3_over = "on";
targetx = 120;
targety = 120;
_root.eps3_sound.start();
}
if (_root.non != "end") {
_root.level = _root.level + 1;
this.swapDepths(_root.level);
}
};
this.onRollOut = function () {
if (_root.non_3 == "off") {
targetx = 100;
targety = 100;
}
};
this.onPress = function () {
if (_root.non != "end") {
startDrag (this);
}
if (_root.non_3 == "on") {
this._x = 604;
this._y = 54;
_root.non_3 = "off";
_root.n3_over = "off";
_root.cha3 = "on";
_root.eps1_sound.start();
}
};
this.onRelease = function () {
stopDrag();
if (_root.non_3 == "off") {
this._x = 604;
this._y = 54;
n_color3.gotoAndStop(1);
} else if ((_root.non_3 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color3.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.non_3 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color3.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.non_3 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color3.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.non_3 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color3.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.non_3 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color3.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.non_3 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color3.gotoAndStop(7);
_root.eps2_sound.start();
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.non_3 == "off") {
this._x = 604;
this._y = 54;
n_color3.gotoAndStop(1);
} else if ((_root.non_3 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color3.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.non_3 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color3.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.non_3 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color3.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.non_3 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color3.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.non_3 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color3.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.non_3 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color3.gotoAndStop(7);
_root.eps2_sound.start();
}
};
};
Symbol 541 MovieClip Frame 1
stop();
Symbol 542 MovieClip Frame 1
stop();
Symbol 542 MovieClip Frame 2
stop();
_root.step3 = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if ((_root.non_4 == "off") && (_root.n4_over == "off")) {
targetx = 100;
targety = 100;
this._x = 364;
this._y = 141;
}
if ((this.hitTest(_root.bread_target) && (_root.step3 == "off")) && (_root.cha3 == "on")) {
_root.non_4 = "on";
_root.cha3 = "off";
} else if (this.hitTest(_root.bread_target) && (_root.step3 == "on")) {
_root.non = "end";
_root.non_4 = "end";
}
this.onRollOver = function () {
if (_root.non_4 == "off") {
_root.n4_over = "on";
targetx = 120;
targety = 120;
_root.eps3_sound.start();
}
if (_root.non != "end") {
_root.level = _root.level + 1;
this.swapDepths(_root.level);
}
};
this.onRollOut = function () {
if (_root.non_4 == "off") {
targetx = 100;
targety = 100;
}
};
this.onPress = function () {
if (_root.non != "end") {
startDrag (this);
}
if (_root.non_4 == "on") {
this._x = 364;
this._y = 141;
_root.non_4 = "off";
_root.n4_over = "off";
_root.cha3 = "on";
_root.eps1_sound.start();
}
};
this.onRelease = function () {
stopDrag();
if (_root.non_4 == "off") {
this._x = 364;
this._y = 141;
n_color4.gotoAndStop(1);
} else if ((_root.non_4 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color4.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.non_4 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color4.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.non_4 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color4.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.non_4 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color4.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.non_4 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color4.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.non_4 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color4.gotoAndStop(7);
_root.eps2_sound.start();
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.non_4 == "off") {
this._x = 364;
this._y = 141;
n_color4.gotoAndStop(1);
} else if ((_root.non_4 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color4.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.non_4 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color4.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.non_4 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color4.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.non_4 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color4.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.non_4 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color4.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.non_4 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color4.gotoAndStop(7);
_root.eps2_sound.start();
}
};
};
Symbol 550 MovieClip Frame 1
stop();
Symbol 551 MovieClip Frame 1
stop();
Symbol 551 MovieClip Frame 2
stop();
_root.step3 = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if ((_root.non_5 == "off") && (_root.n5_over == "off")) {
targetx = 100;
targety = 100;
this._x = 484;
this._y = 141;
}
if ((this.hitTest(_root.bread_target) && (_root.step3 == "off")) && (_root.cha3 == "on")) {
_root.non_5 = "on";
_root.cha3 = "off";
} else if (this.hitTest(_root.bread_target) && (_root.step3 == "on")) {
_root.non = "end";
_root.non_5 = "end";
}
this.onRollOver = function () {
if (_root.non_5 == "off") {
_root.n5_over = "on";
targetx = 120;
targety = 120;
_root.eps3_sound.start();
}
if (_root.non != "end") {
_root.level = _root.level + 1;
this.swapDepths(_root.level);
}
};
this.onRollOut = function () {
if (_root.non_5 == "off") {
targetx = 100;
targety = 100;
}
};
this.onPress = function () {
if (_root.non != "end") {
startDrag (this);
}
if (_root.non_5 == "on") {
this._x = 484;
this._y = 141;
_root.non_5 = "off";
_root.n5_over = "off";
_root.cha3 = "on";
_root.eps1_sound.start();
}
};
this.onRelease = function () {
stopDrag();
if (_root.non_5 == "off") {
this._x = 484;
this._y = 141;
n_color5.gotoAndStop(1);
} else if ((_root.non_5 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color5.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.non_5 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color5.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.non_5 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color5.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.non_5 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color5.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.non_5 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color5.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.non_5 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color5.gotoAndStop(7);
_root.eps2_sound.start();
}
};
this.onReleaseOutside = function () {
stopDrag();
if (_root.non_5 == "off") {
this._x = 484;
this._y = 141;
n_color5.gotoAndStop(1);
} else if ((_root.non_5 == "on") && (_root.bread_1 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color5.gotoAndStop(2);
_root.eps2_sound.start();
} else if ((_root.non_5 == "on") && (_root.bread_2 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color5.gotoAndStop(3);
_root.eps2_sound.start();
} else if ((_root.non_5 == "on") && (_root.bread_3 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color5.gotoAndStop(4);
_root.eps2_sound.start();
} else if ((_root.non_5 == "on") && (_root.bread_4 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color5.gotoAndStop(5);
_root.eps2_sound.start();
} else if ((_root.non_5 == "on") && (_root.bread_5 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color5.gotoAndStop(6);
_root.eps2_sound.start();
} else if ((_root.non_5 == "on") && (_root.bread_6 == "end")) {
targetx = 300;
targety = 300;
this._x = 350;
this._y = 377;
n_color5.gotoAndStop(7);
_root.eps2_sound.start();
}
};
};
Symbol 558 Button
on (release) {
_root.item_mc.nextFrame();
}
Symbol 561 Button
on (release) {
if (_root.back == "on") {
_root.item_mc.prevFrame();
}
}
Symbol 562 MovieClip Frame 1
stop();
Symbol 562 MovieClip Frame 15
stop();
Symbol 563 MovieClip Frame 1
stop();
_root.d15_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d15_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d15_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count15++;
_root.createEmptyMovieClip(("dec15_" + _root.count15) + "_mc", _root.level);
_root.attachMovie("dec15_link", ("dec15_" + _root.count15) + "_mc", _root.level);
_root[("dec15_" + _root.count15) + "_mc"].startDrag();
_root[("dec15_" + _root.count15) + "_mc"]._x = 513;
_root[("dec15_" + _root.count15) + "_mc"]._y = 142;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec15_" + _root.count15) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec15_" + _root.count15) + "_mc"].stopDrag();
};
};
Symbol 564 MovieClip Frame 1
stop();
_root.d13_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d13_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d13_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count13++;
_root.createEmptyMovieClip(("dec13_" + _root.count13) + "_mc", _root.level);
_root.attachMovie("dec13_link", ("dec13_" + _root.count13) + "_mc", _root.level);
_root[("dec13_" + _root.count13) + "_mc"].startDrag();
_root[("dec13_" + _root.count13) + "_mc"]._x = 413;
_root[("dec13_" + _root.count13) + "_mc"]._y = 127;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec13_" + _root.count13) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec13_" + _root.count13) + "_mc"].stopDrag();
};
};
Symbol 565 MovieClip Frame 1
stop();
_root.d1_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d1_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.d1_over = "on";
targetx = 100;
targety = 100;
_root.eps3_sound.start();
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count1++;
_root.createEmptyMovieClip(("dec1_" + _root.count1) + "_mc", _root.level);
_root.attachMovie("dec1_link", ("dec1_" + _root.count1) + "_mc", _root.level);
_root[("dec1_" + _root.count1) + "_mc"].startDrag();
_root[("dec1_" + _root.count1) + "_mc"]._x = 324;
_root[("dec1_" + _root.count1) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec1_" + _root.count1) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec1_" + _root.count1) + "_mc"].stopDrag();
};
};
Symbol 566 MovieClip Frame 1
stop();
_root.d2_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d2_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d2_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count2++;
_root.createEmptyMovieClip(("dec2_" + _root.count2) + "_mc", _root.level);
_root.attachMovie("dec2_link", ("dec2_" + _root.count2) + "_mc", _root.level);
_root[("dec2_" + _root.count2) + "_mc"].startDrag();
_root[("dec2_" + _root.count2) + "_mc"]._x = 597;
_root[("dec2_" + _root.count2) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec2_" + _root.count2) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec2_" + _root.count2) + "_mc"].stopDrag();
};
};
Symbol 567 MovieClip Frame 1
stop();
_root.d3_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d3_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d3_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count3++;
_root.createEmptyMovieClip(("dec3_" + _root.count3) + "_mc", _root.level);
_root.attachMovie("dec3_link", ("dec3_" + _root.count3) + "_mc", _root.level);
_root[("dec3_" + _root.count3) + "_mc"].startDrag();
_root[("dec3_" + _root.count3) + "_mc"]._x = 643;
_root[("dec3_" + _root.count3) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec3_" + _root.count3) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec3_" + _root.count3) + "_mc"].stopDrag();
};
};
Symbol 568 MovieClip Frame 1
stop();
_root.d4_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d4_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.d4_over = "on";
targetx = 100;
targety = 100;
_root.eps3_sound.start();
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count4++;
_root.createEmptyMovieClip(("dec4_" + _root.count4) + "_mc", _root.level);
_root.attachMovie("dec4_link", ("dec4_" + _root.count4) + "_mc", _root.level);
_root[("dec4_" + _root.count4) + "_mc"].startDrag();
_root[("dec4_" + _root.count4) + "_mc"]._x = 370;
_root[("dec4_" + _root.count4) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec4_" + _root.count4) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec4_" + _root.count4) + "_mc"].stopDrag();
};
};
Symbol 569 MovieClip Frame 1
stop();
_root.d5_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d5_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d5_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count5++;
_root.createEmptyMovieClip(("dec5_" + _root.count5) + "_mc", _root.level);
_root.attachMovie("dec5_link", ("dec5_" + _root.count5) + "_mc", _root.level);
_root[("dec5_" + _root.count5) + "_mc"].startDrag();
_root[("dec5_" + _root.count5) + "_mc"]._x = 415;
_root[("dec5_" + _root.count5) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec5_" + _root.count5) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec5_" + _root.count5) + "_mc"].stopDrag();
};
};
Symbol 570 MovieClip Frame 1
stop();
_root.d6_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d6_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d6_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count6++;
_root.createEmptyMovieClip(("dec6_" + _root.count6) + "_mc", _root.level);
_root.attachMovie("dec6_link", ("dec6_" + _root.count6) + "_mc", _root.level);
_root[("dec6_" + _root.count6) + "_mc"].startDrag();
_root[("dec6_" + _root.count6) + "_mc"]._x = 461;
_root[("dec6_" + _root.count6) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec6_" + _root.count6) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec6_" + _root.count6) + "_mc"].stopDrag();
};
};
Symbol 571 MovieClip Frame 1
stop();
_root.d7_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d7_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d7_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count7++;
_root.createEmptyMovieClip(("dec7_" + _root.count7) + "_mc", _root.level);
_root.attachMovie("dec7_link", ("dec7_" + _root.count7) + "_mc", _root.level);
_root[("dec7_" + _root.count7) + "_mc"].startDrag();
_root[("dec7_" + _root.count7) + "_mc"]._x = 506;
_root[("dec7_" + _root.count7) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec7_" + _root.count7) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec7_" + _root.count7) + "_mc"].stopDrag();
};
};
Symbol 572 MovieClip Frame 1
stop();
_root.d8_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d8_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d8_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count8++;
_root.createEmptyMovieClip(("dec8_" + _root.count8) + "_mc", _root.level);
_root.attachMovie("dec8_link", ("dec8_" + _root.count8) + "_mc", _root.level);
_root[("dec8_" + _root.count8) + "_mc"].startDrag();
_root[("dec8_" + _root.count8) + "_mc"]._x = 552;
_root[("dec8_" + _root.count8) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec8_" + _root.count8) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec8_" + _root.count8) + "_mc"].stopDrag();
};
};
Symbol 573 MovieClip Frame 1
stop();
_root.d10_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d10_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d10_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count10++;
_root.createEmptyMovieClip(("dec10_" + _root.count10) + "_mc", _root.level);
_root.attachMovie("dec10_link", ("dec10_" + _root.count10) + "_mc", _root.level);
_root[("dec10_" + _root.count10) + "_mc"].startDrag();
_root[("dec10_" + _root.count10) + "_mc"]._x = 360;
_root[("dec10_" + _root.count10) + "_mc"]._y = 132;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec10_" + _root.count10) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec10_" + _root.count10) + "_mc"].stopDrag();
};
};
Symbol 574 MovieClip Frame 1
stop();
_root.d11_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d11_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d11_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count11++;
_root.createEmptyMovieClip(("dec11_" + _root.count11) + "_mc", _root.level);
_root.attachMovie("dec11_link", ("dec11_" + _root.count11) + "_mc", _root.level);
_root[("dec11_" + _root.count11) + "_mc"].startDrag();
_root[("dec11_" + _root.count11) + "_mc"]._x = 425;
_root[("dec11_" + _root.count11) + "_mc"]._y = 139;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec11_" + _root.count11) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec11_" + _root.count11) + "_mc"].stopDrag();
};
};
Symbol 575 MovieClip Frame 1
stop();
_root.d12_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d12_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d12_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count12++;
_root.createEmptyMovieClip(("dec12_" + _root.count12) + "_mc", _root.level);
_root.attachMovie("dec12_link", ("dec12_" + _root.count12) + "_mc", _root.level);
_root[("dec12_" + _root.count12) + "_mc"].startDrag();
_root[("dec12_" + _root.count12) + "_mc"]._x = 446;
_root[("dec12_" + _root.count12) + "_mc"]._y = 148;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec12_" + _root.count12) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec12_" + _root.count12) + "_mc"].stopDrag();
};
};
Symbol 576 MovieClip Frame 1
stop();
_root.d14_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d14_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d14_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count14++;
_root.createEmptyMovieClip(("dec14_" + _root.count14) + "_mc", _root.level);
_root.attachMovie("dec14_link", ("dec14_" + _root.count14) + "_mc", _root.level);
_root[("dec14_" + _root.count14) + "_mc"].startDrag();
_root[("dec14_" + _root.count14) + "_mc"]._x = 499;
_root[("dec14_" + _root.count14) + "_mc"]._y = 151;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec14_" + _root.count14) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec14_" + _root.count14) + "_mc"].stopDrag();
};
};
Symbol 577 MovieClip Frame 1
stop();
_root.d9_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d9_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d9_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count9++;
_root.createEmptyMovieClip(("dec9_" + _root.count9) + "_mc", _root.level);
_root.attachMovie("dec9_link", ("dec9_" + _root.count9) + "_mc", _root.level);
_root[("dec9_" + _root.count9) + "_mc"].startDrag();
_root[("dec9_" + _root.count9) + "_mc"]._x = 320;
_root[("dec9_" + _root.count9) + "_mc"]._y = 131;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec9_" + _root.count9) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec9_" + _root.count9) + "_mc"].stopDrag();
};
};
Symbol 578 MovieClip Frame 1
stop();
_root.d16_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d16_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d16_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count16++;
_root.createEmptyMovieClip(("dec16_" + _root.count16) + "_mc", _root.level);
_root.attachMovie("dec16_link", ("dec16_" + _root.count16) + "_mc", _root.level);
_root[("dec16_" + _root.count16) + "_mc"].startDrag();
_root[("dec16_" + _root.count16) + "_mc"]._x = 624;
_root[("dec16_" + _root.count16) + "_mc"]._y = 137;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec16_" + _root.count16) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec16_" + _root.count16) + "_mc"].stopDrag();
};
};
Symbol 579 MovieClip Frame 1
stop();
_root.d17_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d17_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d17_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count17++;
_root.createEmptyMovieClip(("dec17_" + _root.count17) + "_mc", _root.level);
_root.attachMovie("dec17_link", ("dec17_" + _root.count17) + "_mc", _root.level);
_root[("dec17_" + _root.count17) + "_mc"].startDrag();
_root[("dec17_" + _root.count17) + "_mc"]._x = 555;
_root[("dec17_" + _root.count17) + "_mc"]._y = 152;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec17_" + _root.count17) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec17_" + _root.count17) + "_mc"].stopDrag();
};
};
Symbol 580 MovieClip Frame 1
stop();
_root.d18_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d18_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d18_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count18++;
_root.createEmptyMovieClip(("dec18_" + _root.count18) + "_mc", _root.level);
_root.attachMovie("dec18_link", ("dec18_" + _root.count18) + "_mc", _root.level);
_root[("dec18_" + _root.count18) + "_mc"].startDrag();
_root[("dec18_" + _root.count18) + "_mc"]._x = 311;
_root[("dec18_" + _root.count18) + "_mc"]._y = 62;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec18_" + _root.count18) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec18_" + _root.count18) + "_mc"].stopDrag();
};
};
Symbol 581 MovieClip Frame 1
stop();
_root.d19_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d19_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d19_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count19++;
_root.createEmptyMovieClip(("dec19_" + _root.count19) + "_mc", _root.level);
_root.attachMovie("dec19_link", ("dec19_" + _root.count19) + "_mc", _root.level);
_root[("dec19_" + _root.count19) + "_mc"].startDrag();
_root[("dec19_" + _root.count19) + "_mc"]._x = 348;
_root[("dec19_" + _root.count19) + "_mc"]._y = 62;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec19_" + _root.count19) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec19_" + _root.count19) + "_mc"].stopDrag();
};
};
Symbol 582 MovieClip Frame 1
stop();
_root.d20_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d20_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d20_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count20++;
_root.createEmptyMovieClip(("dec20_" + _root.count20) + "_mc", _root.level);
_root.attachMovie("dec20_link", ("dec20_" + _root.count20) + "_mc", _root.level);
_root[("dec20_" + _root.count20) + "_mc"].startDrag();
_root[("dec20_" + _root.count20) + "_mc"]._x = 385;
_root[("dec20_" + _root.count20) + "_mc"]._y = 62;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec20_" + _root.count20) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec20_" + _root.count20) + "_mc"].stopDrag();
};
};
Symbol 583 MovieClip Frame 1
stop();
_root.d21_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d21_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d21_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count21++;
_root.createEmptyMovieClip(("dec21_" + _root.count21) + "_mc", _root.level);
_root.attachMovie("dec21_link", ("dec21_" + _root.count21) + "_mc", _root.level);
_root[("dec21_" + _root.count21) + "_mc"].startDrag();
_root[("dec21_" + _root.count21) + "_mc"]._x = 422;
_root[("dec21_" + _root.count21) + "_mc"]._y = 62;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec21_" + _root.count21) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec21_" + _root.count21) + "_mc"].stopDrag();
};
};
Symbol 584 MovieClip Frame 1
stop();
_root.d22_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d22_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d22_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count22++;
_root.createEmptyMovieClip(("dec22_" + _root.count22) + "_mc", _root.level);
_root.attachMovie("dec22_link", ("dec22_" + _root.count22) + "_mc", _root.level);
_root[("dec22_" + _root.count22) + "_mc"].startDrag();
_root[("dec22_" + _root.count22) + "_mc"]._x = 460;
_root[("dec22_" + _root.count22) + "_mc"]._y = 62;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec22_" + _root.count22) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec22_" + _root.count22) + "_mc"].stopDrag();
};
};
Symbol 585 MovieClip Frame 1
stop();
_root.d23_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d23_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d23_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count23++;
_root.createEmptyMovieClip(("dec23_" + _root.count23) + "_mc", _root.level);
_root.attachMovie("dec23_link", ("dec23_" + _root.count23) + "_mc", _root.level);
_root[("dec23_" + _root.count23) + "_mc"].startDrag();
_root[("dec23_" + _root.count23) + "_mc"]._x = 497;
_root[("dec23_" + _root.count23) + "_mc"]._y = 62;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec23_" + _root.count23) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec23_" + _root.count23) + "_mc"].stopDrag();
};
};
Symbol 586 MovieClip Frame 1
stop();
_root.d24_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d24_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d24_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count24++;
_root.createEmptyMovieClip(("dec24_" + _root.count24) + "_mc", _root.level);
_root.attachMovie("dec24_link", ("dec24_" + _root.count24) + "_mc", _root.level);
_root[("dec24_" + _root.count24) + "_mc"].startDrag();
_root[("dec24_" + _root.count24) + "_mc"]._x = 534;
_root[("dec24_" + _root.count24) + "_mc"]._y = 62;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec24_" + _root.count24) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec24_" + _root.count24) + "_mc"].stopDrag();
};
};
Symbol 587 MovieClip Frame 1
stop();
_root.d25_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d25_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d25_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count25++;
_root.createEmptyMovieClip(("dec25_" + _root.count25) + "_mc", _root.level);
_root.attachMovie("dec25_link", ("dec25_" + _root.count25) + "_mc", _root.level);
_root[("dec25_" + _root.count25) + "_mc"].startDrag();
_root[("dec25_" + _root.count25) + "_mc"]._x = 571;
_root[("dec25_" + _root.count25) + "_mc"]._y = 62;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec25_" + _root.count25) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec25_" + _root.count25) + "_mc"].stopDrag();
};
};
Symbol 588 MovieClip Frame 1
stop();
_root.d26_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d26_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d26_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count26++;
_root.createEmptyMovieClip(("dec26_" + _root.count26) + "_mc", _root.level);
_root.attachMovie("dec26_link", ("dec26_" + _root.count26) + "_mc", _root.level);
_root[("dec26_" + _root.count26) + "_mc"].startDrag();
_root[("dec26_" + _root.count26) + "_mc"]._x = 608;
_root[("dec26_" + _root.count26) + "_mc"]._y = 62;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec26_" + _root.count26) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec26_" + _root.count26) + "_mc"].stopDrag();
};
};
Symbol 589 MovieClip Frame 1
stop();
_root.d27_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d27_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d27_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count27++;
_root.createEmptyMovieClip(("dec27_" + _root.count27) + "_mc", _root.level);
_root.attachMovie("dec27_link", ("dec27_" + _root.count27) + "_mc", _root.level);
_root[("dec27_" + _root.count27) + "_mc"].startDrag();
_root[("dec27_" + _root.count27) + "_mc"]._x = 646;
_root[("dec27_" + _root.count27) + "_mc"]._y = 62;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec27_" + _root.count27) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec27_" + _root.count27) + "_mc"].stopDrag();
};
};
Symbol 590 MovieClip Frame 1
stop();
_root.d28_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d28_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d28_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count28++;
_root.createEmptyMovieClip(("dec28_" + _root.count28) + "_mc", _root.level);
_root.attachMovie("dec28_link", ("dec28_" + _root.count28) + "_mc", _root.level);
_root[("dec28_" + _root.count28) + "_mc"].startDrag();
_root[("dec28_" + _root.count28) + "_mc"]._x = 312;
_root[("dec28_" + _root.count28) + "_mc"]._y = 141;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec28_" + _root.count28) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec28_" + _root.count28) + "_mc"].stopDrag();
};
};
Symbol 591 MovieClip Frame 1
stop();
_root.d29_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d29_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d29_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count29++;
_root.createEmptyMovieClip(("dec29_" + _root.count29) + "_mc", _root.level);
_root.attachMovie("dec29_link", ("dec29_" + _root.count29) + "_mc", _root.level);
_root[("dec29_" + _root.count29) + "_mc"].startDrag();
_root[("dec29_" + _root.count29) + "_mc"]._x = 357;
_root[("dec29_" + _root.count29) + "_mc"]._y = 141;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec29_" + _root.count29) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec29_" + _root.count29) + "_mc"].stopDrag();
};
};
Symbol 592 MovieClip Frame 1
stop();
_root.d30_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d30_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d30_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count30++;
_root.createEmptyMovieClip(("dec30_" + _root.count30) + "_mc", _root.level);
_root.attachMovie("dec30_link", ("dec30_" + _root.count30) + "_mc", _root.level);
_root[("dec30_" + _root.count30) + "_mc"].startDrag();
_root[("dec30_" + _root.count30) + "_mc"]._x = 402;
_root[("dec30_" + _root.count30) + "_mc"]._y = 141;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec30_" + _root.count30) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec30_" + _root.count30) + "_mc"].stopDrag();
};
};
Symbol 593 MovieClip Frame 1
stop();
_root.d31_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d31_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d31_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count31++;
_root.createEmptyMovieClip(("dec31_" + _root.count31) + "_mc", _root.level);
_root.attachMovie("dec31_link", ("dec31_" + _root.count31) + "_mc", _root.level);
_root[("dec31_" + _root.count31) + "_mc"].startDrag();
_root[("dec31_" + _root.count31) + "_mc"]._x = 447;
_root[("dec31_" + _root.count31) + "_mc"]._y = 141;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec31_" + _root.count31) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec31_" + _root.count31) + "_mc"].stopDrag();
};
};
Symbol 594 MovieClip Frame 1
stop();
_root.d32_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d32_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d32_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count32++;
_root.createEmptyMovieClip(("dec32_" + _root.count32) + "_mc", _root.level);
_root.attachMovie("dec32_link", ("dec32_" + _root.count32) + "_mc", _root.level);
_root[("dec32_" + _root.count32) + "_mc"].startDrag();
_root[("dec32_" + _root.count32) + "_mc"]._x = 492;
_root[("dec32_" + _root.count32) + "_mc"]._y = 141;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec32_" + _root.count32) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec32_" + _root.count32) + "_mc"].stopDrag();
};
};
Symbol 595 MovieClip Frame 1
stop();
_root.d33_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d33_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d33_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count33++;
_root.createEmptyMovieClip(("dec33_" + _root.count33) + "_mc", _root.level);
_root.attachMovie("dec33_link", ("dec33_" + _root.count33) + "_mc", _root.level);
_root[("dec33_" + _root.count33) + "_mc"].startDrag();
_root[("dec33_" + _root.count33) + "_mc"]._x = 537;
_root[("dec33_" + _root.count33) + "_mc"]._y = 141;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec33_" + _root.count33) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec33_" + _root.count33) + "_mc"].stopDrag();
};
};
Symbol 596 MovieClip Frame 1
stop();
_root.d34_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d34_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d34_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count34++;
_root.createEmptyMovieClip(("dec34_" + _root.count34) + "_mc", _root.level);
_root.attachMovie("dec34_link", ("dec34_" + _root.count34) + "_mc", _root.level);
_root[("dec34_" + _root.count34) + "_mc"].startDrag();
_root[("dec34_" + _root.count34) + "_mc"]._x = 582;
_root[("dec34_" + _root.count34) + "_mc"]._y = 141;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec34_" + _root.count34) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec34_" + _root.count34) + "_mc"].stopDrag();
};
};
Symbol 597 MovieClip Frame 1
stop();
_root.d35_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d35_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d35_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count35++;
_root.createEmptyMovieClip(("dec35_" + _root.count35) + "_mc", _root.level);
_root.attachMovie("dec35_link", ("dec35_" + _root.count35) + "_mc", _root.level);
_root[("dec35_" + _root.count35) + "_mc"].startDrag();
_root[("dec35_" + _root.count35) + "_mc"]._x = 627;
_root[("dec35_" + _root.count35) + "_mc"]._y = 141;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec35_" + _root.count35) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec35_" + _root.count35) + "_mc"].stopDrag();
};
};
Symbol 598 MovieClip Frame 1
stop();
_root.d36_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d36_over == "off") {
targetx = 50;
targety = 50;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d36_over = "on";
targetx = 70;
targety = 70;
};
this.onRollOut = function () {
targetx = 50;
targety = 50;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count36++;
_root.createEmptyMovieClip(("dec36_" + _root.count36) + "_mc", _root.level);
_root.attachMovie("dec36_link", ("dec36_" + _root.count36) + "_mc", _root.level);
_root[("dec36_" + _root.count36) + "_mc"].startDrag();
_root[("dec36_" + _root.count36) + "_mc"]._x = 324;
_root[("dec36_" + _root.count36) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec36_" + _root.count36) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 50;
targety = 50;
_root[("dec36_" + _root.count36) + "_mc"].stopDrag();
};
};
Symbol 599 MovieClip Frame 1
stop();
_root.d37_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d37_over == "off") {
targetx = 50;
targety = 50;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d37_over = "on";
targetx = 70;
targety = 70;
};
this.onRollOut = function () {
targetx = 50;
targety = 50;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count37++;
_root.createEmptyMovieClip(("dec37_" + _root.count37) + "_mc", _root.level);
_root.attachMovie("dec37_link", ("dec37_" + _root.count37) + "_mc", _root.level);
_root[("dec37_" + _root.count37) + "_mc"].startDrag();
_root[("dec37_" + _root.count37) + "_mc"]._x = 413;
_root[("dec37_" + _root.count37) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec37_" + _root.count37) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 50;
targety = 50;
_root[("dec37_" + _root.count37) + "_mc"].stopDrag();
};
};
Symbol 600 MovieClip Frame 1
stop();
_root.d41_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d41_over == "off") {
targetx = 50;
targety = 50;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d41_over = "on";
targetx = 70;
targety = 70;
};
this.onRollOut = function () {
targetx = 50;
targety = 50;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count41++;
_root.createEmptyMovieClip(("dec41_" + _root.count41) + "_mc", _root.level);
_root.attachMovie("dec41_link", ("dec41_" + _root.count41) + "_mc", _root.level);
_root[("dec41_" + _root.count41) + "_mc"].startDrag();
_root[("dec41_" + _root.count41) + "_mc"]._x = 375;
_root[("dec41_" + _root.count41) + "_mc"]._y = 143;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec41_" + _root.count41) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 50;
targety = 50;
_root[("dec41_" + _root.count41) + "_mc"].stopDrag();
};
};
Symbol 601 MovieClip Frame 1
stop();
_root.d42_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d42_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d42_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count42++;
_root.createEmptyMovieClip(("dec42_" + _root.count42) + "_mc", _root.level);
_root.attachMovie("dec42_link", ("dec42_" + _root.count42) + "_mc", _root.level);
_root[("dec42_" + _root.count42) + "_mc"].startDrag();
_root[("dec42_" + _root.count42) + "_mc"]._x = 435;
_root[("dec42_" + _root.count42) + "_mc"]._y = 143;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec42_" + _root.count42) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec42_" + _root.count42) + "_mc"].stopDrag();
};
};
Symbol 602 MovieClip Frame 1
stop();
_root.d43_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d43_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d43_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count43++;
_root.createEmptyMovieClip(("dec43_" + _root.count43) + "_mc", _root.level);
_root.attachMovie("dec43_link", ("dec43_" + _root.count43) + "_mc", _root.level);
_root[("dec43_" + _root.count43) + "_mc"].startDrag();
_root[("dec43_" + _root.count43) + "_mc"]._x = 495;
_root[("dec43_" + _root.count43) + "_mc"]._y = 143;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec43_" + _root.count43) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec43_" + _root.count43) + "_mc"].stopDrag();
};
};
Symbol 603 MovieClip Frame 1
stop();
_root.d44_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d44_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d44_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count44++;
_root.createEmptyMovieClip(("dec44_" + _root.count44) + "_mc", _root.level);
_root.attachMovie("dec44_link", ("dec44_" + _root.count44) + "_mc", _root.level);
_root[("dec44_" + _root.count44) + "_mc"].startDrag();
_root[("dec44_" + _root.count44) + "_mc"]._x = 545;
_root[("dec44_" + _root.count44) + "_mc"]._y = 143;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec44_" + _root.count44) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec44_" + _root.count44) + "_mc"].stopDrag();
};
};
Symbol 604 MovieClip Frame 1
stop();
_root.d45_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d45_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d45_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count45++;
_root.createEmptyMovieClip(("dec45_" + _root.count45) + "_mc", _root.level);
_root.attachMovie("dec45_link", ("dec45_" + _root.count45) + "_mc", _root.level);
_root[("dec45_" + _root.count45) + "_mc"].startDrag();
_root[("dec45_" + _root.count45) + "_mc"]._x = 605;
_root[("dec45_" + _root.count45) + "_mc"]._y = 143;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec45_" + _root.count45) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec45_" + _root.count45) + "_mc"].stopDrag();
};
};
Symbol 605 MovieClip Frame 1
stop();
_root.d38_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d38_over == "off") {
targetx = 50;
targety = 50;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d38_over = "on";
targetx = 70;
targety = 70;
};
this.onRollOut = function () {
targetx = 50;
targety = 50;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count38++;
_root.createEmptyMovieClip(("dec38_" + _root.count38) + "_mc", _root.level);
_root.attachMovie("dec38_link", ("dec38_" + _root.count38) + "_mc", _root.level);
_root[("dec38_" + _root.count38) + "_mc"].startDrag();
_root[("dec38_" + _root.count38) + "_mc"]._x = 472;
_root[("dec38_" + _root.count38) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec38_" + _root.count38) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 50;
targety = 50;
_root[("dec38_" + _root.count38) + "_mc"].stopDrag();
};
};
Symbol 606 MovieClip Frame 1
stop();
_root.d39_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d39_over == "off") {
targetx = 50;
targety = 50;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d39_over = "on";
targetx = 70;
targety = 70;
};
this.onRollOut = function () {
targetx = 50;
targety = 50;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count39++;
_root.createEmptyMovieClip(("dec39_" + _root.count39) + "_mc", _root.level);
_root.attachMovie("dec39_link", ("dec39_" + _root.count39) + "_mc", _root.level);
_root[("dec39_" + _root.count39) + "_mc"].startDrag();
_root[("dec39_" + _root.count39) + "_mc"]._x = 542;
_root[("dec39_" + _root.count39) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec39_" + _root.count39) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 50;
targety = 50;
_root[("dec39_" + _root.count39) + "_mc"].stopDrag();
};
};
Symbol 607 MovieClip Frame 1
stop();
_root.d40_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d40_over == "off") {
targetx = 50;
targety = 50;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d40_over = "on";
targetx = 70;
targety = 70;
};
this.onRollOut = function () {
targetx = 50;
targety = 50;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count40++;
_root.createEmptyMovieClip(("dec40_" + _root.count40) + "_mc", _root.level);
_root.attachMovie("dec40_link", ("dec40_" + _root.count40) + "_mc", _root.level);
_root[("dec40_" + _root.count40) + "_mc"].startDrag();
_root[("dec40_" + _root.count40) + "_mc"]._x = 611;
_root[("dec40_" + _root.count40) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec40_" + _root.count40) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 50;
targety = 50;
_root[("dec40_" + _root.count40) + "_mc"].stopDrag();
};
};
Symbol 608 MovieClip Frame 1
stop();
_root.d46_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d46_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d46_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count46++;
_root.createEmptyMovieClip(("dec46_" + _root.count46) + "_mc", _root.level);
_root.attachMovie("dec46_link", ("dec46_" + _root.count46) + "_mc", _root.level);
_root[("dec46_" + _root.count46) + "_mc"].startDrag();
_root[("dec46_" + _root.count46) + "_mc"]._x = 341;
_root[("dec46_" + _root.count46) + "_mc"]._y = 41;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec46_" + _root.count46) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec46_" + _root.count46) + "_mc"].stopDrag();
};
};
Symbol 609 MovieClip Frame 1
stop();
_root.d47_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d47_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d47_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count47++;
_root.createEmptyMovieClip(("dec47_" + _root.count47) + "_mc", _root.level);
_root.attachMovie("dec47_link", ("dec47_" + _root.count47) + "_mc", _root.level);
_root[("dec47_" + _root.count47) + "_mc"].startDrag();
_root[("dec47_" + _root.count47) + "_mc"]._x = 341;
_root[("dec47_" + _root.count47) + "_mc"]._y = 67;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec47_" + _root.count47) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec47_" + _root.count47) + "_mc"].stopDrag();
};
};
Symbol 610 MovieClip Frame 1
stop();
_root.d48_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d48_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d48_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count48++;
_root.createEmptyMovieClip(("dec48_" + _root.count48) + "_mc", _root.level);
_root.attachMovie("dec48_link", ("dec48_" + _root.count48) + "_mc", _root.level);
_root[("dec48_" + _root.count48) + "_mc"].startDrag();
_root[("dec48_" + _root.count48) + "_mc"]._x = 421;
_root[("dec48_" + _root.count48) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec48_" + _root.count48) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec48_" + _root.count48) + "_mc"].stopDrag();
};
};
Symbol 611 MovieClip Frame 1
stop();
_root.d49_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d49_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d49_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count49++;
_root.createEmptyMovieClip(("dec49_" + _root.count49) + "_mc", _root.level);
_root.attachMovie("dec49_link", ("dec49_" + _root.count49) + "_mc", _root.level);
_root[("dec49_" + _root.count49) + "_mc"].startDrag();
_root[("dec49_" + _root.count49) + "_mc"]._x = 482;
_root[("dec49_" + _root.count49) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec49_" + _root.count49) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec49_" + _root.count49) + "_mc"].stopDrag();
};
};
Symbol 612 MovieClip Frame 1
stop();
_root.d50_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d50_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d50_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count50++;
_root.createEmptyMovieClip(("dec50_" + _root.count50) + "_mc", _root.level);
_root.attachMovie("dec50_link", ("dec50_" + _root.count50) + "_mc", _root.level);
_root[("dec50_" + _root.count50) + "_mc"].startDrag();
_root[("dec50_" + _root.count50) + "_mc"]._x = 541;
_root[("dec50_" + _root.count50) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec50_" + _root.count50) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec50_" + _root.count50) + "_mc"].stopDrag();
};
};
Symbol 613 MovieClip Frame 1
stop();
_root.d53_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d53_over == "off") {
targetx = 50;
targety = 50;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d53_over = "on";
targetx = 70;
targety = 70;
};
this.onRollOut = function () {
targetx = 50;
targety = 50;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count53++;
_root.createEmptyMovieClip(("dec53_" + _root.count53) + "_mc", _root.level);
_root.attachMovie("dec53_link", ("dec53_" + _root.count53) + "_mc", _root.level);
_root[("dec53_" + _root.count53) + "_mc"].startDrag();
_root[("dec53_" + _root.count53) + "_mc"]._x = 371;
_root[("dec53_" + _root.count53) + "_mc"]._y = 132;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec53_" + _root.count53) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 50;
targety = 50;
_root[("dec53_" + _root.count53) + "_mc"].stopDrag();
};
};
Symbol 614 MovieClip Frame 1
stop();
_root.d51_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d51_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d51_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count51++;
_root.createEmptyMovieClip(("dec51_" + _root.count51) + "_mc", _root.level);
_root.attachMovie("dec51_link", ("dec51_" + _root.count51) + "_mc", _root.level);
_root[("dec51_" + _root.count51) + "_mc"].startDrag();
_root[("dec51_" + _root.count51) + "_mc"]._x = 594;
_root[("dec51_" + _root.count51) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec51_" + _root.count51) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec51_" + _root.count51) + "_mc"].stopDrag();
};
};
Symbol 615 MovieClip Frame 1
stop();
_root.d54_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d54_over == "off") {
targetx = 50;
targety = 50;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d54_over = "on";
targetx = 70;
targety = 70;
};
this.onRollOut = function () {
targetx = 50;
targety = 50;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count54++;
_root.createEmptyMovieClip(("dec54_" + _root.count54) + "_mc", _root.level);
_root.attachMovie("dec54_link", ("dec54_" + _root.count54) + "_mc", _root.level);
_root[("dec54_" + _root.count54) + "_mc"].startDrag();
_root[("dec54_" + _root.count54) + "_mc"]._x = 489;
_root[("dec54_" + _root.count54) + "_mc"]._y = 132;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec54_" + _root.count54) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 50;
targety = 50;
_root[("dec54_" + _root.count54) + "_mc"].stopDrag();
};
};
Symbol 616 MovieClip Frame 1
stop();
_root.d55_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d55_over == "off") {
targetx = 50;
targety = 50;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d55_over = "on";
targetx = 70;
targety = 70;
};
this.onRollOut = function () {
targetx = 50;
targety = 50;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count55++;
_root.createEmptyMovieClip(("dec55_" + _root.count55) + "_mc", _root.level);
_root.attachMovie("dec55_link", ("dec55_" + _root.count55) + "_mc", _root.level);
_root[("dec55_" + _root.count55) + "_mc"].startDrag();
_root[("dec55_" + _root.count55) + "_mc"]._x = 607;
_root[("dec55_" + _root.count55) + "_mc"]._y = 122;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec55_" + _root.count55) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 50;
targety = 50;
_root[("dec55_" + _root.count55) + "_mc"].stopDrag();
};
};
Symbol 617 MovieClip Frame 1
stop();
_root.d52_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d52_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d52_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count52++;
_root.createEmptyMovieClip(("dec52_" + _root.count52) + "_mc", _root.level);
_root.attachMovie("dec52_link", ("dec52_" + _root.count52) + "_mc", _root.level);
_root[("dec52_" + _root.count52) + "_mc"].startDrag();
_root[("dec52_" + _root.count52) + "_mc"]._x = 647;
_root[("dec52_" + _root.count52) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec52_" + _root.count52) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec52_" + _root.count52) + "_mc"].stopDrag();
};
};
Symbol 618 MovieClip Frame 1
stop();
_root.d61_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d61_over == "off") {
targetx = 50;
targety = 50;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d61_over = "on";
targetx = 70;
targety = 70;
};
this.onRollOut = function () {
targetx = 50;
targety = 50;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count61++;
_root.createEmptyMovieClip(("dec61_" + _root.count61) + "_mc", _root.level);
_root.attachMovie("dec61_link", ("dec61_" + _root.count61) + "_mc", _root.level);
_root[("dec61_" + _root.count61) + "_mc"].startDrag();
_root[("dec61_" + _root.count61) + "_mc"]._x = 375;
_root[("dec61_" + _root.count61) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec61_" + _root.count61) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 50;
targety = 50;
_root[("dec61_" + _root.count61) + "_mc"].stopDrag();
};
};
Symbol 619 MovieClip Frame 1
stop();
_root.d62_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d62_over == "off") {
targetx = 50;
targety = 50;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d62_over = "on";
targetx = 70;
targety = 70;
};
this.onRollOut = function () {
targetx = 50;
targety = 50;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count62++;
_root.createEmptyMovieClip(("dec62_" + _root.count62) + "_mc", _root.level);
_root.attachMovie("dec62_link", ("dec62_" + _root.count62) + "_mc", _root.level);
_root[("dec62_" + _root.count62) + "_mc"].startDrag();
_root[("dec62_" + _root.count62) + "_mc"]._x = 483;
_root[("dec62_" + _root.count62) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec62_" + _root.count62) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 50;
targety = 50;
_root[("dec62_" + _root.count62) + "_mc"].stopDrag();
};
};
Symbol 620 MovieClip Frame 1
stop();
_root.d63_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d63_over == "off") {
targetx = 50;
targety = 50;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d63_over = "on";
targetx = 70;
targety = 70;
};
this.onRollOut = function () {
targetx = 50;
targety = 50;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count63++;
_root.createEmptyMovieClip(("dec63_" + _root.count63) + "_mc", _root.level);
_root.attachMovie("dec63_link", ("dec63_" + _root.count63) + "_mc", _root.level);
_root[("dec63_" + _root.count63) + "_mc"].startDrag();
_root[("dec63_" + _root.count63) + "_mc"]._x = 592;
_root[("dec63_" + _root.count63) + "_mc"]._y = 54;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec63_" + _root.count63) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 50;
targety = 50;
_root[("dec63_" + _root.count63) + "_mc"].stopDrag();
};
};
Symbol 621 MovieClip Frame 1
stop();
_root.d56_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d56_over == "off") {
targetx = 50;
targety = 50;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d56_over = "on";
targetx = 70;
targety = 70;
};
this.onRollOut = function () {
targetx = 50;
targety = 50;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count56++;
_root.createEmptyMovieClip(("dec56_" + _root.count56) + "_mc", _root.level);
_root.attachMovie("dec56_link", ("dec56_" + _root.count56) + "_mc", _root.level);
_root[("dec56_" + _root.count56) + "_mc"].startDrag();
_root[("dec56_" + _root.count56) + "_mc"]._x = 537;
_root[("dec56_" + _root.count56) + "_mc"]._y = 148;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec56_" + _root.count56) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 50;
targety = 50;
_root[("dec56_" + _root.count56) + "_mc"].stopDrag();
};
};
Symbol 622 MovieClip Frame 1
stop();
_root.d57_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d57_over == "off") {
targetx = 50;
targety = 50;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d57_over = "on";
targetx = 70;
targety = 70;
};
this.onRollOut = function () {
targetx = 50;
targety = 50;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count57++;
_root.createEmptyMovieClip(("dec57_" + _root.count57) + "_mc", _root.level);
_root.attachMovie("dec57_link", ("dec57_" + _root.count57) + "_mc", _root.level);
_root[("dec57_" + _root.count57) + "_mc"].startDrag();
_root[("dec57_" + _root.count57) + "_mc"]._x = 608;
_root[("dec57_" + _root.count57) + "_mc"]._y = 124;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec57_" + _root.count57) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 50;
targety = 50;
_root[("dec57_" + _root.count57) + "_mc"].stopDrag();
};
};
Symbol 623 MovieClip Frame 1
stop();
_root.d58_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d58_over == "off") {
targetx = 50;
targety = 50;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d58_over = "on";
targetx = 70;
targety = 70;
};
this.onRollOut = function () {
targetx = 50;
targety = 50;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count58++;
_root.createEmptyMovieClip(("dec58_" + _root.count58) + "_mc", _root.level);
_root.attachMovie("dec58_link", ("dec58_" + _root.count58) + "_mc", _root.level);
_root[("dec58_" + _root.count58) + "_mc"].startDrag();
_root[("dec58_" + _root.count58) + "_mc"]._x = 450;
_root[("dec58_" + _root.count58) + "_mc"]._y = 139;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec58_" + _root.count58) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 50;
targety = 50;
_root[("dec58_" + _root.count58) + "_mc"].stopDrag();
};
};
Symbol 624 MovieClip Frame 1
stop();
_root.d59_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d59_over == "off") {
targetx = 50;
targety = 50;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d59_over = "on";
targetx = 70;
targety = 70;
};
this.onRollOut = function () {
targetx = 50;
targety = 50;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count59++;
_root.createEmptyMovieClip(("dec59_" + _root.count59) + "_mc", _root.level);
_root.attachMovie("dec59_link", ("dec59_" + _root.count59) + "_mc", _root.level);
_root[("dec59_" + _root.count59) + "_mc"].startDrag();
_root[("dec59_" + _root.count59) + "_mc"]._x = 341;
_root[("dec59_" + _root.count59) + "_mc"]._y = 148;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec59_" + _root.count59) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 50;
targety = 50;
_root[("dec59_" + _root.count59) + "_mc"].stopDrag();
};
};
Symbol 625 MovieClip Frame 1
stop();
_root.d60_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d60_over == "off") {
targetx = 50;
targety = 50;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d60_over = "on";
targetx = 70;
targety = 70;
};
this.onRollOut = function () {
targetx = 50;
targety = 50;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count60++;
_root.createEmptyMovieClip(("dec60_" + _root.count60) + "_mc", _root.level);
_root.attachMovie("dec60_link", ("dec60_" + _root.count60) + "_mc", _root.level);
_root[("dec60_" + _root.count60) + "_mc"].startDrag();
_root[("dec60_" + _root.count60) + "_mc"]._x = 404;
_root[("dec60_" + _root.count60) + "_mc"]._y = 148;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec60_" + _root.count60) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 50;
targety = 50;
_root[("dec60_" + _root.count60) + "_mc"].stopDrag();
};
};
Symbol 626 MovieClip Frame 1
stop();
_root.d64_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d64_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d64_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count64++;
_root.createEmptyMovieClip(("dec64_" + _root.count64) + "_mc", _root.level);
_root.attachMovie("dec64_link", ("dec64_" + _root.count64) + "_mc", _root.level);
_root[("dec64_" + _root.count64) + "_mc"].startDrag();
_root[("dec64_" + _root.count64) + "_mc"]._x = 338;
_root[("dec64_" + _root.count64) + "_mc"]._y = 56;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec64_" + _root.count64) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec64_" + _root.count64) + "_mc"].stopDrag();
};
};
Symbol 627 MovieClip Frame 1
stop();
_root.d65_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d65_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d65_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count65++;
_root.createEmptyMovieClip(("dec65_" + _root.count65) + "_mc", _root.level);
_root.attachMovie("dec65_link", ("dec65_" + _root.count65) + "_mc", _root.level);
_root[("dec65_" + _root.count65) + "_mc"].startDrag();
_root[("dec65_" + _root.count65) + "_mc"]._x = 406;
_root[("dec65_" + _root.count65) + "_mc"]._y = 53;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec65_" + _root.count65) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec65_" + _root.count65) + "_mc"].stopDrag();
};
};
Symbol 628 MovieClip Frame 1
stop();
_root.d66_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d66_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d66_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count66++;
_root.createEmptyMovieClip(("dec66_" + _root.count66) + "_mc", _root.level);
_root.attachMovie("dec66_link", ("dec66_" + _root.count66) + "_mc", _root.level);
_root[("dec66_" + _root.count66) + "_mc"].startDrag();
_root[("dec66_" + _root.count66) + "_mc"]._x = 474;
_root[("dec66_" + _root.count66) + "_mc"]._y = 53;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec66_" + _root.count66) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec66_" + _root.count66) + "_mc"].stopDrag();
};
};
Symbol 629 MovieClip Frame 1
stop();
_root.d67_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d67_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d67_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count67++;
_root.createEmptyMovieClip(("dec67_" + _root.count67) + "_mc", _root.level);
_root.attachMovie("dec67_link", ("dec67_" + _root.count67) + "_mc", _root.level);
_root[("dec67_" + _root.count67) + "_mc"].startDrag();
_root[("dec67_" + _root.count67) + "_mc"]._x = 542;
_root[("dec67_" + _root.count67) + "_mc"]._y = 53;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec67_" + _root.count67) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec67_" + _root.count67) + "_mc"].stopDrag();
};
};
Symbol 630 MovieClip Frame 1
stop();
_root.d68_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d68_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d68_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count68++;
_root.createEmptyMovieClip(("dec68_" + _root.count68) + "_mc", _root.level);
_root.attachMovie("dec68_link", ("dec68_" + _root.count68) + "_mc", _root.level);
_root[("dec68_" + _root.count68) + "_mc"].startDrag();
_root[("dec68_" + _root.count68) + "_mc"]._x = 610;
_root[("dec68_" + _root.count68) + "_mc"]._y = 53;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec68_" + _root.count68) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec68_" + _root.count68) + "_mc"].stopDrag();
};
};
Symbol 631 MovieClip Frame 1
stop();
_root.d69_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d69_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d69_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count69++;
_root.createEmptyMovieClip(("dec69_" + _root.count69) + "_mc", _root.level);
_root.attachMovie("dec69_link", ("dec69_" + _root.count69) + "_mc", _root.level);
_root[("dec69_" + _root.count69) + "_mc"].startDrag();
_root[("dec69_" + _root.count69) + "_mc"]._x = 353;
_root[("dec69_" + _root.count69) + "_mc"]._y = 135;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec69_" + _root.count69) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec69_" + _root.count69) + "_mc"].stopDrag();
};
};
Symbol 632 MovieClip Frame 1
stop();
_root.d70_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d70_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d70_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count70++;
_root.createEmptyMovieClip(("dec70_" + _root.count70) + "_mc", _root.level);
_root.attachMovie("dec70_link", ("dec70_" + _root.count70) + "_mc", _root.level);
_root[("dec70_" + _root.count70) + "_mc"].startDrag();
_root[("dec70_" + _root.count70) + "_mc"]._x = 415;
_root[("dec70_" + _root.count70) + "_mc"]._y = 135;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec70_" + _root.count70) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec70_" + _root.count70) + "_mc"].stopDrag();
};
};
Symbol 633 MovieClip Frame 1
stop();
_root.d71_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d71_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d71_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count71++;
_root.createEmptyMovieClip(("dec71_" + _root.count71) + "_mc", _root.level);
_root.attachMovie("dec71_link", ("dec71_" + _root.count71) + "_mc", _root.level);
_root[("dec71_" + _root.count71) + "_mc"].startDrag();
_root[("dec71_" + _root.count71) + "_mc"]._x = 477;
_root[("dec71_" + _root.count71) + "_mc"]._y = 135;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec71_" + _root.count71) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec71_" + _root.count71) + "_mc"].stopDrag();
};
};
Symbol 634 MovieClip Frame 1
stop();
_root.d72_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d72_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d72_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count72++;
_root.createEmptyMovieClip(("dec72_" + _root.count72) + "_mc", _root.level);
_root.attachMovie("dec72_link", ("dec72_" + _root.count72) + "_mc", _root.level);
_root[("dec72_" + _root.count72) + "_mc"].startDrag();
_root[("dec72_" + _root.count72) + "_mc"]._x = 539;
_root[("dec72_" + _root.count72) + "_mc"]._y = 135;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec72_" + _root.count72) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec72_" + _root.count72) + "_mc"].stopDrag();
};
};
Symbol 635 MovieClip Frame 1
stop();
_root.d73_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d73_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d73_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count73++;
_root.createEmptyMovieClip(("dec73_" + _root.count73) + "_mc", _root.level);
_root.attachMovie("dec73_link", ("dec73_" + _root.count73) + "_mc", _root.level);
_root[("dec73_" + _root.count73) + "_mc"].startDrag();
_root[("dec73_" + _root.count73) + "_mc"]._x = 602;
_root[("dec73_" + _root.count73) + "_mc"]._y = 135;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec73_" + _root.count73) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec73_" + _root.count73) + "_mc"].stopDrag();
};
};
Symbol 636 MovieClip Frame 1
stop();
_root.d74_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d74_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d74_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count74++;
_root.createEmptyMovieClip(("dec74_" + _root.count74) + "_mc", _root.level);
_root.attachMovie("dec74_link", ("dec74_" + _root.count74) + "_mc", _root.level);
_root[("dec74_" + _root.count74) + "_mc"].startDrag();
_root[("dec74_" + _root.count74) + "_mc"]._x = 313;
_root[("dec74_" + _root.count74) + "_mc"]._y = 120;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec74_" + _root.count74) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec74_" + _root.count74) + "_mc"].stopDrag();
};
};
Symbol 637 MovieClip Frame 1
stop();
_root.d75_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d75_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d75_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count75++;
_root.createEmptyMovieClip(("dec75_" + _root.count75) + "_mc", _root.level);
_root.attachMovie("dec75_link", ("dec75_" + _root.count75) + "_mc", _root.level);
_root[("dec75_" + _root.count75) + "_mc"].startDrag();
_root[("dec75_" + _root.count75) + "_mc"]._x = 330;
_root[("dec75_" + _root.count75) + "_mc"]._y = 120;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec75_" + _root.count75) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec75_" + _root.count75) + "_mc"].stopDrag();
};
};
Symbol 638 MovieClip Frame 1
stop();
_root.d76_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d76_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d76_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count76++;
_root.createEmptyMovieClip(("dec76_" + _root.count76) + "_mc", _root.level);
_root.attachMovie("dec76_link", ("dec76_" + _root.count76) + "_mc", _root.level);
_root[("dec76_" + _root.count76) + "_mc"].startDrag();
_root[("dec76_" + _root.count76) + "_mc"]._x = 347;
_root[("dec76_" + _root.count76) + "_mc"]._y = 120;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec76_" + _root.count76) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec76_" + _root.count76) + "_mc"].stopDrag();
};
};
Symbol 639 MovieClip Frame 1
stop();
_root.d77_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d77_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d77_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count77++;
_root.createEmptyMovieClip(("dec77_" + _root.count77) + "_mc", _root.level);
_root.attachMovie("dec77_link", ("dec77_" + _root.count77) + "_mc", _root.level);
_root[("dec77_" + _root.count77) + "_mc"].startDrag();
_root[("dec77_" + _root.count77) + "_mc"]._x = 364;
_root[("dec77_" + _root.count77) + "_mc"]._y = 120;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec77_" + _root.count77) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec77_" + _root.count77) + "_mc"].stopDrag();
};
};
Symbol 640 MovieClip Frame 1
stop();
_root.d78_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d78_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d78_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count78++;
_root.createEmptyMovieClip(("dec78_" + _root.count78) + "_mc", _root.level);
_root.attachMovie("dec78_link", ("dec78_" + _root.count78) + "_mc", _root.level);
_root[("dec78_" + _root.count78) + "_mc"].startDrag();
_root[("dec78_" + _root.count78) + "_mc"]._x = 381;
_root[("dec78_" + _root.count78) + "_mc"]._y = 120;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec78_" + _root.count78) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec78_" + _root.count78) + "_mc"].stopDrag();
};
};
Symbol 641 MovieClip Frame 1
stop();
_root.d79_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d79_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d79_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count79++;
_root.createEmptyMovieClip(("dec79_" + _root.count79) + "_mc", _root.level);
_root.attachMovie("dec79_link", ("dec79_" + _root.count79) + "_mc", _root.level);
_root[("dec79_" + _root.count79) + "_mc"].startDrag();
_root[("dec79_" + _root.count79) + "_mc"]._x = 398;
_root[("dec79_" + _root.count79) + "_mc"]._y = 100;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec79_" + _root.count79) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec79_" + _root.count79) + "_mc"].stopDrag();
};
};
Symbol 642 MovieClip Frame 1
stop();
_root.d80_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d80_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d80_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count80++;
_root.createEmptyMovieClip(("dec80_" + _root.count80) + "_mc", _root.level);
_root.attachMovie("dec80_link", ("dec80_" + _root.count80) + "_mc", _root.level);
_root[("dec80_" + _root.count80) + "_mc"].startDrag();
_root[("dec80_" + _root.count80) + "_mc"]._x = 528;
_root[("dec80_" + _root.count80) + "_mc"]._y = 52;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec80_" + _root.count80) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec80_" + _root.count80) + "_mc"].stopDrag();
};
};
Symbol 643 MovieClip Frame 1
stop();
_root.d81_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d81_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d81_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count81++;
_root.createEmptyMovieClip(("dec81_" + _root.count81) + "_mc", _root.level);
_root.attachMovie("dec81_link", ("dec81_" + _root.count81) + "_mc", _root.level);
_root[("dec81_" + _root.count81) + "_mc"].startDrag();
_root[("dec81_" + _root.count81) + "_mc"]._x = 556;
_root[("dec81_" + _root.count81) + "_mc"]._y = 56;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec81_" + _root.count81) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec81_" + _root.count81) + "_mc"].stopDrag();
};
};
Symbol 644 MovieClip Frame 1
stop();
_root.d82_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d82_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d82_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count82++;
_root.createEmptyMovieClip(("dec82_" + _root.count82) + "_mc", _root.level);
_root.attachMovie("dec82_link", ("dec82_" + _root.count82) + "_mc", _root.level);
_root[("dec82_" + _root.count82) + "_mc"].startDrag();
_root[("dec82_" + _root.count82) + "_mc"]._x = 586;
_root[("dec82_" + _root.count82) + "_mc"]._y = 46;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec82_" + _root.count82) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec82_" + _root.count82) + "_mc"].stopDrag();
};
};
Symbol 645 MovieClip Frame 1
stop();
_root.d83_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d83_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d83_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count83++;
_root.createEmptyMovieClip(("dec83_" + _root.count83) + "_mc", _root.level);
_root.attachMovie("dec83_link", ("dec83_" + _root.count83) + "_mc", _root.level);
_root[("dec83_" + _root.count83) + "_mc"].startDrag();
_root[("dec83_" + _root.count83) + "_mc"]._x = 620;
_root[("dec83_" + _root.count83) + "_mc"]._y = 53;
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec83_" + _root.count83) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec83_" + _root.count83) + "_mc"].stopDrag();
};
};
Symbol 646 MovieClip Frame 1
stop();
_root.d84_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d84_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d84_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count84++;
if (_root.count84 == 1) {
_root.createEmptyMovieClip(("dec84_" + _root.count84) + "_mc", _root.level);
_root.attachMovie("dec84_link", ("dec84_" + _root.count84) + "_mc", _root.level);
_root[("dec84_" + _root.count84) + "_mc"].startDrag();
_root[("dec84_" + _root.count84) + "_mc"]._x = 360;
_root[("dec84_" + _root.count84) + "_mc"]._y = 54;
}
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec84_" + _root.count84) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec84_" + _root.count84) + "_mc"].stopDrag();
};
};
Symbol 647 MovieClip Frame 1
stop();
_root.d85_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d85_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d85_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count85++;
if (_root.count85 == 1) {
_root.createEmptyMovieClip(("dec85_" + _root.count85) + "_mc", _root.level);
_root.attachMovie("dec85_link", ("dec85_" + _root.count85) + "_mc", _root.level);
_root[("dec85_" + _root.count85) + "_mc"].startDrag();
_root[("dec85_" + _root.count85) + "_mc"]._x = 482;
_root[("dec85_" + _root.count85) + "_mc"]._y = 54;
}
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec85_" + _root.count85) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec85_" + _root.count85) + "_mc"].stopDrag();
};
};
Symbol 648 MovieClip Frame 1
stop();
_root.d86_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d86_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d86_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count86++;
if (_root.count86 == 1) {
_root.createEmptyMovieClip(("dec86_" + _root.count86) + "_mc", _root.level);
_root.attachMovie("dec86_link", ("dec86_" + _root.count86) + "_mc", _root.level);
_root[("dec86_" + _root.count86) + "_mc"].startDrag();
_root[("dec86_" + _root.count86) + "_mc"]._x = 604;
_root[("dec86_" + _root.count86) + "_mc"]._y = 54;
}
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec86_" + _root.count86) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec86_" + _root.count86) + "_mc"].stopDrag();
};
};
Symbol 649 MovieClip Frame 1
stop();
_root.d87_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d87_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d87_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count87++;
if (_root.count87 == 1) {
_root.createEmptyMovieClip(("dec87_" + _root.count87) + "_mc", _root.level);
_root.attachMovie("dec87_link", ("dec87_" + _root.count87) + "_mc", _root.level);
_root[("dec87_" + _root.count87) + "_mc"].startDrag();
_root[("dec87_" + _root.count87) + "_mc"]._x = 360;
_root[("dec87_" + _root.count87) + "_mc"]._y = 140;
}
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec87_" + _root.count87) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec87_" + _root.count87) + "_mc"].stopDrag();
};
};
Symbol 650 MovieClip Frame 1
stop();
_root.d88_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d88_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d88_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count88++;
if (_root.count88 == 1) {
_root.createEmptyMovieClip(("dec88_" + _root.count88) + "_mc", _root.level);
_root.attachMovie("dec88_link", ("dec88_" + _root.count88) + "_mc", _root.level);
_root[("dec88_" + _root.count88) + "_mc"].startDrag();
_root[("dec88_" + _root.count88) + "_mc"]._x = 482;
_root[("dec88_" + _root.count88) + "_mc"]._y = 140;
}
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec88_" + _root.count88) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec88_" + _root.count88) + "_mc"].stopDrag();
};
};
Symbol 651 MovieClip Frame 1
stop();
_root.d89_over = "off";
x = this._xscale;
y = this._yscale;
vx = 0;
vy = 0;
a = 2;
b = 2;
this.onEnterFrame = function () {
vx = (vx + ((targetx - x) / a)) / b;
vy = (vy + ((targety - y) / a)) / b;
x = x + vx;
y = y + vy;
this._xscale = x;
this._yscale = y;
if (_root.d89_over == "off") {
targetx = 70;
targety = 70;
}
this.onRollOver = function () {
_root.eps3_sound.start();
_root.d89_over = "on";
targetx = 100;
targety = 100;
};
this.onRollOut = function () {
targetx = 70;
targety = 70;
};
};
this.onPress = function () {
_root.eps1_sound.start();
_root.level++;
_root.count89++;
if (_root.count89 == 1) {
_root.createEmptyMovieClip(("dec89_" + _root.count89) + "_mc", _root.level);
_root.attachMovie("dec89_link", ("dec89_" + _root.count89) + "_mc", _root.level);
_root[("dec89_" + _root.count89) + "_mc"].startDrag();
_root[("dec89_" + _root.count89) + "_mc"]._x = 604;
_root[("dec89_" + _root.count89) + "_mc"]._y = 140;
}
this.onRelease = function () {
_root.eps2_sound.start();
_root[("dec89_" + _root.count89) + "_mc"].stopDrag();
};
this.onReleaseOutside = function () {
_root.eps2_sound.start();
targetx = 70;
targety = 70;
_root[("dec89_" + _root.count89) + "_mc"].stopDrag();
};
};
Symbol 652 MovieClip Frame 1
stop();
Symbol 652 MovieClip Frame 2
_root.back = "off";
this.onEnterFrame = function () {
};
Symbol 652 MovieClip Frame 3
_root.back = "on";
Symbol 659 MovieClip Frame 1
stop();
Symbol 691 Button
on (release) {
reset = "on";
gotoAndPlay (4);
}