Frame 1
Mouse.show();
Stage.showMenu = false;
Stage.align = "";
Stage.scaleMode = "noScale";
stop();
stop();
Frame 2
stop();
Frame 3
Mouse.show();
stop();
Frame 101
gotoAndPlay ("menu");
Frame 103
Mouse.show();
play();
Frame 201
gotoAndPlay ("menu");
Frame 203
Mouse.show();
stop();
mochi.MochiScores.closeLeaderboard({boardID:"9bee6bdd4cb35edf"});
Frame 239
Mouse.show();
stop();
timertext = 50000;
countdown = true;
island.monkey.gotoAndStop(1);
island2.monkey.gotoAndStop(1);
island.knife.gotoAndStop(1);
island2.knife.gotoAndStop(1);
island.coconut.gotoAndStop(1);
island2.coconut.gotoAndStop(1);
coconut = false;
coconutcut = false;
xx = _x;
yy = _y;
shaking = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (pressed == true) {
if (island.coconut.button.hitTest(_xmouse, _ymouse, true)) {
island.coconut.gotoAndPlay(2);
island2.coconut.gotoAndPlay(2);
}
}
if (pressed == true) {
if (coconutcut == false) {
if (island.knife.button.hitTest(_xmouse, _ymouse, true)) {
island.knife.gotoAndPlay(2);
island2.knife.gotoAndPlay(2);
}
}
}
if (pressed == true) {
if (coconutcut == true) {
if (island.knife.button.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("knifecanbutton");
island.knife.gotoAndStop("knifegone");
island2.knife.gotoAndStop("knifegone");
}
}
}
if (pressed == true) {
if (button.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("cutcoconut");
island.coconut.gotoAndPlay("cutcoconut");
island2.coconut.gotoAndPlay("cutcoconut");
}
}
};
Frame 249
startDrag ("_root.cursor", true);
Mouse.hide();
stop();
Frame 260
Mouse.show();
stop();
Frame 272
Mouse.show();
play();
countdown = false;
island.sadmonkey.gotoAndStop(2);
island2.sadmonkey.gotoAndStop(2);
Frame 277
stop();
Frame 355
stopAllSounds();
gotoAndStop ("01");
Frame 382
Mouse.show();
stop();
countdown = true;
matchopening = false;
xx = _x;
yy = _y;
shaking = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (pressed == true) {
if (matchopening == false) {
if (matchbutton.hitTest(_xmouse, _ymouse, true)) {
matchgraphic.gotoAndPlay(2);
matchopening = true;
}
}
}
if (pressed == true) {
if (matchesbutton.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("gotmatch");
}
}
if (pressed == true) {
if (matchsidebutton.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("lightmatch");
}
}
};
Frame 391
stop();
Frame 405
startDrag ("_root.cursor", true);
Mouse.hide();
stop();
Frame 414
Mouse.show();
play();
Frame 419
startDrag ("_root.cursor", true);
Mouse.hide();
stop();
lit = false;
xx = _x;
yy = _y;
shaking = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (wire.hitTest(_xmouse, _ymouse, true)) {
if (lit == false) {
gotoAndStop ("rocketgo");
lit = true;
}
}
};
Frame 425
stop();
rocket.gotoAndStop(2);
Frame 440
Mouse.show();
play();
sadmonkey.gotoAndStop(3);
stopAllSounds();
shaking = true;
countdown = false;
Frame 456
Mouse.show();
stop();
shaking = false;
Frame 495
stopAllSounds();
gotoAndStop ("02");
Frame 522
Mouse.show();
stop();
countdown = true;
xx = _x;
yy = _y;
shaking = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (pressed == true) {
cursor.gotoAndPlay(2);
if (rifle.hitTest(_xmouse, _ymouse, true)) {
gotoAndPlay ("target");
}
}
};
Frame 525
startDrag ("_root.cursor", true);
Mouse.hide();
play();
busy = true;
cursor.gotoAndPlay(18);
duck01 = false;
duck02 = false;
duck03 = false;
duck04 = false;
shaking = false;
busy = true;
xx = _x;
yy = _y;
shaking = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (pressed == true) {
if (busy == false) {
cursor.gotoAndPlay(2);
}
}
if (pressed == true) {
if (busy == false) {
if (duck01 == false) {
if (ducks.duck01.button.hitTest(_xmouse, _ymouse, true)) {
ducks.duck01.gotoAndPlay(2);
duck01 = true;
}
}
}
}
if (pressed == true) {
if (busy == false) {
if (duck02 == false) {
if (ducks.duck02.button.hitTest(_xmouse, _ymouse, true)) {
ducks.duck02.gotoAndPlay(2);
duck02 = true;
}
}
}
}
if (pressed == true) {
if (busy == false) {
if (duck03 == false) {
if (ducks.duck03.button.hitTest(_xmouse, _ymouse, true)) {
ducks.duck03.gotoAndPlay(2);
duck03 = true;
}
}
}
}
if (pressed == true) {
if (busy == false) {
if (duck04 == false) {
if (ducks.duck04.button.hitTest(_xmouse, _ymouse, true)) {
ducks.duck04.gotoAndPlay(2);
duck04 = true;
}
}
}
}
if (duck01 == true) {
if (duck02 == true) {
if (duck03 == true) {
if (duck04 == true) {
gotoAndPlay ("finish03");
}
}
}
}
};
Frame 562
stop();
busy = false;
Frame 573
stopAllSounds();
sadmonkey.gotoAndStop(4);
play();
cursor.gotoAndPlay(2);
countdown = false;
xx = _x;
yy = _y;
shaking = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
};
Frame 590
Mouse.show();
stop();
Frame 615
stopAllSounds();
gotoAndStop ("03");
Frame 642
Mouse.show();
play();
bowls.gotoAndPlay(1);
countdown = true;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (pressed == true) {
if (ballbutton.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("bowl");
}
}
};
Frame 668
stop();
Frame 676
startDrag ("_root.cursor", true);
Mouse.hide();
play();
duck01 = false;
duck02 = false;
duck03 = false;
duck04 = false;
shaking = false;
busy = true;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (pressed == true) {
if (gutter01.hitTest(_xmouse, _ymouse, true)) {
gotoAndPlay ("gutter01");
}
}
if (pressed == true) {
if (miss01.hitTest(_xmouse, _ymouse, true)) {
gotoAndPlay ("miss01");
}
}
if (pressed == true) {
if (strike.hitTest(_xmouse, _ymouse, true)) {
gotoAndPlay ("strike");
}
}
};
Frame 717
gotoAndPlay ("bowl");
Frame 734
Mouse.show();
play();
Frame 796
gotoAndPlay ("04");
Frame 822
Mouse.show();
play();
bowls.gotoAndStop(20);
Frame 882
gotoAndPlay ("04");
Frame 893
Mouse.show();
play();
bowls.gotoAndStop(20);
stopAllSounds();
duck01 = false;
duck02 = false;
duck03 = false;
duck04 = false;
shaking = false;
busy = true;
xx = _x;
yy = _y;
shaking = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (pressed == true) {
if (gutter01.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("gutter01");
}
}
};
Frame 927
sadmonkey.gotoAndStop(5);
countdown = false;
Frame 969
Mouse.show();
stop();
Frame 991
stopAllSounds();
gotoAndStop ("04");
Frame 1018
Mouse.show();
stop();
countdown = true;
onbutton = false;
nochanel = false;
chanel1 = false;
chanel2 = false;
chanel3 = false;
chanel4 = false;
chanel5 = false;
chanel6 = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (pressed == true) {
if (remotesmall.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("remote");
}
}
if (pressed == true) {
if (onbutton == false) {
if (remote.onbutton.button.hitTest(_xmouse, _ymouse, true)) {
remote.onbutton.gotoAndPlay(2);
tv.gotoAndStop("on");
onbutton = true;
nochanel = true;
}
}
}
if (pressed == true) {
if (onbutton == true) {
if (remote.onbutton.button.hitTest(_xmouse, _ymouse, true)) {
remote.onbutton.gotoAndPlay(2);
tv.gotoAndStop("off");
onbutton = false;
nochanel = false;
chanel1 = false;
chanel2 = false;
chanel3 = false;
chanel4 = false;
chanel5 = false;
chanel6 = false;
}
}
}
if (pressed == true) {
if (onbutton == true) {
if (nochanel == true) {
if (remote.chaneldown.button.hitTest(_xmouse, _ymouse, true)) {
remote.chaneldown.gotoAndPlay(2);
tv.gotoAndStop("chanel6");
nochanel = false;
chanel6 = true;
}
}
}
}
if (pressed == true) {
if (onbutton == true) {
if (chanel6 == true) {
if (remote.chaneldown.button.hitTest(_xmouse, _ymouse, true)) {
remote.chaneldown.gotoAndPlay(2);
tv.gotoAndStop("chanel5");
chanel6 = false;
chanel5 = true;
}
}
}
}
if (pressed == true) {
if (onbutton == true) {
if (chanel5 == true) {
if (remote.chaneldown.button.hitTest(_xmouse, _ymouse, true)) {
remote.chaneldown.gotoAndPlay(2);
tv.gotoAndStop("chanel4");
chanel5 = false;
chanel4 = true;
}
}
}
}
if (pressed == true) {
if (onbutton == true) {
if (chanel4 == true) {
if (remote.chaneldown.button.hitTest(_xmouse, _ymouse, true)) {
remote.chaneldown.gotoAndPlay(2);
tv.gotoAndStop("chanel3");
chanel4 = false;
chanel3 = true;
}
}
}
}
if (pressed == true) {
if (onbutton == true) {
if (chanel3 == true) {
if (remote.chaneldown.button.hitTest(_xmouse, _ymouse, true)) {
remote.chaneldown.gotoAndPlay(2);
tv.gotoAndStop("chanel2");
chanel3 = false;
chanel2 = true;
}
}
}
}
if (pressed == true) {
if (onbutton == true) {
if (chanel2 == true) {
if (remote.chaneldown.button.hitTest(_xmouse, _ymouse, true)) {
remote.chaneldown.gotoAndPlay(2);
tv.gotoAndStop("chanel1");
chanel2 = false;
chanel1 = true;
}
}
}
}
if (pressed == true) {
if (onbutton == true) {
if (chanel1 == true) {
if (remote.chaneldown.button.hitTest(_xmouse, _ymouse, true)) {
remote.chaneldown.gotoAndPlay(2);
tv.gotoAndStop("on");
chanel1 = false;
nochanel = true;
}
}
}
}
if (pressed == true) {
if (onbutton == true) {
if (nochanel == true) {
if (remote.chanelup.button.hitTest(_xmouse, _ymouse, true)) {
remote.chanelup.gotoAndPlay(2);
tv.gotoAndStop("chanel1");
nochanel = false;
chanel1 = true;
}
}
}
}
if (pressed == true) {
if (onbutton == true) {
if (chanel1 == true) {
if (remote.chanelup.button.hitTest(_xmouse, _ymouse, true)) {
remote.chanelup.gotoAndPlay(2);
tv.gotoAndStop("chanel2");
chanel1 = false;
chanel2 = true;
}
}
}
}
if (pressed == true) {
if (onbutton == true) {
if (chanel2 == true) {
if (remote.chanelup.button.hitTest(_xmouse, _ymouse, true)) {
remote.chanelup.gotoAndPlay(2);
tv.gotoAndStop("chanel3");
chanel2 = false;
chanel3 = true;
}
}
}
}
if (pressed == true) {
if (onbutton == true) {
if (chanel3 == true) {
if (remote.chanelup.button.hitTest(_xmouse, _ymouse, true)) {
remote.chanelup.gotoAndPlay(2);
tv.gotoAndStop("chanel4");
chanel3 = false;
chanel4 = true;
}
}
}
}
if (pressed == true) {
if (onbutton == true) {
if (chanel4 == true) {
if (remote.chanelup.button.hitTest(_xmouse, _ymouse, true)) {
remote.chanelup.gotoAndPlay(2);
tv.gotoAndStop("chanel5");
chanel4 = false;
chanel5 = true;
}
}
}
}
if (pressed == true) {
if (onbutton == true) {
if (chanel5 == true) {
if (remote.chanelup.button.hitTest(_xmouse, _ymouse, true)) {
remote.chanelup.gotoAndPlay(2);
tv.gotoAndStop("chanel6");
chanel5 = false;
chanel6 = true;
}
}
}
}
if (pressed == true) {
if (onbutton == true) {
if (chanel6 == true) {
if (remote.chanelup.button.hitTest(_xmouse, _ymouse, true)) {
remote.chanelup.gotoAndPlay(2);
tv.gotoAndStop("on");
chanel6 = false;
nochanel = true;
}
}
}
}
if (chanel3 == true) {
gotoAndPlay ("finish05");
stopAllSounds();
}
};
Frame 1024
Mouse.show();
stop();
Frame 1032
Mouse.show();
play();
sadmonkey.gotoAndStop(6);
countdown = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
};
Frame 1054
Mouse.show();
stop();
Frame 1098
stopAllSounds();
gotoAndStop ("05");
Frame 1125
Mouse.show();
stop();
countdown = true;
busy = false;
armzero = true;
coin = false;
machineready = false;
bear = false;
monkey = false;
rabbit = false;
beardone = false;
rabbitdone = false;
monkeydone = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (pressed == true) {
if (coin == false) {
if (moneybag.button.hitTest(_xmouse, _ymouse, true)) {
moneybag.button.gotoAndPlay(2);
gotoAndStop ("dollar");
coin = true;
}
}
}
if (pressed == true) {
if (machineready == false) {
if (coin == true) {
if (dollarslot.hitTest(_xmouse, _ymouse, true)) {
moneybag.button.gotoAndPlay(2);
gotoAndStop ("ready");
machineready = true;
}
}
}
}
if (pressed == true) {
if (machineready == true) {
if (armzero == true) {
if (busy == false) {
if (buttonleft.button.hitTest(_xmouse, _ymouse, true)) {
buttonleft.gotoAndPlay(2);
arm.gotoAndPlay("one");
busy = true;
}
}
}
}
}
if (pressed == true) {
if (machineready == true) {
if (armone == true) {
if (busy == false) {
if (buttonleft.button.hitTest(_xmouse, _ymouse, true)) {
buttonleft.gotoAndPlay(2);
arm.gotoAndPlay("two");
busy = true;
}
}
}
}
}
if (pressed == true) {
if (machineready == true) {
if (armtwo == true) {
if (busy == false) {
if (buttonleft.button.hitTest(_xmouse, _ymouse, true)) {
buttonleft.gotoAndPlay(2);
arm.gotoAndPlay("three");
busy = true;
}
}
}
}
}
if (pressed == true) {
if (machineready == true) {
if (bear == false) {
if (armone == true) {
if (busy == false) {
if (buttondown.button.hitTest(_xmouse, _ymouse, true)) {
buttondown.gotoAndPlay(2);
arm.gotoAndPlay("onedown");
busy = true;
}
}
}
}
}
}
if (pressed == true) {
if (machineready == true) {
if (rabbit == false) {
if (armtwo == true) {
if (busy == false) {
if (buttondown.button.hitTest(_xmouse, _ymouse, true)) {
buttondown.gotoAndPlay(2);
arm.gotoAndPlay("twodown");
busy = true;
}
}
}
}
}
}
if (pressed == true) {
if (machineready == true) {
if (monkey == false) {
if (armthree == true) {
if (busy == false) {
if (buttondown.button.hitTest(_xmouse, _ymouse, true)) {
buttondown.gotoAndPlay(2);
arm.gotoAndPlay("threedown");
busy = true;
}
}
}
}
}
}
if (monkeydone == true) {
gotoAndPlay ("07finish");
}
};
Frame 1143
Mouse.show();
stop();
Frame 1152
Mouse.show();
stopAllSounds();
play();
busy = false;
armzero = true;
coin = false;
machineready = false;
Frame 1153
stop();
Frame 1165
startDrag ("_root.cursor", true);
Mouse.hide();
stop();
Frame 1174
Mouse.show();
sadmonkey.gotoAndPlay(7);
play();
stopAllSounds();
countdown = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
};
Frame 1195
Mouse.show();
stop();
Frame 1209
stopAllSounds();
gotoAndStop ("07");
Frame 1236
Mouse.show();
play();
stopAllSounds();
countdown = true;
busy = false;
cannonball = false;
cannonloaded = false;
torchup = false;
knotlit = false;
cannonlow = true;
cannonmed = false;
cannonhigh = false;
torch.gotoAndStop(1);
xx = _x;
yy = _y;
shaking = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (pressed == true) {
if (busy == false) {
if (torchup == false) {
if (cannonball == false) {
if (cannonloaded == false) {
if (cannonballs.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("cannonball");
cannonball = true;
}
}
}
}
}
}
if (pressed == true) {
if (busy == false) {
if (cannonloaded == false) {
if (cannonball == true) {
if (cannon.cannon.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("08cannonload");
cannon.cannon.gotoAndPlay(2);
cannonloaded = true;
}
}
}
}
}
if (pressed == true) {
if (busy == false) {
if (torchup == false) {
if (cannonloaded == true) {
if (torch.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("cannontorch");
torchup = true;
torch.gotoAndStop(2);
}
}
}
}
}
if (busy == false) {
if (torchup == true) {
if (cannonloaded == true) {
if (knotlit == false) {
if (cannon.cannon.knot.hitTest(_xmouse, _ymouse, true)) {
cannon.cannon.knot.gotoAndPlay(2);
knotlit = true;
gotoAndStop ("08shoot");
cannonball = false;
cannonloaded = false;
busy = true;
}
}
}
}
}
if (pressed == true) {
if (busy == false) {
if (torchup == false) {
if (cannonball == false) {
if (cannonlow == true) {
if (cannon.cannon.hitTest(_xmouse, _ymouse, true)) {
cannon.gotoAndPlay("cannonmed");
cannonlow = false;
cannonhigh = false;
}
}
}
}
}
}
if (pressed == true) {
if (busy == false) {
if (torchup == false) {
if (cannonball == false) {
if (cannonmed == true) {
if (cannon.cannon.hitTest(_xmouse, _ymouse, true)) {
cannon.gotoAndPlay("cannonhigh");
cannonmed = false;
cannonlow = false;
}
}
}
}
}
}
if (pressed == true) {
if (busy == false) {
if (torchup == false) {
if (cannonball == false) {
if (cannonhigh == true) {
if (cannon.cannon.hitTest(_xmouse, _ymouse, true)) {
cannon.gotoAndPlay("cannonlow");
cannonhigh = false;
cannonmed = false;
}
}
}
}
}
}
};
Frame 1237
Mouse.show();
stop();
Frame 1247
Mouse.show();
stop();
cannonball = false;
cannonloaded = false;
torchup = false;
knotlit = false;
busy = false;
torch.gotoAndStop(1);
cannonmed = false;
cannonlow = true;
cannonhigh = false;
Frame 1261
Mouse.show();
stop();
cannonball = false;
cannonloaded = false;
torchup = false;
knotlit = false;
busy = false;
torch.gotoAndStop(1);
cannonmed = true;
cannonlow = false;
cannonhigh = false;
Frame 1274
startDrag ("_root.cursor", true);
Mouse.hide();
stop();
Frame 1285
Mouse.show();
stop();
Frame 1297
startDrag ("_root.cursor", true);
Mouse.hide();
stop();
Frame 1309
Mouse.show();
play();
sadmonkey.gotoAndStop(8);
stopAllSounds();
countdown = false;
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
};
Frame 1337
stop();
Frame 1343
startDrag ("_root.cursor", true);
Mouse.hide();
play();
busy = true;
Frame 1363
shaking = false;
Frame 1396
if (cannonlow == true) {
gotoAndPlay ("08cannonlow");
}
if (cannonmed == true) {
gotoAndPlay ("08cannonmed");
}
if (cannonhigh == true) {
gotoAndPlay ("08cannonhigh");
}
Frame 1399
Mouse.show();
play();
busy = true;
Frame 1452
play();
busy = true;
Frame 1497
play();
busy = true;
Frame 1508
shaking = true;
Frame 1514
shaking = false;
Frame 1519
shaking = true;
Frame 1524
shaking = false;
Frame 1530
shaking = true;
Frame 1535
shaking = false;
Frame 1547
gotoAndStop ("08");
Frame 1553
Mouse.show();
play();
busy = true;
cannonball = false;
cannonloaded = false;
torchup = false;
knotlit = false;
cannonlow = true;
cannonmed = false;
cannonhigh = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (pressed == true) {
if (cannonball == false) {
if (cannonloaded == false) {
if (cannonballs.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("cannonball");
cannonball = true;
}
}
}
}
if (pressed == true) {
if (cannonloaded == false) {
if (cannonball == true) {
if (cannon.cannon.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("08cannonload");
cannon.cannon.gotoAndPlay(2);
cannonloaded = true;
}
}
}
}
if (pressed == true) {
if (torchup == false) {
if (cannonloaded == true) {
if (torch.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("cannontorch");
torchup = true;
torch.gotoAndStop(2);
}
}
}
}
if (torchup == true) {
if (cannonloaded == true) {
if (knotlit == false) {
if (cannon.cannon.knot.hitTest(_xmouse, _ymouse, true)) {
cannon.cannon.knot.gotoAndPlay(2);
knotlit = true;
gotoAndStop ("08shoot");
cannonball = false;
cannonloaded = false;
}
}
}
}
if (pressed == true) {
if (torchup == false) {
if (cannonball == false) {
if (cannonlow == true) {
if (cannon.cannon.hitTest(_xmouse, _ymouse, true)) {
cannon.gotoAndPlay("cannonmed");
cannonlow = false;
}
}
}
}
}
if (pressed == true) {
if (torchup == false) {
if (cannonball == false) {
if (cannonmed == true) {
if (cannon.cannon.hitTest(_xmouse, _ymouse, true)) {
cannon.gotoAndPlay("cannonhigh");
cannonmed = false;
}
}
}
}
}
if (pressed == true) {
if (torchup == false) {
if (cannonball == false) {
if (cannonhigh == true) {
if (cannon.cannon.hitTest(_xmouse, _ymouse, true)) {
cannon.gotoAndPlay("cannonlow");
cannonhigh = false;
}
}
}
}
}
};
Frame 1606
play();
busy = true;
Frame 1651
play();
busy = true;
Frame 1668
shaking = true;
Frame 1673
shaking = true;
Frame 1681
shaking = false;
Frame 1701
gotoAndStop ("08");
Frame 1719
Mouse.show();
play();
busy = true;
cannonball = false;
cannonloaded = false;
torchup = false;
knotlit = false;
cannonlow = true;
cannonmed = false;
cannonhigh = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (pressed == true) {
if (cannonball == false) {
if (cannonloaded == false) {
if (cannonballs.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("cannonball");
cannonball = true;
}
}
}
}
if (pressed == true) {
if (cannonloaded == false) {
if (cannonball == true) {
if (cannon.cannon.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("08cannonload");
cannon.cannon.gotoAndPlay(2);
cannonloaded = true;
}
}
}
}
if (pressed == true) {
if (torchup == false) {
if (cannonloaded == true) {
if (torch.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("cannontorch");
torchup = true;
torch.gotoAndStop(2);
}
}
}
}
if (torchup == true) {
if (cannonloaded == true) {
if (knotlit == false) {
if (cannon.cannon.knot.hitTest(_xmouse, _ymouse, true)) {
cannon.cannon.knot.gotoAndPlay(2);
knotlit = true;
gotoAndStop ("08shoot");
cannonball = false;
cannonloaded = false;
}
}
}
}
if (pressed == true) {
if (torchup == false) {
if (cannonball == false) {
if (cannonlow == true) {
if (cannon.cannon.hitTest(_xmouse, _ymouse, true)) {
cannon.gotoAndPlay("cannonmed");
cannonlow = false;
}
}
}
}
}
if (pressed == true) {
if (torchup == false) {
if (cannonball == false) {
if (cannonmed == true) {
if (cannon.cannon.hitTest(_xmouse, _ymouse, true)) {
cannon.gotoAndPlay("cannonhigh");
cannonmed = false;
}
}
}
}
}
if (pressed == true) {
if (torchup == false) {
if (cannonball == false) {
if (cannonhigh == true) {
if (cannon.cannon.hitTest(_xmouse, _ymouse, true)) {
cannon.gotoAndPlay("cannonlow");
cannonhigh = false;
}
}
}
}
}
};
Frame 1772
play();
busy = true;
Frame 1829
shaking = true;
Frame 1840
shaking = false;
Frame 1867
gotoAndStop ("08finish");
Frame 1929
stopAllSounds();
gotoAndStop ("08");
Frame 1956
Mouse.show();
stop();
countdown = true;
mush01 = false;
mush02 = false;
mush03 = false;
mush04 = false;
mush05 = false;
mush06 = false;
mush07 = false;
mush08 = false;
mush09 = false;
mush10 = false;
mush11 = false;
mush12 = false;
mush13 = false;
mush14 = false;
mush15 = false;
mush16 = false;
mush17 = false;
mush18 = false;
mush19 = false;
mush20 = false;
xx = _x;
yy = _y;
shaking = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (pressed == true) {
if (mush01 == false) {
if (fore.mush01.mush.hitTest(_xmouse, _ymouse, true)) {
fore.mush01.gotoAndPlay(2);
mush01 = true;
}
}
}
if (pressed == true) {
if (mush02 == false) {
if (fore.mush02.mush.hitTest(_xmouse, _ymouse, true)) {
fore.mush02.gotoAndPlay(2);
mush02 = true;
}
}
}
if (pressed == true) {
if (mush03 == false) {
if (fore.mush03.mush.hitTest(_xmouse, _ymouse, true)) {
fore.mush03.gotoAndPlay(2);
mush03 = true;
}
}
}
if (pressed == true) {
if (mush04 == false) {
if (fore.mush04.mush.hitTest(_xmouse, _ymouse, true)) {
fore.mush04.gotoAndPlay(2);
mush04 = true;
}
}
}
if (pressed == true) {
if (mush05 == false) {
if (fore.mush05.mush.hitTest(_xmouse, _ymouse, true)) {
fore.mush05.gotoAndPlay(2);
mush05 = true;
}
}
}
if (pressed == true) {
if (mush06 == false) {
if (fore.mush06.mush.hitTest(_xmouse, _ymouse, true)) {
fore.mush06.gotoAndPlay(2);
mush06 = true;
}
}
}
if (pressed == true) {
if (mush07 == false) {
if (fore.mush07.mush.hitTest(_xmouse, _ymouse, true)) {
fore.mush07.gotoAndPlay(2);
mush07 = true;
}
}
}
if (pressed == true) {
if (mush08 == false) {
if (fore.mush08.mush.hitTest(_xmouse, _ymouse, true)) {
fore.mush08.gotoAndPlay(2);
mush08 = true;
}
}
}
if (pressed == true) {
if (mush09 == false) {
if (fore.mush09.mush.hitTest(_xmouse, _ymouse, true)) {
fore.mush09.gotoAndPlay(2);
mush09 = true;
}
}
}
if (pressed == true) {
if (mush10 == false) {
if (back.mush10.mush.hitTest(_xmouse, _ymouse, true)) {
back.mush10.gotoAndPlay(2);
mush10 = true;
}
}
}
if (pressed == true) {
if (mush11 == false) {
if (back.mush11.mush.hitTest(_xmouse, _ymouse, true)) {
back.mush11.gotoAndPlay(2);
mush11 = true;
}
}
}
if (pressed == true) {
if (mush12 == false) {
if (back.mush12.mush.hitTest(_xmouse, _ymouse, true)) {
back.mush12.gotoAndPlay(2);
mush12 = true;
}
}
}
if (pressed == true) {
if (mush13 == false) {
if (back.mush13.mush.hitTest(_xmouse, _ymouse, true)) {
back.mush13.gotoAndPlay(2);
mush13 = true;
}
}
}
if (pressed == true) {
if (mush14 == false) {
if (back.mush14.mush.hitTest(_xmouse, _ymouse, true)) {
back.mush14.gotoAndPlay(2);
mush14 = true;
}
}
}
if (pressed == true) {
if (mush15 == false) {
if (back.mush15.mush.hitTest(_xmouse, _ymouse, true)) {
back.mush15.gotoAndPlay(2);
mush15 = true;
}
}
}
if (pressed == true) {
if (mush16 == false) {
if (back.mush16.mush.hitTest(_xmouse, _ymouse, true)) {
back.mush16.gotoAndPlay(2);
mush16 = true;
}
}
}
if (pressed == true) {
if (mush17 == false) {
if (back.mush17.mush.hitTest(_xmouse, _ymouse, true)) {
back.mush17.gotoAndPlay(2);
mush17 = true;
}
}
}
if (pressed == true) {
if (mush18 == false) {
if (back.mush18.mush.hitTest(_xmouse, _ymouse, true)) {
back.mush18.gotoAndPlay(2);
mush18 = true;
}
}
}
if (pressed == true) {
if (mush19 == false) {
if (back.mush19.mush.hitTest(_xmouse, _ymouse, true)) {
back.mush19.gotoAndPlay(2);
mush19 = true;
}
}
}
if (pressed == true) {
if (mush20 == false) {
if (back.mush20.mush.hitTest(_xmouse, _ymouse, true)) {
back.mush20.gotoAndPlay(2);
mush20 = true;
}
}
}
if (mush01 == true) {
if (mush02 == true) {
if (mush03 == true) {
if (mush04 == true) {
if (mush05 == true) {
if (mush06 == true) {
if (mush07 == true) {
if (mush08 == true) {
if (mush09 == true) {
if (mush10 == true) {
if (mush11 == true) {
if (mush12 == true) {
if (mush13 == true) {
if (mush14 == true) {
if (mush15 == true) {
if (mush16 == true) {
if (mush17 == true) {
if (mush18 == true) {
if (mush19 == true) {
if (mush20 == true) {
gotoAndPlay ("09finish");
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
};
Frame 1965
Mouse.show();
play();
sadmonkey.gotoAndStop(10);
stopAllSounds();
countdown = false;
xx = _x;
yy = _y;
shaking = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
};
Frame 1976
Mouse.show();
stop();
Frame 1999
stopAllSounds();
gotoAndStop ("09");
Frame 2026
Mouse.show();
stop();
countdown = true;
busy = false;
p01a = true;
p01b = false;
p01c = false;
p01d = false;
p02a = true;
p02b = false;
p02c = false;
p02d = false;
p03a = true;
p03b = false;
p03c = false;
p03d = false;
p04a = true;
p04b = false;
p04c = false;
p04d = false;
xx = _x;
yy = _y;
shaking = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (pressed == true) {
if (p01a == true) {
if (busy == false) {
if (p01.hitTest(_xmouse, _ymouse, true)) {
p01.gotoAndPlay("a");
busy = true;
}
}
}
}
if (pressed == true) {
if (p01b == true) {
if (busy == false) {
if (p01.hitTest(_xmouse, _ymouse, true)) {
p01.gotoAndPlay("b");
busy = true;
}
}
}
}
if (pressed == true) {
if (p01c == true) {
if (busy == false) {
if (p01.hitTest(_xmouse, _ymouse, true)) {
p01.gotoAndPlay("c");
busy = true;
}
}
}
}
if (pressed == true) {
if (p01d == true) {
if (busy == false) {
if (p01.hitTest(_xmouse, _ymouse, true)) {
p01.gotoAndPlay("d");
busy = true;
}
}
}
}
if (pressed == true) {
if (p02a == true) {
if (busy == false) {
if (p02.hitTest(_xmouse, _ymouse, true)) {
p02.gotoAndPlay("a");
busy = true;
}
}
}
}
if (pressed == true) {
if (p02b == true) {
if (busy == false) {
if (p02.hitTest(_xmouse, _ymouse, true)) {
p02.gotoAndPlay("b");
busy = true;
}
}
}
}
if (pressed == true) {
if (p02c == true) {
if (busy == false) {
if (p02.hitTest(_xmouse, _ymouse, true)) {
p02.gotoAndPlay("c");
busy = true;
}
}
}
}
if (pressed == true) {
if (p02d == true) {
if (busy == false) {
if (p02.hitTest(_xmouse, _ymouse, true)) {
p02.gotoAndPlay("d");
busy = true;
}
}
}
}
if (pressed == true) {
if (p03a == true) {
if (busy == false) {
if (p03.hitTest(_xmouse, _ymouse, true)) {
p03.gotoAndPlay("a");
busy = true;
}
}
}
}
if (pressed == true) {
if (p03b == true) {
if (busy == false) {
if (p03.hitTest(_xmouse, _ymouse, true)) {
p03.gotoAndPlay("b");
busy = true;
}
}
}
}
if (pressed == true) {
if (p03c == true) {
if (busy == false) {
if (p03.hitTest(_xmouse, _ymouse, true)) {
p03.gotoAndPlay("c");
busy = true;
}
}
}
}
if (pressed == true) {
if (p03d == true) {
if (busy == false) {
if (p03.hitTest(_xmouse, _ymouse, true)) {
p03.gotoAndPlay("d");
busy = true;
}
}
}
}
if (pressed == true) {
if (p04a == true) {
if (busy == false) {
if (p04.hitTest(_xmouse, _ymouse, true)) {
p04.gotoAndPlay("a");
busy = true;
}
}
}
}
if (pressed == true) {
if (p04b == true) {
if (busy == false) {
if (p04.hitTest(_xmouse, _ymouse, true)) {
p04.gotoAndPlay("b");
busy = true;
}
}
}
}
if (pressed == true) {
if (p04c == true) {
if (busy == false) {
if (p04.hitTest(_xmouse, _ymouse, true)) {
p04.gotoAndPlay("c");
busy = true;
}
}
}
}
if (pressed == true) {
if (p04d == true) {
if (busy == false) {
if (p04.hitTest(_xmouse, _ymouse, true)) {
p04.gotoAndPlay("d");
busy = true;
}
}
}
}
if (p01d == true) {
if (p02d == true) {
if (p03c == true) {
if (p04b == true) {
gotoAndPlay ("10finish");
}
}
}
}
};
Frame 2035
Mouse.show();
play();
stopAllSounds();
sadmonkey.gotoAndStop(9);
countdown = false;
xx = _x;
yy = _y;
shaking = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
};
Frame 2048
Mouse.show();
stop();
Frame 2059
stopAllSounds();
gotoAndStop ("10");
Frame 2086
Mouse.show();
stop();
busy = false;
countdown = true;
p1 = false;
p2 = false;
p3 = false;
p4 = false;
p5 = false;
p6 = false;
p7 = false;
p8 = false;
p1done = false;
p2done = false;
p3done = false;
p4done = false;
p5done = false;
p6done = false;
p7done = false;
p8done = false;
spring = false;
jackpickup.gotoAndStop(2);
pipedownpickup.gotoAndStop(2);
pipesidepickup.gotoAndStop(2);
sideplatpickup.gotoAndStop(2);
downrightpickup.gotoAndStop(2);
downleftpickup.gotoAndStop(2);
longplatpickup.gotoAndStop(2);
balancepickup.gotoAndStop(2);
xx = _x;
yy = _y;
shaking = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (pressed == true) {
if (busy == false) {
if (p1 == false) {
if (pipedownpickup.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("pipedownpickup");
p1 = true;
pipedownpickup.gotoAndStop(1);
}
}
}
}
if (pressed == true) {
if (p1 == true) {
if (p1done == false) {
if (pipedown.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("11continue");
p1done = true;
pipedown.gotoAndStop(2);
}
}
}
}
if (pressed == true) {
if (busy == false) {
if (p2 == false) {
if (sideplatpickup.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("sideplatpickup");
p2 = true;
sideplatpickup.gotoAndStop(1);
}
}
}
}
if (pressed == true) {
if (p2 == true) {
if (p2done == false) {
if (sideplat.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("11continue");
p2done = true;
sideplat.gotoAndStop(2);
}
}
}
}
if (pressed == true) {
if (busy == false) {
if (p3 == false) {
if (balancepickup.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("balancepickup");
p3 = true;
balancepickup.gotoAndStop(1);
}
}
}
}
if (pressed == true) {
if (p3 == true) {
if (p3done == false) {
if (balance.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("11continue");
p3done = true;
balance.gotoAndStop(2);
}
}
}
}
if (pressed == true) {
if (busy == false) {
if (p4 == false) {
if (downrightpickup.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("downrightpickup");
p4 = true;
downrightpickup.gotoAndStop(1);
}
}
}
}
if (pressed == true) {
if (p4 == true) {
if (p4done == false) {
if (downright.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("11continue");
p4done = true;
downright.gotoAndStop(2);
}
}
}
}
if (pressed == true) {
if (busy == false) {
if (p5 == false) {
if (longplatpickup.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("longplatpickup");
p5 = true;
longplatpickup.gotoAndStop(1);
}
}
}
}
if (pressed == true) {
if (p5 == true) {
if (p5done == false) {
if (longplat.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("11continue");
p5done = true;
longplat.gotoAndStop(2);
}
}
}
}
if (pressed == true) {
if (busy == false) {
if (p6 == false) {
if (pipesidepickup.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("pipesidepickup");
p6 = true;
pipesidepickup.gotoAndStop(1);
}
}
}
}
if (pressed == true) {
if (p6 == true) {
if (p6done == false) {
if (pipeside.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("11continue");
p6done = true;
pipeside.gotoAndStop(2);
}
}
}
}
if (pressed == true) {
if (busy == false) {
if (p7 == false) {
if (downleftpickup.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("downleftpickup");
p7 = true;
downleftpickup.gotoAndStop(1);
}
}
}
}
if (pressed == true) {
if (p7 == true) {
if (p7done == false) {
if (downleft.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("11continue");
p7done = true;
downleft.gotoAndStop(2);
}
}
}
}
if (pressed == true) {
if (busy == false) {
if (p8 == false) {
if (jackpickup.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("jackpickup");
p8 = true;
jackpickup.gotoAndStop(1);
}
}
}
}
if (pressed == true) {
if (p8 == true) {
if (p8done == false) {
if (jack.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("11continue");
p8done = true;
jack.gotoAndStop(2);
}
}
}
}
if (pressed == true) {
if (p1done == true) {
if (p2done == true) {
if (p3done == true) {
if (p4done == true) {
if (p5done == true) {
if (p6done == true) {
if (p7done == true) {
if (p8done == true) {
if (spring == false) {
if (springshoot.hitTest(_xmouse, _ymouse, true)) {
springshoot.gotoAndPlay(2);
spring = true;
}
}
}
}
}
}
}
}
}
}
}
};
Frame 2102
startDrag ("cursor", true);
Mouse.hide();
stop();
busy = true;
Frame 2115
startDrag ("cursor", true);
Mouse.hide();
stop();
busy = true;
Frame 2126
startDrag ("cursor", true);
Mouse.hide();
stop();
busy = true;
Frame 2138
startDrag ("cursor", true);
Mouse.hide();
stop();
busy = true;
Frame 2150
startDrag ("cursor", true);
Mouse.hide();
stop();
busy = true;
Frame 2162
startDrag ("cursor", true);
Mouse.hide();
stop();
busy = true;
Frame 2173
startDrag ("cursor", true);
Mouse.hide();
stop();
busy = true;
Frame 2185
startDrag ("cursor", true);
Mouse.hide();
stop();
busy = true;
Frame 2222
Mouse.show();
stop();
busy = false;
Frame 2247
Mouse.show();
play();
xx = _x;
yy = _y;
shaking = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
};
Frame 2339
balance.gotoAndPlay(3);
Frame 2440
armlift.gotoAndPlay(2);
Frame 2616
jack.gotoAndPlay(3);
Frame 2633
gotoAndPlay ("11finish");
Frame 2634
sadmonkey2.gotoAndStop(3);
countdown = false;
play();
stopAllSounds();
Frame 2654
stop();
Frame 2707
stopAllSounds();
gotoAndStop ("11");
Frame 2734
Mouse.show();
stop();
countdown = true;
aletter = false;
dletter = false;
cletter = false;
dash1 = false;
dash2 = false;
dash3 = false;
dash4 = false;
dash5 = false;
dash6 = false;
dash7 = false;
dash8 = false;
dash9 = false;
dash10 = false;
dash11 = false;
dash12 = false;
dash13 = false;
dash14 = false;
dash15 = false;
dash16 = false;
dash17 = false;
cash1 = false;
cash2 = false;
cash3 = false;
cash4 = false;
cash5 = false;
cash6 = false;
cash7 = false;
cash8 = false;
cash9 = false;
cash10 = false;
cash11 = false;
cash12 = false;
cash13 = false;
cash14 = false;
cash15 = false;
cash16 = false;
cash17 = false;
ccdone = false;
bash1 = false;
bash2 = false;
bash3 = false;
bash4 = false;
bash5 = false;
bash6 = false;
bash7 = false;
bash8 = false;
bash9 = false;
bash10 = false;
bash11 = false;
bash12 = false;
bash13 = false;
bash14 = false;
bash15 = false;
bash16 = false;
bash17 = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (aletter == false) {
if (aaa.hitTest(_xmouse, _ymouse, true)) {
aaa.gotoAndStop(2);
aletter = true;
}
}
if (bash17 == true) {
if (bbb.hitTest(_xmouse, _ymouse, true)) {
bbb.gotoAndStop(2);
dletter = true;
}
}
if (dash17 == true) {
if (cletter == false) {
if (ccc.hitTest(_xmouse, _ymouse, true)) {
ccc.gotoAndStop(2);
cletter = true;
}
}
}
if (dletter == true) {
if (dash1 == false) {
if (d1.hitTest(_xmouse, _ymouse, true)) {
d1.gotoAndStop(2);
dash1 = true;
}
}
}
if (dash2 == false) {
if (dash1 == true) {
if (d2.hitTest(_xmouse, _ymouse, true)) {
d2.gotoAndStop(2);
dash2 = true;
}
}
}
if (dash3 == false) {
if (dash2 == true) {
if (d3.hitTest(_xmouse, _ymouse, true)) {
d3.gotoAndStop(2);
dash3 = true;
}
}
}
if (dash4 == false) {
if (dash3 == true) {
if (d4.hitTest(_xmouse, _ymouse, true)) {
d4.gotoAndStop(2);
dash4 = true;
}
}
}
if (dash5 == false) {
if (dash4 == true) {
if (d5.hitTest(_xmouse, _ymouse, true)) {
d5.gotoAndStop(2);
dash5 = true;
}
}
}
if (dash6 == false) {
if (dash5 == true) {
if (d6.hitTest(_xmouse, _ymouse, true)) {
d6.gotoAndStop(2);
dash6 = true;
}
}
}
if (dash7 == false) {
if (dash6 == true) {
if (d7.hitTest(_xmouse, _ymouse, true)) {
d7.gotoAndStop(2);
dash7 = true;
}
}
}
if (dash8 == false) {
if (dash7 == true) {
if (d8.hitTest(_xmouse, _ymouse, true)) {
d8.gotoAndStop(2);
dash8 = true;
}
}
}
if (dash9 == false) {
if (dash8 == true) {
if (d9.hitTest(_xmouse, _ymouse, true)) {
d9.gotoAndStop(2);
dash9 = true;
}
}
}
if (dash10 == false) {
if (dash9 == true) {
if (d10.hitTest(_xmouse, _ymouse, true)) {
d10.gotoAndStop(2);
dash10 = true;
}
}
}
if (dash11 == false) {
if (dash10 == true) {
if (d11.hitTest(_xmouse, _ymouse, true)) {
d11.gotoAndStop(2);
dash11 = true;
}
}
}
if (dash12 == false) {
if (dash11 == true) {
if (d12.hitTest(_xmouse, _ymouse, true)) {
d12.gotoAndStop(2);
dash12 = true;
}
}
}
if (dash13 == false) {
if (dash12 == true) {
if (d13.hitTest(_xmouse, _ymouse, true)) {
d13.gotoAndStop(2);
dash13 = true;
}
}
}
if (dash14 == false) {
if (dash13 == true) {
if (d14.hitTest(_xmouse, _ymouse, true)) {
d14.gotoAndStop(2);
dash14 = true;
}
}
}
if (dash15 == false) {
if (dash14 == true) {
if (d15.hitTest(_xmouse, _ymouse, true)) {
d15.gotoAndStop(2);
dash15 = true;
}
}
}
if (dash16 == false) {
if (dash15 == true) {
if (d16.hitTest(_xmouse, _ymouse, true)) {
d16.gotoAndStop(2);
dash16 = true;
}
}
}
if (dash17 == false) {
if (dash16 == true) {
if (d17.hitTest(_xmouse, _ymouse, true)) {
d17.gotoAndStop(2);
dash17 = true;
}
}
}
if (dash17 == true) {
danswer.gotoAndStop(2);
}
if (cletter == true) {
if (cash1 == false) {
if (c1.hitTest(_xmouse, _ymouse, true)) {
c1.gotoAndStop(2);
cash1 = true;
}
}
}
if (cash2 == false) {
if (cash1 == true) {
if (c2.hitTest(_xmouse, _ymouse, true)) {
c2.gotoAndStop(2);
cash2 = true;
}
}
}
if (cash3 == false) {
if (cash2 == true) {
if (c3.hitTest(_xmouse, _ymouse, true)) {
c3.gotoAndStop(2);
cash3 = true;
}
}
}
if (cash4 == false) {
if (cash3 == true) {
if (c4.hitTest(_xmouse, _ymouse, true)) {
c4.gotoAndStop(2);
cash4 = true;
}
}
}
if (cash5 == false) {
if (cash4 == true) {
if (c5.hitTest(_xmouse, _ymouse, true)) {
c5.gotoAndStop(2);
cash5 = true;
}
}
}
if (cash6 == false) {
if (cash5 == true) {
if (c6.hitTest(_xmouse, _ymouse, true)) {
c6.gotoAndStop(2);
cash6 = true;
}
}
}
if (cash7 == false) {
if (cash6 == true) {
if (c7.hitTest(_xmouse, _ymouse, true)) {
c7.gotoAndStop(2);
cash7 = true;
}
}
}
if (cash8 == false) {
if (cash7 == true) {
if (c8.hitTest(_xmouse, _ymouse, true)) {
c8.gotoAndStop(2);
cash8 = true;
}
}
}
if (cash9 == false) {
if (cash8 == true) {
if (c9.hitTest(_xmouse, _ymouse, true)) {
c9.gotoAndStop(2);
cash9 = true;
}
}
}
if (cash10 == false) {
if (cash9 == true) {
if (c10.hitTest(_xmouse, _ymouse, true)) {
c10.gotoAndStop(2);
cash10 = true;
}
}
}
if (cash11 == false) {
if (cash10 == true) {
if (c11.hitTest(_xmouse, _ymouse, true)) {
c11.gotoAndStop(2);
cash11 = true;
}
}
}
if (cash12 == false) {
if (cash11 == true) {
if (c12.hitTest(_xmouse, _ymouse, true)) {
c12.gotoAndStop(2);
cash12 = true;
}
}
}
if (cash13 == false) {
if (cash12 == true) {
if (c13.hitTest(_xmouse, _ymouse, true)) {
c13.gotoAndStop(2);
cash13 = true;
}
}
}
if (cash14 == false) {
if (cash13 == true) {
if (c14.hitTest(_xmouse, _ymouse, true)) {
c14.gotoAndStop(2);
cash14 = true;
}
}
}
if (cash15 == false) {
if (cash14 == true) {
if (c15.hitTest(_xmouse, _ymouse, true)) {
c15.gotoAndStop(2);
cash15 = true;
}
}
}
if (cash16 == false) {
if (cash15 == true) {
if (c16.hitTest(_xmouse, _ymouse, true)) {
c16.gotoAndStop(2);
cash16 = true;
}
}
}
if (cash17 == false) {
if (cash16 == true) {
if (c17.hitTest(_xmouse, _ymouse, true)) {
c17.gotoAndStop(2);
cash17 = true;
}
}
}
if (ccdone == false) {
if (cash17 == true) {
canswer.gotoAndPlay(2);
ccdone = true;
}
}
if (aletter == true) {
if (bash1 == false) {
if (b1.hitTest(_xmouse, _ymouse, true)) {
b1.gotoAndStop(2);
bash1 = true;
}
}
}
if (bash2 == false) {
if (bash1 == true) {
if (b2.hitTest(_xmouse, _ymouse, true)) {
b2.gotoAndStop(2);
bash2 = true;
}
}
}
if (bash3 == false) {
if (bash2 == true) {
if (b3.hitTest(_xmouse, _ymouse, true)) {
b3.gotoAndStop(2);
bash3 = true;
}
}
}
if (bash4 == false) {
if (bash3 == true) {
if (b4.hitTest(_xmouse, _ymouse, true)) {
b4.gotoAndStop(2);
bash4 = true;
}
}
}
if (bash5 == false) {
if (bash4 == true) {
if (b5.hitTest(_xmouse, _ymouse, true)) {
b5.gotoAndStop(2);
bash5 = true;
}
}
}
if (bash6 == false) {
if (bash5 == true) {
if (b6.hitTest(_xmouse, _ymouse, true)) {
b6.gotoAndStop(2);
bash6 = true;
}
}
}
if (bash7 == false) {
if (bash6 == true) {
if (b7.hitTest(_xmouse, _ymouse, true)) {
b7.gotoAndStop(2);
bash7 = true;
}
}
}
if (bash8 == false) {
if (bash7 == true) {
if (b8.hitTest(_xmouse, _ymouse, true)) {
b8.gotoAndStop(2);
bash8 = true;
}
}
}
if (bash9 == false) {
if (bash8 == true) {
if (b9.hitTest(_xmouse, _ymouse, true)) {
b9.gotoAndStop(2);
bash9 = true;
}
}
}
if (bash10 == false) {
if (bash9 == true) {
if (b10.hitTest(_xmouse, _ymouse, true)) {
b10.gotoAndStop(2);
bash10 = true;
}
}
}
if (bash11 == false) {
if (bash10 == true) {
if (b11.hitTest(_xmouse, _ymouse, true)) {
b11.gotoAndStop(2);
bash11 = true;
}
}
}
if (bash12 == false) {
if (bash11 == true) {
if (b12.hitTest(_xmouse, _ymouse, true)) {
b12.gotoAndStop(2);
bash12 = true;
}
}
}
if (bash13 == false) {
if (bash12 == true) {
if (b13.hitTest(_xmouse, _ymouse, true)) {
b13.gotoAndStop(2);
bash13 = true;
}
}
}
if (bash14 == false) {
if (bash13 == true) {
if (b14.hitTest(_xmouse, _ymouse, true)) {
b14.gotoAndStop(2);
bash14 = true;
}
}
}
if (bash15 == false) {
if (bash14 == true) {
if (b15.hitTest(_xmouse, _ymouse, true)) {
b15.gotoAndStop(2);
bash15 = true;
}
}
}
if (bash16 == false) {
if (bash15 == true) {
if (b16.hitTest(_xmouse, _ymouse, true)) {
b16.gotoAndStop(2);
bash16 = true;
}
}
}
if (bash17 == false) {
if (bash16 == true) {
if (b17.hitTest(_xmouse, _ymouse, true)) {
b17.gotoAndStop(2);
bash17 = true;
}
}
}
if (bash17 == true) {
banswer.gotoAndStop(2);
}
};
Frame 2743
Mouse.show();
play();
stopAllSounds();
sadmonkey2.gotoAndStop(2);
countdown = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
};
Frame 2756
Mouse.show();
stop();
Frame 2796
stopAllSounds();
gotoAndStop ("12");
Frame 2823
Mouse.show();
stop();
countdown = true;
whacker = false;
busy = false;
mole1dead = false;
mole2dead = false;
mole3dead = false;
mole4dead = false;
mole5dead = false;
mole6dead = false;
mole7dead = false;
mole8dead = false;
mole9dead = false;
xx = _x;
yy = _y;
shaking = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (pressed == true) {
if (whackergraphic.button.hitTest(_xmouse, _ymouse, true)) {
whackergraphic.gotoAndStop(2);
gotoAndPlay ("whackerstart");
cursor.gotoAndPlay(3);
whacker = true;
busy = true;
}
}
if (pressed == true) {
if (busy == false) {
cursor.gotoAndPlay(2);
busy = true;
}
}
if (pressed == true) {
if (mole1graphic.moleface.hitTest(_xmouse, _ymouse, true)) {
mole1graphic.gotoAndStop("moledead");
mole1dead = true;
}
}
if (pressed == true) {
if (mole2graphic.moleface.hitTest(_xmouse, _ymouse, true)) {
mole2graphic.gotoAndStop("moledead");
mole2dead = true;
}
}
if (pressed == true) {
if (mole3graphic.moleface.hitTest(_xmouse, _ymouse, true)) {
mole3graphic.gotoAndStop("moledead");
mole3dead = true;
}
}
if (pressed == true) {
if (mole4graphic.moleface.hitTest(_xmouse, _ymouse, true)) {
mole4graphic.gotoAndStop("moledead");
mole4dead = true;
}
}
if (pressed == true) {
if (mole5graphic.moleface.hitTest(_xmouse, _ymouse, true)) {
mole5graphic.gotoAndStop("moledead");
mole5dead = true;
}
}
if (pressed == true) {
if (mole6graphic.moleface.hitTest(_xmouse, _ymouse, true)) {
mole6graphic.gotoAndStop("moledead");
mole6dead = true;
}
}
if (pressed == true) {
if (mole7graphic.moleface.hitTest(_xmouse, _ymouse, true)) {
mole7graphic.gotoAndStop("moledead");
mole7dead = true;
}
}
if (pressed == true) {
if (mole8graphic.moleface.hitTest(_xmouse, _ymouse, true)) {
mole8graphic.gotoAndStop("moledead");
mole8dead = true;
}
}
if (pressed == true) {
if (mole9graphic.moleface.hitTest(_xmouse, _ymouse, true)) {
mole9graphic.gotoAndStop("moledead");
mole9dead = true;
}
}
if (mole1dead == true) {
if (mole2dead == true) {
if (mole3dead == true) {
if (mole4dead == true) {
if (mole5dead == true) {
if (mole6dead == true) {
if (mole7dead == true) {
if (mole8dead == true) {
if (mole9dead == true) {
gotoAndPlay ("13finish");
}
}
}
}
}
}
}
}
}
};
Frame 2844
Mouse.show();
play();
busy = true;
Frame 2847
busy = false;
Frame 2848
startDrag ("cursor", true);
Mouse.hide();
play();
Instance of Symbol 741 MovieClip "cursor" in Frame 2848
on (press) {
}
Frame 2870
if (mole1dead == false) {
mole1graphic.gotoAndPlay(2);
}
Frame 2895
if (mole9dead == false) {
mole9graphic.gotoAndPlay(2);
}
Frame 2921
if (mole3dead == false) {
mole3graphic.gotoAndPlay(2);
}
Frame 2945
if (mole6dead == false) {
mole6graphic.gotoAndPlay(2);
}
Frame 2969
if (mole4dead == false) {
mole4graphic.gotoAndPlay(2);
}
Frame 2989
if (mole2dead == false) {
mole2graphic.gotoAndPlay(2);
}
Frame 3013
if (mole7dead == false) {
mole7graphic.gotoAndPlay(2);
}
Frame 3035
if (mole5dead == false) {
mole5graphic.gotoAndPlay(2);
}
Frame 3053
if (mole8dead == false) {
mole8graphic.gotoAndPlay(2);
}
Frame 3076
gotoAndPlay ("whacker");
Frame 3077
gotoAndPlay ("whacker");
Frame 3078
gotoAndPlay ("whacker");
Frame 3079
gotoAndPlay ("whacker");
Frame 3080
gotoAndPlay ("whacker");
Frame 3081
gotoAndPlay ("whacker");
Frame 3525
Mouse.show();
play();
sadmonkey.gotoAndStop(4);
stopAllSounds();
countdown = false;
xx = _x;
yy = _y;
shaking = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
};
Frame 3540
stop();
Frame 3560
stopAllSounds();
gotoAndStop ("13");
Frame 3587
Mouse.show();
stop();
countdown = true;
xx = _x;
yy = _y;
shaking = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (startmaze.hitTest(_xmouse, _ymouse, true)) {
startmaze.gotoAndStop(2);
bpin.gotoAndStop(3);
}
if (maze.hitTest(_xmouse, _ymouse, true)) {
startmaze.gotoAndStop(1);
bpin.gotoAndStop(2);
}
if (pressed == true) {
if (bpin.baloonpin.hitTest(_xmouse, _ymouse, true)) {
gotoAndStop ("getpin");
bpin.gotoAndStop(4);
}
}
};
Frame 3588
stop();
countdown = true;
Frame 3589
stop();
countdown = true;
Frame 3590
stop();
countdown = true;
Frame 3591
stop();
countdown = true;
Frame 3602
startDrag ("cursor", true);
Mouse.hide();
stop();
mazepin = true;
xx = _x;
yy = _y;
shaking = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (mazepin == true) {
if (baloon.hitTest(_xmouse, _ymouse, true)) {
baloon.gotoAndPlay("baloonbreak");
mazepin = false;
}
}
};
Frame 3615
Mouse.show();
play();
sadmonkey.gotoAndStop(7);
stopAllSounds();
countdown = false;
Frame 3632
stop();
Frame 3651
stopAllSounds();
gotoAndStop ("14");
Frame 3678
Mouse.show();
stop();
countdown = true;
starzero = true;
starone = false;
startwo = false;
starthree = false;
starfour = false;
safepressed = false;
safebuttonpressed = false;
ss1 = false;
ss2 = false;
ss3 = false;
ss4 = false;
ss5 = false;
ss6 = false;
ss7 = false;
ss8 = false;
ss9 = false;
xx = _x;
yy = _y;
shaking = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (pressed == true) {
if (safebuttonpressed == false) {
if (bs1.hitTest(_xmouse, _ymouse, true)) {
bs1.gotoAndStop(2);
safepressed = true;
safebuttonpressed = true;
ss1 = true;
}
}
}
if (pressed == true) {
if (safebuttonpressed == false) {
if (bs2.hitTest(_xmouse, _ymouse, true)) {
bs2.gotoAndStop(2);
safepressed = true;
safebuttonpressed = true;
ss2 = true;
}
}
}
if (pressed == true) {
if (safebuttonpressed == false) {
if (bs3.hitTest(_xmouse, _ymouse, true)) {
bs3.gotoAndStop(2);
safepressed = true;
safebuttonpressed = true;
ss3 = true;
}
}
}
if (pressed == true) {
if (safebuttonpressed == false) {
if (bs4.hitTest(_xmouse, _ymouse, true)) {
bs4.gotoAndStop(2);
safepressed = true;
safebuttonpressed = true;
ss4 = true;
}
}
}
if (pressed == true) {
if (safebuttonpressed == false) {
if (bs5.hitTest(_xmouse, _ymouse, true)) {
bs5.gotoAndStop(2);
safepressed = true;
safebuttonpressed = true;
ss5 = true;
}
}
}
if (pressed == true) {
if (safebuttonpressed == false) {
if (bs6.hitTest(_xmouse, _ymouse, true)) {
bs6.gotoAndStop(2);
safepressed = true;
safebuttonpressed = true;
ss6 = true;
}
}
}
if (pressed == true) {
if (safebuttonpressed == false) {
if (bs7.hitTest(_xmouse, _ymouse, true)) {
bs7.gotoAndStop(2);
safepressed = true;
safebuttonpressed = true;
ss7 = true;
}
}
}
if (pressed == true) {
if (safebuttonpressed == false) {
if (bs8.hitTest(_xmouse, _ymouse, true)) {
bs8.gotoAndStop(2);
safepressed = true;
safebuttonpressed = true;
ss8 = true;
}
}
}
if (pressed == true) {
if (safebuttonpressed == false) {
if (bs9.hitTest(_xmouse, _ymouse, true)) {
bs9.gotoAndStop(2);
safepressed = true;
safebuttonpressed = true;
ss9 = true;
}
}
}
if (safepressed == true) {
if (starzero == true) {
safestars.gotoAndStop(2);
safepressed = false;
}
}
if (safepressed == true) {
if (starone == true) {
safestars.gotoAndStop(3);
safepressed = false;
}
}
if (safepressed == true) {
if (startwo == true) {
safestars.gotoAndStop(4);
safepressed = false;
}
}
if (safepressed == true) {
if (starthree == true) {
safestars.gotoAndStop(5);
safepressed = false;
}
}
};
Frame 3687
Mouse.show();
stop();
safe.gotoAndPlay(2);
countdown = true;
xx = _x;
yy = _y;
shaking = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
};
Frame 3697
Mouse.show();
play();
countdown = false;
sadmonkey.gotoAndPlay(8);
stopAllSounds();
Frame 3712
stop();
Frame 3730
stopAllSounds();
gotoAndStop ("15");
Frame 3757
Mouse.show();
stop();
countdown = true;
busy = false;
treeready = false;
tinsel1ready = false;
tinsel2ready = false;
tinsel3ready = false;
blueballready = false;
yellowballready = false;
redballready = false;
treedone = false;
starready = false;
cordready = false;
corddone = false;
tinsel1done = false;
tinsel2done = false;
tinsel3done = false;
yellowballdone = false;
blueballdone = false;
redballdone = false;
stardone = false;
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
if (pressed == true) {
if (treeready == false) {
if (tree.button.hitTest(_xmouse, _ymouse, true)) {
tree.gotoAndStop(2);
gotoAndStop ("tree");
busy = true;
treeready = true;
}
}
}
if (pressed == true) {
if (treeready == true) {
if (pot.button.hitTest(_xmouse, _ymouse, true)) {
pot.gotoAndStop(2);
gotoAndStop ("06continue");
busy = false;
treedone = true;
}
}
}
if (pressed == true) {
if (treedone == true) {
if (busy == false) {
if (tinsel1.button.hitTest(_xmouse, _ymouse, true)) {
tinsel1.gotoAndStop(2);
gotoAndStop ("tinsel1");
busy = true;
tinsel1ready = true;
}
}
}
}
if (pressed == true) {
if (tinsel1ready == true) {
if (pot.treebutton.hitTest(_xmouse, _ymouse, true)) {
tinsel1.gotoAndStop(3);
gotoAndStop ("06continue");
busy = false;
tinsel1ready = false;
tinsel1done = true;
}
}
}
if (pressed == true) {
if (treedone == true) {
if (busy == false) {
if (tinsel2.button.hitTest(_xmouse, _ymouse, true)) {
tinsel2.gotoAndStop(2);
gotoAndStop ("tinsel2");
busy = true;
tinsel2ready = true;
}
}
}
}
if (pressed == true) {
if (tinsel2ready == true) {
if (pot.treebutton.hitTest(_xmouse, _ymouse, true)) {
tinsel2.gotoAndStop(3);
gotoAndStop ("06continue");
busy = false;
tinsel2ready = false;
tinsel2done = true;
}
}
}
if (pressed == true) {
if (treedone == true) {
if (busy == false) {
if (tinsel3.button.hitTest(_xmouse, _ymouse, true)) {
tinsel3.gotoAndStop(2);
gotoAndStop ("tinsel3");
busy = true;
tinsel3ready = true;
}
}
}
}
if (pressed == true) {
if (tinsel3ready == true) {
if (pot.treebutton.hitTest(_xmouse, _ymouse, true)) {
tinsel3.gotoAndStop(3);
gotoAndStop ("06continue");
busy = false;
tinsel3ready = false;
tinsel3done = true;
}
}
}
if (pressed == true) {
if (treedone == true) {
if (busy == false) {
if (yellowball.button.hitTest(_xmouse, _ymouse, true)) {
yellowball.gotoAndStop(2);
gotoAndStop ("yellowball");
busy = true;
yellowballready = true;
}
}
}
}
if (pressed == true) {
if (yellowballready == true) {
if (pot.treebutton.hitTest(_xmouse, _ymouse, true)) {
yellowball.gotoAndStop(3);
gotoAndStop ("06continue");
busy = false;
yellowballready = false;
yellowballdone = true;
}
}
}
if (pressed == true) {
if (treedone == true) {
if (busy == false) {
if (blueball.button.hitTest(_xmouse, _ymouse, true)) {
blueball.gotoAndStop(2);
gotoAndStop ("blueball");
busy = true;
blueballready = true;
}
}
}
}
if (pressed == true) {
if (blueballready == true) {
if (pot.treebutton.hitTest(_xmouse, _ymouse, true)) {
blueball.gotoAndStop(3);
gotoAndStop ("06continue");
busy = false;
blueballready = false;
blueballdone = true;
}
}
}
if (pressed == true) {
if (treedone == true) {
if (busy == false) {
if (redball.button.hitTest(_xmouse, _ymouse, true)) {
redball.gotoAndStop(2);
gotoAndStop ("redball");
busy = true;
redballready = true;
}
}
}
}
if (pressed == true) {
if (redballready == true) {
if (pot.treebutton.hitTest(_xmouse, _ymouse, true)) {
redball.gotoAndStop(3);
gotoAndStop ("06continue");
busy = false;
redballready = false;
redballdone = true;
}
}
}
if (pressed == true) {
if (treedone == true) {
if (busy == false) {
if (star.button.hitTest(_xmouse, _ymouse, true)) {
star.gotoAndStop(2);
gotoAndStop ("star");
busy = true;
starready = true;
}
}
}
}
if (pressed == true) {
if (starready == true) {
if (pot.treebutton.hitTest(_xmouse, _ymouse, true)) {
star.gotoAndStop(3);
gotoAndStop ("06continue");
busy = false;
starready = false;
stardone = true;
}
}
}
if (pressed == true) {
if (treedone == true) {
if (busy == false) {
if (star.cordbutton.hitTest(_xmouse, _ymouse, true)) {
star.gotoAndStop(4);
cordready = true;
}
}
}
}
if (pressed == true) {
if (cordready == true) {
if (xmasback.button.hitTest(_xmouse, _ymouse, true)) {
star.gotoAndStop(5);
cordready = false;
corddone = true;
}
}
}
if (corddone == true) {
if (tinsel1done == true) {
if (tinsel2done == true) {
if (tinsel3done == true) {
if (yellowballdone == true) {
if (blueballdone == true) {
if (redballdone == true) {
if (stardone == true) {
gotoAndPlay ("completefinish");
star.gotoAndStop(6);
yellowball.gotoAndStop(4);
redball.gotoAndStop(4);
blueball.gotoAndStop(4);
stopAllSounds();
}
}
}
}
}
}
}
}
};
Frame 3760
Mouse.show();
stop();
Frame 3773
startDrag ("_root.cursor", true);
Mouse.hide();
stop();
Frame 3780
startDrag ("_root.cursor", true);
Mouse.hide();
stop();
Frame 3787
startDrag ("_root.cursor", true);
Mouse.hide();
stop();
Frame 3794
startDrag ("_root.cursor", true);
Mouse.hide();
stop();
Frame 3802
startDrag ("_root.cursor", true);
Mouse.hide();
stop();
Frame 3811
startDrag ("_root.cursor", true);
Mouse.hide();
stop();
Frame 3819
startDrag ("_root.cursor", true);
Mouse.hide();
stop();
Frame 3825
startDrag ("_root.cursor", true);
Mouse.hide();
stop();
Frame 3830
play();
sadmonkey.gotoAndStop(11);
countdown = false;
ob1.yellowball.gotoAndStop(4);
ob1.redball.gotoAndStop(4);
ob1.blueball.gotoAndStop(4);
ob2.star.gotoAndStop(6);
ob2.pot.gotoAndStop(2);
ob2.tree.gotoAndStop(2);
ob1.tinsel1.gotoAndStop(4);
ob1.tinsel2.gotoAndStop(4);
ob1.tinsel3.gotoAndStop(4);
onMouseDown = function () {
pressed = true;
};
onMouseUp = function () {
pressed = false;
};
onEnterFrame = function () {
if (timertext > 0) {
if (countdown == true) {
timertext = timertext - 1;
}
} else {
timertext = 0;
countdown = false;
}
if (shaking == true) {
_x = ((xx + 3) - random(5));
_y = ((yy + 3) - random(5));
}
if (shaking == false) {
_x = 0;
_y = 0;
}
};
Frame 4058
countdown = true;
Frame 4059
stop();
countdown = false;
Frame 4169
stopAllSounds();
gotoAndStop ("06");
Symbol 42 Button
on (release) {
getURL ("http://www.pencilkids.com/", "_blank");
}
Symbol 44 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndPlay ("loaded");
}
Symbol 44 MovieClip Frame 2
gotoAndPlay (1);
Symbol 44 MovieClip Frame 40
_root.play();
Symbol 48 MovieClip Frame 1
onEnterFrame = function () {
urlStart = _url.indexOf("://") + 3;
urlEnd = _url.indexOf("/", urlStart);
domain = _url.substring(urlStart, urlEnd);
LastDot = domain.lastIndexOf(".") - 1;
pfixEnd = domain.lastIndexOf(".", LastDot) + 1;
domain = domain.substring(pfixEnd, domain.length);
if ((domain != "") && (domain != "andkon.com")) {
_root._x = 50000;
_root._y = 40000;
}
};
this._visible = false;
Instance of Symbol 51 MovieClip in Symbol 54 MovieClip Frame 1
on (release) {
getURL ("http://www.pencilkids.com/", "_blank");
}
Symbol 940 MovieClip [__Packages.mochi.MochiScores] Frame 0
class mochi.MochiScores
{
static var boardID, onClose, onError;
function MochiScores () {
}
static function setBoardID(boardID) {
mochi.MochiScores.boardID = boardID;
mochi.MochiServices.send("scores_setBoardID", {boardID:boardID});
}
static function showLeaderboard(options) {
if ((options.clip == null) || (options.clip == undefined)) {
options.clip = mochi.MochiServices.clip;
}
if ((options.clip != mochi.MochiServices.__get__clip()) || (mochi.MochiServices.__get__childClip()._target == undefined)) {
mochi.MochiServices.disconnect();
mochi.MochiServices.connect(mochi.MochiServices.__get__id(), options.clip);
}
delete options.clip;
if (options.name != null) {
if (typeof(options.name) == "object") {
if (options.name.text != undefined) {
options.name = options.name.text;
}
}
}
if (options.score != null) {
if (options.score instanceof TextField) {
if (options.score.text != undefined) {
options.score = options.score.text;
}
} else if (options.score instanceof mochi.MochiDigits) {
options.score = options.score.value;
}
var n = Number(options.score);
if (isNaN(n)) {
trace(("ERROR: Submitted score '" + options.score) + "' will be rejected, score is 'Not a Number'");
} else if ((n == Number.NEGATIVE_INFINITY) || (n == Number.POSITIVE_INFINITY)) {
trace(("ERROR: Submitted score '" + options.score) + "' will be rejected, score is an infinite");
} else {
if (Math.floor(n) != n) {
trace(("WARNING: Submitted score '" + options.score) + "' will be truncated");
}
options.score = n;
}
}
if (options.onDisplay != null) {
options.onDisplay();
} else {
mochi.MochiServices.__get__clip().stop();
}
if (options.onClose != null) {
onClose = options.onClose;
} else {
onClose = function () {
mochi.MochiServices.__get__clip().play();
};
}
if (options.onError != null) {
onError = options.onError;
} else {
onError = onClose;
}
if (options.boardID == null) {
if (boardID != null) {
options.boardID = boardID;
}
}
mochi.MochiServices.send("scores_showLeaderboard", {options:options}, null, doClose);
}
static function closeLeaderboard() {
mochi.MochiServices.send("scores_closeLeaderboard");
}
static function getPlayerInfo(callbackObj, callbackMethod) {
mochi.MochiServices.send("scores_getPlayerInfo", null, callbackObj, callbackMethod);
}
static function submit(score, name, callbackObj, callbackMethod) {
score = Number(score);
if (isNaN(score)) {
trace(("ERROR: Submitted score '" + String(score)) + "' will be rejected, score is 'Not a Number'");
} else if ((score == Number.NEGATIVE_INFINITY) || (score == Number.POSITIVE_INFINITY)) {
trace(("ERROR: Submitted score '" + String(score)) + "' will be rejected, score is an infinite");
} else {
if (Math.floor(score) != score) {
trace(("WARNING: Submitted score '" + String(score)) + "' will be truncated");
}
score = Number(score);
}
mochi.MochiServices.send("scores_submit", {score:score, name:name}, callbackObj, callbackMethod);
}
static function requestList(callbackObj, callbackMethod) {
mochi.MochiServices.send("scores_requestList", null, callbackObj, callbackMethod);
}
static function scoresArrayToObjects(scores) {
var so = {};
var i;
var j;
var o;
var row_obj;
for (var item in scores) {
if (typeof(scores[item]) == "object") {
if ((scores[item].cols != null) && (scores[item].rows != null)) {
so[item] = [];
o = scores[item];
j = 0;
while (j < o.rows.length) {
row_obj = {};
i = 0;
while (i < o.cols.length) {
row_obj[o.cols[i]] = o.rows[j][i];
i++;
}
so[item].push(row_obj);
j++;
}
} else {
so[item] = {};
for (var param in scores[item]) {
so[item][param] = scores[item][param];
}
}
} else {
so[item] = scores[item];
}
}
return(so);
}
static function doClose(args) {
if (args.error == true) {
if (args.errorCode == undefined) {
args.errorCode = "IOError";
}
onError.apply(null, [args.errorCode]);
} else {
onClose.apply();
}
}
}
Symbol 941 MovieClip [__Packages.mochi.MochiServices] Frame 0
class mochi.MochiServices
{
static var _id, _container, _clip, _sendChannelName, __get__comChannelName, onError, _listenChannel, _loader, _loaderListener, _sendChannel;
function MochiServices () {
}
static function get id() {
return(_id);
}
static function get clip() {
return(_container);
}
static function get childClip() {
return(_clip);
}
static function getVersion() {
return("1.43");
}
static function allowDomains(server) {
var hostname = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(hostname);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(hostname);
}
}
return(hostname);
}
static function get isNetworkAvailable() {
if (System.security) {
var o = System.security;
if (o.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function set comChannelName(val) {
if (val != undefined) {
if (val.length > 3) {
_sendChannelName = val + "_fromgame";
initComChannels();
}
}
//return(__get__comChannelName());
}
static function get connected() {
return(_connected);
}
static function connect(id, clip, onError) {
if ((!_connected) && (_clip == undefined)) {
trace("MochiServices Connecting...");
_connecting = true;
init(id, clip);
}
if (onError != undefined) {
mochi.MochiServices.onError = onError;
} else if (mochi.MochiServices.onError == undefined) {
mochi.MochiServices.onError = function (errorCode) {
trace(errorCode);
};
}
}
static function disconnect() {
if (_connected || (_connecting)) {
_connecting = (_connected = false);
flush(true);
if (_clip != undefined) {
_clip.removeMovieClip();
delete _clip;
}
_listenChannel.close();
}
}
static function init(id, clip) {
_id = id;
if (clip != undefined) {
_container = clip;
} else {
_container = _root;
}
loadCommunicator(id, _container);
}
static function loadCommunicator(id, clip) {
var clipname = ("_mochiservices_com_" + id);
if (_clip != null) {
return(_clip);
}
if (!isNetworkAvailable) {
return(null);
}
if (urlOptions().servicesURL != undefined) {
_servicesURL = urlOptions().servicesURL;
}
allowDomains(_servicesURL);
_clip = clip.createEmptyMovieClip(clipname, 10336, false);
_listenChannelName = _listenChannelName + ((Math.floor(new Date().getTime()) + "_") + Math.floor(Math.random() * 99999));
_loader = new MovieClipLoader();
if (_loaderListener.waitInterval != null) {
clearInterval(_loaderListener.waitInterval);
}
_loaderListener = {};
_loaderListener.onLoadError = function (target_mc, errorCode, httpStatus) {
trace("MochiServices could not load.");
mochi.MochiServices.disconnect();
mochi.MochiServices.onError.apply(null, [errorCode]);
};
_loaderListener.onLoadStart = function (target_mc) {
this.isLoading = true;
};
_loaderListener.startTime = getTimer();
_loaderListener.wait = function () {
if ((getTimer() - this.startTime) > 10000) {
if (!this.isLoading) {
mochi.MochiServices.disconnect();
mochi.MochiServices.onError.apply(null, ["IOError"]);
}
clearInterval(this.waitInterval);
}
};
_loaderListener.waitInterval = setInterval(_loaderListener, "wait", 1000);
_loader.addListener(_loaderListener);
_loader.loadClip((((_servicesURL + "?listenLC=") + _listenChannelName) + "&mochiad_options=") + escape(_root.mochiad_options), _clip);
_sendChannel = new LocalConnection();
_sendChannel._queue = [];
listen();
return(_clip);
}
static function onStatus(infoObject) {
if (!(infoObject.level === "error")) {
} else {
_connected = false;
_listenChannel.connect(_listenChannelName);
}
}
static function listen() {
_listenChannel = new LocalConnection();
_listenChannel.handshake = function (args) {
mochi.MochiServices.__set__comChannelName(args.newChannel);
};
_listenChannel.allowDomain = function (d) {
return(true);
};
_listenChannel.allowInsecureDomain = _listenChannel.allowDomain;
_listenChannel._nextcallbackID = 0;
_listenChannel._callbacks = {};
_listenChannel.connect(_listenChannelName);
trace("Waiting for MochiAds services to connect...");
}
static function initComChannels() {
if (!_connected) {
_sendChannel.onStatus = function (infoObject) {
mochi.MochiServices.onStatus(infoObject);
};
_sendChannel.send(_sendChannelName, "onReceive", {methodName:"handshakeDone"});
_sendChannel.send(_sendChannelName, "onReceive", {methodName:"registerGame", id:_id, clip:_clip, version:getVersion()});
_listenChannel.onStatus = function (infoObject) {
mochi.MochiServices.onStatus(infoObject);
};
_listenChannel.onReceive = function (pkg) {
var cb = pkg.callbackID;
var cblst = this._callbacks[cb];
if (!cblst) {
return(undefined);
}
var method = cblst.callbackMethod;
var obj = cblst.callbackObject;
if (obj && (typeof(method) == "string")) {
method = obj[method];
}
if (method != undefined) {
method.apply(obj, pkg.args);
}
delete this._callbacks[cb];
};
_listenChannel.onError = function () {
mochi.MochiServices.onError.apply(null, ["IOError"]);
};
trace("connected!");
_connecting = false;
_connected = true;
while (_sendChannel._queue.length > 0) {
_sendChannel.send(_sendChannelName, "onReceive", _sendChannel._queue.shift());
}
}
}
static function flush(error) {
var request;
var callback;
while (_sendChannel._queue.length > 0) {
request = _sendChannel._queue.shift();
delete callback;
if (request.callbackID != null) {
callback = _listenChannel._callbacks[request.callbackID];
}
delete _listenChannel._callbacks[request.callbackID];
if (error) {
handleError(request.args, callback.callbackObject, callback.callbackMethod);
}
}
}
static function handleError(args, callbackObject, callbackMethod) {
if (args != null) {
if (args.onError != null) {
args.onError.apply(null, ["NotConnected"]);
}
if ((args.options != null) && (args.options.onError != null)) {
args.options.onError.apply(null, ["NotConnected"]);
}
}
if (callbackMethod != null) {
args = {};
args.error = true;
args.errorCode = "NotConnected";
if ((callbackObject != null) && (typeof(callbackMethod) == "string")) {
callbackObject[callbackMethod](args);
} else if (callbackMethod != null) {
callbackMethod.apply(args);
}
}
}
static function send(methodName, args, callbackObject, callbackMethod) {
if (_connected) {
_sendChannel.send(_sendChannelName, "onReceive", {methodName:methodName, args:args, callbackID:_listenChannel._nextcallbackID});
} else {
if ((_clip == undefined) || (!_connecting)) {
onError.apply(null, ["NotConnected"]);
handleError(args, callbackObject, callbackMethod);
flush(true);
return(undefined);
}
_sendChannel._queue.push({methodName:methodName, args:args, callbackID:_listenChannel._nextcallbackID});
}
_listenChannel._callbacks[_listenChannel._nextcallbackID] = {callbackObject:callbackObject, callbackMethod:callbackMethod};
_listenChannel._nextcallbackID++;
}
static function urlOptions() {
var opts = {};
if (_root.mochiad_options) {
var pairs = _root.mochiad_options.split("&");
var i = 0;
while (i < pairs.length) {
var kv = pairs[i].split("=");
opts[unescape(kv[0])] = unescape(kv[1]);
i++;
}
}
return(opts);
}
static function addLinkEvent(url, burl, btn, onClick) {
var timeout = 1500;
var t0 = getTimer();
var vars = new Object();
vars.mav = getVersion();
vars.swfv = btn.getSWFVersion() || 6;
vars.swfurl = btn._url;
vars.fv = System.capabilities.version;
vars.os = System.capabilities.os;
vars.lang = System.capabilities.language;
vars.scres = (System.capabilities.screenResolutionX + "x") + System.capabilities.screenResolutionY;
var s = "?";
var i = 0;
for (var x in vars) {
if (i != 0) {
s = s + "&";
}
i++;
s = ((s + x) + "=") + escape(vars[x]);
}
if (!(netupAttempted || (_connected))) {
var ping = btn.createEmptyMovieClip("ping", 777);
var nettest = btn.createEmptyMovieClip("nettest", 778);
netupAttempted = true;
ping.loadMovie("http://x.mochiads.com/linkping.swf?t=" + getTimer());
nettest.onEnterFrame = function () {
if ((ping._totalframes > 0) && (ping._totalframes == ping._framesloaded)) {
delete this.onEnterFrame;
} else if ((getTimer() - t0) > timeout) {
delete this.onEnterFrame;
mochi.MochiServices.netup = false;
}
};
}
var clk = btn.createEmptyMovieClip("clk", 1001);
clk._alpha = 0;
clk.beginFill(1044735);
clk.moveTo(0, 0);
clk.lineTo(0, btn._height);
clk.lineTo(btn._width, btn._height);
clk.lineTo(btn._width, 0);
clk.lineTo(0, 0);
clk.endFill();
clk.onRelease = function () {
if (mochi.MochiServices.netup) {
getURL (url + s, "_blank");
} else {
getURL (burl, "_blank");
}
if (onClick != undefined) {
onClick();
}
};
}
static var _servicesURL = "http://www.mochiads.com/static/lib/services/services.swf";
static var _listenChannelName = "__ms_";
static var _connecting = false;
static var _connected = false;
static var netup = true;
static var netupAttempted = false;
}
Symbol 942 MovieClip [__Packages.mochi.MochiDigits] Frame 0
class mochi.MochiDigits
{
var Encoder, Fragment, Sibling;
function MochiDigits (digit, index) {
Encoder = 0;
setValue(digit, index);
}
function get value() {
return(Number(toString()));
}
function set value(v) {
setValue(v);
//return(value);
}
function addValue(v) {
value = value + v;
}
function setValue(digit, index) {
var s = digit.toString();
if ((index == undefined) || (isNaN(index))) {
index = 0;
}
Fragment = s.charCodeAt(index++) ^ Encoder;
if (index < s.length) {
Sibling = new mochi.MochiDigits(digit, index);
} else {
Sibling = null;
}
reencode();
}
function reencode() {
var newEncode = int(2147483647 * Math.random());
Fragment = Fragment ^ (newEncode ^ Encoder);
Encoder = newEncode;
}
function toString() {
var s = String.fromCharCode(Fragment ^ Encoder);
return(((Sibling != null) ? (s.concat(Sibling.toString())) : (s)));
}
}
Symbol 59 Button
on (release) {
gotoAndStop ("armor");
}
Symbol 66 MovieClip Frame 100
_parent.gotoAndPlay("splash");
Symbol 67 Button
on (release) {
gotoAndStop ("01restart");
}
Symbol 107 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 2
play();
_parent._parent.coconutcut = true;
Symbol 107 MovieClip Frame 50
stop();
_parent._parent.coconut = true;
Symbol 107 MovieClip Frame 52
play();
Symbol 107 MovieClip Frame 102
_parent._parent.gotoAndStop("01finish");
stop();
stopAllSounds();
Symbol 110 MovieClip Frame 1
stop();
Symbol 110 MovieClip Frame 2
play();
Symbol 110 MovieClip Frame 18
gotoAndStop (1);
Symbol 131 MovieClip Frame 93
gotoAndPlay ("return");
Symbol 138 MovieClip Frame 87
gotoAndPlay ("return");
Symbol 141 MovieClip Frame 74
gotoAndPlay ("return");
Symbol 142 MovieClip Frame 82
gotoAndPlay ("return");
Symbol 143 MovieClip Frame 103
gotoAndPlay ("return");
Symbol 144 MovieClip Frame 1
play();
Symbol 144 MovieClip Frame 77
gotoAndPlay ("return");
Symbol 145 MovieClip Frame 81
gotoAndPlay ("return");
Symbol 146 MovieClip Frame 78
gotoAndPlay ("return");
Symbol 147 MovieClip Frame 82
gotoAndPlay ("return");
Symbol 148 MovieClip Frame 73
gotoAndPlay ("return");
Symbol 149 MovieClip Frame 1
stop();
Symbol 149 MovieClip Frame 2
stop();
Symbol 149 MovieClip Frame 3
stop();
Symbol 149 MovieClip Frame 4
stop();
Symbol 149 MovieClip Frame 5
stop();
Symbol 149 MovieClip Frame 6
stop();
Symbol 149 MovieClip Frame 7
stop();
Symbol 149 MovieClip Frame 8
stop();
Symbol 149 MovieClip Frame 9
stop();
Symbol 149 MovieClip Frame 10
stop();
Symbol 149 MovieClip Frame 11
stop();
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 2
play();
_parent._parent.coconutcut = true;
Symbol 151 MovieClip Frame 50
stop();
_parent._parent.coconut = true;
Symbol 151 MovieClip Frame 52
play();
Symbol 151 MovieClip Frame 102
_parent._parent.gotoAndStop("01finish");
stop();
stopAllSounds();
Symbol 165 Button
on (release) {
if (quality == "HIGH") {
_quality = "LOW";
quality = "LOW";
quality01.gotoAndStop("low");
} else if (quality == "LOW") {
_quality = "MEDIUM";
quality = "MEDIUM";
quality01.gotoAndStop("medium");
} else {
_quality = "HIGH";
quality = "HIGH";
quality01.gotoAndStop("high");
}
}
Symbol 171 Button
on (release) {
getURL ("http://www.pencilkids.com/walkthroughs/", "_blank");
}
Symbol 174 MovieClip Frame 1
stop();
Symbol 174 MovieClip Frame 7
stop();
Symbol 174 MovieClip Frame 13
stop();
Symbol 177 Button
on (release) {
gotoAndStop ("01restart");
}
Symbol 184 Button
on (release) {
stopAllSounds();
gotoAndStop ("02");
}
Symbol 212 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 2
play();
Symbol 212 MovieClip Frame 20
stop();
_parent.gotoAndStop("matchboxopen");
Symbol 231 MovieClip Frame 1
stop();
Symbol 231 MovieClip Frame 2
play();
Symbol 231 MovieClip Frame 95
stop();
_parent.gotoAndStop("finish02");
stopAllSounds();
Symbol 236 Button
on (release) {
gotoAndStop ("02restart");
}
Symbol 263 MovieClip Frame 21
stop();
Symbol 264 MovieClip Frame 25
stop();
Symbol 265 Button
on (release) {
stopAllSounds();
gotoAndStop ("03");
}
Symbol 273 MovieClip Frame 1
stop();
Symbol 273 MovieClip Frame 2
play();
Symbol 273 MovieClip Frame 15
stop();
Symbol 275 MovieClip Frame 1
if (_parent.duck01 == true) {
duck01.gotoAndStop(15);
}
if (_parent.duck02 == true) {
duck02.gotoAndStop(15);
}
if (_parent.duck03 == true) {
duck03.gotoAndStop(15);
}
if (_parent.duck04 == true) {
duck04.gotoAndStop(15);
}
Symbol 275 MovieClip Frame 7
if (_parent.duck01 == true) {
duck01.gotoAndStop(15);
}
if (_parent.duck02 == true) {
duck02.gotoAndStop(15);
}
if (_parent.duck03 == true) {
duck03.gotoAndStop(15);
}
if (_parent.duck04 == true) {
duck04.gotoAndStop(15);
}
Symbol 275 MovieClip Frame 43
if (_parent.duck01 == true) {
duck01.gotoAndStop(15);
}
if (_parent.duck02 == true) {
duck02.gotoAndStop(15);
}
if (_parent.duck03 == true) {
duck03.gotoAndStop(15);
}
if (_parent.duck04 == true) {
duck04.gotoAndStop(15);
}
Symbol 275 MovieClip Frame 47
if (_parent.duck01 == true) {
duck01.gotoAndStop(15);
}
if (_parent.duck02 == true) {
duck02.gotoAndStop(15);
}
if (_parent.duck03 == true) {
duck03.gotoAndStop(15);
}
if (_parent.duck04 == true) {
duck04.gotoAndStop(15);
}
Symbol 284 Button
on (release) {
gotoAndStop ("03restart");
}
Symbol 290 MovieClip Frame 1
stop();
Symbol 290 MovieClip Frame 2
_parent.busy = true;
_parent.shaking = true;
play();
Symbol 290 MovieClip Frame 10
_parent.shaking = false;
_parent.busy = true;
Symbol 290 MovieClip Frame 18
_parent.busy = true;
play();
Symbol 290 MovieClip Frame 41
gotoAndStop (1);
_parent.busy = false;
Symbol 299 Button
on (release) {
stopAllSounds();
gotoAndStop ("04");
}
Symbol 315 MovieClip Frame 1
play();
Symbol 315 MovieClip Frame 20
stop();
Symbol 323 Button
on (release) {
gotoAndStop ("04restart");
}
Symbol 343 MovieClip Frame 1
play();
Symbol 344 MovieClip Frame 2
_parent.shaking = true;
Symbol 344 MovieClip Frame 11
stop();
_parent.shaking = false;
Symbol 351 MovieClip Frame 2
_parent.shaking = true;
Symbol 351 MovieClip Frame 11
stop();
_parent.shaking = false;
Symbol 352 Button
on (release) {
stopAllSounds();
gotoAndStop ("05");
}
Symbol 377 MovieClip Frame 50
stop();
Symbol 382 MovieClip Frame 1
stop();
stop();
Symbol 382 MovieClip Frame 6
stop();
stop();
tvstatic.gotoAndPlay(1);
Symbol 382 MovieClip Frame 21
stop();
tvstatic.gotoAndPlay(1);
Symbol 382 MovieClip Frame 30
stop();
tvstatic.gotoAndPlay(1);
Symbol 382 MovieClip Frame 39
stop();
tvstatic.gotoAndPlay(1);
Symbol 382 MovieClip Frame 47
stop();
tvstatic.gotoAndPlay(1);
Symbol 382 MovieClip Frame 55
stop();
tvstatic.gotoAndPlay(1);
Symbol 382 MovieClip Frame 63
stop();
tvstatic.gotoAndPlay(1);
Symbol 388 Button
on (release) {
gotoAndStop ("05restart");
}
Symbol 394 MovieClip Frame 1
stop();
Symbol 394 MovieClip Frame 2
play();
Symbol 399 MovieClip Frame 1
stop();
Symbol 399 MovieClip Frame 2
play();
Symbol 404 MovieClip Frame 1
stop();
Symbol 404 MovieClip Frame 2
play();
Symbol 409 Button
on (release) {
stopAllSounds();
gotoAndStop ("07");
}
Symbol 421 MovieClip Frame 1
stop();
Symbol 421 MovieClip Frame 2
stop();
Symbol 423 MovieClip Frame 1
stop();
Symbol 423 MovieClip Frame 2
stop();
Symbol 425 MovieClip Frame 1
stop();
Symbol 425 MovieClip Frame 2
stop();
Symbol 426 MovieClip Frame 1
stop();
_parent.busy = false;
_parent.armzero = true;
_parent.armone = false;
_parent.armtwo = false;
_parent.armthree = false;
Symbol 426 MovieClip Frame 2
play();
_parent.armzero = false;
Symbol 426 MovieClip Frame 30
stop();
_parent.armone = true;
_parent.busy = false;
Symbol 426 MovieClip Frame 50
play();
Symbol 426 MovieClip Frame 74
bear.gotoAndPlay(2);
Symbol 426 MovieClip Frame 128
_parent.bear = true;
Symbol 426 MovieClip Frame 129
_parent.machinelid.gotoAndPlay(2);
Symbol 426 MovieClip Frame 133
gotoAndStop ("armrest");
_parent.gotoAndStop("07continue");
Symbol 426 MovieClip Frame 173
play();
_parent.armzero = false;
Symbol 426 MovieClip Frame 196
stop();
_parent.armone = false;
_parent.armtwo = true;
_parent.busy = false;
Symbol 426 MovieClip Frame 225
play();
Symbol 426 MovieClip Frame 249
rabbit.gotoAndStop(2);
Symbol 426 MovieClip Frame 319
_parent.rabbit = true;
Symbol 426 MovieClip Frame 320
_parent.machinelid.gotoAndPlay(2);
Symbol 426 MovieClip Frame 324
gotoAndStop ("armrest");
_parent.gotoAndStop("07continue");
Symbol 426 MovieClip Frame 373
play();
_parent.armzero = false;
_parent.armtwo = false;
Symbol 426 MovieClip Frame 391
stop();
_parent.armthree = true;
_parent.busy = false;
Symbol 426 MovieClip Frame 431
play();
Symbol 426 MovieClip Frame 455
monkey.gotoAndStop(2);
Symbol 426 MovieClip Frame 552
_parent.monkey = true;
Symbol 426 MovieClip Frame 553
_parent.machinelid.gotoAndPlay(2);
Symbol 426 MovieClip Frame 557
gotoAndStop ("armrest");
_parent.gotoAndStop("07continue");
Symbol 426 MovieClip Frame 566
stop();
_parent.busy = false;
_parent.armzero = true;
_parent.armone = false;
_parent.armtwo = false;
_parent.armthree = false;
Symbol 429 MovieClip Frame 1
stop();
Symbol 429 MovieClip Frame 2
play();
Symbol 429 MovieClip Frame 59
play();
Symbol 429 MovieClip Frame 60
stop();
_parent._parent.rabbitdone = true;
Symbol 430 MovieClip Frame 1
stop();
Symbol 430 MovieClip Frame 2
play();
Symbol 430 MovieClip Frame 52
stop();
_parent._parent.beardone = true;
Symbol 431 MovieClip Frame 1
stop();
Symbol 431 MovieClip Frame 2
play();
Symbol 431 MovieClip Frame 25
stop();
_parent._parent.monkeydone = true;
Symbol 434 MovieClip Frame 1
stop();
Symbol 434 MovieClip Frame 2
play();
if (_parent.bear == true) {
if (_parent.beardone == false) {
bear.gotoAndPlay(2);
}
}
if (_parent.monkey == true) {
if (_parent.monkeydone == false) {
monkey.gotoAndPlay(2);
}
}
if (_parent.rabbit == true) {
if (_parent.rabbitdone == false) {
rabbit.gotoAndPlay(2);
}
}
Symbol 445 MovieClip Frame 1
stop();
Instance of Symbol 443 MovieClip "button" in Symbol 445 MovieClip Frame 1
on (press) {
}
Symbol 445 MovieClip Frame 2
play();
Symbol 451 MovieClip Frame 1
stop();
Symbol 451 MovieClip Frame 2
play();
Symbol 453 Button
on (release) {
gotoAndStop ("07restart");
}
Symbol 461 Button
on (release) {
stopAllSounds();
gotoAndStop ("08");
}
Symbol 469 MovieClip Frame 1
stop();
Symbol 469 MovieClip Frame 2
play();
Symbol 469 MovieClip Frame 39
_parent.gotoAndPlay("fire");
Symbol 491 MovieClip Frame 18
stop();
Symbol 493 MovieClip Frame 1
stop();
Instance of Symbol 469 MovieClip "knot" in Symbol 493 MovieClip Frame 1
on (press) {
}
Symbol 493 MovieClip Frame 2
play();
Symbol 493 MovieClip Frame 20
gotoAndStop (1);
_parent._parent.cannonball = false;
Symbol 493 MovieClip Frame 44
play();
_parent._parent.shaking = true;
Symbol 493 MovieClip Frame 53
stop();
_parent._parent.shaking = false;
Symbol 495 MovieClip Frame 1
stop();
_parent.cannonlow = true;
Instance of Symbol 493 MovieClip "cannon" in Symbol 495 MovieClip Frame 1
on (press) {
}
Symbol 495 MovieClip Frame 15
play();
Symbol 495 MovieClip Frame 35
stop();
_parent.cannonmed = true;
Symbol 495 MovieClip Frame 43
play();
Symbol 495 MovieClip Frame 61
stop();
_parent.cannonhigh = true;
Symbol 495 MovieClip Frame 72
play();
Symbol 495 MovieClip Frame 92
gotoAndStop (1);
_parent.cannonlow = true;
Symbol 498 MovieClip Frame 1
stop();
Instance of Symbol 497 MovieClip "stick" in Symbol 498 MovieClip Frame 1
on (press) {
}
Symbol 498 MovieClip Frame 2
stop();
Instance of Symbol 503 MovieClip in Symbol 504 MovieClip Frame 1
on (press) {
}
Symbol 506 Button
on (release) {
gotoAndStop ("08restart");
}
Instance of Symbol 497 MovieClip "stick" in Symbol 508 MovieClip Frame 1
on (press) {
}
Symbol 509 Button
on (release) {
stopAllSounds();
gotoAndStop ("09");
}
Symbol 534 MovieClip Frame 1
stop();
Instance of Symbol 532 MovieClip "mush" in Symbol 534 MovieClip Frame 1
on (press) {
}
Symbol 534 MovieClip Frame 2
play();
Symbol 534 MovieClip Frame 18
stop();
Symbol 548 Button
on (release) {
gotoAndStop ("09restart");
}
Instance of Symbol 532 MovieClip in Symbol 552 MovieClip Frame 1
on (press) {
}
Instance of Symbol 532 MovieClip in Symbol 552 MovieClip Frame 1
on (press) {
}
Instance of Symbol 532 MovieClip in Symbol 552 MovieClip Frame 1
on (press) {
}
Instance of Symbol 532 MovieClip in Symbol 552 MovieClip Frame 1
on (press) {
}
Instance of Symbol 532 MovieClip in Symbol 552 MovieClip Frame 1
on (press) {
}
Instance of Symbol 532 MovieClip in Symbol 552 MovieClip Frame 1
on (press) {
}
Instance of Symbol 532 MovieClip in Symbol 552 MovieClip Frame 1
on (press) {
}
Symbol 553 Button
on (release) {
stopAllSounds();
gotoAndStop ("10");
}
Symbol 559 MovieClip Frame 1
stop();
_parent.p01a = true;
_parent.p01b = false;
_parent.p01c = false;
_parent.p01d = false;
_parent.busy = false;
Instance of Symbol 557 MovieClip in Symbol 559 MovieClip Frame 1
on (press) {
}
Symbol 559 MovieClip Frame 2
play();
Symbol 559 MovieClip Frame 10
stop();
_parent.p01a = false;
_parent.p01b = true;
_parent.p01c = false;
_parent.p01d = false;
_parent.busy = false;
Symbol 559 MovieClip Frame 11
play();
Symbol 559 MovieClip Frame 20
stop();
_parent.p01a = false;
_parent.p01b = false;
_parent.p01c = true;
_parent.p01d = false;
_parent.busy = false;
Symbol 559 MovieClip Frame 21
play();
Symbol 559 MovieClip Frame 30
stop();
_parent.p01a = false;
_parent.p01b = false;
_parent.p01c = false;
_parent.p01d = true;
_parent.busy = false;
Symbol 559 MovieClip Frame 31
play();
Symbol 562 MovieClip Frame 1
stop();
_parent.p02a = true;
_parent.p02b = false;
_parent.p02c = false;
_parent.p02d = false;
_parent.busy = false;
Instance of Symbol 561 MovieClip in Symbol 562 MovieClip Frame 1
on (press) {
}
Symbol 562 MovieClip Frame 2
play();
Symbol 562 MovieClip Frame 10
stop();
_parent.p02a = false;
_parent.p02b = true;
_parent.p02c = false;
_parent.p02d = false;
_parent.busy = false;
Symbol 562 MovieClip Frame 11
play();
Symbol 562 MovieClip Frame 20
stop();
_parent.p02a = false;
_parent.p02b = false;
_parent.p02c = true;
_parent.p02d = false;
_parent.busy = false;
Symbol 562 MovieClip Frame 21
play();
Symbol 562 MovieClip Frame 30
stop();
_parent.p02a = false;
_parent.p02b = false;
_parent.p02c = false;
_parent.p02d = true;
_parent.busy = false;
Symbol 562 MovieClip Frame 31
play();
Symbol 565 MovieClip Frame 1
stop();
_parent.p03a = true;
_parent.p03b = false;
_parent.p03c = false;
_parent.p03d = false;
_parent.busy = false;
Instance of Symbol 564 MovieClip in Symbol 565 MovieClip Frame 1
on (press) {
}
Symbol 565 MovieClip Frame 2
play();
Symbol 565 MovieClip Frame 10
stop();
_parent.p03a = false;
_parent.p03b = true;
_parent.p03c = false;
_parent.p03d = false;
_parent.busy = false;
Instance of Symbol 564 MovieClip in Symbol 565 MovieClip Frame 10
on (press) {
}
Symbol 565 MovieClip Frame 11
play();
Symbol 565 MovieClip Frame 20
stop();
_parent.p03a = false;
_parent.p03b = false;
_parent.p03c = true;
_parent.p03d = false;
_parent.busy = false;
Symbol 565 MovieClip Frame 21
play();
Symbol 565 MovieClip Frame 30
stop();
_parent.p03a = false;
_parent.p03b = false;
_parent.p03c = false;
_parent.p03d = true;
_parent.busy = false;
Symbol 565 MovieClip Frame 31
play();
Symbol 568 MovieClip Frame 1
stop();
_parent.p04a = true;
_parent.p04b = false;
_parent.p04c = false;
_parent.p04d = false;
_parent.busy = false;
Instance of Symbol 567 MovieClip in Symbol 568 MovieClip Frame 1
on (press) {
}
Symbol 568 MovieClip Frame 2
play();
Symbol 568 MovieClip Frame 10
stop();
_parent.p04a = false;
_parent.p04b = true;
_parent.p04c = false;
_parent.p04d = false;
_parent.busy = false;
Symbol 568 MovieClip Frame 11
play();
Symbol 568 MovieClip Frame 20
stop();
_parent.p04a = false;
_parent.p04b = false;
_parent.p04c = true;
_parent.p04d = false;
_parent.busy = false;
Symbol 568 MovieClip Frame 21
play();
Symbol 568 MovieClip Frame 30
stop();
_parent.p04a = false;
_parent.p04b = false;
_parent.p04c = false;
_parent.p04d = true;
_parent.busy = false;
Symbol 568 MovieClip Frame 31
play();
Symbol 572 Button
on (release) {
gotoAndStop ("10restart");
}
Symbol 574 Button
on (release) {
stopAllSounds();
gotoAndStop ("11");
}
Symbol 584 MovieClip Frame 1
stop();
Instance of Symbol 581 MovieClip in Symbol 584 MovieClip Frame 1
on (press) {
}
Symbol 584 MovieClip Frame 2
stop();
Instance of Symbol 583 MovieClip in Symbol 584 MovieClip Frame 2
on (press) {
}
Symbol 593 MovieClip Frame 1
stop();
Instance of Symbol 586 MovieClip in Symbol 593 MovieClip Frame 1
on (press) {
}
Symbol 593 MovieClip Frame 2
stop();
Instance of Symbol 591 MovieClip in Symbol 593 MovieClip Frame 2
on (press) {
}
Symbol 593 MovieClip Frame 3
play();
Symbol 593 MovieClip Frame 23
stop();
Symbol 598 MovieClip Frame 1
stop();
Instance of Symbol 595 MovieClip in Symbol 598 MovieClip Frame 1
on (press) {
}
Symbol 598 MovieClip Frame 2
stop();
Instance of Symbol 597 MovieClip in Symbol 598 MovieClip Frame 2
on (press) {
}
Symbol 603 MovieClip Frame 1
stop();
Instance of Symbol 600 MovieClip in Symbol 603 MovieClip Frame 1
on (press) {
}
Symbol 603 MovieClip Frame 2
stop();
Instance of Symbol 602 MovieClip in Symbol 603 MovieClip Frame 2
on (press) {
}
Symbol 611 MovieClip Frame 1
stop();
Symbol 611 MovieClip Frame 2
play();
Symbol 611 MovieClip Frame 130
stop();
Symbol 612 MovieClip Frame 1
stop();
Symbol 614 MovieClip Frame 1
stop();
Symbol 622 MovieClip Frame 1
stop();
Instance of Symbol 618 MovieClip "button" in Symbol 622 MovieClip Frame 1
on (press) {
}
Symbol 622 MovieClip Frame 2
play();
Instance of Symbol 618 MovieClip in Symbol 622 MovieClip Frame 2
/* no clip actions */
Symbol 622 MovieClip Frame 35
stop();
_parent.gotoAndPlay("ballgo");
Symbol 632 MovieClip Frame 1
stop();
Instance of Symbol 624 MovieClip in Symbol 632 MovieClip Frame 1
on (press) {
}
Symbol 632 MovieClip Frame 2
stop();
Instance of Symbol 629 MovieClip in Symbol 632 MovieClip Frame 2
on (press) {
}
Symbol 632 MovieClip Frame 3
play();
Symbol 632 MovieClip Frame 20
stop();
Symbol 637 MovieClip Frame 1
stop();
Instance of Symbol 634 MovieClip in Symbol 637 MovieClip Frame 1
on (press) {
}
Symbol 637 MovieClip Frame 2
stop();
Instance of Symbol 636 MovieClip in Symbol 637 MovieClip Frame 2
on (press) {
}
Symbol 642 MovieClip Frame 1
stop();
Instance of Symbol 639 MovieClip in Symbol 642 MovieClip Frame 1
on (press) {
}
Symbol 642 MovieClip Frame 2
stop();
Instance of Symbol 641 MovieClip in Symbol 642 MovieClip Frame 2
on (press) {
}
Symbol 644 Button
on (release) {
gotoAndStop ("11restart");
}
Symbol 661 Button
on (release) {
stopAllSounds();
gotoAndStop ("12");
}
Symbol 667 MovieClip Frame 1
stop();
Symbol 672 MovieClip Frame 1
stop();
Symbol 672 MovieClip Frame 2
stop();
Symbol 675 MovieClip Frame 1
stop();
Symbol 675 MovieClip Frame 2
stop();
Symbol 678 MovieClip Frame 1
stop();
Symbol 678 MovieClip Frame 2
play();
Symbol 678 MovieClip Frame 50
_parent.gotoAndPlay("12finish");
stop();
Symbol 683 MovieClip Frame 1
stop();
Instance of Symbol 680 MovieClip in Symbol 683 MovieClip Frame 1
on (press) {
}
Symbol 683 MovieClip Frame 2
stop();
Symbol 687 MovieClip Frame 1
stop();
Instance of Symbol 685 MovieClip in Symbol 687 MovieClip Frame 1
on (press) {
}
Symbol 687 MovieClip Frame 2
stop();
Symbol 690 MovieClip Frame 1
stop();
Instance of Symbol 685 MovieClip in Symbol 690 MovieClip Frame 1
on (press) {
}
Symbol 690 MovieClip Frame 2
stop();
Symbol 693 MovieClip Frame 1
stop();
Instance of Symbol 685 MovieClip in Symbol 693 MovieClip Frame 1
on (press) {
}
Symbol 693 MovieClip Frame 2
stop();
Symbol 695 Button
on (release) {
gotoAndStop ("12restart");
}
Symbol 697 Button
on (release) {
stopAllSounds();
gotoAndStop ("13");
}
Symbol 730 MovieClip Frame 40
stop();
Symbol 732 MovieClip Frame 1
stop();
Symbol 732 MovieClip Frame 2
play();
Symbol 732 MovieClip Frame 23
gotoAndStop (1);
Symbol 732 MovieClip Frame 31
play();
Symbol 732 MovieClip Frame 38
stop();
Symbol 735 MovieClip Frame 1
stop();
stop();
Instance of Symbol 734 MovieClip "button" in Symbol 735 MovieClip Frame 1
on (press) {
}
Symbol 735 MovieClip Frame 2
stop();
stop();
Symbol 737 Button
on (release) {
gotoAndStop ("13restart");
}
Symbol 741 MovieClip Frame 1
stop();
_parent.busy = false;
Symbol 741 MovieClip Frame 2
_parent.busy = true;
play();
Symbol 742 Button
on (release) {
stopAllSounds();
gotoAndStop ("14");
}
Symbol 758 MovieClip Frame 1
stop();
Symbol 758 MovieClip Frame 2
stop();
Symbol 758 MovieClip Frame 3
stop();
Instance of Symbol 753 MovieClip "baloonpin" in Symbol 758 MovieClip Frame 3
on (press) {
}
Symbol 758 MovieClip Frame 4
stop();
Symbol 761 MovieClip Frame 1
stop();
Symbol 761 MovieClip Frame 2
stop();
Symbol 782 MovieClip Frame 6
stop();
Symbol 783 MovieClip Frame 70
gotoAndPlay (1);
Symbol 783 MovieClip Frame 80
play();
Symbol 783 MovieClip Frame 111
_parent.gotoAndPlay("14finish");
stop();
Symbol 785 Button
on (release) {
gotoAndStop ("14restart");
}
Symbol 789 Button
on (release) {
stopAllSounds();
gotoAndStop ("15");
}
Symbol 801 MovieClip Frame 1
stop();
Symbol 801 MovieClip Frame 2
play();
Symbol 801 MovieClip Frame 50
stop();
_parent.gotoAndPlay("15finish");
Symbol 805 MovieClip Frame 1
stop();
_parent.starzero = true;
_parent.starone = false;
_parent.startwo = false;
_parent.starthree = false;
_parent.starfour = false;
_parent.ss1 = false;
_parent.ss2 = false;
_parent.ss3 = false;
_parent.ss4 = false;
_parent.ss5 = false;
_parent.ss6 = false;
_parent.ss7 = false;
_parent.ss8 = false;
_parent.ss9 = false;
Symbol 805 MovieClip Frame 2
stop();
_parent.starzero = false;
_parent.starone = true;
_parent.startwo = false;
_parent.starthree = false;
_parent.starfour = false;
Symbol 805 MovieClip Frame 3
stop();
_parent.starzero = false;
_parent.starone = false;
_parent.startwo = true;
_parent.starthree = false;
_parent.starfour = false;
Symbol 805 MovieClip Frame 4
stop();
_parent.starzero = false;
_parent.starone = false;
_parent.startwo = false;
_parent.starthree = true;
_parent.starfour = false;
Symbol 805 MovieClip Frame 5
play();
_parent.starzero = false;
_parent.starone = false;
_parent.startwo = false;
_parent.starthree = false;
_parent.starfour = true;
if (_parent.ss2 == true) {
if (_parent.ss7 == true) {
if (_parent.ss9 == true) {
if (_parent.ss4 == true) {
_parent.gotoAndStop("codein");
stop();
}
}
}
}
Symbol 808 MovieClip Frame 1
stop();
_parent.safebuttonpressed = false;
Instance of Symbol 807 MovieClip in Symbol 808 MovieClip Frame 1
on (press) {
}
Symbol 808 MovieClip Frame 2
play();
Symbol 819 Button
on (release) {
gotoAndStop ("15restart");
}
Symbol 821 Button
on (release) {
stopAllSounds();
gotoAndStop ("06");
}
Symbol 827 MovieClip Frame 1
stop();
Symbol 827 MovieClip Frame 2
stop();
Symbol 834 MovieClip Frame 1
stop();
Symbol 834 MovieClip Frame 2
stop();
Symbol 843 MovieClip Frame 1
stop();
Symbol 843 MovieClip Frame 2
stop();
Symbol 859 MovieClip Frame 1
stop();
Symbol 859 MovieClip Frame 2
stop();
Symbol 859 MovieClip Frame 3
stop();
Symbol 859 MovieClip Frame 4
stop();
Symbol 859 MovieClip Frame 5
stop();
Symbol 859 MovieClip Frame 6
stop();
Symbol 869 MovieClip Frame 1
stop();
Symbol 869 MovieClip Frame 2
stop();
Symbol 869 MovieClip Frame 3
stop();
Symbol 869 MovieClip Frame 4
stop();
Symbol 875 MovieClip Frame 1
stop();
Symbol 875 MovieClip Frame 2
stop();
Symbol 875 MovieClip Frame 3
stop();
Symbol 875 MovieClip Frame 4
stop();
Symbol 881 MovieClip Frame 1
stop();
Symbol 881 MovieClip Frame 2
stop();
Symbol 881 MovieClip Frame 3
stop();
Symbol 887 MovieClip Frame 1
stop();
Symbol 887 MovieClip Frame 2
stop();
Symbol 887 MovieClip Frame 3
stop();
Symbol 893 MovieClip Frame 1
stop();
Symbol 893 MovieClip Frame 2
stop();
Symbol 893 MovieClip Frame 3
stop();
Symbol 893 MovieClip Frame 4
stop();
Symbol 899 MovieClip Frame 1
stop();
Symbol 899 MovieClip Frame 2
stop();
Symbol 899 MovieClip Frame 3
stop();
Symbol 901 Button
on (release) {
gotoAndStop ("06restart");
}
Symbol 937 Button
on (release) {
gotoAndPlay ("menu");
}