Frame 1
function scott() {
getURL ("http://www.buzzwerd.deviantart.com", "_blank");
}
function david() {
getURL ("http://www.truedarkness.tk/", "_blank");
}
function newgrounds() {
getURL ("http://www.newgrounds.com", "_blank");
}
NewgroundsAPI.connectMovie(3892);
_x = 0;
_y = 0;
_root.sounding = 100;
_root.all.setVolume(100);
for (i in _root) {
_root[i].removeMovieClip();
}
var menu = new ContextMenu();
menu.hideBuiltInItems();
var buzzwerd = new ContextMenuItem("Buzzwerd", scott);
var truedarkness = new ContextMenuItem("TrueDarkness", david);
var newgrounds = new ContextMenuItem("Newgrounds", newgrounds);
menu.customItems.push(buzzwerd, truedarkness, newgrounds);
menu.onSelect = menuHandler;
menu.builtInItems.quality = true;
_root.menu = menu;
_root.all = new Sound();
_root.all.setVolume(100);
stop();
Frame 2
stop();
Instance of Symbol 112 MovieClip "circle" in Frame 2
onClipEvent (enterFrame) {
if (_currentframe >= 2) {
_x = (Stage.width / 2);
_y = (Stage.height / 2);
}
}
Frame 3
stop();
_root.fadeIn.gotoAndPlay(1);
_root.score = 0;
_root.blessed = false;
_root.gameOver = false;
_root.circleMenu.gotoAndStop(1);
_root.circle.gotoAndStop(1);
_x = 0;
_y = 0;
stop();
_root.go = false;
sounding = 100;
_root.all.setVolume(100);
onEnterFrame = function () {
if ((_root.circle._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
};
for (i in _root) {
_root[i].removeMovieClip();
}
_root.pausing = false;
Instance of Symbol 152 MovieClip in Frame 3
on (press) {
if (_root.story._visible != true) {
getURL ("http://www.newgrounds.com/", "_blank");
}
}
Instance of Symbol 214 MovieClip "story" in Frame 3
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (_visible == true) {
this._alpha = 90;
}
}
Instance of Symbol 221 MovieClip "circle" in Frame 3
onClipEvent (enterFrame) {
if (_currentframe >= 2) {
_x = (Stage.width / 2);
_y = (Stage.height / 2);
}
}
Frame 4
stop();
function makeBossFish() {
c++;
_root.bossFish.duplicateMovieClip("bossFish" + c, c);
_root["bossFish" + c]._x = _root.boss._x - 110;
_root["bossFish" + c]._y = _root.boss._y + 70;
}
function makeBubble() {
bbl++;
_root.bubble.duplicateMovieClip("bubble" + bbl, bbl);
_root["bubble" + bbl]._x = _root.boss._x - 150;
_root["bubble" + bbl]._y = _root.boss._y + 120;
}
function makeHit() {
hitt++;
_root.hitBoss.duplicateMovieClip("hitBoss" + hitt, hitt);
_root["hitBoss" + hitt]._x = _root.hitXX;
_root["hitBoss" + hitt]._y = _root.hitYY;
}
function makeCandy() {
candy++;
_root.bigCandy.duplicateMovieClip("bigCandy" + candy, candy);
_root["bigCandy" + candy]._x = _root.bcxx;
_root["bigCandy" + candy]._y = _root.bcyy;
_root["bigCandy" + candy]._rotation = random(360);
}
function makeCandy2() {
candy++;
_root.lilCandy.duplicateMovieClip("lilCandy" + candy, candy);
_root["lilCandy" + candy]._x = _root.lcxx;
_root["lilCandy" + candy]._y = _root.lcyy;
_root["lilCandy" + candy]._rotation = random(360);
}
function makeStarA() {
a++;
_root.starA.duplicateMovieClip("starA" + a, a);
_root["starA" + a]._x = _root.player._x;
_root["starA" + a]._y = (_root.player._y - 20) + random(80);
_root["starA" + a]._rotation = _root.player._rotation;
}
function makeStarB() {
a++;
_root.starB.duplicateMovieClip("starB" + a, a);
_root["starB" + a]._x = _root["fairy" + fairya]._x;
_root["starB" + a]._y = (_root["fairy" + fairya]._y - 10) + random(20);
}
function makeInvincible() {
inv++;
_root.invball.duplicateMovieClip("invball" + inv, inv);
_root["invball" + inv]._x = 950;
}
function makeFish() {
if (overall <= 3500) {
c++;
_root.fish.duplicateMovieClip("fish" + c, c);
_root["fish" + c]._x = 950;
}
}
function makeGumDrop() {
g++;
_root.gumball.duplicateMovieClip("gumball" + g, g);
_root["gumball" + g]._x = _root.fairyxx;
_root["gumball" + g]._y = _root.fairyyy;
_root["gumball" + g]._rotation = _root.gumball.rot;
}
function makeFish2() {
if (overall <= 3500) {
c++;
_root.fish2.duplicateMovieClip("fish2" + c, c);
_root["fish2" + c]._x = 950;
_root["fish2" + c]._rotation = _root.fish2.rott;
}
}
function makeFish3() {
if (overall <= 3500) {
c++;
_root.fish3.duplicateMovieClip("fish3" + c, c);
_root["fish3" + c]._x = 950;
_root["fish3" + c]._y = 100 + random(400);
}
}
function makeFish4() {
if (overall <= 3500) {
c++;
_root.fish4.duplicateMovieClip("fish4" + c, c);
_root["fish4" + c]._x = 1050;
_root["fish4" + c]._y = 200 + random(200);
}
}
function makeFish5() {
if (overall <= 3500) {
c++;
_root.fish5.duplicateMovieClip("fish5" + c, c);
_root["fish5" + c]._x = 1050;
_root["fish5" + c]._y = 200 + random(200);
}
}
function makeCage() {
c++;
_root.cage.duplicateMovieClip("cage" + c, c);
_root["cage" + c]._x = 950;
_root["cage" + c]._y = 100 + random(400);
_root["cage" + c]._visible = true;
}
function makeFairy() {
fairya++;
_root.fairy.duplicateMovieClip("fairy" + fairya, fairya);
_root["fairy" + fairya]._x = _root.cagexx;
_root["fairy" + fairya]._y = _root.cageyy;
_root["fairy" + fairya]._visible = true;
}
function makeBall() {
b++;
_root.ball.duplicateMovieClip("ball" + b, b);
_root["ball" + b]._x = _root.player._x - 50;
_root["ball" + b]._y = _root.player._y;
_root["ball" + b]._rotation = _root.player._rotation;
}
sounding = 100;
a = 0;
invinciblae = 0;
b = 1300;
fairya = 200;
g = 250;
inv = 900;
c = 1000;
fish5a = 0;
timeb = 0;
fish4a = 0;
d = 1100;
i = 2000;
fish3a = 0;
f = 0;
timea = 0;
fa = 0;
fb = 0;
candy = 550;
overall = 0;
hitt = 250;
bbl = 360;
sounding = 100;
_root.all.setVolume(100);
onEnterFrame = function () {
if ((_root.circle._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
if ((_root.circleMenu._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
if (Key.isDown(76) && (Key.isDown(81))) {
_root.circle.play();
}
if (_root.pausing != true) {
if (_root.score < 10) {
_root.scorea.score = "00000" + _root.score;
} else if (_root.score < 100) {
_root.scorea.score = "0000" + _root.score;
} else if ((_root.score < 1000) && (_root.score >= 100)) {
_root.scorea.score = "000" + _root.score;
} else if ((_root.score < 10000) && (_root.score >= 1000)) {
_root.scorea.score = "00" + _root.score;
} else if ((_root.score < 100000) && (_root.score >= 10000)) {
_root.scorea.score = "0" + _root.score;
} else if ((_root.score < 1000000) && (_root.score >= 100000)) {
_root.scorea.score = _root.score;
}
overall++;
i++;
f++;
timea++;
if (_root.startGame == true) {
if (f >= 170) {
fa++;
}
if (timea >= 300) {
if ((fa >= 15) && (fb < 5)) {
_root.makeFish2();
fb++;
fa = 0;
}
}
if (fb >= 5) {
fa = 0;
f = 0;
fb = 0;
}
if (i >= 2100) {
_root.makeFish();
i = 2000;
}
}
_root.makeStarA();
_root.makeStarB();
if (a >= 99) {
a = 1;
}
if (b >= 530) {
b = 501;
}
if (c >= 1499) {
c = 1001;
}
if (d >= 1150) {
d = 1101;
}
if (candy >= 590) {
candy = 550;
}
fish3a++;
if (timea >= 600) {
if (fish3a >= 100) {
_root.makeFish3();
fish3a = 0;
}
}
if (enemies >= 25) {
if (_root.special != true) {
_root.makeCage();
enemies = 0;
}
if (_root.special == true) {
enemies = enemies - 10;
}
}
fish4a++;
if (timea >= 900) {
if (fish4a >= 150) {
_root.makeFish4();
fish4a = 0;
}
}
timeb++;
fish5a++;
if (timeb >= 1600) {
if (fish5a >= 130) {
_root.makeFish5();
fish5a = 0;
}
}
if (candyaa >= 50) {
_root.invincible = true;
invinciblae++;
}
if (invinciblae >= 350) {
_root.player.gotoAndStop(5);
_root.invincible = false;
_root.invincibleDone = false;
_root.health.candy.gotoAndStop(1);
candyaa = 0;
invinciblae = 0;
}
}
if ((Key.isDown(80) && (pHold != true)) && (_root.pausing != true)) {
_root.pauseda.gotoAndStop(2);
_root.pausing = true;
pHold = true;
}
if ((!Key.isDown(80)) && (pHold == true)) {
pHold = false;
}
if ((Key.isDown(80) && (_root.pausing == true)) && (pHold != true)) {
_root.pausing = false;
pHold = true;
_root.pauseda.gotoAndStop(1);
}
if (overall >= 3521) {
_root.boss.comeout = true;
if (_root.vs._currentframe == 1) {
_root.vs.play();
}
_root.vs._visible = true;
}
};
_root.enemies = 0;
_root.score = 0;
_root.candyaa = 0;
_root.levela = 1;
Instance of Symbol 231 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 234 MovieClip "ball" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
_x = (_x + (36 * Math.cos(_rotation * (Math.PI/180))));
_y = (_y + (36 * Math.sin(_rotation * (Math.PI/180))));
if (_x >= 810) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip "bigCandy" in Frame 4
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (speed == 0) {
speed = 1;
}
if (_root.pausing != true) {
if (ymov == 0) {
ymov = 1;
}
_rotation = (_rotation - 3);
if (this.hitTest(_root.player.box2) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip "lilCandy" in Frame 4
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (ymov == 0) {
ymov = 1;
}
if (speed == 0) {
speed = 1;
}
_rotation = (_rotation - 3);
if (this.hitTest(_root.player.box2) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 338 MovieClip "player" in Frame 4
onClipEvent (load) {
var yspeed = 0;
var xspeed = 0;
var rot = 0;
var friction = 0.86;
var rott = _rotation;
}
onClipEvent (enterFrame) {
this.swapDepths(1700);
if (_root.pausing != true) {
_rotation = (_rotation + rot);
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * friction;
yspeed = yspeed * friction;
rot = rot * friction;
if (Key.isDown(39)) {
xspeed = xspeed + 2;
}
if (Key.isDown(37)) {
xspeed = xspeed - 2;
}
if (Key.isDown(40) && (_currentframe != 3)) {
if ((_currentframe != 4) && (_currentframe != 5)) {
this.gotoAndStop(2);
}
yspeed = yspeed + 2;
if (_rotation <= (rott + 1.5)) {
rot++;
}
}
if (((!Key.isDown(40)) && (_currentframe == 2)) && (this.CandyDown._currentframe >= 15)) {
this.CandyDown.play();
}
if (Key.isDown(38) && (_currentframe != 2)) {
if ((_currentframe != 4) && (_currentframe != 5)) {
this.gotoAndStop(3);
}
yspeed = yspeed - 2;
if (_rotation >= (rott - 1.5)) {
rot--;
}
}
if (((!Key.isDown(38)) && (_currentframe == 3)) && (this.CandyUp._currentframe >= 7)) {
this.CandyUp.play();
}
if ((!Key.isDown(38)) && (!Key.isDown(40))) {
if (_rotation >= (rott + 0.3)) {
rot = rot - 0.6;
}
if (_rotation <= (rott - 0.3)) {
rot = rot + 0.6;
}
}
if (((Key.isDown(65) && (_currentframe != 4)) && (!holdA)) && (_currentframe != 5)) {
this.gotoAndStop(4);
holdA = true;
}
if ((!Key.isDown(65)) && (holdA)) {
holdA = false;
}
if (this.box.hitTest(_root.leftWall)) {
xspeed = 5;
}
if (this.box.hitTest(_root.rightWall)) {
xspeed = -5;
}
if (this.box.hitTest(_root.topWall)) {
yspeed = 5;
}
if (this.box.hitTest(_root.bottomWall)) {
yspeed = -5;
}
if ((_root.special == true) && (Key.isDown(83))) {
this.gotoAndStop(5);
_root.special = false;
_root.candycane.play();
}
}
}
Instance of Symbol 342 MovieClip "starA" in Frame 4
onClipEvent (load) {
var xspeed = 0;
var yspeed = 0;
var rot = 0;
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.93;
xspeed = xspeed - 3;
yspeed = yspeed - yy;
_rotation = (_rotation + rot);
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 355 MovieClip in Frame 4
onClipEvent (load) {
var speed = (8 + random(4));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
i = 0;
}
onClipEvent (enterFrame) {
this.swapDepths(1702);
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
i++;
if ((i >= 1800) && (_currentframe == 1)) {
if (speed == 0) {
speed = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
}
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
_root.bigFish.out = true;
}
}
}
Instance of Symbol 381 MovieClip "bigFish" in Frame 4
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (out == true) {
i++;
if (i >= 500) {
out = false;
i = 0;
}
if (_x < (_root.player._x + 10)) {
_x = (_x + 3);
}
if (_x > (_root.player._x + 50)) {
_x = (_x - 3);
}
if (_y < (_root.player._y + 10)) {
_y = (_y + 3);
}
if (_y > (_root.player._y + 30)) {
_y = (_y - 3);
}
_rotation = (_root.player._rotation / 2);
} else if (_x >= -250) {
_x = (_x - 4);
}
}
}
Instance of Symbol 475 MovieClip "boss" in Frame 4
onClipEvent (load) {
i = 0;
bubbles = true;
ballremove = 0;
a = 0;
ouch = 0;
speed = 3;
varDown = true;
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (this.hitTest(_root.box)) {
z = 500;
while (z <= 530) {
if (this.hit.hitTest(_root["ball" + z])) {
_root.hitXX = _root["ball" + z]._x + 170;
_root.hitYY = _root["ball" + z]._y + 30;
_root.makeHit();
ouch++;
_root.healthBarBoss.bar._xscale = _root.healthBarBoss.bar._xscale - 1.7;
_root["ball" + z].removeMovieClip();
}
z++;
}
}
if (_currentframe != 5) {
if ((comeout == true) && (ready != true)) {
if (_y <= ((Stage.height / 2) - 50)) {
_y = (_y + 5);
} else {
ready = true;
}
}
if (ready == true) {
if ((_y <= 400) && (varDown == true)) {
_y = (_y + speed);
}
if (_y >= 400) {
varDown = false;
}
if ((_y >= 20) && (varDown == false)) {
_y = (_y - speed);
}
if (_y <= 20) {
varDown = true;
}
i++;
if (bubbles == true) {
if (i >= 50) {
attack = random(2);
}
if (attack == 0) {
i = 0;
attack = 3;
a++;
}
if (attack == 1) {
this.gotoAndStop(2);
i = 0;
attack = 3;
a = 0;
}
if (a >= 3) {
this.gotoAndStop(2);
a = 0;
attack = 3;
}
}
if (ouch >= 35) {
bubbles = false;
}
if (bubbles == false) {
if (_currentframe != 4) {
this.gotoAndStop(3);
}
if (i >= 50) {
attack = random(2);
}
if (attack == 0) {
i = 0;
attack = 3;
a++;
}
if (attack == 1) {
this.gotoAndStop(4);
i = 0;
attack = 3;
a = 0;
}
if (a >= 3) {
this.gotoAndStop(4);
a = 0;
attack = 3;
}
}
}
}
if (_root.healthBarBoss.bar._xscale < 0) {
this.gotoAndStop(5);
}
}
}
Instance of Symbol 552 MovieClip "fish" in Frame 4
onClipEvent (load) {
var speed = (8 + random(3));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fish") {
z = 500;
while (z <= 530) {
if ((this.hitTest(_root["ball" + z]) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
speed = 0;
ymov = 0;
_root["ball" + z].removeMovieClip();
}
z++;
}
if (speed == 0) {
speed = 1;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish")) {
this.removeMovieClip();
}
if (_name == "fish") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if (this.hitTest(_root.candycane) && (_currentframe != 2)) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 596 MovieClip "fish2" in Frame 4
onClipEvent (load) {
var xspeed = 5;
var yspeed = 0;
var grav = 1;
var i = 0;
rott = _rotation;
dead = 0;
}
onClipEvent (enterFrame) {
if (_name != "fish2") {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_currentframe == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if ((_y >= 660) && (i < 30)) {
yspeed = 0;
}
if (speed == 0) {
speed = 1;
}
_x = (_x - xspeed);
i++;
if (_y >= 660) {
yspeed = -(random(20) + 14);
i = 0;
}
d = Math.sqrt((600 - _y) * (600 - _y));
if (_y < 600) {
if (_rotation > (rott - 180)) {
_rotation = (_rotation - 5);
}
} else {
_rotation = rott;
}
}
z = 500;
while (z <= 530) {
if ((this.hitTest(_root["ball" + z]) && (_currentframe != 2)) && (_x <= 800)) {
this.gotoAndStop(2);
xspeed = 0;
yspeed = 0;
ymov = 0;
_rotation = 0;
_root["ball" + z].removeMovieClip();
}
z++;
}
if (_x <= -100) {
this.removeMovieClip();
}
if ((_currentframe == 2) && (varDead != true)) {
_root.lcxx = _x;
_root.lcyy = _y;
varDead = true;
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if (this.hitTest(_root.candycane) && (_currentframe != 2)) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (_name == "fish2") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 612 MovieClip "cage" in Frame 4
onClipEvent (load) {
var speed = (4 + random(2));
_y = (100 + random(300));
ymov = -2 + random(4);
xmov = ymov;
dead = 0;
hit = 0;
i = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (ymov == 0) {
ymov = 1;
}
if (speed == 0) {
speed = 1;
}
z = 500;
while (z <= 530) {
if ((this.hitTest(_root["ball" + z]) && (_currentframe != 2)) && (_x <= 800)) {
if ((hit < 3) && (_currentframe == 1)) {
hit++;
this.gotoAndStop(2);
_root["ball" + z].removeMovieClip();
}
if ((hit >= 3) && (_currentframe == 1)) {
this.gotoAndStop(3);
ymov = 0;
_root["ball" + z].removeMovieClip();
_root.cagexx = _x;
_root.cageyy = _y;
}
}
z++;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_x <= -100) {
this.removeMovieClip();
_visible = false;
ymov = 0;
}
if (_currentframe == 3) {
i++;
}
if (i >= 200) {
this.removeMovieClip();
}
}
}
Instance of Symbol 636 MovieClip "fairy" in Frame 4
onClipEvent (load) {
speed = 8;
scale = -_xscale;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fairy") {
if (var1 != 1) {
if (_x <= _root.player._x) {
_x = (_x + speed);
_xscale = scale;
}
if (_x >= _root.player._x) {
_x = (_x - speed);
_xscale = (-scale);
}
if (_y >= (_root.player._y - 200)) {
_y = (_y - speed);
}
if (_y <= (_root.player._y - 200)) {
_y = (_y + speed);
}
}
if (((_x >= (_root.player._x - 20)) and (_x <= (_root.player._x + 30))) && (_y <= (_root.player._y - 100))) {
this.gotoAndStop(2);
_root.fairyxx = _x;
_root.fairyyy = _y + 30;
var1 = 1;
}
if (var1 == 1) {
_y = (_y - speed);
}
if (_y <= -400) {
this.removeMovieClip();
_visible = false;
}
}
if (_name == "fairy") {
this.lol.stop();
}
}
}
Instance of Symbol 637 MovieClip "gumball" in Frame 4
onClipEvent (load) {
yspeed = 0;
grav = 1;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_rotation = (_rotation - 3);
if (this.hitTest(_root.player.box2)) {
this.gotoAndStop(2);
_root.player.gotoAndStop(5);
_root.special = true;
}
}
}
Instance of Symbol 638 MovieClip "starB" in Frame 4
onClipEvent (load) {
var xspeed = 0;
var yspeed = 0;
var rot = 0;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.93;
if (_xscale == scale) {
xspeed++;
} else {
xspeed--;
}
yspeed = yspeed - yy;
fairya = 200;
while (fairya <= 230) {
if (_root["fairy" + fairya]._xscale < 0) {
_xscale = scale;
} else {
_xscale = (-scale);
}
fairya++;
}
_rotation = (_rotation + rot);
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 693 MovieClip "fish4" in Frame 4
onClipEvent (load) {
var speed = (8 + random(4));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fish4") {
if (speed == 0) {
speed = 1;
}
z = 500;
while (z <= 530) {
if ((this.hitTest(_root["ball" + z]) && (_currentframe != 3)) && (this.hitTest(_root.box))) {
this.gotoAndStop(3);
speed = 0;
ymov = 0;
_root["ball" + z].removeMovieClip();
}
z++;
}
if ((_currentframe == 3) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish")) {
this.removeMovieClip();
}
if (_name == "fish4") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if (this.hitTest(_root.candycane) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(3);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 703 MovieClip "candycane" in Frame 4
onClipEvent (enterFrame) {
this.swapDepths(5000);
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 1) {
this.play();
}
}
Instance of Symbol 747 MovieClip "fish3" in Frame 4
onClipEvent (load) {
var speed = (8 + random(6));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_name != "fish3") {
if (speed == 0) {
speed = 1;
}
if (_root.pausing != true) {
z = 500;
while (z <= 530) {
if ((this.hitTest(_root["ball" + z]) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
speed = 0;
ymov = 0;
_root["ball" + z].removeMovieClip();
}
z++;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_name == "fish3") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if (this.hitTest(_root.candycane) && (_currentframe != 2)) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 771 MovieClip "fish5" in Frame 4
onClipEvent (load) {
var speed = (8 + random(6));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_name != "fish5") {
if (speed == 0) {
speed = 1;
}
if (_root.pausing != true) {
z = 500;
while (z <= 530) {
if ((this.hitTest(_root["ball" + z]) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
speed = 0;
ymov = 0;
_root["ball" + z].removeMovieClip();
}
z++;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.lcxx = _x;
_root.lcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish")) {
this.removeMovieClip();
}
if (_name == "fish5") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if (this.hitTest(_root.candycane) && (_currentframe != 2)) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 774 MovieClip "bubble" in Frame 4
onClipEvent (load) {
var speed = (8 + random(6));
ymov = -10 + random(20);
xmov = ymov;
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
z = 500;
while (z <= 530) {
if (this.hitTest(_root["ball" + z]) && (_currentframe != 3)) {
this.gotoAndStop(3);
xspeed = 0;
yspeed = 0;
ymov = 0;
xmov = 0;
_root["ball" + z].removeMovieClip();
}
z++;
}
if (_x <= -100) {
this.removeMovieClip();
}
if ((this.hitTest(_root.player.box2) && (_currentframe == 2)) && (_root.player._currentframe != 4)) {
this.gotoAndStop(3);
}
if (((((_currentframe == 3) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 3)) && (_root.bigFish.out == true)) {
this.gotoAndStop(3);
}
}
}
Instance of Symbol 785 MovieClip "hitBoss" in Frame 4
onClipEvent (load) {
gotoAndPlay (1);
}
onClipEvent (enterFrame) {
if (this._name == "hitBoss") {
this.gotoAndStop(1);
}
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 11) {
this.play();
}
}
Instance of Symbol 806 MovieClip "bossFish" in Frame 4
onClipEvent (load) {
var speed = (8 + random(6));
ymov = -7 + random(14);
xmov = ymov;
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_x <= -100) {
this.removeMovieClip();
}
z = 500;
while (z <= 530) {
if (this.hitTest(_root["ball" + z]) && (_currentframe != 2)) {
this.gotoAndStop(2);
xspeed = 0;
yspeed = 0;
ymov = 0;
xmov = 0;
_root["ball" + z].removeMovieClip();
}
z++;
}
if (this.hitTest(_root.candycane) && (_currentframe != 2)) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
Instance of Symbol 813 MovieClip "healthBarBoss" in Frame 4
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
this.swapDepths(1848);
if (_root.boss.comeout == true) {
if (_alpha <= 100) {
this._alpha = this._alpha + 2;
}
}
if (_root.boss._currentframe == 5) {
this._alpha = this._alpha - 2;
}
}
Instance of Symbol 817 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (_root.boss._currentframe == 5) {
if (_y <= (Stage.height / 2)) {
_y = (_y + 6);
}
if (((this.hitTest(_root.player) && (var1 != true)) && (_root.collect._currentframe == 1)) && (_y >= 0)) {
_visible = false;
_root.collect._visible = true;
_root.collect.play();
var1 = true;
}
}
}
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 836 MovieClip "pauseda" in Frame 4
onClipEvent (enterFrame) {
this.swapDepths(21542);
}
Instance of Symbol 840 MovieClip in Frame 4
onClipEvent (enterFrame) {
this.swapDepths(2603);
}
Instance of Symbol 842 MovieClip "scorea" in Frame 4
onClipEvent (enterFrame) {
this.swapDepths(2605);
}
Instance of Symbol 931 MovieClip "health" in Frame 4
onClipEvent (enterFrame) {
this.swapDepths(2624);
}
Instance of Symbol 934 MovieClip "wide" in Frame 4
onClipEvent (enterFrame) {
this.swapDepths(21600);
}
Instance of Symbol 837 MovieClip "rightWall" in Frame 4
onClipEvent (enterFrame) {
this.swapDepths(21601);
}
Instance of Symbol 837 MovieClip "leftWall" in Frame 4
onClipEvent (enterFrame) {
this.swapDepths(21602);
}
Instance of Symbol 993 MovieClip "vs" in Frame 4
onClipEvent (load) {
_visible = false;
this.swapDepths(3700);
}
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if ((_currentframe != 32) && (_currentframe != 1)) {
this.play();
}
}
Instance of Symbol 219 MovieClip in Frame 4
onClipEvent (enterFrame) {
this.swapDepths(30002);
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 22) {
this.play();
}
}
Instance of Symbol 997 MovieClip in Frame 4
onClipEvent (enterFrame) {
this.swapDepths(1782);
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 94) {
this.play();
}
}
Instance of Symbol 1003 MovieClip "collect" in Frame 4
onClipEvent (load) {
this.swapDepths(21258);
_visible = false;
}
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if ((_currentframe != 1) && (_currentframe != 100)) {
this.play();
}
}
Instance of Symbol 1005 MovieClip "circle" in Frame 4
onClipEvent (enterFrame) {
if (_currentframe >= 2) {
this.swapDepths(65000);
_x = _root.player._x;
_y = _root.player._y;
}
}
Instance of Symbol 1007 MovieClip "circleMenu" in Frame 4
onClipEvent (enterFrame) {
if (_currentframe >= 2) {
this.swapDepths(65001);
_x = (Stage.width / 2);
_y = (Stage.height / 2);
}
}
Frame 5
stopAllSounds();
for (i in _root) {
_root[i].removeMovieClip();
}
nextFrame();
_root.all.setVolume(100);
Frame 6
stop();
for (i in _root) {
_root[i].removeMovieClip();
}
cha = 0;
timee = 10;
sounding = 100;
onEnterFrame = function () {
if ((_root.circle._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
if ((_root.circleMenu._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
cha++;
if (((cha >= 45) && (_root.ch.timee >= 0)) && (!_root.pausing)) {
timee--;
_root.ch.timee = timee;
cha = 0;
}
if (timee < 10) {
_root.ch.timee = "0" + timee;
}
if ((_root.ch.timee <= 0) & (!_root.pausin)) {
_root.circle.play();
}
if (Key.isDown(76) && (Key.isDown(81))) {
_root.circle.play();
}
if ((Key.isDown(80) && (pHold != true)) && (_root.pausing != true)) {
_root.pauseda.gotoAndStop(2);
_root.pausing = true;
pHold = true;
}
if ((!Key.isDown(80)) && (pHold == true)) {
pHold = false;
}
if ((Key.isDown(80) && (_root.pausing == true)) && (pHold != true)) {
_root.pausing = false;
pHold = true;
_root.pauseda.gotoAndStop(1);
}
if (_root.score < 10) {
_root.scorea.score = "00000" + _root.score;
} else if (_root.score < 100) {
_root.scorea.score = "0000" + _root.score;
} else if ((_root.score < 1000) && (_root.score >= 100)) {
_root.scorea.score = "000" + _root.score;
} else if ((_root.score < 10000) && (_root.score >= 1000)) {
_root.scorea.score = "00" + _root.score;
} else if ((_root.score < 100000) && (_root.score >= 10000)) {
_root.scorea.score = "0" + _root.score;
} else if ((_root.score < 1000000) && (_root.score >= 100000)) {
_root.scorea.score = _root.score;
}
};
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 6
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 1053 MovieClip "player" in Frame 6
onClipEvent (load) {
xspeed = 0;
yspeed = 0;
grav = 1;
h = _height / 2;
w = _width / 2;
scale = _xscale;
cx = _x;
cy = _y;
jumping = false;
}
onClipEvent (enterFrame) {
cx = cx + ((_x - cx) / 5);
_root._x = (Stage.width / 2) - cx;
cy = cy + ((_y - cy) / 5);
_root._y = (Stage.height / 2) - cy;
_root.leftWall._x = cx - 400;
_root.leftWall._y = cy;
_root.rightWall._x = cx + 400;
_root.rightWall._y = cy;
_root.box._x = cx;
_root.box._y = cy;
_root.wide._x = cx;
_root.ch._x = cx - 267;
_root.ch._y = cy - 200;
_root.scorea._x = cx - 320;
_root.scorea._y = cy - 225;
_root.wide._y = cy;
_root.pauseda._x = cx;
_root.pauseda._y = cy;
_root.introo._x = cx;
_root.introo._y = cy;
if (!_root.pausing) {
_x = (_x + xspeed);
_y = (_y + yspeed);
yspeed = yspeed + grav;
xspeed = xspeed * 0.92;
if (Key.isDown(39)) {
xspeed = xspeed + 1;
if (_currentframe != 3) {
this.gotoAndStop(2);
}
_xscale = scale;
}
if (Key.isDown(37)) {
xspeed = xspeed - 1;
if (_currentframe != 3) {
this.gotoAndStop(2);
}
_xscale = (-scale);
}
if (((Key.isDown(32) && (grounded)) or (Key.isDown(38) && (grounded))) or (Key.isDown(65) && (grounded))) {
yspeed = -20;
grounded = false;
jumping = true;
gotoAndStop (3);
}
if (((!Key.isDown(37)) && (!Key.isDown(39))) && (grounded)) {
gotoAndStop (1);
}
if (_root.land.hitTest(_x, (_y + h) + 40, true)) {
this.jumper.play();
}
if (yspeed == 0) {
jumping = false;
} else if ((yspeed >= 16) && (jumping == true)) {
jumping = false;
}
grounded = false;
if (_root.land.hitTest(_x, _y + h, true) && (jumping == false)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true) && (jumping == false)) {
_y = (_y - 0.1);
}
}
if (_root.land.aa.hitTest(_x - w, _y, true)) {
xspeed = 0;
while (_root.land.aa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.land.bb.hitTest(_x + w, _y, true)) {
xspeed = 0;
while (_root.land.bb.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
_root.bg._x = cx / 2;
_root.bg._y = cy / 5;
_root.fadein._x = cx;
_root.fadein._y = cy;
_root.circleMenu._x = cx;
_root.circleMenu._y = cy;
_root.circle._x = cx;
_root.circle._y = cy;
}
}
Instance of Symbol 836 MovieClip "pauseda" in Frame 6
onClipEvent (enterFrame) {
this.swapDepths(8040);
}
Instance of Symbol 1064 MovieClip "introo" in Frame 6
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 28) {
this.play();
}
}
Instance of Symbol 837 MovieClip "leftWall" in Frame 6
onClipEvent (enterFrame) {
this.swapDepths(21602);
}
Instance of Symbol 837 MovieClip "rightWall" in Frame 6
onClipEvent (enterFrame) {
this.swapDepths(21601);
}
Instance of Symbol 1066 MovieClip "fadein" in Frame 6
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 22) {
this.play();
}
}
Instance of Symbol 1070 MovieClip "circle" in Frame 6
onClipEvent (enterFrame) {
this.swapDepths(40001);
if (_currentframe >= 2) {
_x = _root.player._x;
_y = _root.player._y;
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1007 MovieClip "circleMenu" in Frame 6
onClipEvent (enterFrame) {
if (_currentframe >= 2) {
this.swapDepths(65001);
_x = (Stage.width / 2);
_y = (Stage.height / 2);
}
}
Frame 7
stop();
_x = 0;
_y = 0;
for (i in _root) {
_root[i].removeMovieClip();
}
nextFrame();
_root.all.setVolume(100);
Frame 8
_x = 0;
_y = 0;
Frame 9
_root.nextFrame();
Frame 10
stop();
function makeBossFish() {
c++;
_root.bossFish.duplicateMovieClip("bossFish" + c, c);
_root["bossFish" + c]._x = _root.boss._x - 110;
_root["bossFish" + c]._y = _root.boss._y + 70;
}
function makeBubble() {
bbl++;
_root.bubble.duplicateMovieClip("bubble" + bbl, bbl);
_root["bubble" + bbl]._x = _root.boss._x - 150;
_root["bubble" + bbl]._y = _root.boss._y + 120;
}
function makeHit() {
hitt++;
_root.hitBoss.duplicateMovieClip("hitBoss" + hitt, hitt);
_root["hitBoss" + hitt]._x = _root.hitXX;
_root["hitBoss" + hitt]._y = _root.hitYY;
}
function makeCandy() {
candy++;
_root.bigCandy.duplicateMovieClip("bigCandy" + candy, candy);
_root["bigCandy" + candy]._x = _root.bcxx;
_root["bigCandy" + candy]._y = _root.bcyy;
_root["bigCandy" + candy]._rotation = random(360);
}
function makeCandy2() {
candy++;
_root.lilCandy.duplicateMovieClip("lilCandy" + candy, candy);
_root["lilCandy" + candy]._x = _root.lcxx;
_root["lilCandy" + candy]._y = _root.lcyy;
_root["lilCandy" + candy]._rotation = random(360);
}
function makeStarA() {
a++;
_root.starA.duplicateMovieClip("starA" + a, a);
_root["starA" + a]._x = _root.player._x;
_root["starA" + a]._y = (_root.player._y - 20) + random(80);
_root["starA" + a]._rotation = _root.player._rotation;
}
function makeStarB() {
a++;
_root.starB.duplicateMovieClip("starB" + a, a);
_root["starB" + a]._x = _root["fairy" + fairya]._x;
_root["starB" + a]._y = (_root["fairy" + fairya]._y - 10) + random(20);
}
function makeInvincible() {
inv++;
_root.invball.duplicateMovieClip("invball" + inv, inv);
_root["invball" + inv]._x = 950;
}
function makeFish() {
if (overall <= 3500) {
c++;
_root.fish.duplicateMovieClip("fish" + c, c);
_root["fish" + c]._x = 950;
}
}
function makeGumDrop() {
g++;
_root.gumball.duplicateMovieClip("gumball" + g, g);
_root["gumball" + g]._x = _root.fairyxx;
_root["gumball" + g]._y = _root.fairyyy;
_root["gumball" + g]._rotation = _root.gumball.rot;
}
function makeFish2() {
if (_root.boss._currentframe != 5) {
c++;
_root.fish2.duplicateMovieClip("fish2" + c, c);
_root["fish2" + c]._x = 950;
_root["fish2" + c]._rotation = _root.fish2.rott;
}
}
function makeFish3() {
if (overall <= 3500) {
c++;
_root.fish3.duplicateMovieClip("fish3" + c, c);
_root["fish3" + c]._x = _root.fish3.xx - random(450);
}
}
function makeFish4() {
if (overall <= 3500) {
c++;
_root.fish4.duplicateMovieClip("fish4" + c, c);
_root["fish4" + c]._x = 1050;
_root["fish4" + c]._y = 200 + random(200);
}
}
function makeFish5() {
if (overall <= 3500) {
c++;
_root.fish5.duplicateMovieClip("fish5" + c, c);
_root["fish5" + c]._x = 1050;
_root["fish5" + c]._y = 200 + random(200);
}
}
function makeCage() {
c++;
_root.cage.duplicateMovieClip("cage" + c, c);
_root["cage" + c]._x = 950;
_root["cage" + c]._y = 100 + random(400);
_root["cage" + c]._visible = true;
}
function makeFairy() {
fairya++;
_root.fairy.duplicateMovieClip("fairy" + fairya, fairya);
_root["fairy" + fairya]._x = _root.cagexx;
_root["fairy" + fairya]._y = _root.cageyy;
_root["fairy" + fairya]._visible = true;
}
a = 0;
invinciblae = 0;
b = 1300;
fairya = 200;
fish2a = 0;
g = 250;
inv = 900;
c = 1000;
fish5a = 0;
timeb = 0;
fish4a = 0;
d = 1400;
i = 2000;
fish3a = 0;
f = 0;
timea = 0;
fa = 0;
fb = 0;
candy = 750;
overall = 0;
hitt = 250;
bbl = 360;
sounding = 100;
_root.all.setVolume(100);
onEnterFrame = function () {
if ((_root.circle._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
if ((_root.circleMenu._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
if (Key.isDown(76) && (Key.isDown(81))) {
_root.circle.play();
}
if (_root.pausing != true) {
if (_root.score < 10) {
_root.scorea.score = "00000" + _root.score;
} else if (_root.score < 100) {
_root.scorea.score = "0000" + _root.score;
} else if ((_root.score < 1000) && (_root.score >= 100)) {
_root.scorea.score = "000" + _root.score;
} else if ((_root.score < 10000) && (_root.score >= 1000)) {
_root.scorea.score = "00" + _root.score;
} else if ((_root.score < 100000) && (_root.score >= 10000)) {
_root.scorea.score = "0" + _root.score;
} else if ((_root.score < 1000000) && (_root.score >= 100000)) {
_root.scorea.score = _root.score;
}
overall++;
i++;
f++;
timea++;
if (_root.startGame == true) {
if (f >= 170) {
fa++;
}
if (timea >= 300) {
fish2a++;
}
if (fish2a >= 170) {
_root.makeFish2();
_root.makeFish2();
_root.makeFish2();
fish2a = 0;
}
if (fb >= 5) {
fa = 0;
f = 0;
fb = 0;
}
if (i >= 2100) {
_root.makeFish();
i = 2000;
}
}
_root.makeStarA();
_root.makeStarB();
if (a >= 99) {
a = 1;
}
if (b >= 530) {
b = 501;
}
if (c >= 1049) {
c = 1001;
}
if (d >= 1150) {
d = 1101;
}
if (candy >= 590) {
candy = 550;
}
fish3a++;
if (timea >= 600) {
if (fish3a >= 150) {
_root.makeFish3();
fish3a = 0;
}
}
if (enemies >= 30) {
if (_root.special != true) {
_root.makeCage();
enemies = 0;
}
if (_root.special == true) {
enemies = enemies - 10;
}
}
fish4a++;
if (timea >= 900) {
if (fish4a >= 140) {
_root.makeFish4();
_root.makeFish4();
_root.makeFish4();
fish4a = 0;
}
}
timeb++;
fish5a++;
if (timeb >= 1600) {
if (fish5a >= 230) {
_root.makeFish5();
_root.makeFish5();
_root.makeFish5();
_root.makeFish5();
_root.makeFish5();
fish5a = 0;
}
}
if (candyaa >= 50) {
_root.invincible = true;
invinciblae++;
}
if (invinciblae >= 350) {
_root.player.gotoAndStop(5);
_root.invincible = false;
_root.invincibleDone = false;
_root.health.candy.gotoAndStop(1);
candyaa = 0;
invinciblae = 0;
}
}
if ((Key.isDown(80) && (pHold != true)) && (_root.pausing != true)) {
_root.pauseda.gotoAndStop(2);
_root.pausing = true;
pHold = true;
}
if ((!Key.isDown(80)) && (pHold == true)) {
pHold = false;
}
if ((Key.isDown(80) && (_root.pausing == true)) && (pHold != true)) {
_root.pausing = false;
pHold = true;
_root.pauseda.gotoAndStop(1);
}
if (overall >= 3521) {
_root.boss.comeout = true;
if (_root.vs._currentframe == 1) {
_root.vs.play();
}
_root.vs._visible = true;
}
};
_root.enemies = 0;
_root.candyaa = 0;
_root.levela = 2;
Instance of Symbol 1108 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 247 MovieClip "bigCandy" in Frame 10
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (speed == 0) {
speed = 1;
}
if (_root.pausing != true) {
if (ymov == 0) {
ymov = 1;
}
_rotation = (_rotation - 3);
if (this.hitTest(_root.player.box2) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip "lilCandy" in Frame 10
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (ymov == 0) {
ymov = 1;
}
if (speed == 0) {
speed = 1;
}
_rotation = (_rotation - 3);
if (this.hitTest(_root.player.box2) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 1136 MovieClip "player" in Frame 10
onClipEvent (load) {
var yspeed = 0;
var xspeed = 0;
var rot = 0;
var friction = 0.86;
var rott = _rotation;
}
onClipEvent (enterFrame) {
this.swapDepths(1700);
if (_root.pausing != true) {
_rotation = (_rotation + rot);
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * friction;
yspeed = yspeed * friction;
rot = rot * friction;
if (Key.isDown(39)) {
xspeed = xspeed + 2;
}
if (Key.isDown(37)) {
xspeed = xspeed - 2;
}
if (Key.isDown(40) && (_currentframe != 3)) {
if ((_currentframe != 4) && (_currentframe != 5)) {
this.gotoAndStop(2);
}
yspeed = yspeed + 2;
if (_rotation <= (rott + 1.5)) {
rot++;
}
}
if (((!Key.isDown(40)) && (_currentframe == 2)) && (this.CandyDown._currentframe >= 15)) {
this.CandyDown.play();
}
if (Key.isDown(38) && (_currentframe != 2)) {
if ((_currentframe != 4) && (_currentframe != 5)) {
this.gotoAndStop(3);
}
yspeed = yspeed - 2;
if (_rotation >= (rott - 1.5)) {
rot--;
}
}
if (((!Key.isDown(38)) && (_currentframe == 3)) && (this.CandyUp._currentframe >= 7)) {
this.CandyUp.play();
}
if ((!Key.isDown(38)) && (!Key.isDown(40))) {
if (_rotation >= (rott + 0.3)) {
rot = rot - 0.6;
}
if (_rotation <= (rott - 0.3)) {
rot = rot + 0.6;
}
}
if (((Key.isDown(65) && (_currentframe != 4)) && (!holdA)) && (_currentframe != 5)) {
this.gotoAndStop(4);
holdA = true;
}
if ((!Key.isDown(65)) && (holdA)) {
holdA = false;
}
if (this.box.hitTest(_root.leftWall)) {
xspeed = 5;
}
if (this.box.hitTest(_root.rightWall)) {
xspeed = -5;
}
if (this.box.hitTest(_root.topWall)) {
yspeed = 5;
}
if (this.box.hitTest(_root.bottomWall)) {
yspeed = -5;
}
if ((_root.special == true) && (Key.isDown(83))) {
this.gotoAndStop(5);
_root.special = false;
_root.candycane.play();
}
}
}
Instance of Symbol 342 MovieClip "starA" in Frame 10
onClipEvent (load) {
var xspeed = 0;
var yspeed = 0;
var rot = 0;
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.93;
xspeed = xspeed - 3;
yspeed = yspeed - yy;
_rotation = (_rotation + rot);
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 355 MovieClip in Frame 10
onClipEvent (load) {
var speed = (8 + random(4));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
i = 0;
}
onClipEvent (enterFrame) {
this.swapDepths(1702);
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
i++;
if ((i >= 1800) && (_currentframe == 1)) {
if (speed == 0) {
speed = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
}
if (this.hitTest(_root.player.box2) && (_currentframe == 1)) {
this.gotoAndStop(2);
_root.bigFish.out = true;
}
}
}
Instance of Symbol 1169 MovieClip "bigFish" in Frame 10
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (out == true) {
i++;
if (i >= 500) {
out = false;
i = 0;
}
if (_x < (_root.player._x + 10)) {
_x = (_x + 3);
}
if (_x > (_root.player._x + 50)) {
_x = (_x - 3);
}
if (_y < (_root.player._y + 10)) {
_y = (_y + 3);
}
if (_y > (_root.player._y + 30)) {
_y = (_y - 3);
}
_rotation = (_root.player._rotation / 2);
} else if (_x >= -250) {
_x = (_x - 4);
}
}
}
Instance of Symbol 612 MovieClip "cage" in Frame 10
onClipEvent (load) {
var speed = (4 + random(2));
_y = (100 + random(300));
ymov = -2 + random(4);
xmov = ymov;
dead = 0;
hit = 0;
i = 0;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (ymov == 0) {
ymov = 1;
}
if (speed == 0) {
speed = 1;
}
if ((hit >= 3) && (_currentframe == 1)) {
this.gotoAndStop(3);
ymov = 0;
_root["ball" + z].removeMovieClip();
_root.cagexx = _x;
_root.cageyy = _y;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_x <= -100) {
this.removeMovieClip();
_visible = false;
ymov = 0;
}
if (_currentframe == 3) {
i++;
}
if (i >= 200) {
this.removeMovieClip();
}
}
}
Instance of Symbol 636 MovieClip "fairy" in Frame 10
onClipEvent (load) {
speed = 8;
scale = -_xscale;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fairy") {
if (var1 != 1) {
if (_x <= _root.player._x) {
_x = (_x + speed);
_xscale = scale;
}
if (_x >= _root.player._x) {
_x = (_x - speed);
_xscale = (-scale);
}
if (_y >= (_root.player._y - 200)) {
_y = (_y - speed);
}
if (_y <= (_root.player._y - 200)) {
_y = (_y + speed);
}
}
if (((_x >= (_root.player._x - 20)) and (_x <= (_root.player._x + 30))) && (_y <= (_root.player._y - 100))) {
this.gotoAndStop(2);
_root.fairyxx = _x;
_root.fairyyy = _y + 30;
var1 = 1;
}
if (var1 == 1) {
_y = (_y - speed);
}
if (_y <= -400) {
this.removeMovieClip();
_visible = false;
}
}
if (_name == "fairy") {
this.lol.stop();
}
}
}
Instance of Symbol 637 MovieClip "gumball" in Frame 10
onClipEvent (load) {
yspeed = 0;
grav = 1;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_rotation = (_rotation - 3);
if (this.hitTest(_root.player.box2)) {
this.gotoAndStop(2);
_root.player.gotoAndStop(5);
_root.special = true;
}
}
}
Instance of Symbol 638 MovieClip "starB" in Frame 10
onClipEvent (load) {
var xspeed = 0;
var yspeed = 0;
var rot = 0;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.93;
if (_xscale == scale) {
xspeed++;
} else {
xspeed--;
}
yspeed = yspeed - yy;
fairya = 200;
while (fairya <= 230) {
if (_root["fairy" + fairya]._xscale < 0) {
_xscale = scale;
} else {
_xscale = (-scale);
}
fairya++;
}
_rotation = (_rotation + rot);
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 703 MovieClip "candycane" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(5000);
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 1) {
this.play();
}
}
Instance of Symbol 813 MovieClip "healthBarBoss" in Frame 10
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
this.swapDepths(1848);
if (_root.boss.comeout == true) {
if (_alpha <= 100) {
this._alpha = this._alpha + 2;
}
}
}
Instance of Symbol 1192 MovieClip "fish" in Frame 10
onClipEvent (load) {
var speed = (8 + random(3));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fish") {
if (speed == 0) {
speed = 1;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.lcxx = _x;
_root.lcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish")) {
this.removeMovieClip();
}
if (_name == "fish") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if (this.hitTest(_root.candycane) && (_currentframe != 2)) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1223 MovieClip "fish2" in Frame 10
onClipEvent (load) {
var speed = (8 + random(3));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fish2") {
if (speed == 0) {
speed = 1;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.lcxx = _x;
_root.lcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish")) {
this.removeMovieClip();
}
if (_name == "fish") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if (this.hitTest(_root.candycane) && (_currentframe != 2)) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1253 MovieClip "fish5" in Frame 10
onClipEvent (load) {
var speed = (8 + random(3));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fish5") {
if (speed == 0) {
speed = 1;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.cyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish")) {
this.removeMovieClip();
}
if (_name == "fish") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if (this.hitTest(_root.candycane) && (_currentframe != 2)) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1278 MovieClip "fish3" in Frame 10
onClipEvent (load) {
i = 0;
xx = _x;
}
onClipEvent (enterFrame) {
if (_name == "fish3") {
this._visible = false;
}
if (_name != "fish3") {
if (_currentframe >= 50) {
i++;
}
if (i >= 600) {
this.removeMovieClip();
i = 0;
}
}
}
Instance of Symbol 1303 MovieClip "fish4" in Frame 10
onClipEvent (load) {
var speed = (8 + random(3));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fish3") {
if (speed == 0) {
speed = 1;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish")) {
this.removeMovieClip();
}
if (_name == "fish") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if (this.hitTest(_root.candycane) && (_currentframe != 2)) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1361 MovieClip "boss" in Frame 10
onClipEvent (load) {
i = 0;
bubbles = true;
ballremove = 0;
a = 0;
ouch = 0;
ia = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_currentframe != 5) {
if ((comeout == true) && (ready != true)) {
if (_y >= ((Stage.height / 2) + 70)) {
_y = (_y - 5);
} else {
ready = true;
}
}
if (ready == true) {
i++;
if ((_root.player._y >= 150) && (_root.player._y <= 350)) {
if (i >= 25) {
attack = random(2);
}
if (attack == 0) {
i = 0;
attack = 3;
a++;
}
if ((((attack == 1) && (_currentframe == 1)) && (_currentframe != 4)) && (_currentframe != 5)) {
this.gotoAndStop(2);
i = 0;
attack = 3;
a = 0;
}
if ((((a >= 3) && (_currentframe == 1)) && (_currentframe != 4)) && (_currentframe != 5)) {
this.gotoAndStop(2);
a = 0;
attack = 3;
}
} else {
ia++;
if (ia >= 30) {
attack2 = random(2);
}
if (attack2 == 0) {
ia = 0;
attack2 = 3;
ab++;
}
if ((((attack2 == 1) && (_currentframe == 1)) && (_currentframe != 4)) && (_currentframe != 5)) {
this.gotoAndStop(3);
ia = 0;
attack2 = 3;
ab = 0;
}
if ((((ab >= 3) && (_currentframe == 1)) && (_currentframe != 4)) && (_currentframe != 5)) {
this.gotoAndStop(3);
ab = 0;
attack2 = 3;
}
}
}
}
if ((_root.healthBarBoss.bar._xscale < 0) && (_currentframe != 5)) {
this.gotoAndStop(5);
}
}
}
Instance of Symbol 836 MovieClip "pauseda" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(8042);
}
Instance of Symbol 1363 MovieClip in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(2603);
}
Instance of Symbol 842 MovieClip "scorea" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(2605);
}
Instance of Symbol 931 MovieClip "health" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(2624);
}
Instance of Symbol 934 MovieClip "wide" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(21600);
}
Instance of Symbol 837 MovieClip "leftWall" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(21602);
}
Instance of Symbol 837 MovieClip "rightWall" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(21601);
}
Instance of Symbol 1403 MovieClip "vs" in Frame 10
onClipEvent (load) {
_visible = false;
this.swapDepths(3700);
}
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if ((_currentframe != 32) && (_currentframe != 1)) {
this.play();
}
}
Instance of Symbol 219 MovieClip in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(30000);
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 22) {
this.play();
}
}
Instance of Symbol 1410 MovieClip in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(1782);
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 94) {
this.play();
}
}
Instance of Symbol 1003 MovieClip "collect" in Frame 10
onClipEvent (load) {
this.swapDepths(21258);
_visible = false;
}
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if ((_currentframe != 1) && (_currentframe != 100)) {
this.play();
}
}
Instance of Symbol 1005 MovieClip "circle" in Frame 10
onClipEvent (enterFrame) {
if (_currentframe >= 2) {
this.swapDepths(65000);
_x = _root.player._x;
_y = _root.player._y;
}
}
Instance of Symbol 1007 MovieClip "circleMenu" in Frame 10
onClipEvent (enterFrame) {
if (_currentframe >= 2) {
this.swapDepths(65001);
_x = (Stage.width / 2);
_y = (Stage.height / 2);
}
}
Frame 11
stopAllSounds();
for (i in _root) {
_root[i].removeMovieClip();
}
nextFrame();
_root.all.setVolume(100);
Frame 12
stop();
for (i in _root) {
_root[i].removeMovieClip();
}
cha = 0;
timee = 10;
sounding = 100;
_root.all.setVolume(100);
onEnterFrame = function () {
if ((_root.circle._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
cha++;
if (((cha >= 45) && (_root.ch.timee >= 0)) && (!_root.pausing)) {
timee--;
_root.ch.timee = timee;
cha = 0;
}
if (timee < 10) {
_root.ch.timee = "0" + timee;
}
if ((_root.circleMenu._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
if ((_root.ch.timee <= 0) & (!_root.pausin)) {
_root.circle.play();
}
if (Key.isDown(76) && (Key.isDown(81))) {
_root.circle.play();
}
if ((Key.isDown(80) && (pHold != true)) && (_root.pausing != true)) {
_root.pauseda.gotoAndStop(2);
_root.pausing = true;
pHold = true;
}
if ((!Key.isDown(80)) && (pHold == true)) {
pHold = false;
}
if ((Key.isDown(80) && (_root.pausing == true)) && (pHold != true)) {
_root.pausing = false;
pHold = true;
_root.pauseda.gotoAndStop(1);
}
if (_root.score < 10) {
_root.scorea.score = "00000" + _root.score;
} else if (_root.score < 100) {
_root.scorea.score = "0000" + _root.score;
} else if ((_root.score < 1000) && (_root.score >= 100)) {
_root.scorea.score = "000" + _root.score;
} else if ((_root.score < 10000) && (_root.score >= 1000)) {
_root.scorea.score = "00" + _root.score;
} else if ((_root.score < 100000) && (_root.score >= 10000)) {
_root.scorea.score = "0" + _root.score;
} else if ((_root.score < 1000000) && (_root.score >= 100000)) {
_root.scorea.score = _root.score;
}
};
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 12
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 1053 MovieClip "player" in Frame 12
onClipEvent (load) {
xspeed = 0;
yspeed = 0;
grav = 1;
h = _height / 2;
w = _width / 2;
scale = _xscale;
cx = _x;
cy = _y;
jumping = false;
}
onClipEvent (enterFrame) {
cx = cx + ((_x - cx) / 5);
_root._x = (Stage.width / 2) - cx;
cy = cy + ((_y - cy) / 5);
_root._y = (Stage.height / 2) - cy;
_root.leftWall._x = cx - 400;
_root.leftWall._y = cy;
_root.rightWall._x = cx + 400;
_root.rightWall._y = cy;
_root.box._x = cx;
_root.box._y = cy;
_root.wide._x = cx;
_root.ch._x = cx - 267;
_root.ch._y = cy - 200;
_root.scorea._x = cx - 320;
_root.scorea._y = cy - 225;
_root.wide._y = cy;
_root.pauseda._x = cx;
_root.pauseda._y = cy;
_root.introo._x = cx;
_root.introo._y = cy;
if (!_root.pausing) {
_x = (_x + xspeed);
_y = (_y + yspeed);
yspeed = yspeed + grav;
xspeed = xspeed * 0.92;
if (Key.isDown(39)) {
xspeed = xspeed + 1;
if (_currentframe != 3) {
this.gotoAndStop(2);
}
_xscale = scale;
}
if (Key.isDown(37)) {
xspeed = xspeed - 1;
if (_currentframe != 3) {
this.gotoAndStop(2);
}
_xscale = (-scale);
}
if (((Key.isDown(32) && (grounded)) or (Key.isDown(38) && (grounded))) or (Key.isDown(65) && (grounded))) {
yspeed = -20;
grounded = false;
jumping = true;
gotoAndStop (3);
}
if (((!Key.isDown(37)) && (!Key.isDown(39))) && (grounded)) {
gotoAndStop (1);
}
if (_root.land.hitTest(_x, (_y + h) + 40, true)) {
this.jumper.play();
}
if (yspeed == 0) {
jumping = false;
} else if ((yspeed >= 16) && (jumping == true)) {
jumping = false;
}
grounded = false;
if (_root.land.hitTest(_x, _y + h, true) && (jumping == false)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true) && (jumping == false)) {
_y = (_y - 0.1);
}
}
if (_root.land.aa.hitTest(_x - w, _y, true)) {
xspeed = 0;
while (_root.land.aa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.land.bb.hitTest(_x + w, _y, true)) {
xspeed = 0;
while (_root.land.bb.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
_root.bg._x = cx / 2;
_root.bg._y = cy / 5;
_root.fadein._x = cx;
_root.fadein._y = cy;
_root.circleMenu._x = cx;
_root.circleMenu._y = cy;
_root.circle._x = cx;
_root.circle._y = cy;
}
}
Instance of Symbol 836 MovieClip "pauseda" in Frame 12
onClipEvent (enterFrame) {
this.swapDepths(8022);
}
Instance of Symbol 1064 MovieClip "introo" in Frame 12
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 28) {
this.play();
}
}
Instance of Symbol 837 MovieClip "leftWall" in Frame 12
onClipEvent (enterFrame) {
this.swapDepths(21602);
}
Instance of Symbol 837 MovieClip "rightWall" in Frame 12
onClipEvent (enterFrame) {
this.swapDepths(21601);
}
Instance of Symbol 1066 MovieClip "fadein" in Frame 12
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 22) {
this.play();
}
}
Instance of Symbol 1070 MovieClip "circle" in Frame 12
onClipEvent (enterFrame) {
this.swapDepths(40001);
if (_currentframe >= 2) {
_x = _root.player._x;
_y = _root.player._y;
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1007 MovieClip "circleMenu" in Frame 12
onClipEvent (enterFrame) {
if (_currentframe >= 2) {
this.swapDepths(65001);
_x = (Stage.width / 2);
_y = (Stage.height / 2);
}
}
Frame 13
stopAllSounds();
for (i in _root) {
_root[i].removeMovieClip();
}
nextFrame();
_root.all.setVolume(100);
Frame 14
_x = 0;
_y = 0;
Frame 15
_root.nextFrame();
Frame 16
stop();
function makeBossFish() {
c++;
_root.bossFish.duplicateMovieClip("bossFish" + c, c);
_root["bossFish" + c]._x = _root.boss._x - 110;
_root["bossFish" + c]._y = _root.boss._y + 70;
}
function makeBall() {
b++;
_root.ball.duplicateMovieClip("ball" + b, b);
_root["ball" + b]._x = _root.player._x - 50;
_root["ball" + b]._y = _root.player._y;
_root["ball" + b]._rotation = _root.player._rotation;
}
function makeBall2() {
b++;
_root.ball.duplicateMovieClip("ball" + b, b);
_root["ball" + b]._x = _root.player._x - 50;
_root["ball" + b]._y = _root.player._y;
_root["ball" + b]._rotation = _root.player._rotation + 18;
}
function makeBall3() {
b++;
_root.ball.duplicateMovieClip("ball" + b, b);
_root["ball" + b]._x = _root.player._x - 50;
_root["ball" + b]._y = _root.player._y;
_root["ball" + b]._rotation = _root.player._rotation - 18;
}
function makeBubble() {
bbl++;
_root.bubble.duplicateMovieClip("bubble" + bbl, bbl);
_root["bubble" + bbl]._x = _root.boss._x - 150;
_root["bubble" + bbl]._y = _root.boss._y + 120;
}
function makeHit() {
hitt++;
_root.hitBoss.duplicateMovieClip("hitBoss" + hitt, hitt);
_root["hitBoss" + hitt]._x = _root.hitXX;
_root["hitBoss" + hitt]._y = _root.hitYY;
}
function makeCandy() {
candy++;
_root.bigCandy.duplicateMovieClip("bigCandy" + candy, candy);
_root["bigCandy" + candy]._x = _root.bcxx;
_root["bigCandy" + candy]._y = _root.bcyy;
_root["bigCandy" + candy]._rotation = random(360);
}
function makeCandy2() {
candy++;
_root.lilCandy.duplicateMovieClip("lilCandy" + candy, candy);
_root["lilCandy" + candy]._x = _root.lcxx;
_root["lilCandy" + candy]._y = _root.lcyy;
_root["lilCandy" + candy]._rotation = random(360);
}
function makeStarA() {
a++;
_root.starA.duplicateMovieClip("starA" + a, a);
_root["starA" + a]._x = _root.player._x;
_root["starA" + a]._y = (_root.player._y - 20) + random(80);
_root["starA" + a]._rotation = _root.player._rotation;
}
function makeStarB() {
a++;
_root.starB.duplicateMovieClip("starB" + a, a);
_root["starB" + a]._x = _root["fairy" + fairya]._x;
_root["starB" + a]._y = (_root["fairy" + fairya]._y - 10) + random(20);
}
function makeInvincible() {
inv++;
_root.invball.duplicateMovieClip("invball" + inv, inv);
_root["invball" + inv]._x = 950;
}
function makeFish() {
if (overall <= 2500) {
c++;
_root.fish.duplicateMovieClip("fish" + c, c);
_root["fish" + c].yyy = random(3);
if (_root["fish" + c].yyy == 0) {
_root["fish" + c]._x = 950;
_root["fish" + c]._y = 900;
_root["fish" + c].ymov = 9 - random(18);
}
if (_root["fish" + c].yyy == 1) {
_root["fish" + c]._x = 950;
_root["fish" + c]._y = 900;
_root["fish" + c].ymov = 9 - random(18);
}
if (_root["fish" + c].yyy == 2) {
_root["fish" + c]._x = 950;
_root["fish" + c]._y = 900;
_root["fish" + c].ymov = 9 - random(18);
}
_root["fish" + c].xmov = _root["fish" + c].ymov;
}
}
function makeFisha() {
c++;
_root.fish.duplicateMovieClip("fish" + c, c);
_root["fish" + c].yyy = random(3);
if (_root["fish" + c].yyy == 0) {
_root["fish" + c]._x = 950;
_root["fish" + c]._y = 900;
_root["fish" + c].ymov = 9 - random(18);
}
if (_root["fish" + c].yyy == 1) {
_root["fish" + c]._x = 950;
_root["fish" + c]._y = 900;
_root["fish" + c].ymov = 9 - random(18);
}
if (_root["fish" + c].yyy == 2) {
_root["fish" + c]._x = 950;
_root["fish" + c]._y = 900;
_root["fish" + c].ymov = 9 - random(18);
}
_root["fish" + c].xmov = _root["fish" + c].ymov;
}
function makeGumDrop() {
g++;
_root.gumball.duplicateMovieClip("gumball" + g, g);
_root["gumball" + g]._x = _root.fairyxx;
_root["gumball" + g]._y = _root.fairyyy;
_root["gumball" + g]._rotation = _root.gumball.rot;
}
function makeFish2() {
if (overall <= 2500) {
c++;
_root.fish2.duplicateMovieClip("fish2" + c, c);
_root["fish2" + c].yyy = random(2);
if (_root["fish2" + c].yyy == 0) {
_root["fish2" + c]._x = 950;
_root["fish2" + c]._y = 900;
_root["fish2" + c].ymov = 9 - random(18);
}
if (_root["fish2" + c].yyy == 1) {
_root["fish2" + c]._x = 950;
_root["fish2" + c]._y = 900;
_root["fish2" + c].ymov = 9 - random(18);
}
if (_root["fish2" + c].yyy == 2) {
_root["fish2" + c]._x = 950;
_root["fish2" + c]._y = 900;
_root["fish2" + c].ymov = 9 - random(18);
}
_root["fish2" + c].xmov = _root["fish2" + c].ymov;
}
}
function makeFish2a() {
c++;
_root.fish2.duplicateMovieClip("fish2" + c, c);
_root["fish2" + c].yyy = random(2);
if (_root["fish2" + c].yyy == 0) {
_root["fish2" + c]._x = 950;
_root["fish2" + c]._y = 900;
_root["fish2" + c].ymov = 9 - random(18);
}
if (_root["fish2" + c].yyy == 1) {
_root["fish2" + c]._x = 950;
_root["fish2" + c]._y = 900;
_root["fish2" + c].ymov = 9 - random(18);
}
if (_root["fish2" + c].yyy == 2) {
_root["fish2" + c]._x = 950;
_root["fish2" + c]._y = 900;
_root["fish2" + c].ymov = 9 - random(18);
}
_root["fish2" + c].xmov = _root["fish2" + c].ymov;
}
function makeFish3() {
if (overall <= 2500) {
c++;
_root.fish3.duplicateMovieClip("fish3" + c, c);
_root["fish3" + c]._x = 950;
}
}
function makeFish3a() {
c++;
_root.fish3.duplicateMovieClip("fish3" + c, c);
_root["fish3" + c]._x = 950;
}
function makeFish4() {
if (overall <= 2500) {
ff4++;
_root.fish4.duplicateMovieClip("fish4" + ff4, ff4);
_root["fish4" + ff4].yyy = random(3);
if (_root["fish4" + ff4].yyy == 0) {
_root["fish4" + ff4]._x = 950;
_root["fish4" + ff4]._y = random(900);
_root["fish4" + ff4].ymov = 9 - random(18);
}
if (_root["fish4" + ff4].yyy == 1) {
_root["fish4" + ff4]._x = 950;
_root["fish4" + ff4]._y = random(900);
_root["fish4" + ff4].ymov = 9 - random(18);
}
if (_root["fish4" + ff4].yyy == 2) {
_root["fish4" + ff4]._x = 950;
_root["fish4" + ff4]._y = random(900);
_root["fish4" + ff4].ymov = 9 - random(18);
}
_root["fish4" + ff4].xmov = _root["fish4" + ff4].ymov;
}
}
function makeFish4a() {
ff4++;
_root.fish4.duplicateMovieClip("fish4" + ff4, ff4);
_root["fish4" + ff4].yyy = random(3);
if (_root["fish4" + ff4].yyy == 0) {
_root["fish4" + ff4]._x = 950;
_root["fish4" + ff4]._y = random(900);
_root["fish4" + ff4].ymov = 9 - random(18);
}
if (_root["fish4" + ff4].yyy == 1) {
_root["fish4" + ff4]._x = 950;
_root["fish4" + ff4]._y = random(900);
_root["fish4" + ff4].ymov = 9 - random(18);
}
if (_root["fish4" + ff4].yyy == 2) {
_root["fish4" + ff4]._x = 950;
_root["fish4" + ff4]._y = random(900);
_root["fish4" + ff4].ymov = 9 - random(18);
}
_root["fish4" + ff4].xmov = _root["fish4" + ff4].ymov;
}
function makeMiniA() {
cc++;
_root.minia.duplicateMovieClip("minia" + cc, cc);
_root["minia" + cc]._x = _root["fish4" + ff4]._x - 60;
_root["minia" + cc]._y = _root["fish4" + ff4]._y + 30;
}
function makeMiniB() {
cc++;
_root.minib.duplicateMovieClip("minib" + cc, cc);
_root["minib" + cc]._x = _root["fish4" + ff4]._x - 60;
_root["minib" + cc]._y = _root["fish4" + ff4]._y + 30;
}
function makeMiniC() {
cc++;
_root.minic.duplicateMovieClip("minic" + cc, cc);
_root["minic" + cc]._x = _root["fish4" + ff4]._x - 60;
_root["minic" + cc]._y = _root["fish4" + ff4]._y + 30;
}
function makeFish5() {
if (overall <= 2500) {
c++;
_root.fish5.duplicateMovieClip("fish5" + c, c);
_root["fish5" + c].yyy = random(2);
if (_root["fish5" + c].yyy == 0) {
_root["fish5" + c]._x = 950 - random(200);
_root["fish5" + c]._y = -100;
_root["fish5" + c].ymov = random(9);
}
if (_root["fish5" + c].yyy == 1) {
_root["fish5" + c]._x = 950 - random(200);
_root["fish5" + c]._y = 900;
_root["fish5" + c].ymov = -random(9);
}
if (_root["fish5" + c].yyy == 2) {
_root["fish5" + c]._x = 950;
_root["fish5" + c]._y = 900;
_root["fish5" + c].ymov = 9 - random(18);
}
_root["fish5" + c].xmov = _root["fish5" + c].ymov;
}
}
function makeFish5a() {
c++;
_root.fish5.duplicateMovieClip("fish5" + c, c);
_root["fish5" + c].yyy = random(2);
if (_root["fish5" + c].yyy == 0) {
_root["fish5" + c]._x = 950;
_root["fish5" + c]._y = 900;
_root["fish5" + c].ymov = 9 - random(18);
}
if (_root["fish5" + c].yyy == 1) {
_root["fish5" + c]._x = 950;
_root["fish5" + c]._y = 900;
_root["fish5" + c].ymov = 9 - random(18);
}
if (_root["fish5" + c].yyy == 2) {
_root["fish5" + c]._x = 950;
_root["fish5" + c]._y = 900;
_root["fish5" + c].ymov = 9 - random(18);
}
_root["fish5" + c].xmov = _root["fish5" + c].ymov;
}
function makeFish6() {
if (overall <= 2500) {
c++;
_root.fish6.duplicateMovieClip("fish6" + c, c);
_root["fish6" + c]._x = 950;
_root["fish6" + c]._y = 900;
_root["fish6" + c].ymov = 9 - random(18);
_root["fish6" + c].xmov = _root["fish6" + c].ymov;
}
}
function makeFish6a() {
c++;
_root.fish6.duplicateMovieClip("fish6" + c, c);
_root["fish6" + c]._x = 950;
_root["fish6" + c]._y = 900;
_root["fish6" + c].ymov = 9 - random(18);
_root["fish6" + c].xmov = _root["fish6" + c].ymov;
}
function makeCage() {
c++;
_root.cage.duplicateMovieClip("cage" + c, c);
_root["cage" + c]._x = 950;
_root["cage" + c]._y = 100 + random(400);
_root["cage" + c]._visible = true;
}
function makeFairy() {
fairya++;
_root.fairy.duplicateMovieClip("fairy" + fairya, fairya);
_root["fairy" + fairya]._x = _root.cagexx;
_root["fairy" + fairya]._y = _root.cageyy;
_root["fairy" + fairya]._visible = true;
}
a = 0;
invinciblae = 0;
b = 1300;
fairya = 200;
fish2a = 0;
g = 250;
miniFish = 0;
inv = 900;
cc = 1500;
c = 1000;
ff4 = 127;
fish5a = 0;
fish6a = 0;
timeb = 0;
fish4a = 0;
d = 1400;
i = 2000;
fish3a = 0;
f = 0;
timea = 0;
fa = 0;
fb = 0;
candy = 750;
overall = 0;
hitt = 250;
bbl = 360;
sounding = 100;
_root.all.setVolume(100);
_x = 0;
_y = 0;
onEnterFrame = function () {
if ((_root.circle._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
if ((_root.circleMenu._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
if (Key.isDown(76) && (Key.isDown(81))) {
_root.circle.play();
}
if (_root.pausing != true) {
if (_root.score < 10) {
_root.scorea.score = "00000" + _root.score;
} else if (_root.score < 100) {
_root.scorea.score = "0000" + _root.score;
} else if ((_root.score < 1000) && (_root.score >= 100)) {
_root.scorea.score = "000" + _root.score;
} else if ((_root.score < 10000) && (_root.score >= 1000)) {
_root.scorea.score = "00" + _root.score;
} else if ((_root.score < 100000) && (_root.score >= 10000)) {
_root.scorea.score = "0" + _root.score;
} else if ((_root.score < 1000000) && (_root.score >= 100000)) {
_root.scorea.score = _root.score;
}
overall++;
if (cc >= 2000) {
cc = 1500;
}
i++;
f++;
fish3a++;
timea++;
if (_root.startGame == true) {
if (timea >= 300) {
fish2a++;
}
if (fish2a >= 50) {
_root.makeFish2();
fish2a = 0;
}
if (fb >= 5) {
fa = 0;
f = 0;
fb = 0;
}
if (i >= 2030) {
_root.makeFish();
i = 2000;
}
}
_root.makeStarA();
_root.makeStarB();
if (a >= 99) {
a = 1;
}
if (b >= 530) {
b = 501;
}
if (c >= 1049) {
c = 1001;
}
if (d >= 1150) {
d = 1101;
}
if (candy >= 590) {
candy = 550;
}
fish3a++;
if (f >= 170) {
fa++;
}
if (fish3a >= 600) {
if ((fa >= 15) && (fb < 5)) {
_root.makeFish3();
fb++;
fa = 0;
}
}
if (fb >= 5) {
fa = 0;
f = 0;
fb = 0;
}
if (enemies >= 30) {
if (_root.special != true) {
_root.makeCage();
enemies = 0;
}
if (_root.special == true) {
enemies = enemies - 10;
}
}
fish4a++;
if (timea >= 500) {
if ((fish4a >= 90) && (!_root["fish4" + ff4].hitTest(_root.box))) {
_root.makeFish4();
fish4a = 0;
}
miniFish++;
if ((_root["fish4" + ff4].hitTest(_root.box) && (_root["fish4" + ff4]._currentframe == 1)) && (miniFish >= 6)) {
_root.makeMiniA();
_root.makeMiniB();
_root.makeMiniC();
miniFish = 0;
}
}
timeb++;
fish5a++;
if (timeb >= 1000) {
if (fish5a >= 120) {
_root.makeFish5();
fish5a = 0;
}
}
fish6a++;
if (timeb >= 1300) {
if (fish6a >= 120) {
_root.makeFish6();
fish6a = 0;
}
}
if (candyaa >= 50) {
_root.invincible = true;
invinciblae++;
}
if (invinciblae >= 350) {
_root.player.gotoAndStop(5);
_root.invincible = false;
_root.invincibleDone = false;
_root.health.candy.gotoAndStop(1);
candyaa = 0;
invinciblae = 0;
}
}
if ((Key.isDown(80) && (pHold != true)) && (_root.pausing != true)) {
_root.pauseda.gotoAndStop(2);
_root.pausing = true;
pHold = true;
}
if ((!Key.isDown(80)) && (pHold == true)) {
pHold = false;
}
if ((Key.isDown(80) && (_root.pausing == true)) && (pHold != true)) {
_root.pausing = false;
pHold = true;
_root.pauseda.gotoAndStop(1);
}
if (overall >= 2521) {
_root.boss.comeout = true;
if (_root.vs._currentframe == 1) {
_root.vs.play();
}
_root.vs._visible = true;
}
};
_root.enemies = 0;
_root.candyaa = 0;
_root.levela = 3;
Instance of Symbol 1435 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 247 MovieClip "bigCandy" in Frame 16
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (speed == 0) {
speed = 1;
}
if (_root.pausing != true) {
if (ymov == 0) {
ymov = 1;
}
_rotation = (_rotation - 3);
if (this.hitTest(_root.player.box2) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip "lilCandy" in Frame 16
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (ymov == 0) {
ymov = 1;
}
if (speed == 0) {
speed = 1;
}
_rotation = (_rotation - 3);
if (this.hitTest(_root.player.box2) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 1436 MovieClip "ball" in Frame 16
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
_x = (_x + (36 * Math.cos(_rotation * (Math.PI/180))));
_y = (_y + (36 * Math.sin(_rotation * (Math.PI/180))));
if (_x >= 810) {
this.removeMovieClip();
}
}
}
Instance of Symbol 1437 MovieClip "player" in Frame 16
onClipEvent (load) {
var yspeed = 0;
var xspeed = 0;
var rot = 0;
var friction = 0.86;
var rott = _rotation;
}
onClipEvent (enterFrame) {
this.swapDepths(2004);
if (_root.pausing != true) {
_rotation = (_rotation + rot);
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * friction;
yspeed = yspeed * friction;
rot = rot * friction;
if (Key.isDown(39)) {
xspeed = xspeed + 2;
}
if (Key.isDown(37)) {
xspeed = xspeed - 2;
}
if (Key.isDown(40) && (_currentframe != 3)) {
if ((_currentframe != 4) && (_currentframe != 5)) {
this.gotoAndStop(2);
}
yspeed = yspeed + 2;
if (_rotation <= (rott + 1.5)) {
rot++;
}
}
if (((!Key.isDown(40)) && (_currentframe == 2)) && (this.CandyDown._currentframe >= 15)) {
this.CandyDown.play();
}
if (Key.isDown(38) && (_currentframe != 2)) {
if ((_currentframe != 4) && (_currentframe != 5)) {
this.gotoAndStop(3);
}
yspeed = yspeed - 2;
if (_rotation >= (rott - 1.5)) {
rot--;
}
}
if (((!Key.isDown(38)) && (_currentframe == 3)) && (this.CandyUp._currentframe >= 7)) {
this.CandyUp.play();
}
if ((!Key.isDown(38)) && (!Key.isDown(40))) {
if (_rotation >= (rott + 0.3)) {
rot = rot - 0.6;
}
if (_rotation <= (rott - 0.3)) {
rot = rot + 0.6;
}
}
if (((Key.isDown(65) && (_currentframe != 4)) && (!holdA)) && (_currentframe != 5)) {
this.gotoAndStop(4);
holdA = true;
}
if ((!Key.isDown(65)) && (holdA)) {
holdA = false;
}
if (this.box.hitTest(_root.leftWall)) {
xspeed = 5;
}
if (this.box.hitTest(_root.rightWall)) {
xspeed = -5;
}
if (this.box.hitTest(_root.topWall)) {
yspeed = 5;
}
if (this.box.hitTest(_root.bottomWall)) {
yspeed = -5;
}
if ((_root.special == true) && (Key.isDown(83))) {
this.gotoAndStop(5);
_root.special = false;
_root.candycane.play();
}
}
}
Instance of Symbol 342 MovieClip "starA" in Frame 16
onClipEvent (load) {
var xspeed = 0;
var yspeed = 0;
var rot = 0;
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.93;
xspeed = xspeed - 3;
yspeed = yspeed - yy;
_rotation = (_rotation + rot);
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 355 MovieClip in Frame 16
onClipEvent (load) {
var speed = (8 + random(4));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
i = 0;
}
onClipEvent (enterFrame) {
this.swapDepths(1702);
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
i++;
if ((i >= 1800) && (_currentframe == 1)) {
if (speed == 0) {
speed = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
}
if (this.hitTest(_root.player.box2) && (_currentframe == 1)) {
this.gotoAndStop(2);
_root.bigFish.out = true;
}
}
}
Instance of Symbol 1451 MovieClip "bigFish" in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (out == true) {
i++;
if (i >= 500) {
out = false;
i = 0;
}
if (_x < (_root.player._x + 10)) {
_x = (_x + 3);
}
if (_x > (_root.player._x + 50)) {
_x = (_x - 3);
}
if (_y < (_root.player._y + 10)) {
_y = (_y + 3);
}
if (_y > (_root.player._y + 30)) {
_y = (_y - 3);
}
_rotation = (_root.player._rotation / 2);
} else if (_x >= -250) {
_x = (_x - 4);
}
}
}
Instance of Symbol 612 MovieClip "cage" in Frame 16
onClipEvent (load) {
var speed = (4 + random(2));
_y = (100 + random(300));
ymov = -2 + random(4);
xmov = ymov;
dead = 0;
hit = 0;
i = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (ymov == 0) {
ymov = 1;
}
if (speed == 0) {
speed = 1;
}
z = 500;
while (z <= 530) {
if ((this.hitTest(_root["ball" + z]) && (_currentframe != 2)) && (_x <= 800)) {
if ((hit < 3) && (_currentframe == 1)) {
hit++;
this.gotoAndStop(2);
_root["ball" + z].removeMovieClip();
}
if ((hit >= 3) && (_currentframe == 1)) {
this.gotoAndStop(3);
ymov = 0;
_root["ball" + z].removeMovieClip();
_root.cagexx = _x;
_root.cageyy = _y;
}
}
z++;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_x <= -100) {
this.removeMovieClip();
_visible = false;
ymov = 0;
}
if (_currentframe == 3) {
i++;
}
if (i >= 200) {
this.removeMovieClip();
}
}
}
Instance of Symbol 636 MovieClip "fairy" in Frame 16
onClipEvent (load) {
speed = 8;
scale = -_xscale;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fairy") {
if (var1 != 1) {
if (_x <= _root.player._x) {
_x = (_x + speed);
_xscale = scale;
}
if (_x >= _root.player._x) {
_x = (_x - speed);
_xscale = (-scale);
}
if (_y >= (_root.player._y - 200)) {
_y = (_y - speed);
}
if (_y <= (_root.player._y - 200)) {
_y = (_y + speed);
}
}
if (((_x >= (_root.player._x - 20)) and (_x <= (_root.player._x + 30))) && (_y <= (_root.player._y - 100))) {
this.gotoAndStop(2);
_root.fairyxx = _x;
_root.fairyyy = _y + 30;
var1 = 1;
}
if (var1 == 1) {
_y = (_y - speed);
}
if (_y <= -400) {
this.removeMovieClip();
_visible = false;
}
}
if (_name == "fairy") {
this.lol.stop();
}
}
}
Instance of Symbol 637 MovieClip "gumball" in Frame 16
onClipEvent (load) {
yspeed = 0;
grav = 1;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_rotation = (_rotation - 3);
if (this.hitTest(_root.player.box2)) {
this.gotoAndStop(2);
_root.player.gotoAndStop(5);
_root.special = true;
}
}
}
Instance of Symbol 638 MovieClip "starB" in Frame 16
onClipEvent (load) {
var xspeed = 0;
var yspeed = 0;
var rot = 0;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.93;
if (_xscale == scale) {
xspeed++;
} else {
xspeed--;
}
yspeed = yspeed - yy;
fairya = 200;
while (fairya <= 230) {
if (_root["fairy" + fairya]._xscale < 0) {
_xscale = scale;
} else {
_xscale = (-scale);
}
fairya++;
}
_rotation = (_rotation + rot);
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 703 MovieClip "candycane" in Frame 16
onClipEvent (enterFrame) {
this.swapDepths(5000);
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 1) {
this.play();
}
}
Instance of Symbol 1465 MovieClip "fish2" in Frame 16
onClipEvent (load) {
var speed = (8 + random(3));
dead = 0;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fish2") {
z = 500;
while (z <= 530) {
if ((this.hitTest(_root["ball" + z]) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
xspeed = 0;
yspeed = 0;
ymov = 0;
_rotation = 0;
_root["ball" + z].removeMovieClip();
}
z++;
}
if (speed == 0) {
speed = 1;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y >= 50) {
onScreenYa = true;
}
if (_y <= 550) {
onScreenYb = true;
}
if ((_y < 0) && (onScreenYa == true)) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_y > 600) && (onScreenYb == true)) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish2")) {
this.removeMovieClip();
}
if (_name == "fish2") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if ((this.hitTest(_root.candycane) && (_currentframe != 2)) && (_root.candycane.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1476 MovieClip "fish3" in Frame 16
onClipEvent (load) {
var xspeed = 5;
var yspeed = 0;
var grav = 1;
var i = 0;
rott = _rotation;
dead = 0;
xx = _x;
}
onClipEvent (enterFrame) {
if (_name != "fish3") {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_currentframe == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if ((_y >= 660) && (i < 30)) {
yspeed = 0;
}
if (speed == 0) {
speed = 1;
}
_x = (_x - xspeed);
i++;
if (_y >= 660) {
yspeed = -(random(20) + 14);
i = 0;
}
d = Math.sqrt((600 - _y) * (600 - _y));
z = 500;
while (z <= 530) {
if ((this.hitTest(_root["ball" + z]) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
xspeed = 0;
yspeed = 0;
ymov = 0;
_rotation = 0;
_root["ball" + z].removeMovieClip();
}
z++;
}
if (_x <= -100) {
this.removeMovieClip();
}
if ((_currentframe == 2) && (varDead != true)) {
_root.lcxx = _x;
_root.lcyy = _y;
varDead = true;
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if ((this.hitTest(_root.candycane) && (_currentframe != 2)) && (_root.candycane.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (_name == "fish3") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
}
Instance of Symbol 1480 MovieClip "fish" in Frame 16
onClipEvent (load) {
var speed = (8 + random(3));
dead = 0;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fish") {
z = 500;
while (z <= 530) {
if ((this.hitTest(_root["ball" + z]) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
xspeed = 0;
yspeed = 0;
ymov = 0;
_rotation = 0;
_root["ball" + z].removeMovieClip();
}
z++;
}
if (speed == 0) {
speed = 1;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y >= 50) {
onScreenYa = true;
}
if (_y <= 550) {
onScreenYb = true;
}
if ((_y < 0) && (onScreenYa == true)) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_y > 600) && (onScreenYb == true)) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish")) {
this.removeMovieClip();
}
if (_name == "fish") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if ((this.hitTest(_root.candycane) && (_currentframe != 2)) && (_root.candycane.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1486 MovieClip "fish4" in Frame 16
onClipEvent (load) {
var speed = (8 + random(3));
dead = 0;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fish2") {
z = 500;
while (z <= 530) {
if ((this.hitTest(_root["ball" + z]) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
xspeed = 0;
yspeed = 0;
ymov = 0;
_rotation = 0;
_root["ball" + z].removeMovieClip();
}
z++;
}
if (speed == 0) {
speed = 1;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.lcxx = _x;
_root.lcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y >= 50) {
onScreenYa = true;
}
if (_y <= 550) {
onScreenYb = true;
}
if ((_y < 0) && (onScreenYa == true)) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_y > 600) && (onScreenYb == true)) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish2")) {
this.removeMovieClip();
}
if (_name == "fish2") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if ((this.hitTest(_root.candycane) && (_currentframe != 2)) && (_root.candycane.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 813 MovieClip "healthBarBoss" in Frame 16
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
this.swapDepths(2849);
if (_root.boss.comeout == true) {
if (_alpha <= 100) {
this._alpha = this._alpha + 2;
}
}
}
Instance of Symbol 1536 MovieClip "boss" in Frame 16
onClipEvent (load) {
i = 0;
bubbles = true;
ballremove = 0;
a = 0;
ouch = 0;
ia = 0;
speed = 3;
varDown = true;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
z = 500;
while (z <= 530) {
if (this.hit.hitTest(_root["ball" + z]) && (this.hitTest(_root.box))) {
_root.hitXX = _root["ball" + z]._x + 170;
_root.hitYY = _root["ball" + z]._y + 30;
_root.makeHit();
ouch++;
_root.healthBarBoss.bar._xscale = _root.healthBarBoss.bar._xscale - 0.6;
_root["ball" + z].removeMovieClip();
}
z++;
}
if (_currentframe != 5) {
if ((comeout == true) && (ready != true)) {
if (_y >= ((Stage.height / 2) + 70)) {
_y = (_y - 5);
} else {
ready = true;
}
}
if (ready == true) {
if ((_y <= 400) && (varDown == true)) {
_y = (_y + speed);
}
if (_y >= 400) {
varDown = false;
}
if ((_y >= 20) && (varDown == false)) {
_y = (_y - speed);
}
if (_y <= 20) {
varDown = true;
}
i++;
if (i >= 35) {
attack = random(4);
}
if (attack == 0) {
i = 0;
attack = 5;
a++;
}
if (((attack == 1) && (_currentframe == 1)) && (_currentframe != 5)) {
this.gotoAndStop(2);
i = 0;
attack = 5;
a = 0;
}
if (((attack == 2) && (_currentframe == 1)) && (_currentframe != 5)) {
this.gotoAndStop(3);
i = 0;
attack = 5;
a = 0;
}
if (((attack == 3) && (_currentframe == 1)) && (_currentframe != 5)) {
this.gotoAndStop(4);
i = 0;
attack = 5;
a = 0;
}
if (((a >= 3) && (_currentframe == 1)) && (_currentframe != 5)) {
this.gotoAndStop(random(3));
a = 0;
attack = 5;
}
}
}
if ((_root.healthBarBoss.bar._xscale < 0) && (_currentframe != 5)) {
this.gotoAndStop(5);
}
}
}
Instance of Symbol 785 MovieClip "hitBoss" in Frame 16
onClipEvent (load) {
gotoAndPlay (1);
}
onClipEvent (enterFrame) {
if (this._name == "hitBoss") {
this.gotoAndStop(1);
}
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 11) {
this.play();
}
}
Instance of Symbol 1551 MovieClip "fish5" in Frame 16
onClipEvent (load) {
var speed = (8 + random(3));
_rotation = random(360);
dead = 0;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fish2") {
z = 500;
while (z <= 530) {
if ((this.hitTest(_root["ball" + z]) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
xspeed = 0;
yspeed = 0;
ymov = 0;
_rotation = 0;
_root["ball" + z].removeMovieClip();
}
z++;
}
if (_currentframe == 2) {
_rotation = 0;
}
if (speed == 0) {
speed = 1;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y >= 50) {
onScreenYa = true;
}
_rotation = (_rotation - 3);
if (_y <= 550) {
onScreenYb = true;
}
if ((_y < 0) && (onScreenYa == true)) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_y > 600) && (onScreenYb == true)) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish2")) {
this.removeMovieClip();
}
if (_name == "fish2") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if ((this.hitTest(_root.candycane) && (_currentframe != 2)) && (_root.candycane.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1552 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (_root.boss._currentframe == 5) {
if (_y <= (Stage.height / 2)) {
_y = (_y + 6);
}
if (((this.hitTest(_root.player) && (var1 != true)) && (_root.collect._currentframe == 1)) && (_y >= 0)) {
_visible = false;
_root.collect._visible = true;
_root.collect.play();
var1 = true;
}
}
}
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 836 MovieClip "pauseda" in Frame 16
onClipEvent (enterFrame) {
this.swapDepths(8047);
}
Instance of Symbol 1554 MovieClip in Frame 16
onClipEvent (enterFrame) {
this.swapDepths(2603);
}
Instance of Symbol 842 MovieClip "scorea" in Frame 16
onClipEvent (enterFrame) {
this.swapDepths(2605);
}
Instance of Symbol 931 MovieClip "health" in Frame 16
onClipEvent (enterFrame) {
this.swapDepths(2624);
}
Instance of Symbol 934 MovieClip "wide" in Frame 16
onClipEvent (enterFrame) {
this.swapDepths(21600);
}
Instance of Symbol 837 MovieClip "leftWall" in Frame 16
onClipEvent (enterFrame) {
this.swapDepths(21602);
}
Instance of Symbol 837 MovieClip "rightWall" in Frame 16
onClipEvent (enterFrame) {
this.swapDepths(21601);
}
Instance of Symbol 219 MovieClip in Frame 16
onClipEvent (enterFrame) {
this.swapDepths(30000);
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 22) {
this.play();
}
}
Instance of Symbol 1558 MovieClip in Frame 16
onClipEvent (enterFrame) {
this.swapDepths(2531);
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 94) {
this.play();
}
}
Instance of Symbol 1577 MovieClip "vs" in Frame 16
onClipEvent (load) {
_visible = false;
this.swapDepths(3700);
}
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if ((_currentframe != 32) && (_currentframe != 1)) {
this.play();
}
}
Instance of Symbol 1003 MovieClip "collect" in Frame 16
onClipEvent (load) {
this.swapDepths(21258);
_visible = false;
}
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if ((_currentframe != 1) && (_currentframe != 100)) {
this.play();
}
}
Instance of Symbol 1005 MovieClip "circle" in Frame 16
onClipEvent (enterFrame) {
if (_currentframe >= 2) {
this.swapDepths(65000);
_x = _root.player._x;
_y = _root.player._y;
}
}
Instance of Symbol 1007 MovieClip "circleMenu" in Frame 16
onClipEvent (enterFrame) {
if (_currentframe >= 2) {
this.swapDepths(65001);
_x = (Stage.width / 2);
_y = (Stage.height / 2);
}
}
Frame 17
stopAllSounds();
for (i in _root) {
_root[i].removeMovieClip();
}
nextFrame();
_root.all.setVolume(100);
Frame 18
stop();
for (i in _root) {
_root[i].removeMovieClip();
}
cha = 0;
timee = 10;
sounding = 100;
_root.all.setVolume(100);
onEnterFrame = function () {
if ((_root.circle._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
if ((_root.circleMenu._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
cha++;
if (((cha >= 45) && (_root.ch.timee >= 0)) && (!_root.pausing)) {
timee--;
_root.ch.timee = timee;
cha = 0;
}
if (timee < 10) {
_root.ch.timee = "0" + timee;
}
if ((_root.ch.timee <= 0) & (!_root.pausin)) {
_root.circle.play();
}
if (Key.isDown(76) && (Key.isDown(81))) {
_root.circle.play();
}
if ((Key.isDown(80) && (pHold != true)) && (_root.pausing != true)) {
_root.pauseda.gotoAndStop(2);
_root.pausing = true;
pHold = true;
}
if ((!Key.isDown(80)) && (pHold == true)) {
pHold = false;
}
if ((Key.isDown(80) && (_root.pausing == true)) && (pHold != true)) {
_root.pausing = false;
pHold = true;
_root.pauseda.gotoAndStop(1);
}
if (_root.score < 10) {
_root.scorea.score = "00000" + _root.score;
} else if (_root.score < 100) {
_root.scorea.score = "0000" + _root.score;
} else if ((_root.score < 1000) && (_root.score >= 100)) {
_root.scorea.score = "000" + _root.score;
} else if ((_root.score < 10000) && (_root.score >= 1000)) {
_root.scorea.score = "00" + _root.score;
} else if ((_root.score < 100000) && (_root.score >= 10000)) {
_root.scorea.score = "0" + _root.score;
} else if ((_root.score < 1000000) && (_root.score >= 100000)) {
_root.scorea.score = _root.score;
}
};
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 18
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 1053 MovieClip "player" in Frame 18
onClipEvent (load) {
xspeed = 0;
yspeed = 0;
grav = 1;
h = _height / 2;
w = _width / 2;
scale = _xscale;
cx = _x;
cy = _y;
jumping = false;
}
onClipEvent (enterFrame) {
cx = cx + ((_x - cx) / 5);
_root._x = (Stage.width / 2) - cx;
cy = cy + ((_y - cy) / 5);
_root._y = (Stage.height / 2) - cy;
_root.leftWall._x = cx - 400;
_root.leftWall._y = cy;
_root.rightWall._x = cx + 400;
_root.rightWall._y = cy;
_root.box._x = cx;
_root.box._y = cy;
_root.wide._x = cx;
_root.ch._x = cx - 267;
_root.ch._y = cy - 200;
_root.scorea._x = cx - 320;
_root.scorea._y = cy - 225;
_root.wide._y = cy;
_root.pauseda._x = cx;
_root.pauseda._y = cy;
_root.introo._x = cx;
_root.introo._y = cy;
if (!_root.pausing) {
_x = (_x + xspeed);
_y = (_y + yspeed);
yspeed = yspeed + grav;
xspeed = xspeed * 0.92;
if (Key.isDown(39)) {
xspeed = xspeed + 1;
if (_currentframe != 3) {
this.gotoAndStop(2);
}
_xscale = scale;
}
if (Key.isDown(37)) {
xspeed = xspeed - 1;
if (_currentframe != 3) {
this.gotoAndStop(2);
}
_xscale = (-scale);
}
if (((Key.isDown(32) && (grounded)) or (Key.isDown(38) && (grounded))) or (Key.isDown(65) && (grounded))) {
yspeed = -20;
grounded = false;
jumping = true;
gotoAndStop (3);
}
if (((!Key.isDown(37)) && (!Key.isDown(39))) && (grounded)) {
gotoAndStop (1);
}
if (_root.land.hitTest(_x, (_y + h) + 40, true)) {
this.jumper.play();
}
if (yspeed == 0) {
jumping = false;
} else if ((yspeed >= 16) && (jumping == true)) {
jumping = false;
}
grounded = false;
if (_root.land.hitTest(_x, _y + h, true) && (jumping == false)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true) && (jumping == false)) {
_y = (_y - 0.1);
}
}
if (_root.land.aa.hitTest(_x - w, _y, true)) {
xspeed = 0;
while (_root.land.aa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.land.bb.hitTest(_x + w, _y, true)) {
xspeed = 0;
while (_root.land.bb.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
_root.bg._x = cx / 2;
_root.bg._y = cy / 5;
_root.fadein._x = cx;
_root.fadein._y = cy;
_root.circleMenu._x = cx;
_root.circleMenu._y = cy;
_root.circle._x = cx;
_root.circle._y = cy;
}
}
Instance of Symbol 836 MovieClip "pauseda" in Frame 18
onClipEvent (enterFrame) {
this.swapDepths(8032);
}
Instance of Symbol 837 MovieClip "leftWall" in Frame 18
onClipEvent (enterFrame) {
this.swapDepths(21602);
}
Instance of Symbol 837 MovieClip "rightWall" in Frame 18
onClipEvent (enterFrame) {
this.swapDepths(21601);
}
Instance of Symbol 1066 MovieClip "fadein" in Frame 18
onClipEvent (enterFrame) {
this.swapDepths(2302);
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 22) {
this.play();
}
}
Instance of Symbol 1064 MovieClip "introo" in Frame 18
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 28) {
this.play();
}
}
Instance of Symbol 1070 MovieClip "circle" in Frame 18
onClipEvent (enterFrame) {
if (_currentframe >= 2) {
_x = _root.player._x;
_y = _root.player._y;
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1007 MovieClip "circleMenu" in Frame 18
onClipEvent (enterFrame) {
if (_currentframe >= 2) {
this.swapDepths(65001);
_x = (Stage.width / 2);
_y = (Stage.height / 2);
}
}
Frame 19
stopAllSounds();
for (i in _root) {
_root[i].removeMovieClip();
}
nextFrame();
Frame 20
_x = 0;
_y = 0;
Frame 21
stopAllSounds();
for (i in _root) {
_root[i].removeMovieClip();
}
stop();
nextFrame();
_x = 0;
_y = 0;
for (i in _root) {
_root[i].removeMovieClip();
}
_root.all.setVolume(100);
Frame 22
stop();
function makeBossFish() {
c++;
_root.bossFish.duplicateMovieClip("bossFish" + c, c);
_root["bossFish" + c]._x = _root.boss._x - 110;
_root["bossFish" + c]._y = _root.boss._y + 70;
}
function makeBall() {
b++;
_root.ball.duplicateMovieClip("ball" + b, b);
_root["ball" + b]._x = _root.player._x - 50;
_root["ball" + b]._y = _root.player._y;
_root["ball" + b]._rotation = _root.player._rotation;
}
function makeBall2() {
b++;
_root.ball.duplicateMovieClip("ball" + b, b);
_root["ball" + b]._x = _root.player._x - 50;
_root["ball" + b]._y = _root.player._y;
_root["ball" + b]._rotation = _root.player._rotation + 9;
}
function makeBall3() {
b++;
_root.ball.duplicateMovieClip("ball" + b, b);
_root["ball" + b]._x = _root.player._x - 50;
_root["ball" + b]._y = _root.player._y;
_root["ball" + b]._rotation = _root.player._rotation - 18;
}
function makeBall4() {
b++;
_root.ball.duplicateMovieClip("ball" + b, b);
_root["ball" + b]._x = _root.player._x - 50;
_root["ball" + b]._y = _root.player._y;
_root["ball" + b]._rotation = _root.player._rotation - 9;
}
function makeBall5() {
b++;
_root.ball.duplicateMovieClip("ball" + b, b);
_root["ball" + b]._x = _root.player._x - 50;
_root["ball" + b]._y = _root.player._y;
_root["ball" + b]._rotation = _root.player._rotation + 9;
}
function makeBubble() {
bbl++;
_root.bubble.duplicateMovieClip("bubble" + bbl, bbl);
_root["bubble" + bbl]._x = _root.boss._x - 150;
_root["bubble" + bbl]._y = _root.boss._y + 120;
}
function makeHit() {
hitt++;
_root.hitBoss.duplicateMovieClip("hitBoss" + hitt, hitt);
_root["hitBoss" + hitt]._x = _root.hitXX;
_root["hitBoss" + hitt]._y = _root.hitYY;
}
function makeCandy() {
candy++;
_root.bigCandy.duplicateMovieClip("bigCandy" + candy, candy);
_root["bigCandy" + candy]._x = _root.bcxx;
_root["bigCandy" + candy]._y = _root.bcyy;
_root["bigCandy" + candy]._rotation = random(360);
}
function makeCandy2() {
candy++;
_root.lilCandy.duplicateMovieClip("lilCandy" + candy, candy);
_root["lilCandy" + candy]._x = _root.lcxx;
_root["lilCandy" + candy]._y = _root.lcyy;
_root["lilCandy" + candy]._rotation = random(360);
}
function makeStarA() {
a++;
_root.starA.duplicateMovieClip("starA" + a, a);
_root["starA" + a]._x = _root.player._x;
_root["starA" + a]._y = (_root.player._y - 20) + random(80);
_root["starA" + a]._rotation = _root.player._rotation;
}
function makeStarB() {
a++;
_root.starB.duplicateMovieClip("starB" + a, a);
_root["starB" + a]._x = _root["fairy" + fairya]._x;
_root["starB" + a]._y = (_root["fairy" + fairya]._y - 10) + random(20);
}
function makeInvincible() {
inv++;
_root.invball.duplicateMovieClip("invball" + inv, inv);
_root["invball" + inv]._x = 950;
}
function makeFish() {
if (overall <= 2500) {
c++;
_root.fish.duplicateMovieClip("fish" + c, c);
_root["fish" + c]._x = 950;
}
}
function makeGumDrop() {
g++;
_root.gumball.duplicateMovieClip("gumball" + g, g);
_root["gumball" + g]._x = _root.fairyxx;
_root["gumball" + g]._y = _root.fairyyy;
_root["gumball" + g]._rotation = _root.gumball.rot;
}
function makeFish2() {
if (overall <= 2500) {
c++;
_root.fish2.duplicateMovieClip("fish2" + c, c);
_root["fish2" + c]._x = 950;
}
}
function makeFish3() {
if (overall <= 2500) {
c++;
_root.fish3.duplicateMovieClip("fish3" + c, c);
_root["fish3" + c]._x = 950;
}
}
function makeFish4() {
if (overall <= 2500) {
ff4++;
_root.fish4.duplicateMovieClip("fish4" + ff4, ff4);
_root["fish4" + ff4]._x = 950;
}
}
function makeMiniA() {
cc++;
_root.minia.duplicateMovieClip("minia" + cc, cc);
_root["minia" + cc]._x = _root["fish4" + ff4]._x - 60;
_root["minia" + cc]._y = _root["fish4" + ff4]._y + 30;
}
function makeMiniB() {
cc++;
_root.minib.duplicateMovieClip("minib" + cc, cc);
_root["minib" + cc]._x = _root["fish4" + ff4]._x - 60;
_root["minib" + cc]._y = _root["fish4" + ff4]._y + 30;
}
function makeMiniC() {
cc++;
_root.minic.duplicateMovieClip("minic" + cc, cc);
_root["minic" + cc]._x = _root["fish4" + ff4]._x - 60;
_root["minic" + cc]._y = _root["fish4" + ff4]._y + 30;
}
function makeFish5() {
if (overall <= 2500) {
c++;
_root.go = true;
_root.fish5.duplicateMovieClip("fish5" + c, c);
_root["fish5" + c]._x = _root.fish5.xx;
}
}
function makeFish6() {
if (overall <= 2500) {
c++;
_root.fish5.duplicateMovieClip("fish6" + c, c);
_root["fish5" + c]._x = 950;
_root["fish6" + c]._y = 900;
_root["fish6" + c].ymov = 9 - random(18);
_root["fish5" + c].xmov = _root["fish5" + c].ymov;
}
}
function makeFish6a() {
c++;
_root.fish5.duplicateMovieClip("fish6" + c, c);
_root["fish5" + c]._x = 950;
_root["fish6" + c]._y = 900;
_root["fish6" + c].ymov = 9 - random(18);
_root["fish5" + c].xmov = _root["fish5" + c].ymov;
}
function makeCage() {
c++;
_root.cage.duplicateMovieClip("cage" + c, c);
_root["cage" + c]._x = 950;
_root["cage" + c]._y = 100 + random(400);
_root["cage" + c]._visible = true;
}
function makeFairy() {
fairya++;
_root.fairy.duplicateMovieClip("fairy" + fairya, fairya);
_root["fairy" + fairya]._x = _root.cagexx;
_root["fairy" + fairya]._y = _root.cageyy;
_root["fairy" + fairya]._visible = true;
}
a = 0;
invinciblae = 0;
b = 1300;
fairya = 200;
fish2a = 0;
g = 250;
miniFish = 0;
inv = 900;
cc = 1500;
c = 1000;
ff4 = 127;
fish5a = 0;
timeb = 0;
fish4a = 0;
d = 1400;
i = 2000;
fish3a = 0;
f = 0;
timea = 0;
fa = 0;
fb = 0;
candy = 750;
overall = 0;
hitt = 250;
bbl = 360;
sounding = 100;
_root.all.setVolume(100);
_x = 0;
_y = 0;
go = false;
onEnterFrame = function () {
if ((_root.circle._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
if ((_root.circleMenu._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
if (Key.isDown(76) && (Key.isDown(81))) {
_root.circle.play();
}
if (_root.pausing != true) {
if (_root.score < 10) {
_root.scorea.score = "00000" + _root.score;
} else if (_root.score < 100) {
_root.scorea.score = "0000" + _root.score;
} else if ((_root.score < 1000) && (_root.score >= 100)) {
_root.scorea.score = "000" + _root.score;
} else if ((_root.score < 10000) && (_root.score >= 1000)) {
_root.scorea.score = "00" + _root.score;
} else if ((_root.score < 100000) && (_root.score >= 10000)) {
_root.scorea.score = "0" + _root.score;
} else if ((_root.score < 1000000) && (_root.score >= 100000)) {
_root.scorea.score = _root.score;
}
overall++;
if (cc >= 2000) {
cc = 1500;
}
i++;
f++;
fish3a++;
timea++;
if (_root.startGame == true) {
if (timea >= 300) {
fish2a++;
}
if (fish2a >= 50) {
_root.makeFish2();
fish2a = 0;
}
if (fb >= 5) {
fa = 0;
f = 0;
fb = 0;
}
if (i >= 2030) {
_root.makeFish();
i = 2000;
}
}
_root.makeStarA();
_root.makeStarB();
if (a >= 99) {
a = 1;
}
if (b >= 530) {
b = 501;
}
if (c >= 1049) {
c = 1001;
}
if (d >= 1150) {
d = 1101;
}
if (candy >= 590) {
candy = 550;
}
fish3a++;
if (f >= 170) {
fa++;
}
if (fish3a >= 600) {
if ((fa >= 15) && (fb < 5)) {
_root.makeFish3();
fb++;
fa = 0;
}
}
if (fb >= 5) {
fa = 0;
f = 0;
fb = 0;
}
if (enemies >= 30) {
if (_root.special != true) {
_root.makeCage();
enemies = 0;
}
if (_root.special == true) {
enemies = enemies - 10;
}
}
fish4a++;
if (timea >= 500) {
if ((fish4a >= 90) && (!_root["fish4" + ff4].hitTest(_root.box))) {
_root.makeFish4();
fish4a = 0;
}
miniFish++;
if ((_root["fish4" + ff4].hitTest(_root.box) && (_root["fish4" + ff4]._currentframe == 1)) && (miniFish >= 6)) {
_root.makeMiniA();
_root.makeMiniB();
_root.makeMiniC();
miniFish = 0;
}
}
timeb++;
if (_root.miniBossOut != true) {
fish5a++;
}
if (timeb >= 1200) {
if (fish5a >= 1200) {
_root.makeFish5();
fish5a = 0;
}
}
if (candyaa >= 50) {
_root.invincible = true;
invinciblae++;
}
if (invinciblae >= 350) {
_root.player.gotoAndStop(5);
_root.invincible = false;
_root.invincibleDone = false;
_root.health.candy.gotoAndStop(1);
candyaa = 0;
invinciblae = 0;
}
}
if ((Key.isDown(80) && (pHold != true)) && (_root.pausing != true)) {
_root.pauseda.gotoAndStop(2);
_root.pausing = true;
pHold = true;
}
if ((!Key.isDown(80)) && (pHold == true)) {
pHold = false;
}
if ((Key.isDown(80) && (_root.pausing == true)) && (pHold != true)) {
_root.pausing = false;
pHold = true;
_root.pauseda.gotoAndStop(1);
}
if (overall >= 2521) {
_root.boss.comeout = true;
if (_root.vs._currentframe == 1) {
_root.vs.play();
}
_root.vs._visible = true;
}
if (Key.isDown(76) && (Key.isDown(81))) {
_root.c;
circle.play();
}
if ((_root.circle._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
if ((_root.circleMenu._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
};
_root.enemies = 0;
_root.candyaa = 0;
_root.levela = 4;
Instance of Symbol 1597 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 247 MovieClip "bigCandy" in Frame 22
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (speed == 0) {
speed = 1;
}
if (_root.pausing != true) {
if (ymov == 0) {
ymov = 1;
}
_rotation = (_rotation - 3);
if (this.hitTest(_root.player.box2) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip "lilCandy" in Frame 22
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (ymov == 0) {
ymov = 1;
}
if (speed == 0) {
speed = 1;
}
_rotation = (_rotation - 3);
if (this.hitTest(_root.player.box2) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 612 MovieClip "cage" in Frame 22
onClipEvent (load) {
var speed = (4 + random(2));
_y = (100 + random(300));
ymov = -2 + random(4);
xmov = ymov;
dead = 0;
hit = 0;
i = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (ymov == 0) {
ymov = 1;
}
if (speed == 0) {
speed = 1;
}
z = 500;
while (z <= 530) {
if ((this.hitTest(_root["ball" + z]) && (_currentframe != 2)) && (_x <= 800)) {
if ((hit < 3) && (_currentframe == 1)) {
hit++;
this.gotoAndStop(2);
_root["ball" + z].removeMovieClip();
}
if ((hit >= 3) && (_currentframe == 1)) {
this.gotoAndStop(3);
ymov = 0;
_root["ball" + z].removeMovieClip();
_root.cagexx = _x;
_root.cageyy = _y;
}
}
z++;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_x <= -100) {
this.removeMovieClip();
_visible = false;
ymov = 0;
}
if (_currentframe == 3) {
i++;
}
if (i >= 200) {
this.removeMovieClip();
}
}
}
Instance of Symbol 636 MovieClip "fairy" in Frame 22
onClipEvent (load) {
speed = 8;
scale = -_xscale;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fairy") {
if (var1 != 1) {
if (_x <= _root.player._x) {
_x = (_x + speed);
_xscale = scale;
}
if (_x >= _root.player._x) {
_x = (_x - speed);
_xscale = (-scale);
}
if (_y >= (_root.player._y - 200)) {
_y = (_y - speed);
}
if (_y <= (_root.player._y - 200)) {
_y = (_y + speed);
}
}
if (((_x >= (_root.player._x - 20)) and (_x <= (_root.player._x + 30))) && (_y <= (_root.player._y - 100))) {
this.gotoAndStop(2);
_root.fairyxx = _x;
_root.fairyyy = _y + 30;
var1 = 1;
}
if (var1 == 1) {
_y = (_y - speed);
}
if (_y <= -400) {
this.removeMovieClip();
_visible = false;
}
}
if (_name == "fairy") {
this.lol.stop();
}
}
}
Instance of Symbol 637 MovieClip "gumball" in Frame 22
onClipEvent (load) {
yspeed = 0;
grav = 1;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_rotation = (_rotation - 3);
if (this.hitTest(_root.player.box2)) {
this.gotoAndStop(2);
_root.player.gotoAndStop(5);
_root.special = true;
}
}
}
Instance of Symbol 638 MovieClip "starB" in Frame 22
onClipEvent (load) {
var xspeed = 0;
var yspeed = 0;
var rot = 0;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.93;
if (_xscale == scale) {
xspeed++;
} else {
xspeed--;
}
yspeed = yspeed - yy;
fairya = 200;
while (fairya <= 230) {
if (_root["fairy" + fairya]._xscale < 0) {
_xscale = scale;
} else {
_xscale = (-scale);
}
fairya++;
}
_rotation = (_rotation + rot);
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 703 MovieClip "candycane" in Frame 22
onClipEvent (enterFrame) {
this.swapDepths(5000);
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 1) {
this.play();
}
}
Instance of Symbol 813 MovieClip "healthBarBoss" in Frame 22
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
this.swapDepths(1848);
if (_root.boss.comeout == true) {
if (_alpha <= 100) {
this._alpha = this._alpha + 2;
}
}
}
Instance of Symbol 785 MovieClip "hitBoss" in Frame 22
onClipEvent (load) {
gotoAndPlay (1);
}
onClipEvent (enterFrame) {
if (this._name == "hitBoss") {
this.gotoAndStop(1);
}
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 11) {
this.play();
}
}
Instance of Symbol 1618 MovieClip "fish3" in Frame 22
onClipEvent (load) {
var speed = (8 + random(6));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_name != "fish3") {
if (speed == 0) {
speed = 1;
}
if (_root.pausing != true) {
z = 500;
while (z <= 530) {
if ((this.hitTest(_root["ball" + z]) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
speed = 0;
ymov = 0;
_root["ball" + z].removeMovieClip();
}
z++;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_name == "fish3") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if ((this.hitTest(_root.candycane) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1648 MovieClip "fish" in Frame 22
onClipEvent (load) {
var speed = (8 + random(6));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_name != "fish3") {
if (speed == 0) {
speed = 1;
}
if (_root.pausing != true) {
z = 500;
while (z <= 530) {
if ((this.hitTest(_root["ball" + z]) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
speed = 0;
ymov = 0;
_root["ball" + z].removeMovieClip();
}
z++;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_name == "fish3") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if ((this.hitTest(_root.candycane) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1436 MovieClip "ball" in Frame 22
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
_x = (_x + (36 * Math.cos(_rotation * (Math.PI/180))));
_y = (_y + (36 * Math.sin(_rotation * (Math.PI/180))));
if (_x >= 810) {
this.removeMovieClip();
}
}
}
Instance of Symbol 1664 MovieClip "fish2" in Frame 22
onClipEvent (load) {
var speed = (8 + random(6));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_name != "fish3") {
if (speed == 0) {
speed = 1;
}
if (_root.pausing != true) {
z = 500;
while (z <= 530) {
if ((this.hitTest(_root["ball" + z]) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
speed = 0;
ymov = 0;
_root["ball" + z].removeMovieClip();
}
z++;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_name == "fish3") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if ((this.hitTest(_root.candycane) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1706 MovieClip "fish5" in Frame 22
onClipEvent (load) {
i = 0;
z = 0;
xx = _x;
ouch = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if ((!_root.pausing) && (_root.go == true)) {
z = 500;
while (z <= 530) {
if (this.hit.hitTest(_root["ball" + z]) && (_currentframe != 4)) {
_root.hitXX = _root["ball" + z]._x + 170;
_root.hitYY = _root["ball" + z]._y + 30;
_root.makeHit();
ouch++;
_root["ball" + z].removeMovieClip();
}
z++;
}
if (ouch >= 16) {
this.gotoAndStop(4);
}
if (_currentframe == 2) {
i++;
}
if (i >= 40) {
attack = random(2);
}
if (attack == 0) {
attack = 5;
i = 0;
}
if (((attack == 1) && (_currentframe != 4)) && (_currentframe != 1)) {
this.gotoAndStop(3);
attack = 5;
i = 0;
}
if ((((this.hitTest(_root.player.box2) && (this._currentframe == 3)) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
if (this.hitTest(_root.candycane) && (_currentframe != 4)) {
this.gotoAndStop(4);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 4)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(4);
}
if (_currentframe == 4) {
z++;
}
if (z >= 300) {
this.removeMovieClip();
}
}
}
Instance of Symbol 1729 MovieClip "boss" in Frame 22
onClipEvent (load) {
i = 0;
bubbles = true;
ballremove = 0;
a = 0;
ouch = 0;
ia = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
z = 500;
while (z <= 530) {
if (this.hit.hitTest(_root["ball" + z]) && (this.hitTest(_root.box))) {
_root.hitXX = _root["ball" + z]._x + 170;
_root.hitYY = _root["ball" + z]._y + 30;
_root.makeHit();
ouch++;
_root.healthBarBoss.bar._xscale = _root.healthBarBoss.bar._xscale - 0.6;
_root["ball" + z].removeMovieClip();
}
z++;
}
if (_currentframe != 5) {
if ((comeout == true) && (ready != true)) {
if (_x >= ((Stage.width / 2) + 209)) {
_x = (_x - 5);
} else {
ready = true;
}
}
if (ready == true) {
i++;
if (i >= 55) {
attack = random(3);
}
if (attack == 0) {
i = 0;
attack = 3;
a++;
}
if ((((attack == 1) && (_currentframe == 1)) && (_currentframe != 4)) && (_currentframe != 3)) {
this.gotoAndStop(2);
i = 0;
attack = 4;
a = 0;
}
if ((((attack == 2) && (_currentframe == 1)) && (_currentframe != 4)) && (_currentframe != 3)) {
this.gotoAndStop(2);
i = 0;
attack = 4;
a = 0;
}
if ((((a >= 3) && (_currentframe == 1)) && (_currentframe != 4)) && (_currentframe != 5)) {
this.gotoAndStop(3);
a = 0;
attack = 4;
}
}
}
if ((_root.healthBarBoss.bar._xscale < 0) && (_currentframe != 4)) {
this.gotoAndStop(4);
}
}
}
Instance of Symbol 1731 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (_root.boss._currentframe == 4) {
if (_y <= (Stage.height / 2)) {
_y = (_y + 6);
}
if (((this.hitTest(_root.player) && (var1 != true)) && (_root.collect._currentframe == 1)) && (_y >= 0)) {
_visible = false;
_root.collect._visible = true;
_root.collect.play();
var1 = true;
}
}
}
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1750 MovieClip "player" in Frame 22
onClipEvent (load) {
var yspeed = 0;
var xspeed = 0;
var rot = 0;
var friction = 0.86;
var rott = _rotation;
}
onClipEvent (enterFrame) {
this.swapDepths(2004);
if (_root.pausing != true) {
_rotation = (_rotation + rot);
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * friction;
yspeed = yspeed * friction;
rot = rot * friction;
if (Key.isDown(39)) {
xspeed = xspeed + 2;
}
if (Key.isDown(37)) {
xspeed = xspeed - 2;
}
if (Key.isDown(40) && (_currentframe != 3)) {
if ((_currentframe != 4) && (_currentframe != 5)) {
this.gotoAndStop(2);
}
yspeed = yspeed + 2;
if (_rotation <= (rott + 1.5)) {
rot++;
}
}
if (((!Key.isDown(40)) && (_currentframe == 2)) && (this.CandyDown._currentframe >= 15)) {
this.CandyDown.play();
}
if (Key.isDown(38) && (_currentframe != 2)) {
if ((_currentframe != 4) && (_currentframe != 5)) {
this.gotoAndStop(3);
}
yspeed = yspeed - 2;
if (_rotation >= (rott - 1.5)) {
rot--;
}
}
if (((!Key.isDown(38)) && (_currentframe == 3)) && (this.CandyUp._currentframe >= 7)) {
this.CandyUp.play();
}
if ((!Key.isDown(38)) && (!Key.isDown(40))) {
if (_rotation >= (rott + 0.3)) {
rot = rot - 0.6;
}
if (_rotation <= (rott - 0.3)) {
rot = rot + 0.6;
}
}
if (((Key.isDown(65) && (_currentframe != 4)) && (!holdA)) && (_currentframe != 5)) {
this.gotoAndStop(4);
holdA = true;
}
if ((!Key.isDown(65)) && (holdA)) {
holdA = false;
}
if (this.box.hitTest(_root.leftWall)) {
xspeed = 5;
}
if (this.box.hitTest(_root.rightWall)) {
xspeed = -5;
}
if (this.box.hitTest(_root.topWall)) {
yspeed = 5;
}
if (this.box.hitTest(_root.bottomWall)) {
yspeed = -5;
}
if ((_root.special == true) && (Key.isDown(83))) {
this.gotoAndStop(5);
_root.special = false;
_root.candycane.play();
}
}
}
Instance of Symbol 342 MovieClip "starA" in Frame 22
onClipEvent (load) {
var xspeed = 0;
var yspeed = 0;
var rot = 0;
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.93;
xspeed = xspeed - 3;
yspeed = yspeed - yy;
_rotation = (_rotation + rot);
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 355 MovieClip in Frame 22
onClipEvent (load) {
var speed = (8 + random(4));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
i = 0;
}
onClipEvent (enterFrame) {
this.swapDepths(1702);
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
i++;
if ((i >= 1800) && (_currentframe == 1)) {
if (speed == 0) {
speed = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
}
if (this.hitTest(_root.player.box2) && (_currentframe == 1)) {
this.gotoAndStop(2);
_root.bigFish.out = true;
}
}
}
Instance of Symbol 1768 MovieClip "bigFish" in Frame 22
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (out == true) {
i++;
if (i >= 500) {
out = false;
i = 0;
}
if (_x < (_root.player._x + 10)) {
_x = (_x + 3);
}
if (_x > (_root.player._x + 50)) {
_x = (_x - 3);
}
if (_y < (_root.player._y + 10)) {
_y = (_y + 3);
}
if (_y > (_root.player._y + 30)) {
_y = (_y - 3);
}
_rotation = (_root.player._rotation / 2);
} else if (_x >= -250) {
_x = (_x - 4);
}
}
}
Instance of Symbol 836 MovieClip "pauseda" in Frame 22
onClipEvent (enterFrame) {
this.swapDepths(8031);
}
Instance of Symbol 1770 MovieClip in Frame 22
onClipEvent (enterFrame) {
this.swapDepths(2603);
}
Instance of Symbol 842 MovieClip "scorea" in Frame 22
onClipEvent (enterFrame) {
this.swapDepths(2605);
}
Instance of Symbol 931 MovieClip "health" in Frame 22
onClipEvent (enterFrame) {
this.swapDepths(2624);
}
Instance of Symbol 934 MovieClip "wide" in Frame 22
onClipEvent (enterFrame) {
this.swapDepths(21600);
}
Instance of Symbol 837 MovieClip "leftWall" in Frame 22
onClipEvent (enterFrame) {
this.swapDepths(21602);
}
Instance of Symbol 837 MovieClip "rightWall" in Frame 22
onClipEvent (enterFrame) {
this.swapDepths(21601);
}
Instance of Symbol 1796 MovieClip "vs" in Frame 22
onClipEvent (load) {
_visible = false;
this.swapDepths(3700);
}
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if ((_currentframe != 32) && (_currentframe != 1)) {
this.play();
}
}
Instance of Symbol 1066 MovieClip "fadein" in Frame 22
onClipEvent (enterFrame) {
this.swapDepths(2302);
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 22) {
this.play();
}
}
Instance of Symbol 1801 MovieClip in Frame 22
onClipEvent (enterFrame) {
this.swapDepths(2531);
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 94) {
this.play();
}
}
Instance of Symbol 1003 MovieClip "collect" in Frame 22
onClipEvent (load) {
this.swapDepths(21258);
_visible = false;
}
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if ((_currentframe != 1) && (_currentframe != 100)) {
this.play();
}
}
Instance of Symbol 1070 MovieClip "circle" in Frame 22
onClipEvent (enterFrame) {
this.swapDepths(40001);
if (_currentframe >= 2) {
_x = _root.player._x;
_y = _root.player._y;
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1007 MovieClip "circleMenu" in Frame 22
onClipEvent (enterFrame) {
if (_currentframe >= 2) {
this.swapDepths(65001);
_x = (Stage.width / 2);
_y = (Stage.height / 2);
}
}
Frame 23
stopAllSounds();
for (i in _root) {
_root[i].removeMovieClip();
}
nextFrame();
for (i in _root) {
_root[i].removeMovieClip();
}
_root.all.setVolume(100);
Frame 24
stop();
for (i in _root) {
_root[i].removeMovieClip();
}
cha = 0;
timee = 10;
sounding = 100;
_root.all.setVolume(100);
onEnterFrame = function () {
if ((_root.circle._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
if ((_root.circleMenu._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
cha++;
if (((cha >= 45) && (_root.ch.timee >= 0)) && (!_root.pausing)) {
timee--;
_root.ch.timee = timee;
cha = 0;
}
if (timee < 10) {
_root.ch.timee = "0" + timee;
}
if ((_root.ch.timee <= 0) & (!_root.pausin)) {
_root.circle.play();
}
if (Key.isDown(76) && (Key.isDown(81))) {
_root.circle.play();
}
if ((Key.isDown(80) && (pHold != true)) && (_root.pausing != true)) {
_root.pauseda.gotoAndStop(2);
_root.pausing = true;
pHold = true;
}
if ((!Key.isDown(80)) && (pHold == true)) {
pHold = false;
}
if ((Key.isDown(80) && (_root.pausing == true)) && (pHold != true)) {
_root.pausing = false;
pHold = true;
_root.pauseda.gotoAndStop(1);
}
if (_root.score < 10) {
_root.scorea.score = "00000" + _root.score;
} else if (_root.score < 100) {
_root.scorea.score = "0000" + _root.score;
} else if ((_root.score < 1000) && (_root.score >= 100)) {
_root.scorea.score = "000" + _root.score;
} else if ((_root.score < 10000) && (_root.score >= 1000)) {
_root.scorea.score = "00" + _root.score;
} else if ((_root.score < 100000) && (_root.score >= 10000)) {
_root.scorea.score = "0" + _root.score;
} else if ((_root.score < 1000000) && (_root.score >= 100000)) {
_root.scorea.score = _root.score;
}
};
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip in Frame 24
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (this.hitTest(_root.player) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 1053 MovieClip "player" in Frame 24
onClipEvent (load) {
xspeed = 0;
yspeed = 0;
grav = 1;
h = _height / 2;
w = _width / 2;
scale = _xscale;
cx = _x;
cy = _y;
jumping = false;
}
onClipEvent (enterFrame) {
cx = cx + ((_x - cx) / 5);
_root._x = (Stage.width / 2) - cx;
cy = cy + ((_y - cy) / 5);
_root._y = (Stage.height / 2) - cy;
_root.leftWall._x = cx - 400;
_root.leftWall._y = cy;
_root.rightWall._x = cx + 400;
_root.rightWall._y = cy;
_root.box._x = cx;
_root.box._y = cy;
_root.wide._x = cx;
_root.ch._x = cx - 267;
_root.ch._y = cy - 200;
_root.scorea._x = cx - 320;
_root.scorea._y = cy - 225;
_root.wide._y = cy;
_root.pauseda._x = cx;
_root.pauseda._y = cy;
_root.introo._x = cx;
_root.introo._y = cy;
if (!_root.pausing) {
_x = (_x + xspeed);
_y = (_y + yspeed);
yspeed = yspeed + grav;
xspeed = xspeed * 0.92;
if (Key.isDown(39)) {
xspeed = xspeed + 1;
if (_currentframe != 3) {
this.gotoAndStop(2);
}
_xscale = scale;
}
if (Key.isDown(37)) {
xspeed = xspeed - 1;
if (_currentframe != 3) {
this.gotoAndStop(2);
}
_xscale = (-scale);
}
if (((Key.isDown(32) && (grounded)) or (Key.isDown(38) && (grounded))) or (Key.isDown(65) && (grounded))) {
yspeed = -20;
grounded = false;
jumping = true;
gotoAndStop (3);
}
if (((!Key.isDown(37)) && (!Key.isDown(39))) && (grounded)) {
gotoAndStop (1);
}
if (_root.land.hitTest(_x, (_y + h) + 40, true)) {
this.jumper.play();
}
if (yspeed == 0) {
jumping = false;
} else if ((yspeed >= 16) && (jumping == true)) {
jumping = false;
}
grounded = false;
if (_root.land.hitTest(_x, _y + h, true) && (jumping == false)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true) && (jumping == false)) {
_y = (_y - 0.1);
}
}
if (_root.land.aa.hitTest(_x - w, _y, true)) {
xspeed = 0;
while (_root.land.aa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.land.bb.hitTest(_x + w, _y, true)) {
xspeed = 0;
while (_root.land.bb.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
_root.bg._x = cx / 2;
_root.bg._y = cy / 5;
_root.fadein._x = cx;
_root.fadein._y = cy;
_root.circleMenu._x = cx;
_root.circleMenu._y = cy;
_root.circle._x = cx;
_root.circle._y = cy;
}
}
Instance of Symbol 836 MovieClip "pauseda" in Frame 24
onClipEvent (enterFrame) {
this.swapDepths(8049);
}
Instance of Symbol 837 MovieClip "leftWall" in Frame 24
onClipEvent (enterFrame) {
this.swapDepths(21602);
}
Instance of Symbol 837 MovieClip "rightWall" in Frame 24
onClipEvent (enterFrame) {
this.swapDepths(21601);
}
Instance of Symbol 1066 MovieClip "fadein" in Frame 24
onClipEvent (enterFrame) {
this.swapDepths(2302);
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 22) {
this.play();
}
}
Instance of Symbol 1064 MovieClip "introo" in Frame 24
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 28) {
this.play();
}
}
Instance of Symbol 1070 MovieClip "circle" in Frame 24
onClipEvent (enterFrame) {
this.swapDepths(40001);
if (_currentframe >= 2) {
_x = _root.player._x;
_y = _root.player._y;
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1007 MovieClip "circleMenu" in Frame 24
onClipEvent (enterFrame) {
if (_currentframe >= 2) {
this.swapDepths(65001);
_x = (Stage.width / 2);
_y = (Stage.height / 2);
}
}
Frame 25
stopAllSounds();
for (i in _root) {
_root[i].removeMovieClip();
}
nextFrame();
Frame 26
_x = 0;
_y = 0;
Frame 27
stopAllSounds();
for (i in _root) {
_root[i].removeMovieClip();
}
nextFrame();
_x = 0;
_y = 0;
_root.all.setVolume(100);
Frame 28
stop();
function makeSnow() {
_root.snoww++;
duplicateMovieClip (_root.snow, "snow" + _root.snoww, _root.snoww);
setProperty(_root["snow" + _root.snoww], _x , random(800));
setProperty(_root["snow" + _root.snoww], _y , -10);
setProperty(_root["snow" + _root.snoww], _xscale , _root.RAN);
setProperty(_root["snow" + _root.snoww], _yscale , _root.RAN);
_root["snow" + _root.snoww].speed = random(10);
_x = 0;
_y = 0;
}
function makeBossFish() {
c++;
_root.bossFish.duplicateMovieClip("bossFish" + c, c);
_root["bossFish" + c]._x = _root.boss._x - 110;
_root["bossFish" + c]._y = _root.boss._y + 70;
}
function makeBall() {
b++;
_root.ball.duplicateMovieClip("ball" + b, b);
_root["ball" + b]._x = _root.player._x - 50;
_root["ball" + b]._y = _root.player._y;
_root["ball" + b]._rotation = _root.player._rotation;
}
function makeBall2() {
b++;
_root.ball.duplicateMovieClip("ball" + b, b);
_root["ball" + b]._x = _root.player._x - 50;
_root["ball" + b]._y = _root.player._y;
_root["ball" + b]._rotation = _root.player._rotation + 9;
}
function makeBall3() {
b++;
_root.ball.duplicateMovieClip("ball" + b, b);
_root["ball" + b]._x = _root.player._x - 50;
_root["ball" + b]._y = _root.player._y;
_root["ball" + b]._rotation = _root.player._rotation - 18;
}
function makeBall4() {
b++;
_root.ball.duplicateMovieClip("ball" + b, b);
_root["ball" + b]._x = _root.player._x - 50;
_root["ball" + b]._y = _root.player._y;
_root["ball" + b]._rotation = _root.player._rotation - 9;
}
function makeBall5() {
b++;
_root.ball.duplicateMovieClip("ball" + b, b);
_root["ball" + b]._x = _root.player._x - 50;
_root["ball" + b]._y = _root.player._y;
_root["ball" + b]._rotation = _root.player._rotation + 9;
}
function makeBubble() {
bbl++;
_root.bubble.duplicateMovieClip("bubble" + bbl, bbl);
_root["bubble" + bbl]._x = _root.boss._x - 150;
_root["bubble" + bbl]._y = _root.boss._y + 120;
}
function makeHit() {
hitt++;
_root.hitBoss.duplicateMovieClip("hitBoss" + hitt, hitt);
_root["hitBoss" + hitt]._x = _root.hitXX;
_root["hitBoss" + hitt]._y = _root.hitYY;
}
function makeCandy() {
candy++;
_root.bigCandy.duplicateMovieClip("bigCandy" + candy, candy);
_root["bigCandy" + candy]._x = _root.bcxx;
_root["bigCandy" + candy]._y = _root.bcyy;
_root["bigCandy" + candy]._rotation = random(360);
}
function makeCandy2() {
candy++;
_root.lilCandy.duplicateMovieClip("lilCandy" + candy, candy);
_root["lilCandy" + candy]._x = _root.lcxx;
_root["lilCandy" + candy]._y = _root.lcyy;
_root["lilCandy" + candy]._rotation = random(360);
}
function makeStarA() {
a++;
_root.starA.duplicateMovieClip("starA" + a, a);
_root["starA" + a]._x = _root.player._x;
_root["starA" + a]._y = (_root.player._y - 20) + random(80);
_root["starA" + a]._rotation = _root.player._rotation;
}
function makeStarB() {
a++;
_root.starB.duplicateMovieClip("starB" + a, a);
_root["starB" + a]._x = _root["fairy" + fairya]._x;
_root["starB" + a]._y = (_root["fairy" + fairya]._y - 10) + random(20);
}
function makeInvincible() {
inv++;
_root.invball.duplicateMovieClip("invball" + inv, inv);
_root["invball" + inv]._x = 950;
}
function makeFish() {
if (overall <= 3500) {
c++;
_root.fish.duplicateMovieClip("fish" + c, c);
_root["fish" + c]._x = 100 + random(700);
_root["fish" + c]._y = -150;
_root["fish" + c].yspeed = 0;
_root["fish" + c].grav = 0.5;
}
}
function makeGumDrop() {
g++;
_root.gumball.duplicateMovieClip("gumball" + g, g);
_root["gumball" + g]._x = _root.fairyxx;
_root["gumball" + g]._y = _root.fairyyy;
_root["gumball" + g]._rotation = _root.gumball.rot;
}
function makeFish2() {
if (overall <= 3500) {
c++;
_root.fish2.duplicateMovieClip("fish2" + c, c);
_root["fish2" + c]._x = 950;
}
}
function makeFish3() {
if (overall <= 3500) {
c++;
_root.fish3.duplicateMovieClip("fish3" + c, c);
_root["fish3" + c]._x = 950;
}
}
function makeFish4() {
if (overall <= 3500) {
ff4++;
_root.fish4.duplicateMovieClip("fish4" + ff4, ff4);
_root["fish4" + ff4]._x = 950;
}
}
function makeMiniA() {
cc++;
_root.minia.duplicateMovieClip("minia" + cc, cc);
_root["minia" + cc]._x = _root["fish4" + ff4]._x - 60;
_root["minia" + cc]._y = _root["fish4" + ff4]._y + 30;
}
function makeMiniB() {
cc++;
_root.minib.duplicateMovieClip("minib" + cc, cc);
_root["minib" + cc]._x = _root["fish4" + ff4]._x - 60;
_root["minib" + cc]._y = _root["fish4" + ff4]._y + 30;
}
function makeMiniC() {
cc++;
_root.minic.duplicateMovieClip("minic" + cc, cc);
_root["minic" + cc]._x = _root["fish4" + ff4]._x - 60;
_root["minic" + cc]._y = _root["fish4" + ff4]._y + 30;
}
function makeFish5() {
if (overall <= 3500) {
c++;
_root.fish5.duplicateMovieClip("fish5" + c, c);
_root["fish5" + c]._x = 950;
}
}
function makeFish6() {
if (overall <= 3500) {
c++;
_root.fish6.duplicateMovieClip("fish6" + c, c);
_root["fish6" + c]._x = 950;
}
}
function makeFish7() {
if (overall <= 3500) {
c++;
_root.fish7.duplicateMovieClip("fish7" + c, c);
_root["fish7" + c]._x = 950;
}
}
function makeFish8() {
if (overall <= 3500) {
c++;
_root.fish8.duplicateMovieClip("fish8" + c, c);
_root["fish8" + c]._x = 950;
}
}
function makeFish9() {
if (overall <= 3500) {
c++;
_root.fish9.duplicateMovieClip("fish9" + c, c);
_root["fish9" + c]._x = 950;
}
}
function makeFish10() {
if (overall <= 3500) {
c++;
_root.fish10.duplicateMovieClip("fish10" + c, c);
_root["fish10" + c]._x = 950;
}
}
function makeFish11() {
if (overall <= 3500) {
c++;
_root.fish11.duplicateMovieClip("fish11" + c, c);
_root["fish11" + c]._x = 950;
}
}
function makeFish12() {
if (overall <= 3500) {
c++;
_root.fish12.duplicateMovieClip("fish12" + c, c);
_root["fish12" + c]._x = 950;
}
}
function makeFish13() {
if (overall <= 3500) {
c++;
_root.fish13.duplicateMovieClip("fish13" + c, c);
_root["fish13" + c]._x = 950;
}
}
function makeFish14() {
if (overall <= 3500) {
c++;
_root.fish14.duplicateMovieClip("fish14" + c, c);
_root["fish14" + c]._x = 950;
}
}
function makeFish15() {
if (overall <= 3500) {
c++;
_root.fish15.duplicateMovieClip("fish15" + c, c);
_root["fish15" + c]._x = 950;
}
}
function makeFish16() {
if (overall <= 3500) {
c++;
_root.fish16.duplicateMovieClip("fish16" + c, c);
_root["fish16" + c]._x = 950;
}
}
function makeFish17() {
if (overall <= 3500) {
c++;
_root.fish17.duplicateMovieClip("fish17" + c, c);
_root["fish17" + c]._x = 950;
}
}
function makeFish18() {
if (overall <= 3500) {
c++;
_root.fish18.duplicateMovieClip("fish18" + c, c);
_root["fish18" + c]._x = 950;
}
}
function makeFish19() {
if (overall <= 3500) {
c++;
_root.fish19.duplicateMovieClip("fish19" + c, c);
_root["fish19" + c]._x = 950;
}
}
function makeFish20() {
if (overall <= 3500) {
c++;
_root.fish20.duplicateMovieClip("fish20" + c, c);
_root["fish20" + c]._x = 950;
}
}
function makeCage() {
c++;
_root.cage.duplicateMovieClip("cage" + c, c);
_root["cage" + c]._x = 950;
_root["cage" + c]._y = 100 + random(400);
_root["cage" + c]._visible = true;
}
function makeFairy() {
fairya++;
_root.fairy.duplicateMovieClip("fairy" + fairya, fairya);
_root["fairy" + fairya]._x = _root.cagexx;
_root["fairy" + fairya]._y = _root.cageyy;
_root["fairy" + fairya]._visible = true;
}
a = 0;
invinciblae = 0;
b = 1300;
fairya = 200;
fish2a = 0;
g = 250;
miniFish = 0;
inv = 900;
cc = 1500;
c = 600;
ff4 = 127;
fish6b = 0;
fish7b = 0;
fish5a = 0;
fish8a = 0;
fish9a = 0;
fish10a = 0;
fish11a = 0;
fish12a = 0;
fish13a = 0;
fish14a = 0;
fish15a = 0;
fish16a = 0;
fish17a = 0;
fish18a = 0;
fish19a = 0;
fish20a = 0;
timeb = 0;
fish4a = 0;
d = 1400;
i = 2000;
fish3a = 0;
f = 0;
timea = 0;
fa = 0;
fb = 0;
candy = 750;
overall = 0;
hitt = 250;
bbl = 360;
sounding = 100;
_root.all.setVolume(100);
haloing = 0;
_x = 0;
_y = 0;
go = false;
RAN = 4;
snoww = 2728;
onEnterFrame = function () {
haloing++;
if ((haloing >= 200) && (_root.haloed != true)) {
_root.player.gotoAndStop(6);
_root.haloed = true;
}
if ((_root.circle._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
if ((_root.circleMenu._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
if (Key.isDown(76) && (Key.isDown(81))) {
_root.circle.play();
}
if (_root.pausing != true) {
if (_root.score < 10) {
_root.scorea.score = "00000" + _root.score;
} else if (_root.score < 100) {
_root.scorea.score = "0000" + _root.score;
} else if ((_root.score < 1000) && (_root.score >= 100)) {
_root.scorea.score = "000" + _root.score;
} else if ((_root.score < 10000) && (_root.score >= 1000)) {
_root.scorea.score = "00" + _root.score;
} else if ((_root.score < 100000) && (_root.score >= 10000)) {
_root.scorea.score = "0" + _root.score;
} else if ((_root.score < 1000000) && (_root.score >= 100000)) {
_root.scorea.score = _root.score;
}
overall++;
if (cc >= 2000) {
cc = 1500;
}
i++;
f++;
fish3a++;
timea++;
if (_root.startGame == true) {
if (timea >= 300) {
fish2a++;
}
if (fish2a >= 170) {
_root.makeFish2();
fish2a = 0;
}
if (fb >= 5) {
fa = 0;
f = 0;
fb = 0;
}
if (i >= 2080) {
_root.makeFish();
i = 2000;
}
}
_root.makeStarA();
_root.makeStarB();
if (a >= 99) {
a = 1;
}
if (b >= 530) {
b = 501;
}
if (c >= 1049) {
c = 1001;
}
if (d >= 1150) {
d = 1101;
}
if (candy >= 590) {
candy = 550;
}
fish3a++;
if (timea >= 200) {
if (fish3a >= 100) {
_root.makeFish3();
fish3a = 0;
}
}
if (fb >= 5) {
fa = 0;
f = 0;
fb = 0;
}
if (enemies >= 30) {
if (_root.special != true) {
_root.makeCage();
enemies = 0;
}
if (_root.special == true) {
enemies = enemies - 10;
}
}
fish4a++;
if (timea >= 180) {
if (fish4a >= 70) {
_root.makeFish4();
fish4a = 0;
}
}
timeb++;
if (_root.miniBossOut != true) {
fish5a++;
}
if (timeb >= 200) {
if (fish5a >= 100) {
_root.makeFish5();
fish5a = 0;
}
}
fish6b++;
fish7b++;
if (timeb >= 350) {
if (fish6b > 120) {
_root.makeFish6();
fish6b = 0;
}
}
if (timeb >= 500) {
if (fish7b >= 100) {
_root.makeFish7();
fish7b = 0;
}
}
if (timea >= 350) {
fish8a++;
}
if (fish8a >= 200) {
_root.makeFish8();
fish8a = 0;
}
if (timea >= 400) {
fish9a++;
}
if (fish9a >= 250) {
_root.makeFish9();
fish9a = 0;
}
if (timea >= 400) {
fish10a++;
}
if (fish10a >= 300) {
_root.makeFish10();
fish10a = 0;
}
if (timea >= 400) {
fish11a++;
}
if (fish11a >= 350) {
_root.makeFish11();
fish11a = 0;
}
if (timea >= 450) {
fish12a++;
}
if (fish12a >= 400) {
_root.makeFish12();
fish12a = 0;
}
if (timea >= 500) {
fish13a++;
}
if (fish13a >= 450) {
_root.makeFish13();
fish13a = 0;
}
if (timea >= 600) {
fish14a++;
}
if (fish14a >= 350) {
_root.makeFish14();
fish14a = 0;
}
if (timea >= 700) {
fish15a++;
}
if (fish15a >= 300) {
_root.makeFish15();
fish15a = 0;
}
if (timea >= 750) {
fish16a++;
}
if (fish16a >= 250) {
_root.makeFish16();
fish16a = 0;
}
if (timea >= 800) {
fish17a++;
}
if (fish17a >= 200) {
_root.makeFish17();
fish17a = 0;
}
if (timea >= 850) {
fish18a++;
}
if (fish18a >= 150) {
_root.makeFish18();
fish18a = 0;
}
if (timea >= 900) {
fish19a++;
}
if (fish19a >= 150) {
_root.makeFish19();
fish19a = 0;
}
if (timea >= 950) {
fish20a++;
}
if (fish20a >= 250) {
_root.makeFish20();
fish20a = 0;
}
if (invinciblae >= 350) {
_root.player.gotoAndStop(5);
_root.invincible = false;
_root.invincibleDone = false;
_root.health.candy.gotoAndStop(1);
candyaa = 0;
invinciblae = 0;
}
}
if ((Key.isDown(80) && (pHold != true)) && (_root.pausing != true)) {
_root.pauseda.gotoAndStop(2);
_root.pausing = true;
pHold = true;
}
if ((!Key.isDown(80)) && (pHold == true)) {
pHold = false;
}
if ((Key.isDown(80) && (_root.pausing == true)) && (pHold != true)) {
_root.pausing = false;
pHold = true;
_root.pauseda.gotoAndStop(1);
}
if (overall >= 3521) {
_root.boss.comeout = true;
if (_root.vs._currentframe == 1) {
_root.vs.play();
}
_root.vs._visible = true;
}
};
_root.enemies = 0;
_root.candyaa = 0;
_root.levela = 5;
Instance of Symbol 1820 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 247 MovieClip "bigCandy" in Frame 28
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (speed == 0) {
speed = 1;
}
if (_root.pausing != true) {
if (ymov == 0) {
ymov = 1;
}
_rotation = (_rotation - 3);
if (this.hitTest(_root.player.box2) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 247 MovieClip "lilCandy" in Frame 28
onClipEvent (load) {
_rotation = random(360);
ymov = -9 + random(18);
xmov = Math.abs(ymov);
speed = 5;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (ymov == 0) {
ymov = 1;
}
if (speed == 0) {
speed = 1;
}
_rotation = (_rotation - 3);
if (this.hitTest(_root.player.box2) && (_currentframe == 1)) {
this.gotoAndStop(2);
xmov = 0;
ymov = 0;
_rotation = 0;
}
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 1821 MovieClip "snow" in Frame 28
onClipEvent (enterFrame) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 710) {
this.removeMovieClip();
}
}
Instance of Symbol 1823 MovieClip "ran" in Frame 28
onClipEvent (enterFrame) {
if (_root.snoww >= 3000) {
_root.snoww = 2728;
}
_root.RAN = random(110);
_root.makeSnow();
_alpha = 0;
}
Instance of Symbol 813 MovieClip "healthBarBoss" in Frame 28
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
this.swapDepths(1848);
if (_root.boss.comeout == true) {
if (_alpha <= 100) {
this._alpha = this._alpha + 2;
}
}
}
Instance of Symbol 1855 MovieClip "player" in Frame 28
onClipEvent (load) {
var yspeed = 0;
var xspeed = 0;
var rot = 0;
var friction = 0.86;
var rott = _rotation;
}
onClipEvent (enterFrame) {
this.swapDepths(2004);
if (_root.pausing != true) {
_rotation = (_rotation + rot);
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * friction;
yspeed = yspeed * friction;
rot = rot * friction;
if (Key.isDown(39)) {
xspeed = xspeed + 2;
}
if (Key.isDown(37)) {
xspeed = xspeed - 2;
}
if (Key.isDown(40) && (_currentframe != 3)) {
if (((_currentframe != 4) && (_currentframe != 5)) && (_currentframe != 6)) {
this.gotoAndStop(2);
}
yspeed = yspeed + 2;
if (_rotation <= (rott + 1.5)) {
rot++;
}
}
if (((!Key.isDown(40)) && (_currentframe == 2)) && (this.CandyDown._currentframe >= 15)) {
this.CandyDown.play();
}
if (Key.isDown(38) && (_currentframe != 2)) {
if (((_currentframe != 4) && (_currentframe != 5)) && (_currentframe != 6)) {
this.gotoAndStop(3);
}
yspeed = yspeed - 2;
if (_rotation >= (rott - 1.5)) {
rot--;
}
}
if (((!Key.isDown(38)) && (_currentframe == 3)) && (this.CandyUp._currentframe >= 7)) {
this.CandyUp.play();
}
if ((!Key.isDown(38)) && (!Key.isDown(40))) {
if (_rotation >= (rott + 0.3)) {
rot = rot - 0.6;
}
if (_rotation <= (rott - 0.3)) {
rot = rot + 0.6;
}
}
if ((((Key.isDown(65) && (_currentframe != 4)) && (!holdA)) && (_currentframe != 5)) && (_currentframe != 6)) {
this.gotoAndStop(4);
holdA = true;
}
if ((!Key.isDown(65)) && (holdA)) {
holdA = false;
}
if (this.box.hitTest(_root.leftWall)) {
xspeed = 5;
}
if (this.box.hitTest(_root.rightWall)) {
xspeed = -5;
}
if (this.box.hitTest(_root.topWall)) {
yspeed = 5;
}
if (this.box.hitTest(_root.bottomWall)) {
yspeed = -5;
}
if ((_root.special == true) && (Key.isDown(83))) {
this.gotoAndStop(5);
_root.special = false;
_root.candycane.play();
}
}
}
Instance of Symbol 342 MovieClip "starA" in Frame 28
onClipEvent (load) {
var xspeed = 0;
var yspeed = 0;
var rot = 0;
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.93;
xspeed = xspeed - 3;
yspeed = yspeed - yy;
_rotation = (_rotation + rot);
if (_x <= -100) {
this.removeMovieClip();
}
}
}
Instance of Symbol 355 MovieClip in Frame 28
onClipEvent (load) {
var speed = (8 + random(4));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
i = 0;
}
onClipEvent (enterFrame) {
this.swapDepths(1702);
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
i++;
if ((i >= 1800) && (_currentframe == 1)) {
if (speed == 0) {
speed = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
}
if (this.hitTest(_root.player.box2) && (_currentframe == 1)) {
this.gotoAndStop(2);
_root.bigFish.out = true;
}
}
}
Instance of Symbol 1865 MovieClip "bigFish" in Frame 28
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (out == true) {
i++;
if (i >= 500) {
out = false;
i = 0;
}
if (_x < (_root.player._x + 10)) {
_x = (_x + 3);
}
if (_x > (_root.player._x + 50)) {
_x = (_x - 3);
}
if (_y < (_root.player._y + 10)) {
_y = (_y + 3);
}
if (_y > (_root.player._y + 30)) {
_y = (_y - 3);
}
_rotation = (_root.player._rotation / 2);
} else if (_x >= -250) {
_x = (_x - 4);
}
}
}
Instance of Symbol 1886 MovieClip "fish" in Frame 28
onClipEvent (load) {
_y = -150;
dead = 0;
yspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_name != "fish3") {
if (_root.pausing != true) {
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
yspeed = 0;
grav = 0;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_name == "fish3") {
this._visible = false;
speed = 0;
}
if (_y >= 700) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if ((this.hitTest(_root.candycane) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1899 MovieClip "fish2" in Frame 28
onClipEvent (load) {
var speed = (8 + random(6));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_name != "fish3") {
if (speed == 0) {
speed = 1;
}
if (_root.pausing != true) {
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
yspeed = 0;
grav = 0;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_name == "fish3") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if ((this.hitTest(_root.candycane) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1922 MovieClip "fish3" in Frame 28
onClipEvent (load) {
var speed = (8 + random(6));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_name != "fish3") {
if (speed == 0) {
speed = 1;
}
if (_root.pausing != true) {
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
yspeed = 0;
grav = 0;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.lcxx = _x;
_root.lcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_name == "fish3") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if ((this.hitTest(_root.candycane) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 552 MovieClip "fish4" in Frame 28
onClipEvent (load) {
var speed = (8 + random(3));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fish") {
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
yspeed = 0;
grav = 0;
}
if (speed == 0) {
speed = 1;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish")) {
this.removeMovieClip();
}
if (_name == "fish") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if (this.hitTest(_root.candycane) && (_currentframe != 2)) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1303 MovieClip "fish5" in Frame 28
onClipEvent (load) {
var speed = (8 + random(3));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fish3") {
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
yspeed = 0;
grav = 0;
}
if (speed == 0) {
speed = 1;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish")) {
this.removeMovieClip();
}
if (_name == "fish") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if (this.hitTest(_root.candycane) && (_currentframe != 2)) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1551 MovieClip "fish6" in Frame 28
onClipEvent (load) {
var speed = (8 + random(3));
_rotation = random(360);
dead = 0;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fish2") {
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
yspeed = 0;
grav = 0;
}
if (_currentframe == 2) {
_rotation = 0;
}
if (speed == 0) {
speed = 1;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y >= 50) {
onScreenYa = true;
}
_rotation = (_rotation - 3);
if (_y <= 550) {
onScreenYb = true;
}
if ((_y < 0) && (onScreenYa == true)) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_y > 600) && (onScreenYb == true)) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish2")) {
this.removeMovieClip();
}
if (_name == "fish2") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if ((this.hitTest(_root.candycane) && (_currentframe != 2)) && (_root.candycane.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1648 MovieClip "fish7" in Frame 28
onClipEvent (load) {
var speed = (8 + random(6));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_name != "fish3") {
if (speed == 0) {
speed = 1;
}
if (_root.pausing != true) {
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
yspeed = 0;
grav = 0;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_name == "fish3") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if ((this.hitTest(_root.candycane) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 596 MovieClip "fish19" in Frame 28
onClipEvent (load) {
var xspeed = 5;
var yspeed = 0;
var grav = 1;
var i = 0;
rott = _rotation;
dead = 0;
}
onClipEvent (enterFrame) {
if (_name != "fish2") {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_currentframe == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if ((_y >= 660) && (i < 30)) {
yspeed = 0;
}
if (speed == 0) {
speed = 1;
}
_x = (_x - xspeed);
i++;
if (_y >= 660) {
yspeed = -(random(20) + 14);
i = 0;
}
d = Math.sqrt((600 - _y) * (600 - _y));
if (_y < 600) {
if (_rotation > (rott - 180)) {
_rotation = (_rotation - 5);
}
} else {
_rotation = rott;
}
}
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
yspeed = 0;
grav = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if ((_currentframe == 2) && (varDead != true)) {
_root.lcxx = _x;
_root.lcyy = _y;
varDead = true;
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if (this.hitTest(_root.candycane) && (_currentframe != 2)) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (_name == "fish2") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 693 MovieClip "fish20" in Frame 28
onClipEvent (load) {
var speed = (8 + random(4));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fish4") {
if (speed == 0) {
speed = 1;
}
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
yspeed = 0;
grav = 0;
}
if ((_currentframe == 3) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish")) {
this.removeMovieClip();
}
if (_name == "fish4") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if (this.hitTest(_root.candycane) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(3);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 747 MovieClip "fish11" in Frame 28
onClipEvent (load) {
var speed = (8 + random(6));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_name != "fish3") {
if (speed == 0) {
speed = 1;
}
if (_root.pausing != true) {
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
yspeed = 0;
grav = 0;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_name == "fish3") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if (this.hitTest(_root.candycane) && (_currentframe != 2)) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 771 MovieClip "fish17" in Frame 28
onClipEvent (load) {
var speed = (8 + random(6));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_name != "fish5") {
if (speed == 0) {
speed = 1;
}
if (_root.pausing != true) {
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
yspeed = 0;
grav = 0;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.lcxx = _x;
_root.lcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish")) {
this.removeMovieClip();
}
if (_name == "fish5") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if (this.hitTest(_root.candycane) && (_currentframe != 2)) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1192 MovieClip "fish9" in Frame 28
onClipEvent (load) {
var speed = (8 + random(3));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fish") {
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
yspeed = 0;
grav = 0;
}
if (speed == 0) {
speed = 1;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.lcxx = _x;
_root.lcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish")) {
this.removeMovieClip();
}
if (_name == "fish") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if (this.hitTest(_root.candycane) && (_currentframe != 2)) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1223 MovieClip "fish16" in Frame 28
onClipEvent (load) {
var speed = (8 + random(3));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fish2") {
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
yspeed = 0;
grav = 0;
}
if (speed == 0) {
speed = 1;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.lcxx = _x;
_root.lcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish")) {
this.removeMovieClip();
}
if (_name == "fish") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if (this.hitTest(_root.candycane) && (_currentframe != 2)) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1253 MovieClip "fish12" in Frame 28
onClipEvent (load) {
var speed = (8 + random(3));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fish5") {
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
yspeed = 0;
grav = 0;
}
if (speed == 0) {
speed = 1;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.cyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish")) {
this.removeMovieClip();
}
if (_name == "fish") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if (this.hitTest(_root.candycane) && (_currentframe != 2)) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1465 MovieClip "fish18" in Frame 28
onClipEvent (load) {
var speed = (8 + random(3));
dead = 0;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fish2") {
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
yspeed = 0;
grav = 0;
}
if (speed == 0) {
speed = 1;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y >= 50) {
onScreenYa = true;
}
if (_y <= 550) {
onScreenYb = true;
}
if ((_y < 0) && (onScreenYa == true)) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_y > 600) && (onScreenYb == true)) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish2")) {
this.removeMovieClip();
}
if (_name == "fish2") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if ((this.hitTest(_root.candycane) && (_currentframe != 2)) && (_root.candycane.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1476 MovieClip "fish13" in Frame 28
onClipEvent (load) {
var xspeed = 5;
var yspeed = 0;
var grav = 1;
var i = 0;
rott = _rotation;
dead = 0;
xx = _x;
}
onClipEvent (enterFrame) {
if (_name != "fish3") {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_currentframe == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if ((_y >= 660) && (i < 30)) {
yspeed = 0;
}
if (speed == 0) {
speed = 1;
}
_x = (_x - xspeed);
i++;
if (_y >= 660) {
yspeed = -(random(20) + 14);
i = 0;
}
d = Math.sqrt((600 - _y) * (600 - _y));
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
yspeed = 0;
grav = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if ((_currentframe == 2) && (varDead != true)) {
_root.lcxx = _x;
_root.lcyy = _y;
varDead = true;
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if ((this.hitTest(_root.candycane) && (_currentframe != 2)) && (_root.candycane.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (_name == "fish3") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
}
Instance of Symbol 1480 MovieClip "fish15" in Frame 28
onClipEvent (load) {
var speed = (8 + random(3));
dead = 0;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fish") {
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
yspeed = 0;
grav = 0;
}
if (speed == 0) {
speed = 1;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y >= 50) {
onScreenYa = true;
}
if (_y <= 550) {
onScreenYb = true;
}
if ((_y < 0) && (onScreenYa == true)) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_y > 600) && (onScreenYb == true)) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish")) {
this.removeMovieClip();
}
if (_name == "fish") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if ((this.hitTest(_root.candycane) && (_currentframe != 2)) && (_root.candycane.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1486 MovieClip "fish8" in Frame 28
onClipEvent (load) {
var speed = (8 + random(3));
dead = 0;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (_name != "fish2") {
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
yspeed = 0;
grav = 0;
}
if (speed == 0) {
speed = 1;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.lcxx = _x;
_root.lcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y >= 50) {
onScreenYa = true;
}
if (_y <= 550) {
onScreenYb = true;
}
if ((_y < 0) && (onScreenYa == true)) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_y > 600) && (onScreenYb == true)) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if ((_x <= -100) && (_name != "fish2")) {
this.removeMovieClip();
}
if (_name == "fish2") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if ((this.hitTest(_root.candycane) && (_currentframe != 2)) && (_root.candycane.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1618 MovieClip "fish14" in Frame 28
onClipEvent (load) {
var speed = (8 + random(6));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_name != "fish3") {
if (speed == 0) {
speed = 1;
}
if (_root.pausing != true) {
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
yspeed = 0;
grav = 0;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_name == "fish3") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if ((this.hitTest(_root.candycane) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 1664 MovieClip "fish10" in Frame 28
onClipEvent (load) {
var speed = (8 + random(6));
_y = (100 + random(300));
ymov = -9 + random(18);
xmov = ymov;
dead = 0;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_name != "fish3") {
if (speed == 0) {
speed = 1;
}
if (_root.pausing != true) {
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
yspeed = 0;
grav = 0;
}
if ((_currentframe == 2) && (var1 != 1)) {
_root.bcxx = _x;
_root.bcyy = _y;
var1 = 1;
}
_x = (_x - speed);
_x = (_x - xmov);
_y = (_y + ymov);
if (_y < 0) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_y > 600) {
xmov = xmov * 1;
ymov = ymov * -1;
}
if (_name == "fish3") {
this._visible = false;
speed = 0;
ymov = 0;
}
if (_x <= -100) {
this.removeMovieClip();
}
if (_currentframe == 2) {
dead++;
}
if (dead >= 500) {
this.removeMovieClip();
this._visible = false;
}
if ((this.hitTest(_root.candycane) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
}
Instance of Symbol 785 MovieClip "hitBoss" in Frame 28
onClipEvent (load) {
gotoAndPlay (1);
}
onClipEvent (enterFrame) {
if (this._name == "hitBoss") {
this.gotoAndStop(1);
}
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 11) {
this.play();
}
}
Instance of Symbol 836 MovieClip "pauseda" in Frame 28
onClipEvent (enterFrame) {
this.swapDepths(8032);
}
Instance of Symbol 1924 MovieClip in Frame 28
onClipEvent (enterFrame) {
this.swapDepths(2603);
}
Instance of Symbol 842 MovieClip "scorea" in Frame 28
onClipEvent (enterFrame) {
this.swapDepths(2605);
}
Instance of Symbol 1926 MovieClip "health" in Frame 28
onClipEvent (enterFrame) {
this.swapDepths(2624);
}
Instance of Symbol 934 MovieClip "wide" in Frame 28
onClipEvent (enterFrame) {
this.swapDepths(21600);
}
Instance of Symbol 837 MovieClip "leftWall" in Frame 28
onClipEvent (enterFrame) {
this.swapDepths(21602);
}
Instance of Symbol 837 MovieClip "rightWall" in Frame 28
onClipEvent (enterFrame) {
this.swapDepths(21601);
}
Instance of Symbol 1948 MovieClip "vs" in Frame 28
onClipEvent (load) {
_visible = false;
this.swapDepths(3700);
}
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if ((_currentframe != 32) && (_currentframe != 1)) {
this.play();
}
}
Instance of Symbol 1066 MovieClip "fadein" in Frame 28
onClipEvent (enterFrame) {
this.swapDepths(2302);
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 22) {
this.play();
}
}
Instance of Symbol 1952 MovieClip in Frame 28
onClipEvent (enterFrame) {
this.swapDepths(2531);
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 94) {
this.play();
}
}
Instance of Symbol 2019 MovieClip "boss" in Frame 28
onClipEvent (load) {
i = 0;
bubbles = true;
ballremove = 0;
a = 0;
ouch = 0;
ia = 0;
speed = 3;
varDown = true;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
if (_root.pausing != true) {
if (((this.hitTest(_root.player.attack.sword) && (_root.player._currentframe == 4)) && (_currentframe != 2)) && (this.hitTest(_root.box))) {
_root.hitXX = _root.player._x + 10;
_root.hitYY = _root.player._y;
_root.makeHit();
yspeed = 0;
grav = 0;
_root.healthBarBoss.bar._xscale = _root.healthBarBoss.bar._xscale - 0.8;
}
if (_currentframe != 5) {
if ((comeout == true) && (ready != true)) {
if (_y >= ((Stage.height / 2) + 70)) {
_y = (_y - 5);
} else {
ready = true;
}
}
if (ready == true) {
if ((_y <= 400) && (varDown == true)) {
_y = (_y + speed);
}
if (_y >= 400) {
varDown = false;
}
if ((_y >= 20) && (varDown == false)) {
_y = (_y - speed);
}
if (_y <= 20) {
varDown = true;
}
i++;
if (i >= 35) {
attack = random(4);
}
if (attack == 0) {
i = 0;
attack = 5;
a++;
}
if (((attack == 1) && (_currentframe == 1)) && (_currentframe != 5)) {
this.gotoAndStop(2);
i = 0;
attack = 5;
a = 0;
}
if (((attack == 2) && (_currentframe == 1)) && (_currentframe != 5)) {
this.gotoAndStop(3);
i = 0;
attack = 5;
a = 0;
}
if (((attack == 3) && (_currentframe == 1)) && (_currentframe != 5)) {
this.gotoAndStop(4);
i = 0;
attack = 5;
a = 0;
}
if (((a >= 3) && (_currentframe == 1)) && (_currentframe != 5)) {
this.gotoAndStop(random(3));
a = 0;
attack = 5;
}
}
}
if ((_root.healthBarBoss.bar._xscale < 0) && (_currentframe != 5)) {
this.gotoAndStop(5);
}
}
}
Instance of Symbol 1003 MovieClip "collect" in Frame 28
onClipEvent (load) {
this.swapDepths(21257);
_visible = false;
}
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if ((_currentframe != 1) && (_currentframe != 100)) {
this.play();
}
}
Instance of Symbol 1070 MovieClip "circle" in Frame 28
onClipEvent (enterFrame) {
this.swapDepths(40001);
if (_currentframe >= 2) {
_x = _root.player._x;
_y = _root.player._y;
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1007 MovieClip "circleMenu" in Frame 28
onClipEvent (enterFrame) {
if (_currentframe >= 2) {
this.swapDepths(65001);
_x = (Stage.width / 2);
_y = (Stage.height / 2);
}
}
Frame 29
stop();
for (i in _root) {
_root[i].removeMovieClip();
}
stopAllSounds();
_root.nextFrame();
Frame 30
_x = 0;
_y = 0;
for (i in _root) {
_root[i].removeMovieClip();
}
this.scorea = _root.score;
stop();
_root.gameOver = false;
_root.circle.gotoAndStop(1);
_root.circleMenu.gotoAndStop(1);
_root.all.setVolume(100);
_root.HPScoreService.postScore(_root.score, "");
_root.blessed = false;
_root.go = false;
sounding = 100;
_root.circleMenu.gotoAndStop(1);
_root.all.setVolume(100);
onEnterFrame = function () {
if ((_root.circle._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
if ((_root.circleMenu._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
};
Instance of Symbol 2024 MovieClip in Frame 30
on (press) {
if (_root.story._visible != true) {
getURL ("http://www.newgrounds.com/", "_blank");
}
}
Instance of Symbol 2045 MovieClip "namerz" in Frame 30
onClipEvent (enterFrame) {
this.swapDepths(2000);
}
Instance of Symbol 2062 MovieClip in Frame 30
on (press) {
function __rankz_send__(par1, par2, par3, par4) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3);
par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s");
par227.flashkey = par227.flashkey.split("=").join("");
par227.SU0249 = par227.SU0249.split("=").join("");
par228.onLoad = function (success) {
if (success) {
trace(par228.msg);
} else {
trace(par228.loaded);
}
};
par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST");
}
bXlnYW1lX25hbWVfdmFyaWFibGU = _root.namerz.hellosir;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _root.score;
__rankz_send__("MzAzNmolZSVhJW4lcw==", "SmRGelZxUEk=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
getURL ("http://rankz.armorbot.com/dandy/", "_blank");
_visible = false;
_root.circleMenu.play();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 1066 MovieClip "fadein" in Frame 30
onClipEvent (enterFrame) {
this.swapDepths(2302);
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 22) {
this.play();
}
}
Instance of Symbol 1007 MovieClip "circleMenu" in Frame 30
onClipEvent (enterFrame) {
_x = (Stage.width / 2);
_y = (Stage.height / 2);
}
Frame 31
_root.gameOver = false;
_root.circle.gotoAndStop(1);
_root.circleMenu.gotoAndStop(1);
_x = 0;
_y = 0;
for (i in _root) {
_root[i].removeMovieClip();
}
stopAllSounds();
_root.nextFrame();
Frame 32
_x = 0;
_y = 0;
this.scorea = _root.score;
stop();
_root.gameOver = false;
_root.circle.gotoAndStop(1);
_root.circleMenu.gotoAndStop(1);
_root.all.setVolume(100);
_root.HPScoreService.postScore(_root.score, "");
_root.blessed = false;
_root.go = false;
sounding = 100;
_root.circleMenu.gotoAndStop(1);
_root.all.setVolume(100);
onEnterFrame = function () {
if ((_root.circle._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
if ((_root.circleMenu._currentframe >= 2) && (_root.sounding >= 0)) {
sounding = sounding - 1.8;
_root.all.setVolume(sounding);
}
};
Instance of Symbol 2024 MovieClip in Frame 32
on (press) {
if (_root.story._visible != true) {
getURL ("http://www.newgrounds.com/", "_blank");
}
}
Instance of Symbol 2045 MovieClip "namerz" in Frame 32
onClipEvent (enterFrame) {
this.swapDepths(2000);
}
Instance of Symbol 2062 MovieClip in Frame 32
on (press) {
function __rankz_send__(par1, par2, par3, par4) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3);
par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s");
par227.flashkey = par227.flashkey.split("=").join("");
par227.SU0249 = par227.SU0249.split("=").join("");
par228.onLoad = function (success) {
if (success) {
trace(par228.msg);
} else {
trace(par228.loaded);
}
};
par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST");
}
bXlnYW1lX25hbWVfdmFyaWFibGU = _root.namerz.hellosir;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _root.score;
__rankz_send__("MzAzNmolZSVhJW4lcw==", "SmRGelZxUEk=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
getURL ("http://rankz.armorbot.com/dandy/", "_blank");
_visible = false;
_root.circleMenu.play();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 1066 MovieClip "fadein" in Frame 32
onClipEvent (enterFrame) {
this.swapDepths(2308);
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 22) {
this.play();
}
}
Instance of Symbol 1007 MovieClip "circleMenu" in Frame 32
onClipEvent (enterFrame) {
_x = (Stage.width / 2);
_y = (Stage.height / 2);
}
Frame 34
stop();
Instance of Symbol 1007 MovieClip "circleMenu" in Frame 34
onClipEvent (enterFrame) {
_x = (Stage.width / 2);
_y = (Stage.height / 2);
}
Symbol 11 Button
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 17 Button
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 19 MovieClip Frame 1
function startAd(ngad_url) {
trace("opening " + ngad_url);
System.security.allowDomain("70.87.128.99");
System.security.allowInsecureDomain("70.87.128.99");
System.security.allowDomain("ads.shizmoo.com");
System.security.allowInsecureDomain("ads.shizmoo.com");
System.security.allowDomain("www.cpmstar.com");
System.security.allowInsecureDomain("www.cpmstar.com");
System.security.allowDomain("server.cpmstar.com");
System.security.allowInsecureDomain("server.cpmstar.com");
var ngads_redirect = new XML();
ngads_redirect.ignoreWhite = true;
ngads_redirect.onLoad = function (success) {
trace("[NEWGROUNDS FLASH ADS] :: You may get a 'Security Sandbox Violation' ... this is normal, do not freak out!");
if (success) {
ng_ad.loadMovie(ngads_redirect.toString(), "GET");
}
};
ngads_redirect.load(ngad_url);
}
if (NewgroundsAPI.getAdURL()) {
startAd(NewgroundsAPI.getAdURL());
}
NewgroundsAPI.onAdsApproved = function (ad_url) {
startAd(ad_url);
};
stop();
Symbol 32 Button
on (press) {
_root.nextFrame();
}
Symbol 33 MovieClip Frame 1
function timerHandler() {
if (!loadingComplete) {
var _local4 = _root.getBytesLoaded() / _root.getBytesTotal();
bar._xscale = 100 * _local4;
if (_local4 == 1) {
loadingComplete = true;
if (AUTO_PLAY) {
startMovie();
} else {
gotoAndStop ("loaded");
}
return(undefined);
}
}
dt = getTimer() - time;
time = time + dt;
frameAccum = frameAccum + dt;
var _local3 = 0;
while ((frameAccum >= FRAME_TIME) && (_local3 < MAX_FRAME_SKIP)) {
advanceFrame(tankLogo, true, true);
advanceFrame(loadingText, false, true);
advanceFrame(barGfx, false, true);
if (loadingComplete) {
advanceFrame(this, false, false);
}
(frameAccum = frameAccum - FRAME_TIME);
_local3++;
}
updateAfterEvent();
}
function advanceFrame(clip, recurse, loop) {
if (!clip) {
return(undefined);
}
clip.stop();
if (clip._currentframe == clip._totalframes) {
if (loop) {
clip.gotoAndStop(1);
}
} else {
clip.nextFrame();
}
if (recurse) {
for (childName in clip) {
if (typeof(clip[childName]) == "movieclip") {
advanceFrame(clip[childName], recurse, loop);
}
}
}
}
_root.stop();
stop();
var FRAME_TIME = 33.3333333333333;
var AUTO_PLAY = false;
var MAX_FRAME_SKIP = 5;
var loadingComplete;
var intervalId;
var time;
var frameAccum;
loadingComplete = false;
intervalId = setInterval(this, "timerHandler", FRAME_TIME / 2);
frameAccum = 0;
time = getTimer();
timerHandler();
Symbol 2086 MovieClip [__Packages.NewgroundsAPI] Frame 0
class NewgroundsAPI
{
static var tracker_id, host, version, debug, error_format, header_format, normal_format, link_format;
function NewgroundsAPI () {
}
static function connectMovie(id) {
if (!id) {
SendError("Missing required 'id' parameter in NewgroundsAPI.connectMovie(id:Number)");
} else if (!tracker_id) {
SendMessage("Connecting to API gateway...");
tracker_id = id;
host = _url.split("/")[2].toLowerCase();
if (host.length < 1) {
host = "localhost";
}
var _local2 = new Object();
SendEvent(MOVIE_VIEWS);
}
}
static function setMovieVersion(movie_version) {
if (!movie_version) {
SendError("Missing required 'version' in NewgroundsAPI.setMovieVersion(version:String)");
} else {
version = movie_version;
}
}
static function debugMode() {
debug = true;
}
static function addCustomEvent(stat_id, stat_name) {
if (!stat_id) {
SendError("Missing required 'id' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)");
} else if (!stat_name) {
SendError("Missing required 'event_name' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)");
} else {
custom_events[stat_name] = CUSTOM_STATS + stat_id;
SendMessage("Created custom event: " + stat_name);
}
}
static function addCustomLink(stat_id, stat_name) {
if (!stat_id) {
SendError("Missing required 'id' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)");
} else if (!stat_name) {
SendError("Missing required 'link_name' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)");
} else {
custom_links[stat_name] = CUSTOM_STATS + stat_id;
SendMessage((("Created custom link " + stat_id) + ": ") + stat_name);
}
}
static function loadMySite() {
SendLink(AUTHOR_SITE);
}
static function loadNewgrounds(special) {
if (special) {
var _local1 = {page:special};
}
SendLink(NEWGROUNDS, _local1);
}
static function logCustomEvent(event_name) {
if (!event_name) {
SendError("Missing required 'event_name' parameter in NewgroundsAPI.logCustomEvent(event_name:String)");
} else if (!custom_events[event_name]) {
SendError("Attempted to log undefined custom event: " + event_name);
} else {
SendEvent(custom_events[event_name]);
}
}
static function loadCustomLink(link_name) {
if (!link_name) {
SendError("Missing required 'link_name' parameter in NewgroundsAPI.loadCustomLink(link_name:String)");
} else if (!custom_links[link_name]) {
SendError("Attempted to open undefined custom link: " + link_name);
} else {
SendLink(custom_links[link_name]);
}
}
static function getAdURL() {
return(movie_options.ad_url);
}
static function getMovieURL() {
if (movie_options.movie_url) {
return(movie_options.movie_url);
}
return("Newgrounds.com");
}
static function getNewVersionURL() {
return((((((GATEWAY_URL + "?&id=") + tracker_id) + "&host=") + escape(host)) + "&stat=") + NEW_VERSION);
}
static function SendEvent(id) {
SendStat(id, false);
}
static function SendLink(id, extra) {
SendStat(id, true, extra);
}
static function ReadGatewayData(params) {
for (var _local2 in params) {
params[_local2] = unescape(params[_local2]);
movie_options[_local2] = params[_local2];
}
if (params.settings_loaded) {
SendMessage("You have successfully connected to the Newgrounds API gateway!");
SendMessage(("Movie Identified as '" + movie_options.movie_name) + "'");
if (movie_options.message) {
SendMessage(movie_options.message);
}
if (movie_options.ad_url) {
SendMessage("Your movie has been approved to run Flash Ads");
onAdsApproved(movie_options.ad_url);
}
if (movie_options.movie_version and (movie_options.movie_version.toString() != version.toString())) {
SendMessage("WARNING: The movie version configured in your API settings does not match this movie's version!");
onNewVersionAvailable(movie_options.movie_version, getMovieURL(), getNewVersionURL());
}
if (movie_options.deny_host) {
SendMessage("You have blocked 'localHost' in your API settings.");
SendMessage("If you wish to test your movie you will need to remove this block.");
onDenyHost(host, getMovieURL(), getNewVersionURL());
}
if (movie_options.request_portal_url == 1) {
var _local4 = (((GATEWAY_URL + "?&id=") + tracker_id) + "&portal_url=") + escape(_url);
var _local3 = new XML();
_local3.ignoreWhite = true;
_local3.load(_local4);
}
} else if (!movie_options.settings_loaded) {
SendError("Could not establish connection to the API gateway.");
}
}
static function SendStat(stat_id, open_in_browser, extra) {
if (!tracker_id) {
SendError("API calls cannot be made without a valid movie id.");
SendError("Did you remember to add the \"NewgroundsAPI.connectMovie()\" code?");
} else {
var _local7 = (((((GATEWAY_URL + "?&id=") + tracker_id) + "&host=") + escape(host)) + "&stat=") + stat_id;
for (var _local9 in extra) {
_local7 = _local7 + ((("&" + escape(_local9)) + "=") + escape(extra[_local9]));
}
trace(_local7);
if (debug) {
_local7 = _local7 + "&debug=1";
}
if (open_in_browser) {
getURL (_local7, "_blank");
} else {
var _local10 = new XML();
_local10.ignoreWhite = true;
_local10.onLoad = function (success) {
var _local6 = new Object();
var _local3 = 0;
while (_local3 < this.firstChild.childNodes.length) {
var _local4 = this.firstChild.childNodes[_local3];
var _local5 = _local4.nodeName;
var _local2 = _local4.attributes.value;
if (_local2 == Number(_local2)) {
_local2 = Number(_local2);
}
_local6[_local5] = _local2;
_local3++;
}
NewgroundsAPI.ReadGatewayData(_local6);
};
_local10.load(_local7);
}
}
}
static function SendError(msg) {
trace("[NEWGROUNDS API ERROR] :: " + msg);
}
static function SendMessage(msg) {
trace("[NEWGROUNDS API] :: " + msg);
}
static function InitTextFormats() {
if (!error_format) {
error_format = new TextFormat();
error_format.font = "Arial Black";
error_format.size = 48;
error_format.color = 16711680 /* 0xFF0000 */;
}
if (!header_format) {
header_format = new TextFormat();
header_format.font = "Arial Black";
header_format.size = 24;
header_format.color = 16777215 /* 0xFFFFFF */;
}
if (!normal_format) {
normal_format = new TextFormat();
normal_format.font = "Arial";
normal_format.bold = true;
normal_format.size = 12;
normal_format.color = 16777215 /* 0xFFFFFF */;
}
if (!link_format) {
link_format = new TextFormat();
link_format.color = 16776960 /* 0xFFFF00 */;
link_format.underline = true;
}
}
static function onNewVersionAvailable(version, movie_url, redirect_url) {
InitTextFormats();
var _local2 = new Object();
_local2.x = Stage.width / 2;
_local2.y = Stage.height / 2;
_root.createEmptyMovieClip("NGAPI_new_version_overlay", _root.getNextHighestDepth());
_root.NGAPI_new_version_overlay.lineStyle(1, 0, 100);
_root.NGAPI_new_version_overlay.beginFill(0, 70);
_root.NGAPI_new_version_overlay.moveTo(-10, -10);
_root.NGAPI_new_version_overlay.lineTo(-10, 1000);
_root.NGAPI_new_version_overlay.lineTo(1000, 1000);
_root.NGAPI_new_version_overlay.lineTo(1000, -10);
_root.NGAPI_new_version_overlay.lineTo(-10, -10);
_root.NGAPI_new_version_overlay.endFill();
_root.NGAPI_new_version_overlay.lineStyle(10, 0, 100);
_root.NGAPI_new_version_overlay.beginFill(51);
_root.NGAPI_new_version_overlay.moveTo(_local2.x - 240, _local2.y - 120);
_root.NGAPI_new_version_overlay.lineTo(_local2.x + 240, _local2.y - 120);
_root.NGAPI_new_version_overlay.lineTo(_local2.x + 240, _local2.y + 80);
_root.NGAPI_new_version_overlay.lineTo(_local2.x - 240, _local2.y + 80);
_root.NGAPI_new_version_overlay.lineTo(_local2.x - 240, _local2.y - 120);
_root.NGAPI_new_version_overlay.endFill();
_root.NGAPI_new_version_overlay.createEmptyMovieClip("exit", 1000);
_root.NGAPI_new_version_overlay.exit.lineStyle(2, 39423, 100);
_root.NGAPI_new_version_overlay.exit.beginFill(0, 50);
_root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 210, _local2.y - 110);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 230, _local2.y - 110);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 230, _local2.y - 90);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 210, _local2.y - 90);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 210, _local2.y - 110);
_root.NGAPI_new_version_overlay.exit.endFill();
_root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 214, _local2.y - 106);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 226, _local2.y - 94);
_root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 226, _local2.y - 106);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 214, _local2.y - 94);
_root.NGAPI_new_version_overlay.exit.onMouseUp = function () {
if (_root.NGAPI_new_version_overlay.exit.hitTest(_root._xmouse, _root._ymouse)) {
_root.NGAPI_new_version_overlay.removeMovieClip();
}
};
var _local3 = (("Version " + version) + " is now available at:") + newline;
var _local5 = _local3.length;
_local3 = _local3 + movie_url;
var _local4 = _local3.length;
_root.NGAPI_new_version_overlay.createTextField("mouseblocker", 99, -10, -10, 1000, 1000);
_root.NGAPI_new_version_overlay.createTextField("newversion", 100, _local2.x - 210, _local2.y - 90, 400, 80);
_root.NGAPI_new_version_overlay.newversion.text = "New Version Available!";
_root.NGAPI_new_version_overlay.newversion.setTextFormat(header_format);
_root.NGAPI_new_version_overlay.createTextField("message", 101, (Stage.width - 400) / 2, Stage.height / 2, 400, 40);
_root.NGAPI_new_version_overlay.message.text = _local3;
_root.NGAPI_new_version_overlay.message.multiline = true;
_root.NGAPI_new_version_overlay.message.wordWrap = true;
_root.NGAPI_new_version_overlay.message.html = true;
_root.NGAPI_new_version_overlay.message.setTextFormat(normal_format);
link_format.url = redirect_url;
_root.NGAPI_new_version_overlay.message.setTextFormat(_local5, _local4, link_format);
}
static function onDenyHost(hostname, movie_url, redirect_url) {
InitTextFormats();
_root.createEmptyMovieClip("NGAPI_deny_host_overlay", _root.getNextHighestDepth());
_root.NGAPI_deny_host_overlay.lineStyle(20, 0, 100);
_root.NGAPI_deny_host_overlay.beginFill(6684672);
_root.NGAPI_deny_host_overlay.moveTo(0, 0);
_root.NGAPI_deny_host_overlay.lineTo(Stage.width, 0);
_root.NGAPI_deny_host_overlay.lineTo(Stage.width, Stage.height);
_root.NGAPI_deny_host_overlay.lineTo(0, Stage.height);
_root.NGAPI_deny_host_overlay.lineTo(0, 0);
_root.NGAPI_deny_host_overlay.endFill();
var _local2 = ("This movie has not been approved for use on " + hostname) + ".";
_local2 = _local2 + "\r\rFor an aproved copy, please visit:\r";
var _local4 = _local2.length;
_local2 = _local2 + movie_url;
var _local3 = _local2.length;
_root.NGAPI_deny_host_overlay.createTextField("mousekill", 100, 0, 0, Stage.width, Stage.height);
_root.NGAPI_deny_host_overlay.createTextField("error", 101, (Stage.width - 400) / 2, (Stage.height / 2) - 100, 400, 200);
_root.NGAPI_deny_host_overlay.error.text = "ERROR!";
_root.NGAPI_deny_host_overlay.error.setTextFormat(error_format);
_root.NGAPI_deny_host_overlay.createTextField("message", 102, (Stage.width - 400) / 2, Stage.height / 2, 400, 200);
_root.NGAPI_deny_host_overlay.message.text = _local2;
_root.NGAPI_deny_host_overlay.message.multiline = true;
_root.NGAPI_deny_host_overlay.message.wordWrap = true;
_root.NGAPI_deny_host_overlay.message.html = true;
_root.NGAPI_deny_host_overlay.message.setTextFormat(normal_format);
link_format.url = redirect_url;
_root.NGAPI_deny_host_overlay.message.setTextFormat(_local4, _local3, link_format);
}
static function isInstalled() {
return(true);
}
static function onAdsApproved(ad_url) {
}
static var movie_options = new Object();
static var custom_events = new Object();
static var custom_links = new Object();
static var MOVIE_VIEWS = 1;
static var AUTHOR_SITE = 2;
static var NEWGROUNDS = 3;
static var NEW_VERSION = 4;
static var CUSTOM_STATS = 50;
static var GATEWAY_URL = "http://www.ngads.com/gateway.php";
}
Symbol 2087 MovieClip [__Packages.ab3.rankz.Armor_Bot_30_En_AS1] Frame 0
class ab3.rankz.Armor_Bot_30_En_AS1 extends Object
{
static var _CharsReverseLookup;
var _Armor_Bot_30_En_AS1Str, _Armor_Bot_30_En_AS1Count;
function Armor_Bot_30_En_AS1 () {
super();
}
static function Encode(str) {
var _local1 = new ab3.rankz.Armor_Bot_30_En_AS1();
return(_local1.encodeArmor_Bot_30_En_AS1(str));
}
static function Decode(str) {
var _local1 = new ab3.rankz.Armor_Bot_30_En_AS1();
return(_local1.decodeArmor_Bot_30_En_AS1(str));
}
static function StringReplaceAll(source, find, replacement) {
return(source.split(find).join(replacement));
}
static function InitReverseChars() {
_CharsReverseLookup = new Array();
var _local1 = 0;
while (_local1 < _Chars.length) {
_CharsReverseLookup[_Chars[_local1]] = _local1;
_local1++;
}
return(true);
}
static function UrlDecode(str) {
str = StringReplaceAll(str, "\\", " ");
str = unescape(str);
return(str);
}
static function UrlEncode(str) {
str = escape(str);
str = StringReplaceAll(str, "\\", "%2B");
str = StringReplaceAll(str, "%20", "+");
return(str);
}
function setArmor_Bot_30_En_AS1Str(str) {
_Armor_Bot_30_En_AS1Str = str;
_Armor_Bot_30_En_AS1Count = 0;
}
function readArmor_Bot_30_En_AS1() {
if (!_Armor_Bot_30_En_AS1Str) {
return(_EndOfInput);
}
if (_Armor_Bot_30_En_AS1Count >= _Armor_Bot_30_En_AS1Str.length) {
return(_EndOfInput);
}
var _local2 = _Armor_Bot_30_En_AS1Str.charCodeAt(_Armor_Bot_30_En_AS1Count) & 255;
_Armor_Bot_30_En_AS1Count++;
return(_local2);
}
function encodeArmor_Bot_30_En_AS1(str) {
setArmor_Bot_30_En_AS1Str(str);
var _local3 = "";
var _local2 = new Array(3);
var _local5 = 0;
var _local4 = false;
while ((!_local4) && (((_local2[0] = readArmor_Bot_30_En_AS1())) != _EndOfInput)) {
_local2[1] = readArmor_Bot_30_En_AS1();
_local2[2] = readArmor_Bot_30_En_AS1();
_local3 = _local3 + _Chars[_local2[0] >> 2];
if (_local2[1] != _EndOfInput) {
_local3 = _local3 + _Chars[((_local2[0] << 4) & 48) | (_local2[1] >> 4)];
if (_local2[2] != _EndOfInput) {
_local3 = _local3 + _Chars[((_local2[1] << 2) & 60) | (_local2[2] >> 6)];
_local3 = _local3 + _Chars[_local2[2] & 63];
} else {
_local3 = _local3 + _Chars[(_local2[1] << 2) & 60];
_local3 = _local3 + "=";
_local4 = true;
}
} else {
_local3 = _local3 + _Chars[(_local2[0] << 4) & 48];
_local3 = _local3 + "=";
_local3 = _local3 + "=";
_local4 = true;
}
_local5 = _local5 + 4;
if (_local5 >= 76) {
_local3 = _local3 + newline;
_local5 = 0;
}
}
return(_local3);
}
function readReverseArmor_Bot_30_En_AS1() {
if (!_Armor_Bot_30_En_AS1Str) {
return(_EndOfInput);
}
while (true) {
if (_Armor_Bot_30_En_AS1Count >= _Armor_Bot_30_En_AS1Str.length) {
return(_EndOfInput);
}
var _local2 = _Armor_Bot_30_En_AS1Str.charAt(_Armor_Bot_30_En_AS1Count);
_Armor_Bot_30_En_AS1Count++;
if (_CharsReverseLookup[_local2]) {
return(_CharsReverseLookup[_local2]);
}
if (_local2 == "A") {
return(0);
}
}
}
function ntos(n) {
var _local1 = n.toString(16);
if (_local1.length == 1) {
_local1 = "0" + _local1;
}
_local1 = "%" + _local1;
return(unescape(_local1));
}
function decodeArmor_Bot_30_En_AS1(str) {
setArmor_Bot_30_En_AS1Str(str);
var _local3 = "";
var _local2 = new Array(4);
var _local4 = false;
while (((!_local4) && (((_local2[0] = readReverseArmor_Bot_30_En_AS1())) != _EndOfInput)) && (((_local2[1] = readReverseArmor_Bot_30_En_AS1())) != _EndOfInput)) {
_local2[2] = readReverseArmor_Bot_30_En_AS1();
_local2[3] = readReverseArmor_Bot_30_En_AS1();
_local3 = _local3 + ntos(((_local2[0] << 2) & 255) | (_local2[1] >> 4));
if (_local2[2] != _EndOfInput) {
_local3 = _local3 + ntos(((_local2[1] << 4) & 255) | (_local2[2] >> 2));
if (_local2[3] != _EndOfInput) {
_local3 = _local3 + ntos(((_local2[2] << 6) & 255) | _local2[3]);
} else {
_local4 = true;
}
} else {
_local4 = true;
}
}
return(_local3);
}
function toHex(n) {
var _local4 = "";
var _local3 = true;
var _local1 = 32;
while (_local1 > 0) {
_local1 = _local1 - 4;
var _local2 = (n >> _local1) & 15;
if ((!_local3) || (_local2 != 0)) {
_local3 = false;
_local4 = _local4 + _Digits[_local2];
}
}
return(((_local4 == "") ? "0" : (_local4)));
}
function pad(str, len, pad) {
var _local2 = str;
var _local1 = str.length;
while (_local1 < len) {
_local2 = pad + _local2;
_local1++;
}
return(_local2);
}
function encodeHex(str) {
var _local4 = "";
var _local2 = 0;
while (_local2 < str.length) {
_local4 = _local4 + pad(toHex(str.charCodeAt(_local2) & 255), 2, "0");
_local2++;
}
return(_local4);
}
function decodeHex(str) {
var _local5 = "";
var _local3 = "";
var _local2 = 0;
while (_local2 < str.length) {
_local3 = _local3 + str.charAt(_local2);
if (_local3.length == 2) {
_local5 = _local5 + ntos(parseInt("0x" + _local3));
_local3 = "";
}
_local2++;
}
return(_local5);
}
static var _EndOfInput = -1;
static var _Chars = new Array("A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "+", "/");
static var _CharsReverseLookupInited = InitReverseChars();
static var _Digits = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f");
}
Symbol 67 Button
on (press) {
_root.circle.play();
}
Symbol 107 MovieClip Frame 308
_root.circle.play();
stop();
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 60
stop();
_root.nextFrame();
Symbol 131 MovieClip Frame 6
stop();
Symbol 148 MovieClip Frame 2
_root.beardPoint = this._currentframe;
Symbol 148 MovieClip Frame 3
_root.beardPoint = this._currentframe;
Symbol 148 MovieClip Frame 4
_root.beardPoint = this._currentframe;
Symbol 148 MovieClip Frame 5
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 6
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 7
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 8
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 9
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 10
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 11
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 12
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 13
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 14
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 15
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 16
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 17
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 18
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 19
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 20
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 21
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 22
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 23
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 24
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 25
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 26
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 27
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 28
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 29
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 30
_root.beardPoint = _currentframe;
Symbol 148 MovieClip Frame 31
stop();
_root.invincibleDone = true;
Instance of Symbol 125 MovieClip "face1" in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.invincible == true) {
_alpha = 0;
} else if (_root.special != true) {
_alpha = 100;
}
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 127 MovieClip "facea" in Symbol 149 MovieClip Frame 1
onClipEvent (load) {
if (_root.special != true) {
_alpha = 0;
} else {
_alpha = 100;
}
if ((_root.special == true) && (_root.invincible == true)) {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
if ((_root.special == true) && (_root.invincible != true)) {
_alpha = 100;
} else {
_alpha = 0;
}
}
Instance of Symbol 148 MovieClip "invFace" in Symbol 149 MovieClip Frame 1
onClipEvent (load) {
if (_root.halo != true) {
if (_root.invincible != true) {
_alpha = 0;
} else {
_alpha = 100;
}
if ((_root.invincible == true) && (_root.invincibleDone == true)) {
gotoAndStop (31);
}
if (_root.invincible != true) {
gotoAndStop (1);
}
if (_root.invincibleDone != true) {
this.gotoAndStop(_root.beardPoint);
}
}
if (_root.halo == true) {
this.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (_root.halo != true) {
if (_root.invincible == true) {
_alpha = 100;
if (_currentframe == 1) {
this.play();
}
_parent.facea._alpha = 0;
} else {
_alpha = 0;
}
if (_root.invincibleDone == true) {
this.gotoAndStop(31);
}
if (_root.pausing == true) {
this.stop();
} else if ((_currentframe != 31) && (_currentframe != 1)) {
this.play();
}
}
if (_root.halo == true) {
this.gotoAndStop(31);
}
}
Symbol 171 Button
on (press) {
if (_root.circle._currentframe == 1) {
_root.circle.play();
}
}
Symbol 175 Button
on (press) {
_root.gotoAndStop("htp");
}
Symbol 179 Button
on (press) {
getURL ("http://www.newgrounds.com/", "_blank");
}
Symbol 183 Button
on (press) {
if (_root.story._visible != true) {
_root.story._visible = true;
}
}
Symbol 186 Button
on (press) {
getURL ("http://rankz.armorbot.com/dandy/", "_blank");
}
Symbol 198 Button
on (press) {
_root.story.prevFrame();
}
Symbol 201 Button
on (press) {
_root.story.nextFrame();
}
Symbol 204 Button
on (press) {
_root.story._visible = false;
}
Symbol 214 MovieClip Frame 1
stop();
Symbol 219 MovieClip Frame 22
stop();
Symbol 221 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 60
stop();
stopAllSounds();
_root.nextFrame();
Instance of Symbol 224 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.wide)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 226 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.wide)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 229 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.wide)) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 234 MovieClip Frame 1
stop();
Symbol 239 MovieClip Frame 6
stop();
Instance of Symbol 239 MovieClip in Symbol 240 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 240 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 240 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 240 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 246 MovieClip Frame 21
stop();
Symbol 247 MovieClip Frame 1
stop();
Instance of Symbol 240 MovieClip in Symbol 247 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.pausing == true) or (!this.hitTest(_root.box))) {
this.stop();
} else {
this.play();
}
}
Symbol 247 MovieClip Frame 2
_root.candyaa++;
_root.health.candy.nextFrame();
_root.score = _root.score + 2;
Instance of Symbol 246 MovieClip in Symbol 247 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 21) {
this.play();
}
}
Instance of Symbol 251 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
if (_root.levela == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 253 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
if (_root.levela == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 255 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
if (_root.levela == 3) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 257 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
if (_root.levela == 4) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 259 MovieClip in Symbol 260 MovieClip Frame 1
onClipEvent (load) {
if (_root.levela == 5) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 279 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 293 MovieClip Frame 15
stop();
Symbol 293 MovieClip Frame 24
_parent.gotoAndStop(1);
Symbol 302 MovieClip Frame 7
stop();
Symbol 302 MovieClip Frame 13
_parent.gotoAndStop(1);
Symbol 334 MovieClip Frame 4
_root.makeBall();
_root.makeBall2();
_root.makeBall3();
Symbol 334 MovieClip Frame 14
_parent.gotoAndStop(1);
Symbol 337 MovieClip Frame 6
_parent.gotoAndStop(1);
Symbol 338 MovieClip Frame 1
stop();
Instance of Symbol 267 MovieClip in Symbol 338 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 280 MovieClip in Symbol 338 MovieClip Frame 1
onClipEvent (load) {
if (_root.special != true) {
_alpha = 0;
} else {
_alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.special != true) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 293 MovieClip "CandyDown" in Symbol 338 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 302 MovieClip "CandyUp" in Symbol 338 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 334 MovieClip in Symbol 338 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 338 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 341 MovieClip Frame 20
stop();
Instance of Symbol 341 MovieClip in Symbol 342 MovieClip Frame 1
onClipEvent (load) {
var rot = 0;
_rotation = random(360);
_xscale = random(100);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
_rotation = (_rotation + rot);
rot--;
}
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 20) {
this.play();
}
}
Symbol 354 MovieClip Frame 35
stop();
Symbol 355 MovieClip Frame 1
stop();
Instance of Symbol 344 MovieClip in Symbol 355 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 354 MovieClip in Symbol 355 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 35) {
this.play();
}
}
Instance of Symbol 375 MovieClip in Symbol 380 MovieClip Frame 1
onClipEvent (enterFrame) {
this.swapDepths(40690);
}
Instance of Symbol 239 MovieClip in Symbol 380 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 380 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 375 MovieClip in Symbol 380 MovieClip Frame 10
onClipEvent (enterFrame) {
this.swapDepths(1690);
}
Instance of Symbol 239 MovieClip in Symbol 380 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 380 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 380 MovieClip Frame 21
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 380 MovieClip Frame 28
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 380 MovieClip in Symbol 381 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 446 MovieClip Frame 25
_root.makeBubble();
Symbol 446 MovieClip Frame 27
_root.makeBubble();
Symbol 446 MovieClip Frame 29
_root.makeBubble();
Symbol 446 MovieClip Frame 31
_root.makeBubble();
Symbol 446 MovieClip Frame 35
_root.makeBubble();
Symbol 446 MovieClip Frame 45
_parent.gotoAndStop(1);
Symbol 449 MovieClip Frame 17
_root.makeBossFish();
Symbol 449 MovieClip Frame 20
_root.makeBossFish();
Symbol 449 MovieClip Frame 21
_root.makeBossFish();
Symbol 449 MovieClip Frame 23
_root.makeBossFish();
Symbol 449 MovieClip Frame 27
_root.makeBossFish();
Symbol 449 MovieClip Frame 30
_root.makeBossFish();
Symbol 449 MovieClip Frame 45
_parent.gotoAndStop(3);
Symbol 460 MovieClip Frame 10
stop();
Instance of Symbol 460 MovieClip in Symbol 474 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Symbol 474 MovieClip Frame 2
stopAllSounds();
Instance of Symbol 460 MovieClip in Symbol 474 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 460 MovieClip in Symbol 474 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 460 MovieClip in Symbol 474 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 460 MovieClip in Symbol 474 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 460 MovieClip in Symbol 474 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 460 MovieClip in Symbol 474 MovieClip Frame 19
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 460 MovieClip in Symbol 474 MovieClip Frame 20
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 460 MovieClip in Symbol 474 MovieClip Frame 23
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 460 MovieClip in Symbol 474 MovieClip Frame 25
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 460 MovieClip in Symbol 474 MovieClip Frame 27
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 460 MovieClip in Symbol 474 MovieClip Frame 29
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 460 MovieClip in Symbol 474 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 460 MovieClip in Symbol 474 MovieClip Frame 31
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 460 MovieClip in Symbol 474 MovieClip Frame 34
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 460 MovieClip in Symbol 474 MovieClip Frame 37
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 460 MovieClip in Symbol 474 MovieClip Frame 40
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 463 MovieClip in Symbol 474 MovieClip Frame 44
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Symbol 474 MovieClip Frame 55
stop();
Symbol 475 MovieClip Frame 1
stop();
Instance of Symbol 437 MovieClip in Symbol 475 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 446 MovieClip in Symbol 475 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 447 MovieClip in Symbol 475 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 448 MovieClip in Symbol 475 MovieClip Frame 3
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 449 MovieClip in Symbol 475 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 475 MovieClip Frame 5
_root.score = _root.score + 250;
Instance of Symbol 474 MovieClip in Symbol 475 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 55) {
this.play();
}
}
Instance of Symbol 484 MovieClip in Symbol 514 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 488 MovieClip in Symbol 514 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 497 MovieClip in Symbol 514 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 541 MovieClip Frame 23
stop();
Instance of Symbol 517 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
Instance of Symbol 520 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 541 MovieClip in Symbol 551 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 23) {
this.play();
}
}
Symbol 551 MovieClip Frame 4
_root.makeCandy();
Symbol 551 MovieClip Frame 25
stop();
Symbol 552 MovieClip Frame 1
stop();
Instance of Symbol 514 MovieClip in Symbol 552 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 552 MovieClip Frame 2
_root.enemies++;
_root.score = _root.score + 20;
Instance of Symbol 551 MovieClip in Symbol 552 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 25) {
this.play();
}
}
Instance of Symbol 571 MovieClip in Symbol 595 MovieClip Frame 2
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 573 MovieClip in Symbol 595 MovieClip Frame 2
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 575 MovieClip in Symbol 595 MovieClip Frame 2
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 577 MovieClip in Symbol 595 MovieClip Frame 2
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Symbol 595 MovieClip Frame 3
_root.makeCandy2();
Symbol 595 MovieClip Frame 18
stop();
Symbol 596 MovieClip Frame 1
stop();
Instance of Symbol 569 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 596 MovieClip Frame 2
_root.enemies++;
_root.score = _root.score + 5;
Instance of Symbol 595 MovieClip in Symbol 596 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 18) {
this.play();
}
}
Symbol 600 MovieClip Frame 7
_parent.gotoAndStop(1);
Symbol 611 MovieClip Frame 10
stop();
Symbol 612 MovieClip Frame 1
stop();
Symbol 612 MovieClip Frame 2
stop();
Symbol 612 MovieClip Frame 3
_root.makeFairy();
_root.score = _root.score + 12;
Instance of Symbol 611 MovieClip in Symbol 612 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Symbol 615 MovieClip Frame 7
stop();
Symbol 616 MovieClip Frame 1
stop();
Symbol 633 MovieClip Frame 27
stop();
Symbol 635 MovieClip Frame 14
stop();
Symbol 636 MovieClip Frame 1
stop();
Symbol 636 MovieClip Frame 2
_root.makeGumDrop();
Symbol 637 MovieClip Frame 1
stop();
Instance of Symbol 615 MovieClip in Symbol 637 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 7) {
this.play();
}
}
Instance of Symbol 341 MovieClip in Symbol 638 MovieClip Frame 1
onClipEvent (load) {
var rot = 0;
_rotation = random(360);
_xscale = random(100);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
_rotation = (_rotation + rot);
rot--;
}
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 20) {
this.play();
}
}
Symbol 668 MovieClip Frame 6
_parent.gotoAndStop(1);
Instance of Symbol 670 MovieClip in Symbol 692 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 672 MovieClip in Symbol 692 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 674 MovieClip in Symbol 692 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Symbol 692 MovieClip Frame 2
_root.makeCandy();
Symbol 692 MovieClip Frame 11
stop();
Symbol 693 MovieClip Frame 1
stop();
Instance of Symbol 667 MovieClip in Symbol 693 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 693 MovieClip Frame 3
_root.enemies++;
_root.score = _root.score + 20;
Instance of Symbol 692 MovieClip in Symbol 693 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 11) {
this.play();
}
}
Symbol 697 MovieClip Frame 23
stop();
Symbol 703 MovieClip Frame 1
stop();
Symbol 703 MovieClip Frame 41
_root.enemies = 0;
Instance of Symbol 730 MovieClip in Symbol 746 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 732 MovieClip in Symbol 746 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Symbol 746 MovieClip Frame 4
_root.makeCandy();
Symbol 746 MovieClip Frame 16
stop();
Symbol 747 MovieClip Frame 1
stop();
Instance of Symbol 728 MovieClip in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 747 MovieClip Frame 2
_root.enemies++;
_root.score = _root.score + 20;
Instance of Symbol 746 MovieClip in Symbol 747 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 16) {
this.play();
}
}
Instance of Symbol 758 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 760 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Symbol 770 MovieClip Frame 2
_root.makeCandy2();
Symbol 770 MovieClip Frame 9
stop();
Symbol 771 MovieClip Frame 1
stop();
Instance of Symbol 756 MovieClip in Symbol 771 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 771 MovieClip Frame 2
_root.enemies++;
_root.score = _root.score + 20;
Instance of Symbol 770 MovieClip in Symbol 771 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 9) {
this.play();
}
}
Symbol 774 MovieClip Frame 2
stop();
Instance of Symbol 239 MovieClip in Symbol 774 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 6) {
this.play();
}
}
Symbol 785 MovieClip Frame 11
stop();
Instance of Symbol 791 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 793 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Symbol 805 MovieClip Frame 3
_root.makeCandy2();
Symbol 805 MovieClip Frame 12
stop();
Symbol 806 MovieClip Frame 1
stop();
Instance of Symbol 789 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 806 MovieClip Frame 2
_root.score = _root.score + 2;
Instance of Symbol 805 MovieClip in Symbol 806 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 12) {
this.play();
}
}
Symbol 811 MovieClip Frame 6
stop();
Instance of Symbol 811 MovieClip in Symbol 813 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 811 MovieClip in Symbol 813 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 811 MovieClip in Symbol 813 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 811 MovieClip in Symbol 813 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 811 MovieClip in Symbol 813 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 811 MovieClip in Symbol 813 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 811 MovieClip in Symbol 813 MovieClip Frame 14
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 811 MovieClip in Symbol 813 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 811 MovieClip in Symbol 813 MovieClip Frame 18
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 816 MovieClip Frame 1
stop();
Symbol 816 MovieClip Frame 2
_root.player._alpha = 50;
_root.life--;
_root.health.bar._xscale = _root.health.bar._xscale - 10;
_root.blink.play();
Symbol 816 MovieClip Frame 4
_root.player._alpha = 100;
Symbol 816 MovieClip Frame 6
_root.player._alpha = 50;
Symbol 816 MovieClip Frame 8
_root.player._alpha = 100;
Symbol 816 MovieClip Frame 10
_root.player._alpha = 50;
Symbol 816 MovieClip Frame 12
_root.player._alpha = 100;
Symbol 816 MovieClip Frame 14
_root.player._alpha = 50;
Symbol 816 MovieClip Frame 16
_root.player._alpha = 100;
Symbol 816 MovieClip Frame 18
_root.player._alpha = 50;
Symbol 816 MovieClip Frame 19
_root.player._alpha = 100;
Symbol 816 MovieClip Frame 20
_root.player._alpha = 50;
Symbol 816 MovieClip Frame 21
_root.player._alpha = 100;
Symbol 816 MovieClip Frame 22
_root.player._alpha = 50;
Symbol 816 MovieClip Frame 23
_root.player._alpha = 100;
Symbol 830 Button
on (press) {
_root.circleMenu.play();
}
Symbol 835 Button
on (press) {
if (_root.soundOff != true) {
_root.all.setVolume(0);
_root.sounding = 0;
_root.soundOff = true;
} else if (_root.soundOff == true) {
_root.all.setVolume(100);
_root.sounding = 100;
_root.soundOff = false;
}
}
Symbol 836 MovieClip Frame 1
stop();
Symbol 836 MovieClip Frame 2
stop();
Instance of Symbol 239 MovieClip in Symbol 845 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 845 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 845 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 876 MovieClip Frame 1
stop();
Instance of Symbol 845 MovieClip in Symbol 876 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 876 MovieClip Frame 31
stop();
_root.circleMenu.play();
_root.gameOver = true;
Symbol 930 MovieClip Frame 1
stop();
Symbol 930 MovieClip Frame 51
stop();
Symbol 993 MovieClip Frame 1
stop();
Symbol 993 MovieClip Frame 32
stop();
Instance of Symbol 239 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 996 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 996 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 996 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 996 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 996 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 996 MovieClip Frame 14
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 996 MovieClip in Symbol 997 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 997 MovieClip Frame 81
_root.startGame = true;
Symbol 997 MovieClip Frame 94
stop();
Symbol 1003 MovieClip Frame 1
stop();
Symbol 1003 MovieClip Frame 12
stop();
Symbol 1003 MovieClip Frame 22
stop();
Symbol 1003 MovieClip Frame 32
stop();
Symbol 1003 MovieClip Frame 40
stop();
Symbol 1003 MovieClip Frame 48
stop();
Symbol 1003 MovieClip Frame 56
stop();
Symbol 1003 MovieClip Frame 64
stop();
Symbol 1003 MovieClip Frame 68
stop();
Symbol 1003 MovieClip Frame 72
stop();
Symbol 1003 MovieClip Frame 76
stop();
Symbol 1003 MovieClip Frame 80
stop();
Symbol 1003 MovieClip Frame 100
stop();
_root.circle.play();
Symbol 1005 MovieClip Frame 1
stop();
Symbol 1005 MovieClip Frame 60
stop();
_root.nextFrame();
Symbol 1007 MovieClip Frame 1
stop();
Symbol 1007 MovieClip Frame 60
stop();
stopAllSounds();
if (_root.gameOver != true) {
_root.gotoAndStop("menuabc");
} else {
_root.gotoAndPlay("gameOvera");
}
Instance of Symbol 1011 MovieClip in Symbol 1012 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1011 MovieClip in Symbol 1012 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1011 MovieClip in Symbol 1012 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1011 MovieClip in Symbol 1012 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1011 MovieClip in Symbol 1012 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1011 MovieClip in Symbol 1012 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1011 MovieClip in Symbol 1012 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1011 MovieClip in Symbol 1012 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1011 MovieClip in Symbol 1012 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 1052 MovieClip Frame 10
stop();
Symbol 1052 MovieClip Frame 14
_parent.gotoAndStop(1);
Symbol 1053 MovieClip Frame 1
stop();
Instance of Symbol 1039 MovieClip in Symbol 1053 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1062 MovieClip Frame 6
stop();
Instance of Symbol 1062 MovieClip in Symbol 1063 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1062 MovieClip in Symbol 1063 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1062 MovieClip in Symbol 1063 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1062 MovieClip in Symbol 1063 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1062 MovieClip in Symbol 1063 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1062 MovieClip in Symbol 1063 MovieClip Frame 14
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1063 MovieClip in Symbol 1064 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1064 MovieClip Frame 28
stop();
Symbol 1066 MovieClip Frame 22
stop();
Symbol 1070 MovieClip Frame 1
stop();
Symbol 1070 MovieClip Frame 60
stop();
stopAllSounds();
_root.nextFrame();
Symbol 1097 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Symbol 1101 MovieClip Frame 60
stopAllSounds();
_root.nextFrame();
Instance of Symbol 1104 MovieClip in Symbol 1107 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.wide)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1106 MovieClip in Symbol 1107 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.wide)) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 1129 MovieClip Frame 6
stop();
Instance of Symbol 1121 MovieClip "beam" in Symbol 1135 MovieClip Frame 4
onClipEvent (enterFrame) {
i = 1000;
while (i <= 1049) {
if ((this.hitTest(_root["cage" + i]) && (_root["cage" + i]._currentframe == 1)) && (_root["cage" + i].hitTest(_root.box))) {
_root["cage" + i].hit++;
if (_root["cage" + i]._currentframe != 3) {
_root["cage" + i].gotoAndStop(2);
}
}
if (this.hitTest(_root["fish2" + i]) && (_root["fish2" + i].hitTest(_root.box))) {
_root["fish2" + i].gotoAndStop(2);
_root["fish2" + i].xmov = 0;
_root["fish2" + i].ymov = 0;
_root["fish2" + i].dead = true;
_root["ball" + z].removeMovieClip();
}
if (this.hitTest(_root["fish" + i]) && (_root["fish" + i].hitTest(_root.box))) {
_root["fish" + i].gotoAndStop(2);
_root["fish" + i].xmov = 0;
_root["fish" + i].ymov = 0;
_root["fish" + i].dead = true;
_root["ball" + z].removeMovieClip();
}
if (_root["fish3" + i].hitTest(_root.box)) {
if (this.hitTest(_root["fish3" + i].aa)) {
_root["fish3" + i].aa.gotoAndStop(2);
_root["fish3" + i].aa.xmov = 0;
_root["fish3" + i].aa.ymov = 0;
_root["fish3" + i].aa.dead = true;
_root["ball" + z].removeMovieClip();
}
if (this.hitTest(_root["fish3" + i].bb)) {
_root["fish3" + i].bb.gotoAndStop(2);
_root["fish3" + i].bb.xmov = 0;
_root["fish3" + i].bb.ymov = 0;
_root["fish3" + i].bb.dead = true;
_root["ball" + z].removeMovieClip();
}
if (this.hitTest(_root["fish3" + i].cc)) {
_root["fish3" + i].cc.gotoAndStop(2);
_root["fish3" + i].cc.xmov = 0;
_root["fish3" + i].cc.ymov = 0;
_root["fish3" + i].cc.dead = true;
_root["ball" + z].removeMovieClip();
}
if (this.hitTest(_root["fish3" + i].dd)) {
_root["fish3" + i].dd.gotoAndStop(2);
_root["fish3" + i].dd.xmov = 0;
_root["fish3" + i].dd.ymov = 0;
_root["fish3" + i].dd.dead = true;
_root["ball" + z].removeMovieClip();
}
if (this.hitTest(_root["fish3" + i].ee)) {
_root["fish3" + i].ee.gotoAndStop(2);
_root["fish3" + i].ee.xmov = 0;
_root["fish3" + i].ee.ymov = 0;
_root["fish3" + i].ee.dead = true;
_root["ball" + z].removeMovieClip();
}
}
if (this.hitTest(_root["fish4" + i]) && (_root["fish4" + i].hitTest(_root.box))) {
_root["fish4" + i].gotoAndStop(2);
_root["fish4" + i].xmov = 0;
_root["fish4" + i].ymov = 0;
_root["fish4" + i].dead = true;
_root["ball" + z].removeMovieClip();
}
if (this.hitTest(_root["fish5" + i]) && (_root["fish5" + i].hitTest(_root.box))) {
_root["fish5" + i].gotoAndStop(2);
_root["fish5" + i].xmov = 0;
_root["fish5" + i].ymov = 0;
_root["fish5" + i].dead = true;
_root["ball" + z].removeMovieClip();
}
i++;
}
if (((((this.hitTest(_root.boss.box) && (var1 != true)) && (_root.boss._currentframe != 4)) && (_root.boss.hitTest(_root.box))) && (_root.boss._currentframe != 2)) && (_root.boss._currentframe != 3)) {
_root.boss.gotoAndStop(4);
_root.boss.ouch++;
_root.healthBarBoss.bar._xscale = _root.healthBarBoss.bar._xscale - 1.7;
var1 = true;
} else {
var1 = false;
}
}
Symbol 1135 MovieClip Frame 11
_parent.gotoAndStop(1);
Symbol 1136 MovieClip Frame 1
stop();
Instance of Symbol 1116 MovieClip in Symbol 1136 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 280 MovieClip in Symbol 1136 MovieClip Frame 1
onClipEvent (load) {
if (_root.special != true) {
_alpha = 0;
} else {
_alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.special != true) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 293 MovieClip "CandyDown" in Symbol 1136 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 302 MovieClip "CandyUp" in Symbol 1136 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1135 MovieClip "attack" in Symbol 1136 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 1136 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1150 MovieClip in Symbol 1167 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1156 MovieClip in Symbol 1167 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1160 MovieClip in Symbol 1167 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1150 MovieClip in Symbol 1167 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1168 MovieClip in Symbol 1169 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1171 MovieClip in Symbol 1191 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1173 MovieClip in Symbol 1191 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1175 MovieClip in Symbol 1191 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1178 MovieClip in Symbol 1191 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1180 MovieClip in Symbol 1191 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1182 MovieClip in Symbol 1191 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1182 MovieClip in Symbol 1191 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1182 MovieClip in Symbol 1191 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1182 MovieClip in Symbol 1191 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1182 MovieClip in Symbol 1191 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1182 MovieClip in Symbol 1191 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Symbol 1191 MovieClip Frame 2
_root.makeCandy2();
Symbol 1191 MovieClip Frame 9
stop();
Symbol 1192 MovieClip Frame 1
stop();
Instance of Symbol 1183 MovieClip in Symbol 1192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1192 MovieClip Frame 2
_root.enemies++;
_root.score = _root.score + 10;
Instance of Symbol 1191 MovieClip in Symbol 1192 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 9) {
this.play();
}
}
Instance of Symbol 1211 MovieClip in Symbol 1222 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1213 MovieClip in Symbol 1222 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Symbol 1222 MovieClip Frame 2
_root.makeCandy2();
Symbol 1222 MovieClip Frame 8
stop();
Symbol 1223 MovieClip Frame 1
stop();
Instance of Symbol 1209 MovieClip in Symbol 1223 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1223 MovieClip Frame 2
_root.score = _root.score + 5;
_root.enemies++;
Instance of Symbol 1222 MovieClip in Symbol 1223 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 8) {
this.play();
}
}
Instance of Symbol 1225 MovieClip in Symbol 1252 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1240 MovieClip in Symbol 1252 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1242 MovieClip in Symbol 1252 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1233 MovieClip in Symbol 1252 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1237 MovieClip in Symbol 1252 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Symbol 1252 MovieClip Frame 10
stop();
Symbol 1253 MovieClip Frame 1
stop();
Instance of Symbol 1238 MovieClip in Symbol 1253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1253 MovieClip Frame 2
_root.score = _root.score + 5;
_root.makeCandy();
_root.enemies++;
Instance of Symbol 1252 MovieClip in Symbol 1253 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Symbol 1269 MovieClip Frame 10
stop();
Instance of Symbol 1269 MovieClip in Symbol 1276 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 1271 MovieClip in Symbol 1276 MovieClip Frame 2
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1273 MovieClip in Symbol 1276 MovieClip Frame 2
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1275 MovieClip in Symbol 1276 MovieClip Frame 2
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1269 MovieClip in Symbol 1276 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Symbol 1276 MovieClip Frame 15
stop();
Symbol 1277 MovieClip Frame 1
stop();
Instance of Symbol 1258 MovieClip in Symbol 1277 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1277 MovieClip Frame 2
_root.scorea.score = _root.scorea.score + 15;
_root.enemies++;
Instance of Symbol 1276 MovieClip in Symbol 1277 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 15) {
this.play();
}
}
Instance of Symbol 1277 MovieClip "aa" in Symbol 1278 MovieClip Frame 1
onClipEvent (load) {
lol = 0;
yy = _y;
dead = false;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.box)) {
this._visible = true;
} else {
_visible = false;
}
if (!_root.pausing) {
if (!dead) {
if ((_y >= (yy - 110)) && (lol == 0)) {
_y = (_y - 7);
} else {
lol++;
}
if (lol >= 10) {
if (_y <= yy) {
_y = (_y + 7);
}
}
}
if (((this.hitTest(_root.candycane) && (_currentframe != 2)) && (this.hitTest(_root.box))) && (_y <= (yy - 50))) {
this.gotoAndStop(2);
}
if (((((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) && (this.hitTest(_root.box))) && (_y <= (yy - 30))) && (_root.bigFish._x >= 0)) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
Instance of Symbol 1277 MovieClip "bb" in Symbol 1278 MovieClip Frame 4
onClipEvent (load) {
lol = 0;
yy = _y;
dead = false;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.box)) {
this._visible = true;
} else {
_visible = false;
}
if (!_root.pausing) {
if (!dead) {
if ((_y >= (yy - 110)) && (lol == 0)) {
_y = (_y - 7);
} else {
lol++;
}
if (lol >= 10) {
if (_y <= yy) {
_y = (_y + 7);
}
}
}
if (((this.hitTest(_root.candycane) && (_currentframe != 2)) && (this.hitTest(_root.box))) && (_y <= (yy - 50))) {
this.gotoAndStop(2);
}
if (((((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) && (this.hitTest(_root.box))) && (_y <= (yy - 30))) && (_root.bigFish._x >= 0)) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
Instance of Symbol 1277 MovieClip "cc" in Symbol 1278 MovieClip Frame 7
onClipEvent (load) {
lol = 0;
yy = _y;
dead = false;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.box)) {
this._visible = true;
} else {
_visible = false;
}
if (!_root.pausing) {
if (!dead) {
if ((_y >= (yy - 110)) && (lol == 0)) {
_y = (_y - 7);
} else {
lol++;
}
if (lol >= 10) {
if (_y <= yy) {
_y = (_y + 7);
}
}
}
if (((this.hitTest(_root.candycane) && (_currentframe != 2)) && (this.hitTest(_root.box))) && (_y <= (yy - 50))) {
this.gotoAndStop(2);
}
if (((((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) && (this.hitTest(_root.box))) && (_y <= (yy - 30))) && (_root.bigFish._x >= 0)) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
Instance of Symbol 1277 MovieClip "dd" in Symbol 1278 MovieClip Frame 10
onClipEvent (load) {
lol = 0;
yy = _y;
dead = false;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.box)) {
this._visible = true;
} else {
_visible = false;
}
if (!_root.pausing) {
if (!dead) {
if ((_y >= (yy - 110)) && (lol == 0)) {
_y = (_y - 7);
} else {
lol++;
}
if (lol >= 10) {
if (_y <= yy) {
_y = (_y + 7);
}
}
}
if (((this.hitTest(_root.candycane) && (_currentframe != 2)) && (this.hitTest(_root.box))) && (_y <= (yy - 50))) {
this.gotoAndStop(2);
}
if (((((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) && (this.hitTest(_root.box))) && (_y <= (yy - 30))) && (_root.bigFish._x >= 0)) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
Instance of Symbol 1277 MovieClip "ee" in Symbol 1278 MovieClip Frame 13
onClipEvent (load) {
lol = 0;
yy = _y;
dead = false;
w = _width / 2;
h = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.box)) {
this._visible = true;
} else {
_visible = false;
}
if (!_root.pausing) {
if (!dead) {
if ((_y >= (yy - 110)) && (lol == 0)) {
_y = (_y - 7);
} else {
lol++;
}
if (lol >= 10) {
if (_y <= yy) {
_y = (_y + 7);
}
}
}
if (((this.hitTest(_root.candycane) && (_currentframe != 2)) && (this.hitTest(_root.box))) && (_y <= (yy - 50))) {
this.gotoAndStop(2);
}
if (((((this.hitTest(_root.bigFish) && (_currentframe != 2)) && (_root.bigFish.hitTest(_root.box))) && (this.hitTest(_root.box))) && (_y <= (yy - 30))) && (_root.bigFish._x >= 0)) {
this.gotoAndStop(2);
}
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
Symbol 1278 MovieClip Frame 102
stop();
stop();
Instance of Symbol 1280 MovieClip in Symbol 1302 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1289 MovieClip in Symbol 1302 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1291 MovieClip in Symbol 1302 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1286 MovieClip in Symbol 1302 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Symbol 1302 MovieClip Frame 11
stop();
Symbol 1303 MovieClip Frame 1
stop();
Instance of Symbol 1287 MovieClip in Symbol 1303 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1303 MovieClip Frame 2
_root.score = _root.score + 10;
_root.makeCandy();
_root.enemies++;
Instance of Symbol 1302 MovieClip in Symbol 1303 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 11) {
this.play();
}
}
Instance of Symbol 1353 MovieClip in Symbol 1355 MovieClip Frame 15
onClipEvent (enterFrame) {
if (!_root.pausing) {
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
Symbol 1355 MovieClip Frame 32
_parent.gotoAndStop(1);
Instance of Symbol 1328 MovieClip in Symbol 1358 MovieClip Frame 10
onClipEvent (enterFrame) {
if (!_root.pausing) {
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
Instance of Symbol 1332 MovieClip in Symbol 1358 MovieClip Frame 10
onClipEvent (enterFrame) {
if (!_root.pausing) {
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
Instance of Symbol 1345 MovieClip in Symbol 1358 MovieClip Frame 15
onClipEvent (enterFrame) {
if (!_root.pausing) {
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
Instance of Symbol 1325 MovieClip in Symbol 1358 MovieClip Frame 22
onClipEvent (enterFrame) {
if (!_root.pausing) {
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
Instance of Symbol 1328 MovieClip in Symbol 1358 MovieClip Frame 22
onClipEvent (enterFrame) {
if (!_root.pausing) {
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
Symbol 1358 MovieClip Frame 50
_parent.gotoAndStop(1);
Symbol 1359 MovieClip Frame 10
_parent.gotoAndStop(1);
Symbol 1360 MovieClip Frame 1
stopAllSounds();
Symbol 1360 MovieClip Frame 89
stop();
Instance of Symbol 255 MovieClip in Symbol 1360 MovieClip Frame 89
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if ((this.hitTest(_root.player) && (var1 != true)) && (_root.collect._currentframe == 1)) {
_visible = false;
_root.collect._visible = true;
_root.collect.play();
var1 = true;
}
}
}
Symbol 1361 MovieClip Frame 1
stop();
Instance of Symbol 1350 MovieClip in Symbol 1361 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1355 MovieClip in Symbol 1361 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1358 MovieClip in Symbol 1361 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1359 MovieClip in Symbol 1361 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1361 MovieClip Frame 5
_root.score = _root.score + 500;
Instance of Symbol 1360 MovieClip in Symbol 1361 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 89) {
this.play();
}
}
Symbol 1403 MovieClip Frame 1
stop();
Symbol 1403 MovieClip Frame 32
stop();
Instance of Symbol 239 MovieClip in Symbol 1409 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 1409 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 1409 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 1409 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 1409 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 1409 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 1409 MovieClip Frame 14
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1409 MovieClip in Symbol 1410 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1410 MovieClip Frame 81
_root.startGame = true;
Symbol 1410 MovieClip Frame 94
stop();
Instance of Symbol 1018 MovieClip in Symbol 1414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 1428 MovieClip Frame 61
stopAllSounds();
_root.nextFrame();
Instance of Symbol 1431 MovieClip in Symbol 1434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.wide)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1433 MovieClip in Symbol 1434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.wide)) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 1436 MovieClip Frame 1
stop();
Symbol 1437 MovieClip Frame 1
stop();
Instance of Symbol 1116 MovieClip in Symbol 1437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 280 MovieClip in Symbol 1437 MovieClip Frame 1
onClipEvent (load) {
if (_root.special != true) {
_alpha = 0;
} else {
_alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.special != true) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 293 MovieClip "CandyDown" in Symbol 1437 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 302 MovieClip "CandyUp" in Symbol 1437 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 334 MovieClip in Symbol 1437 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 1437 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1450 MovieClip in Symbol 1451 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 1464 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 6) {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 1464 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 6) {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 1464 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 6) {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 1464 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 6) {
this.play();
}
}
Symbol 1464 MovieClip Frame 16
stop();
Symbol 1465 MovieClip Frame 1
stop();
Instance of Symbol 1461 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1465 MovieClip Frame 2
_root.enemies++;
_root.makeCandy();
_root.score = _root.score + 10;
Instance of Symbol 1464 MovieClip in Symbol 1465 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 16) {
this.play();
}
}
Symbol 1475 MovieClip Frame 5
stop();
Instance of Symbol 1467 MovieClip in Symbol 1475 MovieClip Frame 5
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1469 MovieClip in Symbol 1475 MovieClip Frame 5
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Instance of Symbol 1473 MovieClip in Symbol 1475 MovieClip Frame 5
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
}
}
}
Symbol 1476 MovieClip Frame 1
stop();
Instance of Symbol 1474 MovieClip in Symbol 1476 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1476 MovieClip Frame 2
_root.enemies++;
_root.score = _root.score + 5;
_root.makeCandy2();
Instance of Symbol 1475 MovieClip in Symbol 1476 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 5) {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 1479 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 6) {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 1479 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 6) {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 1479 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 6) {
this.play();
}
}
Instance of Symbol 239 MovieClip in Symbol 1479 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 6) {
this.play();
}
}
Symbol 1479 MovieClip Frame 16
stop();
Symbol 1480 MovieClip Frame 1
stop();
Instance of Symbol 1478 MovieClip in Symbol 1480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1480 MovieClip Frame 2
_root.enemies++;
_root.score = _root.score + 10;
_root.makeCandy();
Instance of Symbol 1479 MovieClip in Symbol 1480 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 16) {
this.play();
}
}
Instance of Symbol 1482 MovieClip in Symbol 1485 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1482 MovieClip in Symbol 1485 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1482 MovieClip in Symbol 1485 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1482 MovieClip in Symbol 1485 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1482 MovieClip in Symbol 1485 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1482 MovieClip in Symbol 1485 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1482 MovieClip in Symbol 1485 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Symbol 1486 MovieClip Frame 1
stop();
Instance of Symbol 1484 MovieClip in Symbol 1486 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1486 MovieClip Frame 2
_root.enemies++;
_root.score = _root.score + 10;
_root.makeCandy2();
Instance of Symbol 1516 MovieClip in Symbol 1517 MovieClip Frame 36
onClipEvent (enterFrame) {
if (!_root.pausing) {
if (((((_currentframe == 1) && (this.hitTest(_root.player.box2))) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
Symbol 1517 MovieClip Frame 81
_parent.gotoAndStop(1);
Symbol 1521 MovieClip Frame 40
_root.makeFisha();
_root.makeFish2a();
_root.makeFish3a();
_root.makeFish4a();
_root.makeFish5a();
_root.makeFish6a();
_parent.gotoAndStop(1);
Symbol 1531 MovieClip Frame 11
stop();
Instance of Symbol 1531 MovieClip in Symbol 1533 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!_root.pausing) {
if (((this.hitTest(_root.player.box2) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
Instance of Symbol 1531 MovieClip in Symbol 1533 MovieClip Frame 10
onClipEvent (enterFrame) {
if (!_root.pausing) {
if (((this.hitTest(_root.player.box2) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
Instance of Symbol 1531 MovieClip in Symbol 1533 MovieClip Frame 20
onClipEvent (enterFrame) {
if (!_root.pausing) {
if (((this.hitTest(_root.player.box2) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
Instance of Symbol 1531 MovieClip in Symbol 1533 MovieClip Frame 30
onClipEvent (enterFrame) {
if (!_root.pausing) {
if (((this.hitTest(_root.player.box2) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
}
Symbol 1533 MovieClip Frame 81
_parent.gotoAndStop(1);
Symbol 1535 MovieClip Frame 41
stop();
Symbol 1536 MovieClip Frame 1
stop();
Instance of Symbol 1507 MovieClip in Symbol 1536 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1517 MovieClip in Symbol 1536 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1521 MovieClip in Symbol 1536 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1536 MovieClip Frame 5
_root.score = _root.score + 1000;
Symbol 1548 MovieClip Frame 22
stop();
Instance of Symbol 1540 MovieClip in Symbol 1550 MovieClip Frame 5
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1549 MovieClip in Symbol 1550 MovieClip Frame 5
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Symbol 1550 MovieClip Frame 30
stop();
Symbol 1551 MovieClip Frame 1
stop();
Symbol 1551 MovieClip Frame 2
_root.enemies++;
_root.score = _root.score + 10;
_root.makeCandy();
Symbol 1556 MovieClip Frame 6
stop();
Instance of Symbol 1556 MovieClip in Symbol 1557 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1556 MovieClip in Symbol 1557 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1556 MovieClip in Symbol 1557 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1556 MovieClip in Symbol 1557 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1556 MovieClip in Symbol 1557 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1556 MovieClip in Symbol 1557 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1556 MovieClip in Symbol 1557 MovieClip Frame 14
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1557 MovieClip in Symbol 1558 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1558 MovieClip Frame 81
_root.startGame = true;
Symbol 1558 MovieClip Frame 94
stop();
Symbol 1577 MovieClip Frame 1
stop();
Symbol 1577 MovieClip Frame 32
stop();
Instance of Symbol 1018 MovieClip in Symbol 1581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1018 MovieClip in Symbol 1581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.box)) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 1590 MovieClip Frame 60
stopAllSounds();
_root.nextFrame();
Instance of Symbol 1593 MovieClip in Symbol 1596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.wide)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1595 MovieClip in Symbol 1596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.wide)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1602 MovieClip in Symbol 1617 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1602 MovieClip in Symbol 1617 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1602 MovieClip in Symbol 1617 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1602 MovieClip in Symbol 1617 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1607 MovieClip in Symbol 1617 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Symbol 1617 MovieClip Frame 16
stop();
Symbol 1618 MovieClip Frame 1
stop();
Instance of Symbol 1606 MovieClip in Symbol 1618 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1618 MovieClip Frame 2
_root.enemies++;
_root.score = _root.score + 10;
_root.makeCandy();
Instance of Symbol 1617 MovieClip in Symbol 1618 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 16) {
this.play();
}
}
Instance of Symbol 1633 MovieClip in Symbol 1647 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1635 MovieClip in Symbol 1647 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1635 MovieClip in Symbol 1647 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1635 MovieClip in Symbol 1647 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1635 MovieClip in Symbol 1647 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1635 MovieClip in Symbol 1647 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1635 MovieClip in Symbol 1647 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1635 MovieClip in Symbol 1647 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1635 MovieClip in Symbol 1647 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1635 MovieClip in Symbol 1647 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1635 MovieClip in Symbol 1647 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1635 MovieClip in Symbol 1647 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1635 MovieClip in Symbol 1647 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1637 MovieClip in Symbol 1647 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Symbol 1647 MovieClip Frame 16
stop();
Symbol 1648 MovieClip Frame 1
stop();
Instance of Symbol 1631 MovieClip in Symbol 1648 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1648 MovieClip Frame 2
_root.enemies++;
_root.score = _root.score + 10;
_root.makeCandy();
Instance of Symbol 1647 MovieClip in Symbol 1648 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 16) {
this.play();
}
}
Instance of Symbol 1650 MovieClip in Symbol 1663 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1652 MovieClip in Symbol 1663 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Symbol 1663 MovieClip Frame 17
stop();
Symbol 1664 MovieClip Frame 1
stop();
Instance of Symbol 1653 MovieClip in Symbol 1664 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1664 MovieClip Frame 2
_root.enemies++;
_root.score = _root.score + 10;
_root.makeCandy();
Instance of Symbol 1663 MovieClip in Symbol 1664 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 17) {
this.play();
}
}
Symbol 1681 MovieClip Frame 21
_parent.gotoAndStop(2);
Symbol 1682 MovieClip Frame 28
_parent.gotoAndStop(2);
Symbol 1685 MovieClip Frame 36
_parent.gotoAndStop(2);
Instance of Symbol 1687 MovieClip in Symbol 1705 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1689 MovieClip in Symbol 1705 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1691 MovieClip in Symbol 1705 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Symbol 1705 MovieClip Frame 17
stop();
_root.miniBossOut = false;
Symbol 1706 MovieClip Frame 1
stop();
Instance of Symbol 1681 MovieClip in Symbol 1706 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.go != true) {
this.gotoAndStop(1);
} else {
this.play();
}
}
Symbol 1706 MovieClip Frame 2
stop();
_root.miniBossOut = true;
Instance of Symbol 1682 MovieClip in Symbol 1706 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1685 MovieClip in Symbol 1706 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1706 MovieClip Frame 4
_root.enemies++;
_root.score = _root.score + 50;
_root.makeCandy();
_root.makeCandy();
_root.makeCandy();
_root.makeCandy();
_root.makeCandy();
Instance of Symbol 1705 MovieClip in Symbol 1706 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 17) {
this.play();
}
}
Instance of Symbol 1712 MovieClip in Symbol 1722 MovieClip Frame 50
onClipEvent (enterFrame) {
if (((this.hitTest(_root.player.box2) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
Symbol 1722 MovieClip Frame 138
_parent.gotoAndStop(1);
Symbol 1726 MovieClip Frame 10
stop();
Instance of Symbol 1726 MovieClip in Symbol 1727 MovieClip Frame 35
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 1726 MovieClip in Symbol 1727 MovieClip Frame 40
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 1726 MovieClip in Symbol 1727 MovieClip Frame 45
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 1726 MovieClip in Symbol 1727 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Instance of Symbol 1726 MovieClip in Symbol 1727 MovieClip Frame 55
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Symbol 1727 MovieClip Frame 65
_parent.gotoAndStop(1);
Instance of Symbol 1726 MovieClip in Symbol 1727 MovieClip Frame 65
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 10) {
this.play();
}
}
Symbol 1728 MovieClip Frame 40
stop();
Symbol 1729 MovieClip Frame 1
stop();
Instance of Symbol 1721 MovieClip in Symbol 1729 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1722 MovieClip in Symbol 1729 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 138) {
this.play();
}
}
Instance of Symbol 1727 MovieClip in Symbol 1729 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 65) {
this.play();
}
}
Symbol 1729 MovieClip Frame 4
_root.score = _root.score + 1500;
Instance of Symbol 1728 MovieClip in Symbol 1729 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 40) {
this.play();
}
}
Symbol 1749 MovieClip Frame 6
_root.makeBall();
_root.makeBall2();
_root.makeBall3();
_root.makeBall4();
_root.makeBall5();
Symbol 1749 MovieClip Frame 18
_parent.gotoAndStop(1);
Symbol 1750 MovieClip Frame 1
stop();
Instance of Symbol 1116 MovieClip in Symbol 1750 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 280 MovieClip in Symbol 1750 MovieClip Frame 1
onClipEvent (load) {
if (_root.special != true) {
_alpha = 0;
} else {
_alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.special != true) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 293 MovieClip "CandyDown" in Symbol 1750 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 302 MovieClip "CandyUp" in Symbol 1750 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1749 MovieClip in Symbol 1750 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 1750 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1767 MovieClip in Symbol 1768 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1796 MovieClip Frame 1
stop();
Symbol 1796 MovieClip Frame 32
stop();
Symbol 1799 MovieClip Frame 6
stop();
Instance of Symbol 1799 MovieClip in Symbol 1800 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1799 MovieClip in Symbol 1800 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1799 MovieClip in Symbol 1800 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1799 MovieClip in Symbol 1800 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1799 MovieClip in Symbol 1800 MovieClip Frame 14
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1800 MovieClip in Symbol 1801 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1801 MovieClip Frame 81
_root.startGame = true;
Symbol 1801 MovieClip Frame 94
stop();
Symbol 1811 MovieClip Frame 60
stopAllSounds();
_root.nextFrame();
Instance of Symbol 1815 MovieClip in Symbol 1819 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.wide)) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 1846 MovieClip Frame 15
_parent.gotoAndStop(1);
Symbol 1854 MovieClip Frame 10
_root.halo = true;
_parent.gotoAndStop(1);
Symbol 1855 MovieClip Frame 1
stop();
Instance of Symbol 1116 MovieClip in Symbol 1855 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1825 MovieClip in Symbol 1855 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.halo == true) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 280 MovieClip in Symbol 1855 MovieClip Frame 1
onClipEvent (load) {
if (_root.special != true) {
_alpha = 0;
} else {
_alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.special != true) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 293 MovieClip "CandyDown" in Symbol 1855 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 302 MovieClip "CandyUp" in Symbol 1855 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 337 MovieClip in Symbol 1855 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1864 MovieClip in Symbol 1865 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1872 MovieClip in Symbol 1885 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1874 MovieClip in Symbol 1885 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Symbol 1885 MovieClip Frame 11
stop();
Symbol 1886 MovieClip Frame 1
stop();
Instance of Symbol 1870 MovieClip in Symbol 1886 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1886 MovieClip Frame 2
_root.enemies++;
_root.score = _root.score + 10;
_root.makeCandy();
Instance of Symbol 1885 MovieClip in Symbol 1886 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 11) {
this.play();
}
}
Instance of Symbol 1893 MovieClip in Symbol 1898 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1895 MovieClip in Symbol 1898 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1897 MovieClip in Symbol 1898 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Symbol 1899 MovieClip Frame 1
stop();
Instance of Symbol 1891 MovieClip in Symbol 1899 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1899 MovieClip Frame 2
_root.enemies++;
_root.score = _root.score + 10;
_root.makeCandy();
Instance of Symbol 1906 MovieClip in Symbol 1921 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1908 MovieClip in Symbol 1921 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Instance of Symbol 1910 MovieClip in Symbol 1921 MovieClip Frame 1
onClipEvent (load) {
scale = _xscale;
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this.gotoAndStop(2);
}
jump = 15;
walljump = false;
i = 0;
num4 = random(2);
numm4 = Math.round(random(16) + 10);
rot = random(13);
}
onClipEvent (enterFrame) {
if (_root.pausing != true) {
if (!varHitAgain) {
_rotation = (_rotation - rot);
if (num4 == 0) {
xspeed = xspeed - 0.5;
}
if (num4 == 1) {
xspeed = xspeed + 0.5;
}
i++;
if (i < 5) {
yspeed = -numm4;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.92;
landed = false;
lefted = false;
righted = false;
if (_y > 700) {
this._visible = false;
}
}
}
}
Symbol 1921 MovieClip Frame 11
stop();
Symbol 1922 MovieClip Frame 1
stop();
Instance of Symbol 1904 MovieClip in Symbol 1922 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1922 MovieClip Frame 2
_root.enemies++;
_root.score = _root.score + 10;
_root.makeCandy2();
Instance of Symbol 1921 MovieClip in Symbol 1922 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else if (_currentframe != 11) {
this.play();
}
}
Instance of Symbol 930 MovieClip "candy" in Symbol 1926 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(51);
}
Symbol 1948 MovieClip Frame 1
stop();
Symbol 1948 MovieClip Frame 32
stop();
Symbol 1950 MovieClip Frame 6
stop();
Instance of Symbol 1950 MovieClip in Symbol 1951 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1950 MovieClip in Symbol 1951 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1950 MovieClip in Symbol 1951 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1950 MovieClip in Symbol 1951 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1950 MovieClip in Symbol 1951 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1950 MovieClip in Symbol 1951 MovieClip Frame 14
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1951 MovieClip in Symbol 1952 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 1952 MovieClip Frame 81
_root.startGame = true;
Symbol 1952 MovieClip Frame 94
stop();
Instance of Symbol 1966 MovieClip in Symbol 2008 MovieClip Frame 27
onClipEvent (enterFrame) {
if (((this.hitTest(_root.player.box2) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
Instance of Symbol 2003 MovieClip in Symbol 2008 MovieClip Frame 27
onClipEvent (enterFrame) {
if (((this.hitTest(_root.player.box2) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
Symbol 2008 MovieClip Frame 51
_parent.gotoAndStop(1);
Instance of Symbol 1966 MovieClip in Symbol 2011 MovieClip Frame 20
onClipEvent (enterFrame) {
if (((this.hitTest(_root.player.box2) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
Instance of Symbol 2003 MovieClip in Symbol 2011 MovieClip Frame 20
onClipEvent (enterFrame) {
if (((this.hitTest(_root.player.box2) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
Symbol 2011 MovieClip Frame 45
_parent.gotoAndStop(1);
Instance of Symbol 1987 MovieClip in Symbol 2017 MovieClip Frame 15
onClipEvent (enterFrame) {
if (((this.hitTest(_root.player.box2) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
Instance of Symbol 1991 MovieClip in Symbol 2017 MovieClip Frame 15
onClipEvent (enterFrame) {
if (((this.hitTest(_root.player.box2) && (_root.player._currentframe != 4)) && (_root.blink._currentframe == 1)) && (_root.invincible != true)) {
_root.player.xspeed = -4;
_root.player.gotoAndStop(5);
_root.health.healthbar.nextFrame();
_root.blink.play();
}
}
Symbol 2017 MovieClip Frame 29
_parent.gotoAndStop(1);
Symbol 2018 MovieClip Frame 23
stop();
Instance of Symbol 2003 MovieClip in Symbol 2018 MovieClip Frame 23
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (var1 != true)) && (_root.collect._currentframe == 1)) {
_visible = false;
_root.collect._visible = true;
_root.collect.play();
var1 = true;
}
}
Symbol 2019 MovieClip Frame 1
stop();
Instance of Symbol 2004 MovieClip in Symbol 2019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 2008 MovieClip in Symbol 2019 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 2011 MovieClip in Symbol 2019 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pausing == true) {
this.stop();
} else {
this.play();
}
}
Symbol 2019 MovieClip Frame 5
_root.score = _root.score + 3000;
Symbol 2058 Button
on (press) {
_root.circleMenu.play();
}
Symbol 2075 Button
on (press) {
_root.gotoAndStop("menuabc");
}