Frame 1
stop();
_quality = "HIGH";
_root.musicthing = 1;
_root.qualitything = 3;
Stage.showMenu = false;
Instance of Symbol 28 MovieClip "cursor" in Frame 1
onClipEvent (enterFrame) {
startDrag ("", true);
Mouse.hide();
}
Frame 2
stop();
Instance of Symbol 65 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (_root.musicthing == 1) {
_root.onb.gotoAndStop(1);
_root.offb.gotoAndStop(1);
}
if (_root.musicthing == 2) {
_root.onb.gotoAndStop(2);
_root.offb.gotoAndStop(2);
}
if (_root.qualitything == 1) {
_root.low.gotoAndStop(1);
_root.medium.gotoAndStop(1);
_root.high.gotoAndStop(1);
}
if (_root.qualitything == 2) {
_root.low.gotoAndStop(2);
_root.medium.gotoAndStop(2);
_root.high.gotoAndStop(1);
}
if (_root.qualitything == 3) {
_root.low.gotoAndStop(2);
_root.medium.gotoAndStop(1);
_root.high.gotoAndStop(2);
}
}
Frame 3
health = 100;
thenext = 200;
score = 0;
pushback = 10;
damage = 20;
kills = 0;
thedamagepu = 10;
thehealthpu = 20;
thepowerpu = 3;
_root.rightside = 1250;
_root.leftside = -650;
_root.socomscore = 20;
_root.socomdamage = 5;
_root.pipedamage = 6;
_root.bombscore = 20;
_root.sworddamage = 7;
_root.enemyscore = 20;
_root.basehealth = 100;
_root.axedamage = 8;
_root.lightdamage = 10;
Frame 4
_root.kat._x = _root.thenext;
_root.camera._x = _root.thenext;
_root.fadeout.gotoAndPlay(1);
_root.number2 = random(9) + 1;
stop();
kills = 0;
_root.basehealth = _root.basehealth + 10;
_root.bhealth = _root.basehealth;
direction2 = 1;
y2 = 1;
x2 = 1;
_root.phealth = _root.basehealth;
direction3 = 1;
y3 = 1;
x3 = 1;
_root.mhealth = _root.basehealth;
direction4 = 1;
y4 = 1;
x4 = 1;
_root.oohealth = _root.basehealth;
direction5 = 1;
y5 = 1;
x5 = 1;
_root.rhealth = _root.basehealth;
direction6 = 1;
y6 = 1;
x6 = 1;
_root.ahealth = _root.basehealth;
direction7 = 1;
y7 = 1;
x7 = 1;
_root.chealth = _root.basehealth;
direction8 = 1;
y8 = 1;
x8 = 1;
_root.chhealth = _root.basehealth;
direction9 = 1;
y9 = 1;
x9 = 1;
_root.shealth = _root.basehealth;
direction10 = 1;
y10 = 1;
x10 = 1;
Instance of Symbol 90 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.kat.stick))) {
_root.kat._x = _root.kat._x + 7;
}
}
Instance of Symbol 102 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndStop("gameover");
}
if (_root.kills == 9) {
_root.fadeout.play();
}
}
Instance of Symbol 90 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.kat.stick))) {
_root.kat._x = _root.kat._x + 7;
}
}
Instance of Symbol 90 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.kat.stick))) {
_root.kat._x = _root.kat._x + 7;
}
}
Instance of Symbol 90 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.kat.stick))) {
_root.kat._x = _root.kat._x - 7;
}
}
Instance of Symbol 148 MovieClip "kat" in Frame 4
onClipEvent (load) {
speed = 7;
jumpHeight = 18;
scale = _xscale;
slowfall = 1.5;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(68)) {
this.play();
_x = (_x + speed);
if (_root.ground.hitTest(_x, _y + 3, true)) {
}
} else if (Key.isDown(65)) {
this.play();
_x = (_x - speed);
if (_root.ground.hitTest(_x, _y + 3, true)) {
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) {
_root.uppy = 0;
}
}
Instance of Symbol 195 MovieClip "blackberry" in Frame 4
onClipEvent (load) {
scale2 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x2 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale2)) {
this._x = this._x - 100;
}
_xscale = scale2;
_root.direction2 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 10))) && (_root.bhealth > 0)) && (_xscale == scale2)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 10)) and (_root.x2 == 1)) and (_xscale == scale2)) {
if (_xscale == scale2) {
this._x = this._x + 100;
}
_xscale = (-scale2);
_root.direction2 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x2 == 1)) and (_xscale == (-scale2))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.bhealth > 0)) && (_xscale == (-scale2))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 10)) && (this._x)) && (_root.bhealth > 0)) && (_xscale == (-scale2))) {
if (_xscale == (-scale2)) {
this._x = this._x - 100;
}
_xscale = scale2;
_root.direction2 = 1;
}
}
Instance of Symbol 212 MovieClip "piney" in Frame 4
onClipEvent (load) {
scale3 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x3 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale3)) {
this._x = this._x - 80;
}
_xscale = scale3;
_root.direction3 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 10))) && (_root.phealth > 0)) && (_xscale == scale3)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 10)) and (_root.x3 == 1)) and (_xscale == scale3)) {
if (_xscale == scale3) {
this._x = this._x + 100;
}
_xscale = (-scale3);
_root.direction3 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x3 == 1)) and (_xscale == (-scale3))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.phealth > 0)) && (_xscale == (-scale3))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 10)) && (this._x)) && (_root.phealth > 0)) && (_xscale == (-scale3))) {
if (_xscale == (-scale3)) {
this._x = this._x - 80;
}
_xscale = scale3;
_root.direction3 = 1;
}
}
Instance of Symbol 236 MovieClip "mushroom" in Frame 4
onClipEvent (load) {
scale4 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x4 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale4)) {
this._x = this._x - 90;
}
_xscale = scale4;
_root.direction4 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 10))) && (_root.mhealth > 0)) && (_xscale == scale4)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 10)) and (_root.x4 == 1)) and (_xscale == scale4)) {
if (_xscale == scale4) {
this._x = this._x + 100;
}
_xscale = (-scale4);
_root.direction4 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x4 == 1)) and (_xscale == (-scale4))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.mhealth > 0)) && (_xscale == (-scale4))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 10)) && (this._x)) && (_root.mhealth > 0)) && (_xscale == (-scale4))) {
if (_xscale == (-scale4)) {
this._x = this._x - 90;
}
_xscale = scale4;
_root.direction4 = 1;
}
}
Instance of Symbol 251 MovieClip "oorange" in Frame 4
onClipEvent (load) {
scale5 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x5 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale5)) {
this._x = this._x - 90;
}
_xscale = scale5;
_root.direction5 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 10))) && (_root.oohealth > 0)) && (_xscale == scale5)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 10)) and (_root.x5 == 1)) and (_xscale == scale5)) {
if (_xscale == scale5) {
this._x = this._x + 100;
}
_xscale = (-scale5);
_root.direction5 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x5 == 1)) and (_xscale == (-scale5))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.oohealth > 0)) && (_xscale == (-scale5))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 10)) && (this._x)) && (_root.oohealth > 0)) && (_xscale == (-scale5))) {
if (_xscale == (-scale5)) {
this._x = this._x - 90;
}
_xscale = scale5;
_root.direction5 = 1;
}
}
Instance of Symbol 268 MovieClip "rasberry" in Frame 4
onClipEvent (load) {
scale6 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x6 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale6)) {
this._x = this._x - 90;
}
_xscale = scale6;
_root.direction6 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x - 0))) && (_root.rhealth > 0)) && (_xscale == scale6)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x - 0)) and (_root.x6 == 1)) and (_xscale == scale6)) {
if (_xscale == scale6) {
this._x = this._x + 100;
}
_xscale = (-scale6);
_root.direction6 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x6 == 1)) and (_xscale == (-scale6))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.rhealth > 0)) && (_xscale == (-scale6))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x - 0)) && (this._x)) && (_root.rhealth > 0)) && (_xscale == (-scale6))) {
if (_xscale == (-scale6)) {
this._x = this._x - 90;
}
_xscale = scale6;
_root.direction6 = 1;
}
}
Instance of Symbol 284 MovieClip "apple" in Frame 4
onClipEvent (load) {
scale7 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x7 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale7)) {
this._x = this._x - 90;
}
_xscale = scale7;
_root.direction7 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x - 0))) && (_root.ahealth > 0)) && (_xscale == scale7)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x - 0)) and (_root.x7 == 1)) and (_xscale == scale7)) {
if (_xscale == scale7) {
this._x = this._x + 100;
}
_xscale = (-scale7);
_root.direction7 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x7 == 1)) and (_xscale == (-scale7))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.ahealth > 0)) && (_xscale == (-scale7))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x - 0)) && (this._x)) && (_root.ahealth > 0)) && (_xscale == (-scale7))) {
if (_xscale == (-scale7)) {
this._x = this._x - 90;
}
_xscale = scale7;
_root.direction7 = 1;
}
}
Instance of Symbol 298 MovieClip "carrot" in Frame 4
onClipEvent (load) {
scale8 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x8 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale8)) {
this._x = this._x - 90;
}
_xscale = scale8;
_root.direction8 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x - 0))) && (_root.chealth > 0)) && (_xscale == scale8)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x - 0)) and (_root.x8 == 1)) and (_xscale == scale8)) {
if (_xscale == scale8) {
this._x = this._x + 100;
}
_xscale = (-scale8);
_root.direction8 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x8 == 1)) and (_xscale == (-scale8))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.chealth > 0)) && (_xscale == (-scale8))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x - 0)) && (this._x)) && (_root.chealth > 0)) && (_xscale == (-scale8))) {
if (_xscale == (-scale8)) {
this._x = this._x - 90;
}
_xscale = scale8;
_root.direction8 = 1;
}
}
Instance of Symbol 315 MovieClip "cherry" in Frame 4
onClipEvent (load) {
scale9 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x9 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale9)) {
this._x = this._x - 90;
}
_xscale = scale9;
_root.direction9 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x - 0))) && (_root.chhealth > 0)) && (_xscale == scale9)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x - 0)) and (_root.x9 == 1)) and (_xscale == scale9)) {
if (_xscale == scale9) {
this._x = this._x + 100;
}
_xscale = (-scale9);
_root.direction9 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x9 == 1)) and (_xscale == (-scale9))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.chhealth > 0)) && (_xscale == (-scale9))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x - 0)) && (this._x)) && (_root.chhealth > 0)) && (_xscale == (-scale9))) {
if (_xscale == (-scale9)) {
this._x = this._x - 90;
}
_xscale = scale9;
_root.direction9 = 1;
}
}
Instance of Symbol 330 MovieClip "strawberry" in Frame 4
onClipEvent (load) {
scale10 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x10 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale10)) {
this._x = this._x - 90;
}
_xscale = scale10;
_root.direction10 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x - 0))) && (_root.shealth > 0)) && (_xscale == scale10)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x - 0)) and (_root.x10 == 1)) and (_xscale == scale10)) {
if (_xscale == scale10) {
this._x = this._x + 100;
}
_xscale = (-scale10);
_root.direction10 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x10 == 1)) and (_xscale == (-scale10))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.shealth > 0)) && (_xscale == (-scale10))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x - 0)) && (this._x)) && (_root.shealth > 0)) && (_xscale == (-scale10))) {
if (_xscale == (-scale10)) {
this._x = this._x - 90;
}
_xscale = scale10;
_root.direction10 = 1;
}
}
Instance of Symbol 345 MovieClip "thingybob" in Frame 4
onClipEvent (enterFrame) {
this._x = _root.kat._x - 250;
_root.health2._x = _root.kat._x - 130;
_root.score2._x = _root.kat._x + 20;
}
Instance of Symbol 353 MovieClip "camera" in Frame 4
onClipEvent (enterFrame) {
if (_root.kat._x > _x) {
_x = (_x + 7);
}
}
onClipEvent (enterFrame) {
if (_root.kat._x < _x) {
_x = (_x - 7);
}
}
Instance of Symbol 356 MovieClip in Frame 4
onClipEvent (load) {
if (_root.musicthing == 2) {
this.gotoAndStop(946);
}
if (_root.musicthing == 1) {
this.play();
}
}
Frame 5
_root.kat._x = _root.thenext;
_root.camera._x = _root.thenext;
_root.fadeout.gotoAndPlay(1);
_root.number2 = random(9) + 1;
stop();
kills = 0;
_root.basehealth = _root.basehealth + 10;
_root.abombhealth = _root.basehealth;
direction11 = 1;
y11 = 1;
x11 = 1;
_root.cbombhealth = _root.basehealth;
direction12 = 1;
y12 = 1;
x12 = 1;
_root.obombhealth = _root.basehealth;
direction13 = 1;
y13 = 1;
x13 = 1;
_root.sbombhealth = _root.basehealth;
direction14 = 1;
y14 = 1;
x14 = 1;
_root.chbombhealth = _root.basehealth;
direction15 = 1;
y15 = 1;
x15 = 1;
_root.mbombhealth = _root.basehealth;
direction16 = 1;
y16 = 1;
x16 = 1;
_root.bbombhealth = _root.basehealth;
direction17 = 1;
y17 = 1;
x17 = 1;
_root.pbombhealth = _root.basehealth;
direction18 = 1;
y18 = 1;
x18 = 1;
_root.rbombhealth = _root.basehealth;
direction19 = 1;
y19 = 1;
x19 = 1;
Instance of Symbol 148 MovieClip "kat" in Frame 5
onClipEvent (load) {
speed = 7;
jumpHeight = 18;
scale = _xscale;
slowfall = 1.5;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(68)) {
this.play();
_x = (_x + speed);
if (_root.ground.hitTest(_x, _y + 3, true)) {
}
} else if (Key.isDown(65)) {
this.play();
_x = (_x - speed);
if (_root.ground.hitTest(_x, _y + 3, true)) {
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) {
_root.uppy = 0;
}
}
Instance of Symbol 375 MovieClip "applebomb" in Frame 5
onClipEvent (load) {
scale11 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x11 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale11)) {
this._x = this._x - 90;
}
_xscale = scale11;
_root.direction11 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 10))) && (_root.abombhealth > 0)) && (_xscale == scale11)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 10)) and (_root.x11 == 1)) and (_xscale == scale11)) {
if (_xscale == scale11) {
this._x = this._x + 100;
}
_xscale = (-scale11);
_root.direction11 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x11 == 1)) and (_xscale == (-scale11))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.abombhealth > 0)) && (_xscale == (-scale11))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 10)) && (this._x)) && (_root.abombhealth > 0)) && (_xscale == (-scale11))) {
if (_xscale == (-scale11)) {
this._x = this._x - 90;
}
_xscale = scale11;
_root.direction11 = 1;
}
}
Instance of Symbol 386 MovieClip "carrotbomb" in Frame 5
onClipEvent (load) {
scale12 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x12 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale12)) {
this._x = this._x - 90;
}
_xscale = scale12;
_root.direction12 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 10))) && (_root.cbombhealth > 0)) && (_xscale == scale12)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 10)) and (_root.x12 == 1)) and (_xscale == scale12)) {
if (_xscale == scale12) {
this._x = this._x + 100;
}
_xscale = (-scale12);
_root.direction12 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x12 == 1)) and (_xscale == (-scale12))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.cbombhealth > 0)) && (_xscale == (-scale12))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 10)) && (this._x)) && (_root.cbombhealth > 0)) && (_xscale == (-scale12))) {
if (_xscale == (-scale12)) {
this._x = this._x - 90;
}
_xscale = scale12;
_root.direction12 = 1;
}
}
Instance of Symbol 394 MovieClip "orangebomb" in Frame 5
onClipEvent (load) {
scale13 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x13 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale13)) {
this._x = this._x - 90;
}
_xscale = scale13;
_root.direction13 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.obombhealth > 0)) && (_xscale == scale13)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x13 == 1)) and (_xscale == scale13)) {
if (_xscale == scale13) {
this._x = this._x + 100;
}
_xscale = (-scale13);
_root.direction13 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x13 == 1)) and (_xscale == (-scale13))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.obombhealth > 0)) && (_xscale == (-scale13))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.obombhealth > 0)) && (_xscale == (-scale13))) {
if (_xscale == (-scale13)) {
this._x = this._x - 90;
}
_xscale = scale13;
_root.direction13 = 1;
}
}
Instance of Symbol 401 MovieClip "strawberrybomb" in Frame 5
onClipEvent (load) {
scale14 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x14 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale14)) {
this._x = this._x - 90;
}
_xscale = scale14;
_root.direction14 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.sbombhealth > 0)) && (_xscale == scale14)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x14 == 1)) and (_xscale == scale14)) {
if (_xscale == scale14) {
this._x = this._x + 100;
}
_xscale = (-scale14);
_root.direction14 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x14 == 1)) and (_xscale == (-scale14))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.sbombhealth > 0)) && (_xscale == (-scale14))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.sbombhealth > 0)) && (_xscale == (-scale14))) {
if (_xscale == (-scale14)) {
this._x = this._x - 90;
}
_xscale = scale14;
_root.direction14 = 1;
}
}
Instance of Symbol 409 MovieClip "cherrybomb" in Frame 5
onClipEvent (load) {
scale15 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x15 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale15)) {
this._x = this._x - 90;
}
_xscale = scale15;
_root.direction15 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.chbombhealth > 0)) && (_xscale == scale15)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x15 == 1)) and (_xscale == scale15)) {
if (_xscale == scale15) {
this._x = this._x + 100;
}
_xscale = (-scale15);
_root.direction15 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x15 == 1)) and (_xscale == (-scale15))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.chbombhealth > 0)) && (_xscale == (-scale15))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.chbombhealth > 0)) && (_xscale == (-scale15))) {
if (_xscale == (-scale15)) {
this._x = this._x - 90;
}
_xscale = scale15;
_root.direction15 = 1;
}
}
Instance of Symbol 417 MovieClip "mushroombomb" in Frame 5
onClipEvent (load) {
scale16 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x16 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale16)) {
this._x = this._x - 90;
}
_xscale = scale16;
_root.direction16 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.mbombhealth > 0)) && (_xscale == scale16)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x16 == 1)) and (_xscale == scale16)) {
if (_xscale == scale16) {
this._x = this._x + 100;
}
_xscale = (-scale16);
_root.direction16 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x16 == 1)) and (_xscale == (-scale16))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.mbombhealth > 0)) && (_xscale == (-scale16))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.mbombhealth > 0)) && (_xscale == (-scale16))) {
if (_xscale == (-scale16)) {
this._x = this._x - 90;
}
_xscale = scale16;
_root.direction16 = 1;
}
}
Instance of Symbol 425 MovieClip "blackberrybomb" in Frame 5
onClipEvent (load) {
scale17 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x17 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale17)) {
this._x = this._x - 90;
}
_xscale = scale17;
_root.direction17 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.bbombhealth > 0)) && (_xscale == scale17)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x17 == 1)) and (_xscale == scale17)) {
if (_xscale == scale17) {
this._x = this._x + 100;
}
_xscale = (-scale17);
_root.direction17 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x17 == 1)) and (_xscale == (-scale17))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.bbombhealth > 0)) && (_xscale == (-scale17))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.bbombhealth > 0)) && (_xscale == (-scale17))) {
if (_xscale == (-scale17)) {
this._x = this._x - 90;
}
_xscale = scale17;
_root.direction17 = 1;
}
}
Instance of Symbol 433 MovieClip "raspberrybomb" in Frame 5
onClipEvent (load) {
scale18 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x18 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale18)) {
this._x = this._x - 90;
}
_xscale = scale18;
_root.direction18 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.rbombhealth > 0)) && (_xscale == scale18)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x18 == 1)) and (_xscale == scale18)) {
if (_xscale == scale18) {
this._x = this._x + 100;
}
_xscale = (-scale18);
_root.direction18 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x18 == 1)) and (_xscale == (-scale18))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.rbombhealth > 0)) && (_xscale == (-scale18))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.rbombhealth > 0)) && (_xscale == (-scale18))) {
if (_xscale == (-scale18)) {
this._x = this._x - 90;
}
_xscale = scale18;
_root.direction18 = 1;
}
}
Instance of Symbol 441 MovieClip "pineybomb" in Frame 5
onClipEvent (load) {
scale19 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x19 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale19)) {
this._x = this._x - 90;
}
_xscale = scale19;
_root.direction19 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.pbombhealth > 0)) && (_xscale == scale19)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x19 == 1)) and (_xscale == scale19)) {
if (_xscale == scale19) {
this._x = this._x + 100;
}
_xscale = (-scale19);
_root.direction19 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x19 == 1)) and (_xscale == (-scale19))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.pbombhealth > 0)) && (_xscale == (-scale19))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.pbombhealth > 0)) && (_xscale == (-scale19))) {
if (_xscale == (-scale19)) {
this._x = this._x - 90;
}
_xscale = scale19;
_root.direction19 = 1;
}
}
Frame 6
_root.kat._x = _root.thenext;
_root.camera._x = _root.thenext;
_root.fadeout.gotoAndPlay(1);
_root.number2 = random(9) + 1;
stop();
kills = 0;
_root.basehealth = _root.basehealth + 10;
_root.puzihealth = _root.basehealth;
direction20 = 1;
x20 = 1;
y20 = 1;
_root.auzihealth = _root.basehealth;
direction21 = 1;
x21 = 1;
y21 = 1;
_root.cuzihealth = _root.basehealth;
direction22 = 1;
x22 = 1;
y22 - 1;
_root.ruzihealth = _root.basehealth;
direction23 = 1;
x23 = 1;
y23 = 1;
_root.ouzihealth = _root.basehealth;
direction24 = 1;
x24 = 1;
y24 = 1;
_root.suzihealth = _root.basehealth;
direction25 = 1;
x25 = 1;
y25 = 1;
_root.muzihealth = _root.basehealth;
direction26 = 1;
x26 = 1;
y26 = 1;
_root.chuzihealth = _root.basehealth;
direction27 = 1;
x27 = 1;
y27 = 1;
_root.buzihealth = _root.basehealth;
direction28 = 1;
x28 = 1;
y28 = 1;
Instance of Symbol 461 MovieClip "pineyuzi" in Frame 6
onClipEvent (load) {
scale20 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x20 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale20)) {
this._x = this._x - 90;
}
_xscale = scale20;
_root.direction20 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.puzihealth > 0)) && (_xscale == scale20)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x20 == 1)) and (_xscale == scale20)) {
if (_xscale == scale20) {
this._x = this._x + 100;
}
_xscale = (-scale20);
_root.direction20 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x20 == 1)) and (_xscale == (-scale20))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.puzihealth > 0)) && (_xscale == (-scale20))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.puzihealth > 0)) && (_xscale == (-scale20))) {
if (_xscale == (-scale20)) {
this._x = this._x - 90;
}
_xscale = scale20;
_root.direction20 = 1;
}
}
Instance of Symbol 469 MovieClip "appleuzi" in Frame 6
onClipEvent (load) {
scale21 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x21 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale21)) {
this._x = this._x - 90;
}
_xscale = scale21;
_root.direction21 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.auzihealth > 0)) && (_xscale == scale21)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x21 == 1)) and (_xscale == scale21)) {
if (_xscale == scale21) {
this._x = this._x + 100;
}
_xscale = (-scale21);
_root.direction21 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x21 == 1)) and (_xscale == (-scale21))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.auzihealth > 0)) && (_xscale == (-scale21))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.auzihealth > 0)) && (_xscale == (-scale21))) {
if (_xscale == (-scale21)) {
this._x = this._x - 90;
}
_xscale = scale21;
_root.direction21 = 1;
}
}
Instance of Symbol 477 MovieClip "carrotuzi" in Frame 6
onClipEvent (load) {
scale22 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x22 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale22)) {
this._x = this._x - 90;
}
_xscale = scale22;
_root.direction22 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.cuzihealth > 0)) && (_xscale == scale22)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x22 == 1)) and (_xscale == scale22)) {
if (_xscale == scale22) {
this._x = this._x + 100;
}
_xscale = (-scale22);
_root.direction22 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x22 == 1)) and (_xscale == (-scale22))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.cuzihealth > 0)) && (_xscale == (-scale22))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.cuzihealth > 0)) && (_xscale == (-scale22))) {
if (_xscale == (-scale22)) {
this._x = this._x - 90;
}
_xscale = scale22;
_root.direction22 = 1;
}
}
Instance of Symbol 485 MovieClip "raspberryuzi" in Frame 6
onClipEvent (load) {
scale23 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x23 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale23)) {
this._x = this._x - 90;
}
_xscale = scale23;
_root.direction23 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.ruzihealth > 0)) && (_xscale == scale23)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x23 == 1)) and (_xscale == scale23)) {
if (_xscale == scale23) {
this._x = this._x + 100;
}
_xscale = (-scale23);
_root.direction23 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x23 == 1)) and (_xscale == (-scale23))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.ruzihealth > 0)) && (_xscale == (-scale23))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.ruzihealth > 0)) && (_xscale == (-scale23))) {
if (_xscale == (-scale23)) {
this._x = this._x - 90;
}
_xscale = scale23;
_root.direction23 = 1;
}
}
Instance of Symbol 493 MovieClip "orangeuzi" in Frame 6
onClipEvent (load) {
scale24 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x24 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale24)) {
this._x = this._x - 90;
}
_xscale = scale24;
_root.direction24 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.ouzihealth > 0)) && (_xscale == scale24)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x24 == 1)) and (_xscale == scale24)) {
if (_xscale == scale24) {
this._x = this._x + 100;
}
_xscale = (-scale24);
_root.direction24 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x24 == 1)) and (_xscale == (-scale24))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.ouzihealth > 0)) && (_xscale == (-scale24))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.ouzihealth > 0)) && (_xscale == (-scale24))) {
if (_xscale == (-scale24)) {
this._x = this._x - 90;
}
_xscale = scale24;
_root.direction24 = 1;
}
}
Instance of Symbol 501 MovieClip "strawberryuzi" in Frame 6
onClipEvent (load) {
scale25 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x25 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale25)) {
this._x = this._x - 90;
}
_xscale = scale25;
_root.direction25 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.suzihealth > 0)) && (_xscale == scale25)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x25 == 1)) and (_xscale == scale25)) {
if (_xscale == scale25) {
this._x = this._x + 100;
}
_xscale = (-scale25);
_root.direction25 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x25 == 1)) and (_xscale == (-scale25))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.suzihealth > 0)) && (_xscale == (-scale25))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.suzihealth > 0)) && (_xscale == (-scale25))) {
if (_xscale == (-scale25)) {
this._x = this._x - 90;
}
_xscale = scale25;
_root.direction25 = 1;
}
}
Instance of Symbol 509 MovieClip "mushroomuzi" in Frame 6
onClipEvent (load) {
scale26 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x26 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale26)) {
this._x = this._x - 90;
}
_xscale = scale26;
_root.direction26 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.muzihealth > 0)) && (_xscale == scale26)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x26 == 1)) and (_xscale == scale26)) {
if (_xscale == scale26) {
this._x = this._x + 100;
}
_xscale = (-scale26);
_root.direction26 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x26 == 1)) and (_xscale == (-scale26))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.muzihealth > 0)) && (_xscale == (-scale26))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.muzihealth > 0)) && (_xscale == (-scale26))) {
if (_xscale == (-scale26)) {
this._x = this._x - 90;
}
_xscale = scale26;
_root.direction26 = 1;
}
}
Instance of Symbol 517 MovieClip "cherryuzi" in Frame 6
onClipEvent (load) {
scale27 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x27 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale27)) {
this._x = this._x - 90;
}
_xscale = scale27;
_root.direction27 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.chuzihealth > 0)) && (_xscale == scale27)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x27 == 1)) and (_xscale == scale27)) {
if (_xscale == scale27) {
this._x = this._x + 100;
}
_xscale = (-scale27);
_root.direction27 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x27 == 1)) and (_xscale == (-scale27))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.chuzihealth > 0)) && (_xscale == (-scale27))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.chuzihealth > 0)) && (_xscale == (-scale27))) {
if (_xscale == (-scale27)) {
this._x = this._x - 90;
}
_xscale = scale27;
_root.direction27 = 1;
}
}
Instance of Symbol 525 MovieClip "blackberryuzi" in Frame 6
onClipEvent (load) {
scale28 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x28 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale28)) {
this._x = this._x - 90;
}
_xscale = scale28;
_root.direction28 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.buzihealth > 0)) && (_xscale == scale28)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x28 == 1)) and (_xscale == scale28)) {
if (_xscale == scale28) {
this._x = this._x + 100;
}
_xscale = (-scale28);
_root.direction28 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x28 == 1)) and (_xscale == (-scale28))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.buzihealth > 0)) && (_xscale == (-scale28))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.buzihealth > 0)) && (_xscale == (-scale28))) {
if (_xscale == (-scale28)) {
this._x = this._x - 90;
}
_xscale = scale28;
_root.direction28 = 1;
}
}
Frame 7
_root.kat._x = _root.thenext;
_root.camera._x = _root.thenext;
_root.fadeout.gotoAndPlay(1);
_root.number2 = random(9) + 1;
stop();
kills = 0;
_root.basehealth = _root.basehealth + 10;
_root.blockhealth = _root.basehealth;
direction29 = 1;
x29 = 1;
y29 = 1;
_root.plockhealth = _root.basehealth;
direction30 = 1;
x30 = 1;
y30 = 1;
_root.clockhealth = _root.basehealth;
direction31 = 1;
y31 = 1;
x31 = 1;
_root.slockhealth = _root.basehealth;
direction32 = 1;
y32 = 1;
x32 = 1;
_root.alockhealth = _root.basehealth;
direction33 = 1;
y33 = 1;
x33 = 1;
_root.olockhealth = _root.basehealth;
direction34 = 1;
y34 = 1;
x34 = 1;
_root.chlockhealth = _root.basehealth;
direction35 = 1;
y35 = 1;
x35 = 1;
_root.mlockhealth = _root.basehealth;
direction36 = 1;
y36 = 1;
x36 = 1;
_root.rlockhealth = _root.basehealth;
direction37 = 1;
y37 = 1;
x37 = 1;
Instance of Symbol 543 MovieClip "blackberrylock" in Frame 7
onClipEvent (load) {
scale29 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x29 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale29)) {
this._x = this._x - 90;
}
_xscale = scale29;
_root.direction29 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.blockhealth > 0)) && (_xscale == scale29)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x29 == 1)) and (_xscale == scale29)) {
if (_xscale == scale29) {
this._x = this._x + 100;
}
_xscale = (-scale29);
_root.direction29 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x29 == 1)) and (_xscale == (-scale29))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.blockhealth > 0)) && (_xscale == (-scale29))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.blockhealth > 0)) && (_xscale == (-scale29))) {
if (_xscale == (-scale29)) {
this._x = this._x - 90;
}
_xscale = scale29;
_root.direction29 = 1;
}
}
Instance of Symbol 554 MovieClip "pineylock" in Frame 7
onClipEvent (load) {
scale30 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x30 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale30)) {
this._x = this._x - 90;
}
_xscale = scale30;
_root.direction30 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.plockhealth > 0)) && (_xscale == scale30)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x30 == 1)) and (_xscale == scale30)) {
if (_xscale == scale30) {
this._x = this._x + 100;
}
_xscale = (-scale30);
_root.direction30 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x30 == 1)) and (_xscale == (-scale30))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.plockhealth > 0)) && (_xscale == (-scale30))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.plockhealth > 0)) && (_xscale == (-scale30))) {
if (_xscale == (-scale30)) {
this._x = this._x - 90;
}
_xscale = scale30;
_root.direction30 = 1;
}
}
Instance of Symbol 565 MovieClip "carrotlock" in Frame 7
onClipEvent (load) {
scale31 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x31 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale31)) {
this._x = this._x - 90;
}
_xscale = scale31;
_root.direction31 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.clockhealth > 0)) && (_xscale == scale31)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x31 == 1)) and (_xscale == scale31)) {
if (_xscale == scale31) {
this._x = this._x + 100;
}
_xscale = (-scale31);
_root.direction31 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x31 == 1)) and (_xscale == (-scale31))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.clockhealth > 0)) && (_xscale == (-scale31))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.clockhealth > 0)) && (_xscale == (-scale31))) {
if (_xscale == (-scale31)) {
this._x = this._x - 90;
}
_xscale = scale31;
_root.direction31 = 1;
}
}
Instance of Symbol 576 MovieClip "strawberrylock" in Frame 7
onClipEvent (load) {
scale32 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x32 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale32)) {
this._x = this._x - 90;
}
_xscale = scale32;
_root.direction32 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.slockhealth > 0)) && (_xscale == scale32)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x32 == 1)) and (_xscale == scale32)) {
if (_xscale == scale32) {
this._x = this._x + 100;
}
_xscale = (-scale32);
_root.direction32 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x32 == 1)) and (_xscale == (-scale32))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.slockhealth > 0)) && (_xscale == (-scale32))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.slockhealth > 0)) && (_xscale == (-scale32))) {
if (_xscale == (-scale32)) {
this._x = this._x - 90;
}
_xscale = scale32;
_root.direction32 = 1;
}
}
Instance of Symbol 587 MovieClip "applelock" in Frame 7
onClipEvent (load) {
scale33 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x33 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale33)) {
this._x = this._x - 90;
}
_xscale = scale33;
_root.direction33 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.alockhealth > 0)) && (_xscale == scale33)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x33 == 1)) and (_xscale == scale33)) {
if (_xscale == scale33) {
this._x = this._x + 100;
}
_xscale = (-scale33);
_root.direction33 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x33 == 1)) and (_xscale == (-scale33))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.alockhealth > 0)) && (_xscale == (-scale33))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.alockhealth > 0)) && (_xscale == (-scale33))) {
if (_xscale == (-scale33)) {
this._x = this._x - 90;
}
_xscale = scale33;
_root.direction33 = 1;
}
}
Instance of Symbol 598 MovieClip "orangelock" in Frame 7
onClipEvent (load) {
scale34 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x34 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale34)) {
this._x = this._x - 90;
}
_xscale = scale34;
_root.direction34 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.olockhealth > 0)) && (_xscale == scale34)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x34 == 1)) and (_xscale == scale34)) {
if (_xscale == scale34) {
this._x = this._x + 100;
}
_xscale = (-scale34);
_root.direction34 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x34 == 1)) and (_xscale == (-scale34))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.olockhealth > 0)) && (_xscale == (-scale34))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.olockhealth > 0)) && (_xscale == (-scale34))) {
if (_xscale == (-scale34)) {
this._x = this._x - 90;
}
_xscale = scale34;
_root.direction34 = 1;
}
}
Instance of Symbol 609 MovieClip "cherrylock" in Frame 7
onClipEvent (load) {
scale35 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x35 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale35)) {
this._x = this._x - 90;
}
_xscale = scale35;
_root.direction35 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.chlockhealth > 0)) && (_xscale == scale35)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x35 == 1)) and (_xscale == scale35)) {
if (_xscale == scale35) {
this._x = this._x + 100;
}
_xscale = (-scale35);
_root.direction35 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x35 == 1)) and (_xscale == (-scale35))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.chlockhealth > 0)) && (_xscale == (-scale35))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.chlockhealth > 0)) && (_xscale == (-scale35))) {
if (_xscale == (-scale35)) {
this._x = this._x - 90;
}
_xscale = scale35;
_root.direction35 = 1;
}
}
Instance of Symbol 620 MovieClip "mushroomlock" in Frame 7
onClipEvent (load) {
scale36 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x36 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale36)) {
this._x = this._x - 90;
}
_xscale = scale36;
_root.direction36 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.mlockhealth > 0)) && (_xscale == scale36)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x36 == 1)) and (_xscale == scale36)) {
if (_xscale == scale36) {
this._x = this._x + 100;
}
_xscale = (-scale36);
_root.direction36 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x36 == 1)) and (_xscale == (-scale36))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.mlockhealth > 0)) && (_xscale == (-scale36))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.mlockhealth > 0)) && (_xscale == (-scale36))) {
if (_xscale == (-scale36)) {
this._x = this._x - 90;
}
_xscale = scale36;
_root.direction36 = 1;
}
}
Instance of Symbol 631 MovieClip "rasberrylock" in Frame 7
onClipEvent (load) {
scale37 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x37 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale37)) {
this._x = this._x - 90;
}
_xscale = scale37;
_root.direction37 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.rlockhealth > 0)) && (_xscale == scale37)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x37 == 1)) and (_xscale == scale37)) {
if (_xscale == scale37) {
this._x = this._x + 100;
}
_xscale = (-scale37);
_root.direction37 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x37 == 1)) and (_xscale == (-scale37))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.rlockhealth > 0)) && (_xscale == (-scale37))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.rlockhealth > 0)) && (_xscale == (-scale37))) {
if (_xscale == (-scale37)) {
this._x = this._x - 90;
}
_xscale = scale37;
_root.direction37 = 1;
}
}
Frame 8
_root.kat._x = _root.thenext;
_root.camera._x = _root.thenext;
_root.fadeout.gotoAndPlay(1);
_root.number2 = random(9) + 1;
stop();
kills = 0;
_root.basehealth = _root.basehealth + 10;
_root.sclockhealth = _root.basehealth;
direction38 = 1;
y38 = 1;
x38 = 1;
_root.rclockhealth = _root.basehealth;
direction39 = 1;
y39 = 1;
x39 = 1;
_root.chclockhealth = _root.basehealth;
direction40 = 1;
y40 = 1;
x40 = 1;
_root.cclockhealth = _root.basehealth;
direction41 = 1;
y41 = 1;
x41 = 1;
_root.oclockhealth = _root.basehealth;
direction42 = 1;
y42 = 1;
x42 = 1;
_root.bclockhealth = _root.basehealth;
direction43 = 1;
y43 = 1;
x43 = 1;
_root.aclockhealth = _root.basehealth;
direction44 = 1;
y44 = 1;
x44 = 1;
_root.pclockhealth = _root.basehealth;
direction45 = 1;
y45 = 1;
x45 = 1;
_root.mclockhealth = _root.basehealth;
direction46 = 1;
y46 = 1;
x46 = 1;
Instance of Symbol 102 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.gotoAndStop("gameover");
}
if (_root.kills == 9) {
_root.ffadeout.play();
}
}
Instance of Symbol 148 MovieClip "kat" in Frame 8
onClipEvent (load) {
speed = 7;
jumpHeight = 18;
scale = _xscale;
slowfall = 1.5;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(68)) {
this.play();
_x = (_x + speed);
if (_root.ground.hitTest(_x, _y + 3, true)) {
}
} else if (Key.isDown(65)) {
this.play();
_x = (_x - speed);
if (_root.ground.hitTest(_x, _y + 3, true)) {
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) {
_root.uppy = 0;
}
}
Instance of Symbol 661 MovieClip "strawberryclock" in Frame 8
onClipEvent (load) {
scale38 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x38 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale38)) {
this._x = this._x - 90;
}
_xscale = scale38;
_root.direction38 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.sclockhealth > 0)) && (_xscale == scale38)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x38 == 1)) and (_xscale == scale38)) {
if (_xscale == scale38) {
this._x = this._x + 100;
}
_xscale = (-scale38);
_root.direction38 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x38 == 1)) and (_xscale == (-scale38))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.sclockhealth > 0)) && (_xscale == (-scale38))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.sclockhealth > 0)) && (_xscale == (-scale38))) {
if (_xscale == (-scale38)) {
this._x = this._x - 90;
}
_xscale = scale38;
_root.direction38 = 1;
}
}
Instance of Symbol 673 MovieClip "rasberryclock" in Frame 8
onClipEvent (load) {
scale39 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x39 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale39)) {
this._x = this._x - 90;
}
_xscale = scale39;
_root.direction39 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.rclockhealth > 0)) && (_xscale == scale39)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x39 == 1)) and (_xscale == scale39)) {
if (_xscale == scale39) {
this._x = this._x + 100;
}
_xscale = (-scale39);
_root.direction39 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x39 == 1)) and (_xscale == (-scale39))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.rclockhealth > 0)) && (_xscale == (-scale39))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.rclockhealth > 0)) && (_xscale == (-scale39))) {
if (_xscale == (-scale39)) {
this._x = this._x - 90;
}
_xscale = scale39;
_root.direction39 = 1;
}
}
Instance of Symbol 683 MovieClip "cherryclock" in Frame 8
onClipEvent (load) {
scale40 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x40 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale40)) {
this._x = this._x - 90;
}
_xscale = scale40;
_root.direction40 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.chclockhealth > 0)) && (_xscale == scale40)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x40 == 1)) and (_xscale == scale40)) {
if (_xscale == scale40) {
this._x = this._x + 100;
}
_xscale = (-scale40);
_root.direction40 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x40 == 1)) and (_xscale == (-scale40))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.chclockhealth > 0)) && (_xscale == (-scale40))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.chclockhealth > 0)) && (_xscale == (-scale40))) {
if (_xscale == (-scale40)) {
this._x = this._x - 90;
}
_xscale = scale40;
_root.direction40 = 1;
}
}
Instance of Symbol 693 MovieClip "carrotclock" in Frame 8
onClipEvent (load) {
scale41 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x41 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale41)) {
this._x = this._x - 90;
}
_xscale = scale41;
_root.direction41 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.cclockhealth > 0)) && (_xscale == scale41)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x41 == 1)) and (_xscale == scale41)) {
if (_xscale == scale41) {
this._x = this._x + 100;
}
_xscale = (-scale41);
_root.direction41 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x41 == 1)) and (_xscale == (-scale41))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.cclockhealth > 0)) && (_xscale == (-scale41))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.cclockhealth > 0)) && (_xscale == (-scale41))) {
if (_xscale == (-scale41)) {
this._x = this._x - 90;
}
_xscale = scale41;
_root.direction41 = 1;
}
}
Instance of Symbol 703 MovieClip "orangeclock" in Frame 8
onClipEvent (load) {
scale42 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x42 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale42)) {
this._x = this._x - 90;
}
_xscale = scale42;
_root.direction42 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.oclockhealth > 0)) && (_xscale == scale42)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x42 == 1)) and (_xscale == scale42)) {
if (_xscale == scale42) {
this._x = this._x + 100;
}
_xscale = (-scale42);
_root.direction42 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x42 == 1)) and (_xscale == (-scale42))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.oclockhealth > 0)) && (_xscale == (-scale42))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.oclockhealth > 0)) && (_xscale == (-scale42))) {
if (_xscale == (-scale42)) {
this._x = this._x - 90;
}
_xscale = scale42;
_root.direction42 = 1;
}
}
Instance of Symbol 713 MovieClip "blackberryclock" in Frame 8
onClipEvent (load) {
scale43 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x43 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale43)) {
this._x = this._x - 90;
}
_xscale = scale43;
_root.direction43 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.bclockhealth > 0)) && (_xscale == scale43)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x43 == 1)) and (_xscale == scale43)) {
if (_xscale == scale43) {
this._x = this._x + 100;
}
_xscale = (-scale43);
_root.direction43 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x43 == 1)) and (_xscale == (-scale43))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.bclockhealth > 0)) && (_xscale == (-scale43))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.bclockhealth > 0)) && (_xscale == (-scale43))) {
if (_xscale == (-scale43)) {
this._x = this._x - 90;
}
_xscale = scale43;
_root.direction43 = 1;
}
}
Instance of Symbol 723 MovieClip "appleclock" in Frame 8
onClipEvent (load) {
scale44 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x44 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale44)) {
this._x = this._x - 90;
}
_xscale = scale44;
_root.direction44 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.aclockhealth > 0)) && (_xscale == scale44)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x44 == 1)) and (_xscale == scale44)) {
if (_xscale == scale44) {
this._x = this._x + 100;
}
_xscale = (-scale44);
_root.direction44 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x44 == 1)) and (_xscale == (-scale44))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.aclockhealth > 0)) && (_xscale == (-scale44))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.aclockhealth > 0)) && (_xscale == (-scale44))) {
if (_xscale == (-scale44)) {
this._x = this._x - 90;
}
_xscale = scale44;
_root.direction44 = 1;
}
}
Instance of Symbol 733 MovieClip "pineyclock" in Frame 8
onClipEvent (load) {
scale45 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x45 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale45)) {
this._x = this._x - 90;
}
_xscale = scale45;
_root.direction45 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.pclockhealth > 0)) && (_xscale == scale45)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x45 == 1)) and (_xscale == scale45)) {
if (_xscale == scale45) {
this._x = this._x + 100;
}
_xscale = (-scale45);
_root.direction45 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x45 == 1)) and (_xscale == (-scale45))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.pclockhealth > 0)) && (_xscale == (-scale45))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.pclockhealth > 0)) && (_xscale == (-scale45))) {
if (_xscale == (-scale45)) {
this._x = this._x - 90;
}
_xscale = scale45;
_root.direction45 = 1;
}
}
Instance of Symbol 742 MovieClip "mushroomclock" in Frame 8
onClipEvent (load) {
scale46 = _xscale;
}
onClipEvent (enterFrame) {
if ((this._x < (_root.kat._x - 120)) and (_root.x46 == 1)) {
this._x = this._x + 3;
this.gotoAndStop(1);
if (_xscale == (-scale46)) {
this._x = this._x - 90;
}
_xscale = scale46;
_root.direction46 = 1;
}
if ((((this._x >= (_root.kat._x - 120)) && (this._x <= (_root.kat._x + 0))) && (_root.mclockhealth > 0)) && (_xscale == scale46)) {
this.gotoAndStop(15);
}
if (((this._x > (_root.kat._x + 0)) and (_root.x46 == 1)) and (_xscale == scale46)) {
if (_xscale == scale46) {
this._x = this._x + 100;
}
_xscale = (-scale46);
_root.direction46 = 0;
}
if (((this._x > (_root.kat._x + 120)) and (_root.x46 == 1)) and (_xscale == (-scale46))) {
this._x = this._x - 3;
this.gotoAndStop(1);
}
if ((((this._x <= (_root.kat._x + 120)) && (this._x)) && (_root.mclockhealth > 0)) && (_xscale == (-scale46))) {
this.gotoAndStop(15);
}
if ((((this._x <= (_root.kat._x + 0)) && (this._x)) && (_root.mclockhealth > 0)) && (_xscale == (-scale46))) {
if (_xscale == (-scale46)) {
this._x = this._x - 90;
}
_xscale = scale46;
_root.direction46 = 1;
}
}
Frame 9
stopAllSounds();
Frame 11
stop();
Frame 12
stop();
Frame 13
stop();
Frame 14
stop();
Frame 15
stop();
Frame 16
stop();
Frame 17
stop();
Frame 18
stop();
Frame 19
stop();
Frame 20
stop();
Symbol 19 Button
on (release) {
_root.play();
}
Symbol 20 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
percent = Math.round(PercentLoaded);
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded * 3;
} else {
gotoAndPlay ("loaded");
}
Symbol 20 MovieClip Frame 2
gotoAndPlay (1);
Symbol 20 MovieClip Frame 50
stop();
Symbol 26 MovieClip Frame 40
stop();
Symbol 28 MovieClip Frame 1
stop();
Symbol 33 Button
on (release) {
gotoAndStop (11);
}
Symbol 36 Button
on (release) {
_root.gotoAndStop("later");
}
Symbol 41 Button
on (release) {
getURL ("http://www.armorbot.com/mytable/?id=1246", "_blank");
}
Symbol 53 Button
on (release) {
_root.musicthing = 1;
}
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 2
stop();
Symbol 60 Button
on (release) {
_root.musicthing = 2;
}
Symbol 63 MovieClip Frame 1
stop();
Symbol 63 MovieClip Frame 2
stop();
Symbol 70 Button
on (release) {
_quality = "LOW";
_root.qualitything = 1;
}
Symbol 71 MovieClip Frame 1
stop();
Symbol 71 MovieClip Frame 2
stop();
Symbol 75 Button
on (release) {
_quality = "MEDIUM";
_root.qualitything = 2;
}
Symbol 77 MovieClip Frame 1
stop();
Symbol 77 MovieClip Frame 2
stop();
Symbol 80 Button
on (release) {
_quality = "HIGH";
_root.qualitything = 3;
}
Symbol 82 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 2
stop();
Symbol 86 MovieClip Frame 81
stop();
_root.gotoAndStop("stage");
Symbol 93 MovieClip Frame 1
stop();
_root.i = 0;
Symbol 93 MovieClip Frame 2
_root.i = 1;
Symbol 96 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 2
_root.kat.gotoAndPlay(7);
Symbol 99 MovieClip Frame 36
_root.time = _root.time - 1;
Symbol 114 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 2
stop();
Symbol 130 MovieClip Frame 1
stop();
Symbol 130 MovieClip Frame 6
gotoAndPlay (1);
Symbol 148 MovieClip Frame 1
stop();
Instance of Symbol 114 MovieClip "bullet" in Symbol 148 MovieClip Frame 1
onClipEvent (load) {
i = 0;
}
onClipEvent (mouseDown) {
this.play();
_root.test.play();
}
onClipEvent (mouseMove) {
if (_root.i == 0) {
varX = _root.kat._xmouse - this._x;
varY = -1 * (_root.kat._ymouse - this._y);
angle = Math.atan2(varY, varX);
angle = Math.round((angle / Math.PI) * 180);
this._rotation = -1 * angle;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.orange.orange2.obody)) {
_root.orange.ohealth = _root.orange.ohealth - _root.damage;
_root.orange.orange2.obody.play();
this.gotoAndStop(1);
if (_root.direction == 1) {
_root.orange._x = _root.orange._x - _root.pushback;
}
if (_root.direction == 0) {
_root.orange._x = _root.orange._x + _root.pushback;
}
}
if (this.hitTest(_root.orange.orange2.obody2)) {
_root.orange.ohealth = _root.orange.ohealth - _root.damage;
_root.orange.orange2.obody2.play();
this.gotoAndStop(1);
if (_root.direction == 1) {
_root.orange._x = _root.orange._x - _root.pushback;
}
if (_root.direction == 0) {
_root.orange._x = _root.orange._x + _root.pushback;
}
}
if (this.hitTest(_root.orange.orange2.obody3)) {
_root.orange.ohealth = _root.orange.ohealth - _root.damage;
_root.orange.orange2.obody3.play();
this.gotoAndStop(1);
if (_root.direction == 1) {
_root.orange._x = _root.orange._x - _root.pushback;
}
if (_root.direction == 0) {
_root.orange._x = _root.orange._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.orange.obody)) {
_root.orange.ohealth = _root.orange.ohealth - _root.damage;
_root.orange.obody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.orange.obody2)) {
_root.orange.ohealth = _root.orange.ohealth - _root.damage;
_root.orange.obody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.orange.obody3)) {
_root.orange.ohealth = _root.orange.ohealth - _root.damage;
_root.orange.obody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.blackberry.blackberry2.bbody)) {
_root.bhealth = _root.bhealth - _root.damage;
_root.blackberry.blackberry2.bbody.play();
this.gotoAndStop(1);
if (_root.direction2 == 1) {
_root.blackberry._x = _root.blackberry._x - _root.pushback;
}
if (_root.direction2 == 0) {
_root.blackberry._x = _root.blackberry._x + _root.pushback;
}
}
if (this.hitTest(_root.blackberry.blackberry2.bbody2)) {
_root.bhealth = _root.bhealth - _root.damage;
_root.blackberry.blackberry2.bbody2.play();
this.gotoAndStop(1);
if (_root.direction2 == 1) {
_root.blackberry._x = _root.blackberry._x - _root.pushback;
}
if (_root.direction2 == 0) {
_root.blackberry._x = _root.blackberry._x + _root.pushback;
}
}
if (this.hitTest(_root.blackberry.blackberry2.bbody3)) {
_root.bhealth = _root.bhealth - _root.damage;
_root.blackberry.blackberry2.bbody3.play();
this.gotoAndStop(1);
if (_root.direction2 == 1) {
_root.blackberry._x = _root.blackberry._x - _root.pushback;
}
if (_root.direction2 == 0) {
_root.blackberry._x = _root.blackberry._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.blackberry.bbody)) {
_root.bhealth = _root.bhealth - _root.damage;
_root.blackberry.bbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.blackberry.bbody2)) {
_root.bhealth = _root.bhealth - _root.damage;
_root.blackberry.bbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.blackberry.bbody3)) {
_root.bhealth = _root.bhealth - _root.damage;
_root.blackberry.bbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.piney.piney2.pbody)) {
_root.phealth = _root.phealth - _root.damage;
_root.piney.piney2.pbody.play();
this.gotoAndStop(1);
if (_root.direction3 == 1) {
_root.piney._x = _root.piney._x - _root.pushback;
}
if (_root.direction3 == 0) {
_root.piney._x = _root.piney._x + _root.pushback;
}
}
if (this.hitTest(_root.piney.piney2.pbody2)) {
_root.phealth = _root.phealth - _root.damage;
_root.piney.piney2.pbody2.play();
this.gotoAndStop(1);
if (_root.direction3 == 1) {
_root.piney._x = _root.piney._x - _root.pushback;
}
if (_root.direction3 == 0) {
_root.piney._x = _root.piney._x + _root.pushback;
}
}
if (this.hitTest(_root.piney.piney2.pbody3)) {
_root.phealth = _root.phealth - _root.damage;
_root.piney.piney2.pbody3.play();
this.gotoAndStop(1);
if (_root.direction3 == 1) {
_root.piney._x = _root.piney._x - _root.pushback;
}
if (_root.direction3 == 0) {
_root.piney._x = _root.piney._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.piney.pbody)) {
_root.phealth = _root.phealth - _root.damage;
_root.piney.pbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.piney.pbody2)) {
_root.phealth = _root.phealth - _root.damage;
_root.piney.pbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.piney.pbody3)) {
_root.phealth = _root.phealth - _root.damage;
_root.piney.pbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mushroom.mushroom2.mbody)) {
_root.mhealth = _root.mhealth - _root.damage;
_root.mushroom.mushroom2.mbody.play();
this.gotoAndStop(1);
if (_root.direction4 == 1) {
_root.mushroom._x = _root.mushroom._x - _root.pushback;
}
if (_root.direction4 == 0) {
_root.mushroom._x = _root.mushroom._x + _root.pushback;
}
}
if (this.hitTest(_root.mushroom.mushroom2.mbody2)) {
_root.mhealth = _root.mhealth - _root.damage;
_root.mushroom.mushroom2.mbody2.play();
this.gotoAndStop(1);
if (_root.direction4 == 1) {
_root.mushroom._x = _root.mushroom._x - _root.pushback;
}
if (_root.direction4 == 0) {
_root.mushroom._x = _root.mushroom._x + _root.pushback;
}
}
if (this.hitTest(_root.mushroom.mushroom2.mbody3)) {
_root.mhealth = _root.mhealth - _root.damage;
_root.mushroom.mushroom2.mbody3.play();
this.gotoAndStop(1);
if (_root.direction4 == 1) {
_root.mushroom._x = _root.mushroom._x - _root.pushback;
}
if (_root.direction4 == 0) {
_root.mushroom._x = _root.mushroom._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mushroom.mbody)) {
_root.mhealth = _root.mhealth - _root.damage;
_root.mushroom.mbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.mushroom.mbody2)) {
_root.mhealth = _root.mhealth - _root.damage;
_root.mushroom.mbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.mushroom.mbody3)) {
_root.mhealth = _root.mhealth - _root.damage;
_root.mushroom.mbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.oorange.oorange2.oobody)) {
_root.oohealth = _root.oohealth - _root.damage;
_root.oorange.oorange2.oobody.play();
this.gotoAndStop(1);
if (_root.direction5 == 1) {
_root.oorange._x = _root.oorange._x - _root.pushback;
}
if (_root.direction5 == 0) {
_root.oorange._x = _root.oorange._x + _root.pushback;
}
}
if (this.hitTest(_root.oorange.oorange2.oobody2)) {
_root.oohealth = _root.oohealth - _root.damage;
_root.oorange.oorange2.oobody2.play();
this.gotoAndStop(1);
if (_root.direction5 == 1) {
_root.oorange._x = _root.oorange._x - _root.pushback;
}
if (_root.direction5 == 0) {
_root.oorange._x = _root.oorange._x + _root.pushback;
}
}
if (this.hitTest(_root.oorange.oorange2.oobody3)) {
_root.oohealth = _root.oohealth - _root.damage;
_root.oorange.oorange2.oobody3.play();
this.gotoAndStop(1);
if (_root.direction5 == 1) {
_root.oorange._x = _root.oorange._x - _root.pushback;
}
if (_root.direction5 == 0) {
_root.oorange._x = _root.oorange._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.oorange.oobody)) {
_root.oohealth = _root.oohealth - _root.damage;
_root.oorange.oobody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.oorange.oobody2)) {
_root.oohealth = _root.oohealth - _root.damage;
_root.oorange.oobody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.oorange.oobody3)) {
_root.oohealth = _root.oohealth - _root.damage;
_root.oorange.oobody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rasberry.rasberry2.rbody)) {
_root.rhealth = _root.rhealth - _root.damage;
_root.rasberry.rasberry2.rbody.play();
this.gotoAndStop(1);
if (_root.direction6 == 1) {
_root.rasberry._x = _root.rasberry._x - _root.pushback;
}
if (_root.direction6 == 0) {
_root.rasberry._x = _root.rasberry._x + _root.pushback;
}
}
if (this.hitTest(_root.rasberry.rasberry2.rbody2)) {
_root.rhealth = _root.rhealth - _root.damage;
_root.rasberry.rasberry2.rbody2.play();
this.gotoAndStop(1);
if (_root.direction6 == 1) {
_root.rasberry._x = _root.rasberry._x - _root.pushback;
}
if (_root.direction6 == 0) {
_root.rasberry._x = _root.rasberry._x + _root.pushback;
}
}
if (this.hitTest(_root.rasberry.rasberry2.rbody3)) {
_root.rhealth = _root.rhealth - _root.damage;
_root.rasberry.rasberry2.rbody3.play();
this.gotoAndStop(1);
if (_root.direction6 == 1) {
_root.rasberry._x = _root.rasberry._x - _root.pushback;
}
if (_root.direction6 == 0) {
_root.rasberry._x = _root.rasberry._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rasberry.rbody)) {
_root.rhealth = _root.rhealth - _root.damage;
_root.rasberry.rbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.rasberry.rbody2)) {
_root.rhealth = _root.rhealth - _root.damage;
_root.rasberry.rbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.rasberry.rbody3)) {
_root.rhealth = _root.rhealth - _root.damage;
_root.rasberry.rbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.apple.apple2.abody)) {
_root.ahealth = _root.ahealth - _root.damage;
_root.apple.apple2.abody.play();
this.gotoAndStop(1);
if (_root.direction7 == 1) {
_root.apple._x = _root.apple._x - _root.pushback;
}
if (_root.direction7 == 0) {
_root.apple._x = _root.apple._x + _root.pushback;
}
}
if (this.hitTest(_root.apple.apple2.abody2)) {
_root.ahealth = _root.ahealth - _root.damage;
_root.apple.apple2.abody2.play();
this.gotoAndStop(1);
if (_root.direction7 == 1) {
_root.apple._x = _root.apple._x - _root.pushback;
}
if (_root.direction7 == 0) {
_root.apple._x = _root.apple._x + _root.pushback;
}
}
if (this.hitTest(_root.apple.apple2.abody3)) {
_root.ahealth = _root.ahealth - _root.damage;
_root.apple.apple2.abody3.play();
this.gotoAndStop(1);
if (_root.direction7 == 1) {
_root.apple._x = _root.apple._x - _root.pushback;
}
if (_root.direction7 == 0) {
_root.apple._x = _root.apple._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.apple.abody)) {
_root.ahealth = _root.ahealth - _root.damage;
_root.apple.abody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.apple.abody2)) {
_root.ahealth = _root.ahealth - _root.damage;
_root.apple.abody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.apple.abody3)) {
_root.ahealth = _root.ahealth - _root.damage;
_root.apple.abody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.carrot.carrot2.cbody)) {
_root.chealth = _root.chealth - _root.damage;
_root.carrot.carrot2.cbody.play();
this.gotoAndStop(1);
if (_root.direction8 == 1) {
_root.carrot._x = _root.carrot._x - _root.pushback;
}
if (_root.direction8 == 0) {
_root.carrot._x = _root.carrot._x + _root.pushback;
}
}
if (this.hitTest(_root.carrot.carrot2.cbody2)) {
_root.chealth = _root.chealth - _root.damage;
_root.carrot.carrot2.cbody2.play();
this.gotoAndStop(1);
if (_root.direction8 == 1) {
_root.carrot._x = _root.carrot._x - _root.pushback;
}
if (_root.direction8 == 0) {
_root.carrot._x = _root.carrot._x + _root.pushback;
}
}
if (this.hitTest(_root.carrot.carrot2.cbody3)) {
_root.chealth = _root.chealth - _root.damage;
_root.carrot.carrot2.cbody3.play();
this.gotoAndStop(1);
if (_root.direction8 == 1) {
_root.carrot._x = _root.carrot._x - _root.pushback;
}
if (_root.direction8 == 0) {
_root.carrot._x = _root.carrot._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.carrot.cbody)) {
_root.chealth = _root.chealth - _root.damage;
_root.carrot.cbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.carrot.cbody2)) {
_root.chealth = _root.chealth - _root.damage;
_root.carrot.cbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.carrot.cbody3)) {
_root.chealth = _root.chealth - _root.damage;
_root.carrot.cbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cherry.cherry2.chbody)) {
_root.chhealth = _root.chhealth - _root.damage;
_root.cherry.cherry2.chbody.play();
this.gotoAndStop(1);
if (_root.direction9 == 1) {
_root.cherry._x = _root.cherry._x - _root.pushback;
}
if (_root.direction9 == 0) {
_root.cherry._x = _root.cherry._x + _root.pushback;
}
}
if (this.hitTest(_root.cherry.cherry2.chbody2)) {
_root.chhealth = _root.chhealth - _root.damage;
_root.cherry.cherry2.chbody2.play();
this.gotoAndStop(1);
if (_root.direction9 == 1) {
_root.cherry._x = _root.cherry._x - _root.pushback;
}
if (_root.direction9 == 0) {
_root.cherry._x = _root.cherry._x + _root.pushback;
}
}
if (this.hitTest(_root.cherry.cherry2.chbody3)) {
_root.chhealth = _root.chhealth - _root.damage;
_root.cherry.cherry2.chbody3.play();
this.gotoAndStop(1);
if (_root.direction9 == 1) {
_root.cherry._x = _root.cherry._x - _root.pushback;
}
if (_root.direction9 == 0) {
_root.cherry._x = _root.cherry._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cherry.chbody)) {
_root.chhealth = _root.chhealth - _root.damage;
_root.cherry.chbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.cherry.chbody2)) {
_root.chhealth = _root.chhealth - _root.damage;
_root.cherry.chbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.cherry.chbody3)) {
_root.chhealth = _root.chhealth - _root.damage;
_root.cherry.chbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.strawberry.strawberry2.sbody)) {
_root.shealth = _root.shealth - _root.damage;
_root.strawberry.strawberry2.sbody.play();
this.gotoAndStop(1);
if (_root.direction10 == 1) {
_root.strawberry._x = _root.strawberry._x - _root.pushback;
}
if (_root.direction10 == 0) {
_root.strawberry._x = _root.strawberry._x + _root.pushback;
}
}
if (this.hitTest(_root.strawberry.strawberry2.sbody2)) {
_root.shealth = _root.shealth - _root.damage;
_root.strawberry.strawberry2.sbody2.play();
this.gotoAndStop(1);
if (_root.direction10 == 1) {
_root.strawberry._x = _root.strawberry._x - _root.pushback;
}
if (_root.direction10 == 0) {
_root.strawberry._x = _root.strawberry._x + _root.pushback;
}
}
if (this.hitTest(_root.strawberry.strawberry2.sbody3)) {
_root.shealth = _root.shealth - _root.damage;
_root.strawberry.strawberry2.sbody3.play();
this.gotoAndStop(1);
if (_root.direction10 == 1) {
_root.strawberry._x = _root.strawberry._x - _root.pushback;
}
if (_root.direction10 == 0) {
_root.strawberry._x = _root.strawberry._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.strawberry.sbody)) {
_root.shealth = _root.shealth - _root.damage;
_root.strawberry.sbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.strawberry.sbody2)) {
_root.shealth = _root.shealth - _root.damage;
_root.strawberry.sbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.strawberry.sbody3)) {
_root.shealth = _root.shealth - _root.damage;
_root.strawberry.sbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.applebomb.applebomb2.abombbody)) {
_root.abombhealth = _root.abombhealth - _root.damage;
_root.applebomb.applebomb2.abombbody.play();
this.gotoAndStop(1);
if (_root.direction11 == 1) {
_root.applebomb._x = _root.applebomb._x - _root.pushback;
}
if (_root.direction11 == 0) {
_root.applebomb._x = _root.applebomb._x + _root.pushback;
}
}
if (this.hitTest(_root.applebomb.applebomb2.abombbody2)) {
_root.abombhealth = _root.abombhealth - _root.damage;
_root.applebomb.applebomb2.abombbody2.play();
this.gotoAndStop(1);
if (_root.direction11 == 1) {
_root.applebomb._x = _root.applebomb._x - _root.pushback;
}
if (_root.direction11 == 0) {
_root.applebomb._x = _root.applebomb._x + _root.pushback;
}
}
if (this.hitTest(_root.applebomb.applebomb2.abombbody3)) {
_root.abombhealth = _root.abombhealth - _root.damage;
_root.applebomb.applebomb2.abombbody3.play();
this.gotoAndStop(1);
if (_root.direction11 == 1) {
_root.applebomb._x = _root.applebomb._x - _root.pushback;
}
if (_root.direction11 == 0) {
_root.applebomb._x = _root.applebomb._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.applebomb.abombbody)) {
_root.abombhealth = _root.abombhealth - _root.damage;
_root.applebomb.abombbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.applebomb.abombbody2)) {
_root.abombhealth = _root.abombhealth - _root.damage;
_root.applebomb.abombbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.applebomb.abombbody3)) {
_root.abombhealth = _root.abombhealth - _root.damage;
_root.applebomb.abombbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.carrotbomb.carrotbomb2.cbombbody)) {
_root.cbombhealth = _root.cbombhealth - _root.damage;
_root.carrotbomb.carrotbomb2.cbombbody.play();
this.gotoAndStop(1);
if (_root.direction12 == 1) {
_root.carrotbomb._x = _root.carrotbomb._x - _root.pushback;
}
if (_root.direction12 == 0) {
_root.carrotbomb._x = _root.carrotbomb._x + _root.pushback;
}
}
if (this.hitTest(_root.carrotbomb.carrotbomb2.cbombbody2)) {
_root.cbombhealth = _root.cbombhealth - _root.damage;
_root.carrotbomb.carrotbomb2.cbombbody2.play();
this.gotoAndStop(1);
if (_root.direction12 == 1) {
_root.carrotbomb._x = _root.carrotbomb._x - _root.pushback;
}
if (_root.direction12 == 0) {
_root.carrotbomb._x = _root.carrotbomb._x + _root.pushback;
}
}
if (this.hitTest(_root.carrotbomb.carrotbomb2.cbombbody3)) {
_root.cbombhealth = _root.cbombhealth - _root.damage;
_root.carrotbomb.carrotbomb2.cbombbody3.play();
this.gotoAndStop(1);
if (_root.direction12 == 1) {
_root.carrotbomb._x = _root.carrotbomb._x - _root.pushback;
}
if (_root.direction12 == 0) {
_root.carrotbomb._x = _root.carrotbomb._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.carrotbomb.cbombbody)) {
_root.cbombhealth = _root.cbombhealth - _root.damage;
_root.carrotbomb.cbombbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.carrotbomb.cbombbody2)) {
_root.cbombhealth = _root.cbombhealth - _root.damage;
_root.carrotbomb.cbombbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.carrotbomb.cbombbody3)) {
_root.cbombhealth = _root.cbombhealth - _root.damage;
_root.carrotbomb.cbombbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.orangebomb.orangebomb2.obombbody)) {
_root.obombhealth = _root.obombhealth - _root.damage;
_root.orangebomb.orangebomb2.obombbody.play();
this.gotoAndStop(1);
if (_root.direction13 == 1) {
_root.orangebomb._x = _root.orangebomb._x - _root.pushback;
}
if (_root.direction13 == 0) {
_root.orangebomb._x = _root.orangebomb._x + _root.pushback;
}
}
if (this.hitTest(_root.orangebomb.orangebomb2.obombbody2)) {
_root.obombhealth = _root.obombhealth - _root.damage;
_root.orangebomb.orangebomb2.obombbody2.play();
this.gotoAndStop(1);
if (_root.direction13 == 1) {
_root.orangebomb._x = _root.orangebomb._x - _root.pushback;
}
if (_root.direction13 == 0) {
_root.orangebomb._x = _root.orangebomb._x + _root.pushback;
}
}
if (this.hitTest(_root.orangebomb.orangebomb2.obombbody3)) {
_root.obombhealth = _root.obombhealth - _root.damage;
_root.orangebomb.orangebomb2.obombbody3.play();
this.gotoAndStop(1);
if (_root.direction13 == 1) {
_root.orangebomb._x = _root.orangebomb._x - _root.pushback;
}
if (_root.direction13 == 0) {
_root.orangebomb._x = _root.orangebomb._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.orangebomb.obombbody)) {
_root.obombhealth = _root.obombhealth - _root.damage;
_root.orangebomb.obombbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.orangebomb.obombbody2)) {
_root.obombhealth = _root.obombhealth - _root.damage;
_root.orangebomb.obombbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.orangebomb.obombbody3)) {
_root.obombhealth = _root.obombhealth - _root.damage;
_root.orangebomb.obombbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.strawberrybomb.strawberrybomb2.sbombbody)) {
_root.sbombhealth = _root.sbombhealth - _root.damage;
_root.strawberrybomb.strawberrybomb2.sbombbody.play();
this.gotoAndStop(1);
if (_root.direction14 == 1) {
_root.strawberrybomb._x = _root.strawberrybomb._x - _root.pushback;
}
if (_root.direction14 == 0) {
_root.strawberrybomb._x = _root.strawberrybomb._x + _root.pushback;
}
}
if (this.hitTest(_root.strawberrybomb.strawberrybomb2.sbombbody2)) {
_root.sbombhealth = _root.sbombhealth - _root.damage;
_root.strawberrybomb.strawberrybomb2.sbombbody2.play();
this.gotoAndStop(1);
if (_root.direction14 == 1) {
_root.strawberrybomb._x = _root.strawberrybomb._x - _root.pushback;
}
if (_root.direction14 == 0) {
_root.strawberrybomb._x = _root.strawberrybomb._x + _root.pushback;
}
}
if (this.hitTest(_root.strawberrybomb.strawberrybomb2.sbombbody3)) {
_root.sbombhealth = _root.sbombhealth - _root.damage;
_root.strawberrybomb.strawberrybomb2.sbombbody3.play();
this.gotoAndStop(1);
if (_root.direction14 == 1) {
_root.strawberrybomb._x = _root.strawberrybomb._x - _root.pushback;
}
if (_root.direction14 == 0) {
_root.strawberrybomb._x = _root.strawberrybomb._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.strawberrybomb.sbombbody)) {
_root.sbombhealth = _root.sbombhealth - _root.damage;
_root.strawberrybomb.sbombbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.strawberrybomb.sbombbody2)) {
_root.sbombhealth = _root.sbombhealth - _root.damage;
_root.strawberrybomb.sbombbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.strawberrybomb.sbombbody3)) {
_root.sbombhealth = _root.sbombhealth - _root.damage;
_root.strawberrybomb.sbombbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cherrybomb.cherrybomb2.chbombbody)) {
_root.chbombhealth = _root.chbombhealth - _root.damage;
_root.cherrybomb.cherrybomb2.chbombbody.play();
this.gotoAndStop(1);
if (_root.direction15 == 1) {
_root.cherrybomb._x = _root.cherrybomb._x - _root.pushback;
}
if (_root.direction15 == 0) {
_root.cherrybomb._x = _root.cherrybomb._x + _root.pushback;
}
}
if (this.hitTest(_root.cherrybomb.cherrybomb2.chbombbody2)) {
_root.chbombhealth = _root.chbombhealth - _root.damage;
_root.cherrybomb.cherrybomb2.chbombbody2.play();
this.gotoAndStop(1);
if (_root.direction15 == 1) {
_root.cherrybomb._x = _root.cherrybomb._x - _root.pushback;
}
if (_root.direction15 == 0) {
_root.cherrybomb._x = _root.cherrybomb._x + _root.pushback;
}
}
if (this.hitTest(_root.cherrybomb.cherrybomb2.chbombbody3)) {
_root.chbombhealth = _root.chbombhealth - _root.damage;
_root.cherrybomb.cherrybomb2.chbombbody3.play();
this.gotoAndStop(1);
if (_root.direction15 == 1) {
_root.cherrybomb._x = _root.cherrybomb._x - _root.pushback;
}
if (_root.direction15 == 0) {
_root.cherrybomb._x = _root.cherrybomb._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cherrybomb.chbombbody)) {
_root.chbombhealth = _root.chbombhealth - _root.damage;
_root.cherrybomb.chbombbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.cherrybomb.chbombbody2)) {
_root.chbombhealth = _root.chbombhealth - _root.damage;
_root.cherrybomb.chbombbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.cherrybomb.chbombbody3)) {
_root.chbombhealth = _root.chbombhealth - _root.damage;
_root.cherrybomb.chbombbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mushroombomb.mushroombomb2.mbombbody)) {
_root.mbombhealth = _root.mbombhealth - _root.damage;
_root.mushroombomb.mushroombomb2.mbombbody.play();
this.gotoAndStop(1);
if (_root.direction16 == 1) {
_root.mushroombomb._x = _root.mushroombomb._x - _root.pushback;
}
if (_root.direction16 == 0) {
_root.mushroombomb._x = _root.mushroombomb._x + _root.pushback;
}
}
if (this.hitTest(_root.mushroombomb.mushroombomb2.mbombbody2)) {
_root.mbombhealth = _root.mbombhealth - _root.damage;
_root.mushroombomb.mushroombomb2.mbombbody2.play();
this.gotoAndStop(1);
if (_root.direction16 == 1) {
_root.mushroombomb._x = _root.mushroombomb._x - _root.pushback;
}
if (_root.direction16 == 0) {
_root.mushroombomb._x = _root.mushroombomb._x + _root.pushback;
}
}
if (this.hitTest(_root.mushroombomb.mushroombomb2.mbombbody3)) {
_root.mbombhealth = _root.mbombhealth - _root.damage;
_root.mushroombomb.mushroombomb2.mbombbody3.play();
this.gotoAndStop(1);
if (_root.direction16 == 1) {
_root.mushroombomb._x = _root.mushroombomb._x - _root.pushback;
}
if (_root.direction16 == 0) {
_root.mushroombomb._x = _root.mushroombomb._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mushroombomb.mbombbody)) {
_root.mbombhealth = _root.mbombhealth - _root.damage;
_root.mushroombomb.mbombbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.mushroombomb.mbombbody2)) {
_root.mbombhealth = _root.mbombhealth - _root.damage;
_root.mushroombomb.mbombbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.mushroombomb.mbombbody3)) {
_root.mbombhealth = _root.mbombhealth - _root.damage;
_root.mushroombomb.mbombbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.blackberrybomb.blackberrybomb2.bbombbody)) {
_root.bbombhealth = _root.bbombhealth - _root.damage;
_root.blackberrybomb.blackberrybomb2.bbombbody.play();
this.gotoAndStop(1);
if (_root.direction17 == 1) {
_root.blackberrybomb._x = _root.blackberrybomb._x - _root.pushback;
}
if (_root.direction17 == 0) {
_root.blackberrybomb._x = _root.blackberrybomb._x + _root.pushback;
}
}
if (this.hitTest(_root.blackberrybomb.blackberrybomb2.bbombbody2)) {
_root.bbombhealth = _root.bbombhealth - _root.damage;
_root.blackberrybomb.blackberrybomb2.bbombbody2.play();
this.gotoAndStop(1);
if (_root.direction17 == 1) {
_root.blackberrybomb._x = _root.blackberrybomb._x - _root.pushback;
}
if (_root.direction17 == 0) {
_root.blackberrybomb._x = _root.blackberrybomb._x + _root.pushback;
}
}
if (this.hitTest(_root.blackberrybomb.blackberrybomb2.bbombbody3)) {
_root.bbombhealth = _root.bbombhealth - _root.damage;
_root.blackberrybomb.blackberrybomb2.bbombbody3.play();
this.gotoAndStop(1);
if (_root.direction17 == 1) {
_root.blackberrybomb._x = _root.blackberrybomb._x - _root.pushback;
}
if (_root.direction17 == 0) {
_root.blackberrybomb._x = _root.blackberrybomb._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.blackberrybomb.bbombbody)) {
_root.bbombhealth = _root.bbombhealth - _root.damage;
_root.blackberrybomb.bbombbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.blackberrybomb.bbombbody2)) {
_root.bbombhealth = _root.bbombhealth - _root.damage;
_root.blackberrybomb.bbombbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.blackberrybomb.bbombbody3)) {
_root.bbombhealth = _root.bbombhealth - _root.damage;
_root.blackberrybomb.bbombbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.raspberrybomb.raspberrybomb2.rbombbody)) {
_root.rbombhealth = _root.rbombhealth - _root.damage;
_root.raspberrybomb.raspberrybomb2.rbombbody.play();
this.gotoAndStop(1);
if (_root.direction18 == 1) {
_root.raspberrybomb._x = _root.raspberrybomb._x - _root.pushback;
}
if (_root.direction18 == 0) {
_root.raspberrybomb._x = _root.raspberrybomb._x + _root.pushback;
}
}
if (this.hitTest(_root.raspberrybomb.raspberrybomb2.rbombbody2)) {
_root.rbombhealth = _root.rbombhealth - _root.damage;
_root.raspberrybomb.raspberrybomb2.rbombbody2.play();
this.gotoAndStop(1);
if (_root.direction18 == 1) {
_root.raspberrybomb._x = _root.raspberrybomb._x - _root.pushback;
}
if (_root.direction18 == 0) {
_root.raspberrybomb._x = _root.raspberrybomb._x + _root.pushback;
}
}
if (this.hitTest(_root.raspberrybomb.raspberrybomb2.rbombbody3)) {
_root.rbombhealth = _root.rbombhealth - _root.damage;
_root.raspberrybomb.raspberrybomb2.rbombbody3.play();
this.gotoAndStop(1);
if (_root.direction18 == 1) {
_root.raspberrybomb._x = _root.raspberrybomb._x - _root.pushback;
}
if (_root.direction18 == 0) {
_root.raspberrybomb._x = _root.raspberrybomb._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.raspberrybomb.rbombbody)) {
_root.rbombhealth = _root.rbombhealth - _root.damage;
_root.raspberrybomb.rbombbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.raspberrybomb.rbombbody2)) {
_root.rbombhealth = _root.rbombhealth - _root.damage;
_root.raspberrybomb.rbombbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.raspberrybomb.rbombbody3)) {
_root.rbombhealth = _root.rbombhealth - _root.damage;
_root.raspberrybomb.rbombbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pineybomb.pineybomb2.pbombbody)) {
_root.pbombhealth = _root.pbombhealth - _root.damage;
_root.pineybomb.pineybomb2.pbombbody.play();
this.gotoAndStop(1);
if (_root.direction19 == 1) {
_root.pineybomb._x = _root.pineybomb._x - _root.pushback;
}
if (_root.direction19 == 0) {
_root.pineybomb._x = _root.pineybomb._x + _root.pushback;
}
}
if (this.hitTest(_root.pineybomb.pineybomb2.pbombbody2)) {
_root.pbombhealth = _root.pbombhealth - _root.damage;
_root.pineybomb.pineybomb2.pbombbody2.play();
this.gotoAndStop(1);
if (_root.direction19 == 1) {
_root.pineybomb._x = _root.pineybomb._x - _root.pushback;
}
if (_root.direction19 == 0) {
_root.pineybomb._x = _root.pineybomb._x + _root.pushback;
}
}
if (this.hitTest(_root.pineybomb.pineybomb2.pbombbody3)) {
_root.pbombhealth = _root.pbombhealth - _root.damage;
_root.pineybomb.pineybomb2.pbombbody3.play();
this.gotoAndStop(1);
if (_root.direction19 == 1) {
_root.pineybomb._x = _root.pineybomb._x - _root.pushback;
}
if (_root.direction19 == 0) {
_root.pineybomb._x = _root.pineybomb._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pineybomb.pbombbody)) {
_root.pbombhealth = _root.pbombhealth - _root.damage;
_root.pineybomb.pbombbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.pineybomb.pbombbody2)) {
_root.pbombhealth = _root.pbombhealth - _root.damage;
_root.pineybomb.pbombbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.pineybomb.pbombbody3)) {
_root.pbombhealth = _root.pbombhealth - _root.damage;
_root.pineybomb.pbombbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pineyuzi.pineyuzi2.puzibody)) {
_root.puzihealth = _root.puzihealth - _root.damage;
_root.pineyuzi.pineyuzi2.puzibody.play();
this.gotoAndStop(1);
if (_root.direction20 == 1) {
_root.pineyuzi._x = _root.pineyuzi._x - _root.pushback;
}
if (_root.direction20 == 0) {
_root.pineyuzi._x = _root.pineyuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.pineyuzi.pineyuzi2.puzibody2)) {
_root.puzihealth = _root.puzihealth - _root.damage;
_root.pineyuzi.pineyuzi2.puzibody2.play();
this.gotoAndStop(1);
if (_root.direction20 == 1) {
_root.pineyuzi._x = _root.pineyuzi._x - _root.pushback;
}
if (_root.direction20 == 0) {
_root.pineyuzi._x = _root.pineyuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.pineyuzi.pineyuzi2.puzibody3)) {
_root.puzihealth = _root.puzihealth - _root.damage;
_root.pineyuzi.pineyuzi2.puzibody3.play();
this.gotoAndStop(1);
if (_root.direction20 == 1) {
_root.pineyuzi._x = _root.pineyuzi._x - _root.pushback;
}
if (_root.direction20 == 0) {
_root.pineyuzi._x = _root.pineyuzi._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pineyuzi.puzibody)) {
_root.puzihealth = _root.puzihealth - _root.damage;
_root.pineyuzi.puzibody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.pineyuzi.puzibody2)) {
_root.puzihealth = _root.puzihealth - _root.damage;
_root.pineyuzi.puzibody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.pineyuzi.puzibody3)) {
_root.puzihealth = _root.puzihealth - _root.damage;
_root.pineyuzi.puzibody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.appleuzi.appleuzi2.auzibody)) {
_root.auzihealth = _root.auzihealth - _root.damage;
_root.appleuzi.appleuzi2.auzibody.play();
this.gotoAndStop(1);
if (_root.direction21 == 1) {
_root.appleuzi._x = _root.appleuzi._x - _root.pushback;
}
if (_root.direction21 == 0) {
_root.appleuzi._x = _root.appleuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.appleuzi.appleuzi2.auzibody2)) {
_root.auzihealth = _root.auzihealth - _root.damage;
_root.appleuzi.appleuzi2.auzibody2.play();
this.gotoAndStop(1);
if (_root.direction21 == 1) {
_root.appleuzi._x = _root.appleuzi._x - _root.pushback;
}
if (_root.direction21 == 0) {
_root.appleuzi._x = _root.appleuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.appleuzi.appleuzi2.auzibody3)) {
_root.auzihealth = _root.auzihealth - _root.damage;
_root.appleuzi.appleuzi2.auzibody3.play();
this.gotoAndStop(1);
if (_root.direction21 == 1) {
_root.appleuzi._x = _root.appleuzi._x - _root.pushback;
}
if (_root.direction21 == 0) {
_root.appleuzi._x = _root.appleuzi._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.appleuzi.auzibody)) {
_root.auzihealth = _root.auzihealth - _root.damage;
_root.appleuzi.auzibody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.appleuzi.auzibody2)) {
_root.auzihealth = _root.auzihealth - _root.damage;
_root.appleuzi.auzibody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.appleuzi.auzibody3)) {
_root.auzihealth = _root.auzihealth - _root.damage;
_root.appleuzi.auzibody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.carrotuzi.carrotuzi2.cuzibody)) {
_root.cuzihealth = _root.cuzihealth - _root.damage;
_root.carrotuzi.carrotuzi2.cuzibody.play();
this.gotoAndStop(1);
if (_root.direction22 == 1) {
_root.carrotuzi._x = _root.carrotuzi._x - _root.pushback;
}
if (_root.direction22 == 0) {
_root.carrotuzi._x = _root.carrotuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.carrotuzi.carrotuzi2.cuzibody2)) {
_root.cuzihealth = _root.cuzihealth - _root.damage;
_root.carrotuzi.carrotuzi2.cuzibody2.play();
this.gotoAndStop(1);
if (_root.direction22 == 1) {
_root.carrotuzi._x = _root.carrotuzi._x - _root.pushback;
}
if (_root.direction22 == 0) {
_root.carrotuzi._x = _root.carrotuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.carrotuzi.carrotuzi2.cuzibody3)) {
_root.cuzihealth = _root.cuzihealth - _root.damage;
_root.carrotuzi.carrotuzi2.cuzibody3.play();
this.gotoAndStop(1);
if (_root.direction22 == 1) {
_root.carrotuzi._x = _root.carrotuzi._x - _root.pushback;
}
if (_root.direction22 == 0) {
_root.carrotuzi._x = _root.carrotuzi._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.carrotuzi.cuzibody)) {
_root.cuzihealth = _root.cuzihealth - _root.damage;
_root.carrotuzi.cuzibody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.carrotuzi.cuzibody2)) {
_root.cuzihealth = _root.cuzihealth - _root.damage;
_root.carrotuzi.cuzibody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.carrotuzi.cuzibody3)) {
_root.cuzihealth = _root.cuzihealth - _root.damage;
_root.carrotuzi.cuzibody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.raspberryuzi.raspberryuzi2.ruzibody)) {
_root.ruzihealth = _root.ruzihealth - _root.damage;
_root.raspberryuzi.raspberryuzi2.ruzibody.play();
this.gotoAndStop(1);
if (_root.direction23 == 1) {
_root.raspberryuzi._x = _root.raspberryuzi._x - _root.pushback;
}
if (_root.direction23 == 0) {
_root.raspberryuzi._x = _root.raspberryuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.raspberryuzi.raspberryuzi2.ruzibody2)) {
_root.ruzihealth = _root.ruzihealth - _root.damage;
_root.raspberryuzi.raspberryuzi2.ruzibody2.play();
this.gotoAndStop(1);
if (_root.direction23 == 1) {
_root.raspberryuzi._x = _root.raspberryuzi._x - _root.pushback;
}
if (_root.direction23 == 0) {
_root.raspberryuzi._x = _root.raspberryuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.raspberryuzi.raspberryuzi2.ruzibody3)) {
_root.ruzihealth = _root.ruzihealth - _root.damage;
_root.raspberryuzi.raspberryuzi2.ruzibody3.play();
this.gotoAndStop(1);
if (_root.direction23 == 1) {
_root.raspberryuzi._x = _root.raspberryuzi._x - _root.pushback;
}
if (_root.direction23 == 0) {
_root.raspberryuzi._x = _root.raspberryuzi._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.raspberryuzi.ruzibody)) {
_root.ruzihealth = _root.ruzihealth - _root.damage;
_root.raspberryuzi.ruzibody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.raspberryuzi.ruzibody2)) {
_root.ruzihealth = _root.ruzihealth - _root.damage;
_root.raspberryuzi.ruzibody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.raspberryuzi.ruzibody3)) {
_root.ruzihealth = _root.ruzihealth - _root.damage;
_root.raspberryuzi.ruzibody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.orangeuzi.orangeuzi2.ouzibody)) {
_root.ouzihealth = _root.ouzihealth - _root.damage;
_root.orangeuzi.orangeuzi2.ouzibody.play();
this.gotoAndStop(1);
if (_root.direction24 == 1) {
_root.orangeuzi._x = _root.orangeuzi._x - _root.pushback;
}
if (_root.direction24 == 0) {
_root.orangeuzi._x = _root.orangeuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.orangeuzi.orangeuzi2.ouzibody2)) {
_root.ouzihealth = _root.ouzihealth - _root.damage;
_root.orangeuzi.orangeuzi2.ouzibody2.play();
this.gotoAndStop(1);
if (_root.direction24 == 1) {
_root.orangeuzi._x = _root.orangeuzi._x - _root.pushback;
}
if (_root.direction24 == 0) {
_root.orangeuzi._x = _root.orangeuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.orangeuzi.orangeuzi2.ouzibody3)) {
_root.ouzihealth = _root.ouzihealth - _root.damage;
_root.orangeuzi.orangeuzi2.ouzibody3.play();
this.gotoAndStop(1);
if (_root.direction24 == 1) {
_root.orangeuzi._x = _root.orangeuzi._x - _root.pushback;
}
if (_root.direction24 == 0) {
_root.orangeuzi._x = _root.orangeuzi._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.orangeuzi.ouzibody)) {
_root.ouzihealth = _root.ouzihealth - _root.damage;
_root.orangeuzi.ouzibody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.orangeuzi.ouzibody2)) {
_root.ouzihealth = _root.ouzihealth - _root.damage;
_root.orangeuzi.ouzibody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.orangeuzi.ouzibody3)) {
_root.ouzihealth = _root.ouzihealth - _root.damage;
_root.orangeuzi.ouzibody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.strawberryuzi.strawberryuzi2.suzibody)) {
_root.suzihealth = _root.suzihealth - _root.damage;
_root.strawberryuzi.straberryuzi2.suzibody.play();
this.gotoAndStop(1);
if (_root.direction25 == 1) {
_root.strawberryuzi._x = _root.strawberryuzi._x - _root.pushback;
}
if (_root.direction25 == 0) {
_root.strawberryuzi._x = _root.strawberryuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.strawberryuzi.strawberryuzi2.suzibody2)) {
_root.suzihealth = _root.suzihealth - _root.damage;
_root.strawberryuzi.strawberryuzi2.suzibody2.play();
this.gotoAndStop(1);
if (_root.direction25 == 1) {
_root.strawberryuzi._x = _root.strawberryuzi._x - _root.pushback;
}
if (_root.direction25 == 0) {
_root.strawberryuzi._x = _root.strawberryuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.strawberryuzi.strawberryuzi2.suzibody3)) {
_root.suzihealth = _root.suzihealth - _root.damage;
_root.strawberryuzi.strawberryuzi2.suzibody3.play();
this.gotoAndStop(1);
if (_root.direction25 == 1) {
_root.strawberryuzi._x = _root.strawberryuzi._x - _root.pushback;
}
if (_root.direction25 == 0) {
_root.strawberryuzi._x = _root.strawberryuzi._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.strawberryuzi.suzibody)) {
_root.suzihealth = _root.suzihealth - _root.damage;
_root.strawberryuzi.suzibody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.strawberryuzi.suzibody2)) {
_root.suzihealth = _root.suzihealth - _root.damage;
_root.strawberryuzi.suzibody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.strawberryuzi.suzibody3)) {
_root.suzihealth = _root.suzihealth - _root.damage;
_root.strawberryuzi.suzibody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mushroomuzi.mushroomuzi2.muzibody)) {
_root.muzihealth = _root.muzihealth - _root.damage;
_root.mushroomuzi.mushroomuzi2.muzibody.play();
this.gotoAndStop(1);
if (_root.direction26 == 1) {
_root.mushroomuzi._x = _root.mushroomuzi._x - _root.pushback;
}
if (_root.direction26 == 0) {
_root.mushroomuzi._x = _root.mushroomuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.mushroomuzi.mushroomuzi2.muzibody2)) {
_root.muzihealth = _root.muzihealth - _root.damage;
_root.mushroomuzi.mushroomuzi2.muzibody2.play();
this.gotoAndStop(1);
if (_root.direction26 == 1) {
_root.mushroomuzi._x = _root.mushroomuzi._x - _root.pushback;
}
if (_root.direction26 == 0) {
_root.mushroomuzi._x = _root.mushroomuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.mushroomuzi.mushroomuzi2.muzibody3)) {
_root.muzihealth = _root.muzihealth - _root.damage;
_root.mushroomuzi.mushroomuzi2.muzibody3.play();
this.gotoAndStop(1);
if (_root.direction26 == 1) {
_root.mushroomuzi._x = _root.mushroomuzi._x - _root.pushback;
}
if (_root.direction26 == 0) {
_root.mushroomuzi._x = _root.mushroomuzi._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mushroomuzi.muzibody)) {
_root.muzihealth = _root.muzihealth - _root.damage;
_root.mushroomuzi.muzibody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.mushroomuzi.muzibody2)) {
_root.muzihealth = _root.muzihealth - _root.damage;
_root.mushroomuzi.muzibody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.mushroomuzi.muzibody3)) {
_root.muzihealth = _root.muzihealth - _root.damage;
_root.mushroomuzi.muzibody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cherryuzi.cherryuzi2.chuzibody)) {
_root.chuzihealth = _root.chuzihealth - _root.damage;
_root.cherryuzi.cherryuzi2.chuzibody.play();
this.gotoAndStop(1);
if (_root.direction27 == 1) {
_root.cherryuzi._x = _root.cherryuzi._x - _root.pushback;
}
if (_root.direction27 == 0) {
_root.cherryuzi._x = _root.cherryuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.cherryuzi.cherryuzi2.chuzibody2)) {
_root.chuzihealth = _root.chuzihealth - _root.damage;
_root.cherryuzi.cherryuzi2.chuzibody2.play();
this.gotoAndStop(1);
if (_root.direction27 == 1) {
_root.cherryuzi._x = _root.cherryuzi._x - _root.pushback;
}
if (_root.direction27 == 0) {
_root.cherryuzi._x = _root.cherryuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.cherryuzi.cherryuzi2.chuzibody3)) {
_root.chuzihealth = _root.chuzihealth - _root.damage;
_root.cherryuzi.cherryuzi2.chuzibody3.play();
this.gotoAndStop(1);
if (_root.direction27 == 1) {
_root.cherryuzi._x = _root.cherryuzi._x - _root.pushback;
}
if (_root.direction27 == 0) {
_root.cherryuzi._x = _root.cherryuzi._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cherryuzi.chuzibody)) {
_root.chuzihealth = _root.chuzihealth - _root.damage;
_root.cherryuzi.chuzibody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.cherryuzi.chuzibody2)) {
_root.chuzihealth = _root.chuzihealth - _root.damage;
_root.cherryuzi.chuzibody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.cherryuzi.chuzibody3)) {
_root.chuzihealth = _root.chuzihealth - _root.damage;
_root.cherryuzi.chuzibody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.blackberryuzi.blackberryuzi2.buzibody)) {
_root.buzihealth = _root.buzihealth - _root.damage;
_root.blackberryuzi.blackberryuzi2.buzibody.play();
this.gotoAndStop(1);
if (_root.direction28 == 1) {
_root.blackberryuzi._x = _root.blackberryuzi._x - _root.pushback;
}
if (_root.direction28 == 0) {
_root.blackberryuzi._x = _root.blackberryuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.blackberryuzi.blackberryuzi2.buzibody2)) {
_root.buzihealth = _root.buzihealth - _root.damage;
_root.blackberryuzi.blackberryuzi2.buzibody2.play();
this.gotoAndStop(1);
if (_root.direction28 == 1) {
_root.blackberryuzi._x = _root.blackberryuzi._x - _root.pushback;
}
if (_root.direction28 == 0) {
_root.blackberryuzi._x = _root.blackberryuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.blackberryuzi.blackberryuzi2.buzibody3)) {
_root.buzihealth = _root.buzihealth - _root.damage;
_root.blackberryuzi.blackberryuzi2.buzibody3.play();
this.gotoAndStop(1);
if (_root.direction28 == 1) {
_root.blackberryuzi._x = _root.blackberryuzi._x - _root.pushback;
}
if (_root.direction28 == 0) {
_root.blackberryuzi._x = _root.blackberryuzi._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.blackberryuzi.buzibody)) {
_root.buzihealth = _root.buzihealth - _root.damage;
_root.blackberryuzi.buzibody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.blackberryuzi.buzibody2)) {
_root.buzihealth = _root.buzihealth - _root.damage;
_root.blackberryuzi.buzibody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.blackberryuzi.buzibody3)) {
_root.buzihealth = _root.buzihealth - _root.damage;
_root.blackberryuzi.buzibody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.blackberrylock.blackberrylock2.blockbody)) {
_root.blockhealth = _root.blockhealth - _root.damage;
_root.blackberrylock.blackberrylock2.blockbody.play();
this.gotoAndStop(1);
if (_root.direction29 == 1) {
_root.blackberrylock._x = _root.blackberrylock._x - _root.pushback;
}
if (_root.direction29 == 0) {
_root.blackberrylock._x = _root.blackberrylock._x + _root.pushback;
}
}
if (this.hitTest(_root.blackberrylock.blackberrylock2.blockbody2)) {
_root.blockhealth = _root.blockhealth - _root.damage;
_root.blackberrylock.blackberrylock2.blockbody2.play();
this.gotoAndStop(1);
if (_root.direction29 == 1) {
_root.blackberrylock._x = _root.blackberrylock._x - _root.pushback;
}
if (_root.direction29 == 0) {
_root.blackberrylock._x = _root.blackberrylock._x + _root.pushback;
}
}
if (this.hitTest(_root.blackberrylock.blackberrylock2.blockbody3)) {
_root.blockhealth = _root.blockhealth - _root.damage;
_root.blackberrylock.blackberrylock2.blockbody3.play();
this.gotoAndStop(1);
if (_root.direction29 == 1) {
_root.blackberrylock._x = _root.blackberrylock._x - _root.pushback;
}
if (_root.direction29 == 0) {
_root.blackberrylock._x = _root.blackberrylock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.blackberrylock.blockbody)) {
_root.blockhealth = _root.blockhealth - _root.damage;
_root.blackberrylock.blockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.blackberrylock.blockbody2)) {
_root.blockhealth = _root.blockhealth - _root.damage;
_root.blackberrylock.blockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.blackberrylock.blockbody3)) {
_root.blockhealth = _root.blockhealth - _root.damage;
_root.blackberrylock.blockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pineylock.pineylock2.plockbody)) {
_root.plockhealth = _root.plockhealth - _root.damage;
_root.pineylock.pineylock2.plockbody.play();
this.gotoAndStop(1);
if (_root.direction30 == 1) {
_root.pineylock._x = _root.pineylock._x - _root.pushback;
}
if (_root.direction30 == 0) {
_root.pineylock._x = _root.pineylock._x + _root.pushback;
}
}
if (this.hitTest(_root.pineylock.pineylock2.plockbody2)) {
_root.plockhealth = _root.plockhealth - _root.damage;
_root.pineylock.pineylock2.plockbody2.play();
this.gotoAndStop(1);
if (_root.direction30 == 1) {
_root.pineylock._x = _root.pineylock._x - _root.pushback;
}
if (_root.direction30 == 0) {
_root.pineylock._x = _root.pineylock._x + _root.pushback;
}
}
if (this.hitTest(_root.pineylock.pineylock2.plockbody3)) {
_root.plockhealth = _root.plockhealth - _root.damage;
_root.pineylock.pineylock2.plockbody3.play();
this.gotoAndStop(1);
if (_root.direction30 == 1) {
_root.pineylock._x = _root.pineylock._x - _root.pushback;
}
if (_root.direction30 == 0) {
_root.pineylock._x = _root.pineylock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pineylock.plockbody)) {
_root.plockhealth = _root.plockhealth - _root.damage;
_root.pineylock.plockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.pineylock.plockbody2)) {
_root.plockhealth = _root.plockhealth - _root.damage;
_root.pineylock.plockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.pineylock.plockbody3)) {
_root.plockhealth = _root.plockhealth - _root.damage;
_root.pineylock.plockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.carrotlock.carrotlock2.clockbody)) {
_root.clockhealth = _root.clockhealth - _root.damage;
_root.carrotlock.carrotlock2.clockbody.play();
this.gotoAndStop(1);
if (_root.direction31 == 1) {
_root.carrotlock._x = _root.carrotlock._x - _root.pushback;
}
if (_root.direction31 == 0) {
_root.carrotlock._x = _root.carrotlock._x + _root.pushback;
}
}
if (this.hitTest(_root.carrotlock.carrotlock2.clockbody2)) {
_root.clockhealth = _root.clockhealth - _root.damage;
_root.carrotlock.carrotlock2.clockbody2.play();
this.gotoAndStop(1);
if (_root.direction31 == 1) {
_root.carrotlock._x = _root.carrotlock._x - _root.pushback;
}
if (_root.direction31 == 0) {
_root.carrotlock._x = _root.carrotlock._x + _root.pushback;
}
}
if (this.hitTest(_root.carrotlock.carrotlock2.clockbody3)) {
_root.clockhealth = _root.clockhealth - _root.damage;
_root.carrotlock.carrotlock2.clockbody3.play();
this.gotoAndStop(1);
if (_root.direction31 == 1) {
_root.carrotlock._x = _root.carrotlock._x - _root.pushback;
}
if (_root.direction31 == 0) {
_root.carrotlock._x = _root.carrotlock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.carrotlock.clockbody)) {
_root.clockhealth = _root.clockhealth - _root.damage;
_root.carrotlock.clockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.carrotlock.clockbody2)) {
_root.clockhealth = _root.clockhealth - _root.damage;
_root.carrotlock.clockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.carrotlock.clockbody3)) {
_root.clockhealth = _root.clockhealth - _root.damage;
_root.carrotlock.clockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.strawberrylock.strawberrylock2.slockbody)) {
_root.slockhealth = _root.slockhealth - _root.damage;
_root.strawberrylock.strawberrylock2.slockbody.play();
this.gotoAndStop(1);
if (_root.direction32 == 1) {
_root.strawberrylock._x = _root.strawberrylock._x - _root.pushback;
}
if (_root.direction32 == 0) {
_root.strawberrylock._x = _root.strawberrylock._x + _root.pushback;
}
}
if (this.hitTest(_root.strawberrylock.strawberrylock2.slockbody2)) {
_root.slockhealth = _root.slockhealth - _root.damage;
_root.strawberrylock.strawberrylock2.slockbody2.play();
this.gotoAndStop(1);
if (_root.direction32 == 1) {
_root.strawberrylock._x = _root.strawberrylock._x - _root.pushback;
}
if (_root.direction32 == 0) {
_root.strawberrylock._x = _root.strawberrylock._x + _root.pushback;
}
}
if (this.hitTest(_root.strawberrylock.strawberrylock2.slockbody3)) {
_root.slockhealth = _root.slockhealth - _root.damage;
_root.strawberrylock.strawberrylock2.slockbody3.play();
this.gotoAndStop(1);
if (_root.direction32 == 1) {
_root.strawberrylock._x = _root.strawberrylock._x - _root.pushback;
}
if (_root.direction32 == 0) {
_root.strawberrylock._x = _root.strawberrylock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.strawberrylock.slockbody)) {
_root.slockhealth = _root.slockhealth - _root.damage;
_root.strawberrylock.slockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.strawberrylock.slockbody2)) {
_root.slockhealth = _root.slockhealth - _root.damage;
_root.strawberrylock.slockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.strawberrylock.slockbody3)) {
_root.slockhealth = _root.slockhealth - _root.damage;
_root.strawberrylock.slockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.applelock.applelock2.alockbody)) {
_root.alockhealth = _root.alockhealth - _root.damage;
_root.applelock.applelock2.alockbody.play();
this.gotoAndStop(1);
if (_root.direction33 == 1) {
_root.applelock._x = _root.applelock._x - _root.pushback;
}
if (_root.direction33 == 0) {
_root.applelock._x = _root.applelock._x + _root.pushback;
}
}
if (this.hitTest(_root.applelock.applelock2.alockbody2)) {
_root.alockhealth = _root.alockhealth - _root.damage;
_root.applelock.applelock2.alockbody2.play();
this.gotoAndStop(1);
if (_root.direction33 == 1) {
_root.applelock._x = _root.applelock._x - _root.pushback;
}
if (_root.direction33 == 0) {
_root.applelock._x = _root.applelock._x + _root.pushback;
}
}
if (this.hitTest(_root.applelock.applelock2.alockbody3)) {
_root.alockhealth = _root.alockhealth - _root.damage;
_root.applelock.applelock2.alockbody3.play();
this.gotoAndStop(1);
if (_root.direction33 == 1) {
_root.applelock._x = _root.applelock._x - _root.pushback;
}
if (_root.direction33 == 0) {
_root.applelock._x = _root.applelock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.applelock.alockbody)) {
_root.alockhealth = _root.alockhealth - _root.damage;
_root.applelock.alockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.applelock.alockbody2)) {
_root.alockhealth = _root.alockhealth - _root.damage;
_root.applelock.alockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.applelock.alockbody3)) {
_root.alockhealth = _root.alockhealth - _root.damage;
_root.applelock.alockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.orangelock.orangelock2.olockbody)) {
_root.olockhealth = _root.olockhealth - _root.damage;
_root.orangelock.orangelock2.olockbody.play();
this.gotoAndStop(1);
if (_root.direction34 == 1) {
_root.orangelock._x = _root.orangelock._x - _root.pushback;
}
if (_root.direction34 == 0) {
_root.orangelock._x = _root.orangelock._x + _root.pushback;
}
}
if (this.hitTest(_root.orangelock.orangelock2.olockbody2)) {
_root.olockhealth = _root.olockhealth - _root.damage;
_root.orangelock.orangelock2.olockbody2.play();
this.gotoAndStop(1);
if (_root.direction34 == 1) {
_root.orangelock._x = _root.orangelock._x - _root.pushback;
}
if (_root.direction34 == 0) {
_root.orangelock._x = _root.orangelock._x + _root.pushback;
}
}
if (this.hitTest(_root.orangelock.orangelock2.olockbody3)) {
_root.olockhealth = _root.olockhealth - _root.damage;
_root.orangelock.orangelock2.olockbody3.play();
this.gotoAndStop(1);
if (_root.direction34 == 1) {
_root.orangelock._x = _root.orangelock._x - _root.pushback;
}
if (_root.direction34 == 0) {
_root.orangelock._x = _root.orangelock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.orangelock.olockbody)) {
_root.olockhealth = _root.olockhealth - _root.damage;
_root.orangelock.olockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.orangelock.olockbody2)) {
_root.olockhealth = _root.olockhealth - _root.damage;
_root.orangelock.olockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.orangelock.olockbody3)) {
_root.olockhealth = _root.olockhealth - _root.damage;
_root.orangelock.olockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cherrylock.cherrylock2.chlockbody)) {
_root.chlockhealth = _root.chlockhealth - _root.damage;
_root.cherrylock.cherrylock2.chlockbody.play();
this.gotoAndStop(1);
if (_root.direction35 == 1) {
_root.cherrylock._x = _root.cherrylock._x - _root.pushback;
}
if (_root.direction35 == 0) {
_root.cherrylock._x = _root.cherrylock._x + _root.pushback;
}
}
if (this.hitTest(_root.cherrylock.cherrylock2.chlockbody2)) {
_root.chlockhealth = _root.chlockhealth - _root.damage;
_root.cherrylock.cherrylock2.chlockbody2.play();
this.gotoAndStop(1);
if (_root.direction35 == 1) {
_root.cherrylock._x = _root.cherrylock._x - _root.pushback;
}
if (_root.direction35 == 0) {
_root.cherrylock._x = _root.cherrylock._x + _root.pushback;
}
}
if (this.hitTest(_root.cherrylock.cherrylock2.chlockbody3)) {
_root.chlockhealth = _root.chlockhealth - _root.damage;
_root.cherrylock.cherrylock2.chlockbody3.play();
this.gotoAndStop(1);
if (_root.direction35 == 1) {
_root.cherrylock._x = _root.cherrylock._x - _root.pushback;
}
if (_root.direction35 == 0) {
_root.cherrylock._x = _root.cherrylock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cherrylock.chlockbody)) {
_root.chlockhealth = _root.chlockhealth - _root.damage;
_root.cherrylock.chlockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.cherrylock.chlockbody2)) {
_root.chlockhealth = _root.chlockhealth - _root.damage;
_root.cherrylock.chlockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.cherrylock.chlockbody3)) {
_root.chlockhealth = _root.chlockhealth - _root.damage;
_root.cherrylock.chlockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mushroomlock.mushroomlock2.mlockbody)) {
_root.mlockhealth = _root.mlockhealth - _root.damage;
_root.mushroomlock.mushroomlock2.mlockbody.play();
this.gotoAndStop(1);
if (_root.direction36 == 1) {
_root.mushroomlock._x = _root.mushroomlock._x - _root.pushback;
}
if (_root.direction36 == 0) {
_root.mushroomlock._x = _root.mushroomlock._x + _root.pushback;
}
}
if (this.hitTest(_root.mushroomlock.mushroomlock2.mlockbody2)) {
_root.mlockhealth = _root.mlockhealth - _root.damage;
_root.mushroomlock.mushroomlock2.mlockbody2.play();
this.gotoAndStop(1);
if (_root.direction36 == 1) {
_root.mushroomlock._x = _root.mushroomlock._x - _root.pushback;
}
if (_root.direction36 == 0) {
_root.mushroomlock._x = _root.mushroomlock._x + _root.pushback;
}
}
if (this.hitTest(_root.mushroomlock.mushroomlock2.mlockbody3)) {
_root.mlockhealth = _root.mlockhealth - _root.damage;
_root.mushroomlock.mushroomlock2.mlockbody3.play();
this.gotoAndStop(1);
if (_root.direction36 == 1) {
_root.mushroomlock._x = _root.mushroomlock._x - _root.pushback;
}
if (_root.direction36 == 0) {
_root.mushroomlock._x = _root.mushroomlock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mushroomlock.mlockbody)) {
_root.mlockhealth = _root.mlockhealth - _root.damage;
_root.mushroomlock.mlockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.mushroomlock.mlockbody2)) {
_root.mlockhealth = _root.mlockhealth - _root.damage;
_root.mushroomlock.mlockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.mushroomlock.mlockbody3)) {
_root.mlockhealth = _root.mlockhealth - _root.damage;
_root.mushroomlock.mlockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rasberrylock.rasberrylock2.rlockbody)) {
_root.rlockhealth = _root.rlockhealth - _root.damage;
_root.rasberrylock.rasberrylock2.rlockbody.play();
this.gotoAndStop(1);
if (_root.direction37 == 1) {
_root.rasberrylock._x = _root.rasberrylock._x - _root.pushback;
}
if (_root.direction37 == 0) {
_root.rasberrylock._x = _root.rasberrylock._x + _root.pushback;
}
}
if (this.hitTest(_root.rasberrylock.rasberrylock2.rlockbody2)) {
_root.rlockhealth = _root.rlockhealth - _root.damage;
_root.rasberrylock.rasberrylock2.rlockbody2.play();
this.gotoAndStop(1);
if (_root.direction37 == 1) {
_root.rasberrylock._x = _root.rasberrylock._x - _root.pushback;
}
if (_root.direction37 == 0) {
_root.rasberrylock._x = _root.rasberrylock._x + _root.pushback;
}
}
if (this.hitTest(_root.rasberrylock.rasberrylock2.rlockbody3)) {
_root.rlockhealth = _root.rlockhealth - _root.damage;
_root.rasberrylock.rasberrylock2.rlockbody3.play();
this.gotoAndStop(1);
if (_root.direction37 == 1) {
_root.rasberrylock._x = _root.rasberrylock._x - _root.pushback;
}
if (_root.direction37 == 0) {
_root.rasberrylock._x = _root.rasberrylock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rasberrylock.rlockbody)) {
_root.rlockhealth = _root.rlockhealth - _root.damage;
_root.rasberrylock.rlockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.rasberrylock.rlockbody2)) {
_root.rlockhealth = _root.rlockhealth - _root.damage;
_root.rasberrylock.rlockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.rasberrylock.rlockbody3)) {
_root.rlockhealth = _root.rlockhealth - _root.damage;
_root.rasberrylock.rlockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.strawberryclock.strawberryclock2.sclockbody)) {
_root.sclockhealth = _root.sclockhealth - _root.damage;
_root.strawberryclock.strawberryclock2.sclockbody.play();
this.gotoAndStop(1);
if (_root.direction38 == 1) {
_root.strawberryclock._x = _root.strawberryclock._x - _root.pushback;
}
if (_root.direction38 == 0) {
_root.strawberryclock._x = _root.strawberryclock._x + _root.pushback;
}
}
if (this.hitTest(_root.strawberryclock.strawberryclock2.sclockbody2)) {
_root.sclockhealth = _root.sclockhealth - _root.damage;
_root.strawberryclock.strawberryclock2.sclockbody2.play();
this.gotoAndStop(1);
if (_root.direction38 == 1) {
_root.strawberryclock._x = _root.strawberryclock._x - _root.pushback;
}
if (_root.direction38 == 0) {
_root.strawberryclock._x = _root.strawberryclock._x + _root.pushback;
}
}
if (this.hitTest(_root.strawberryclock.strawberryclock2.sclockbody3)) {
_root.sclockhealth = _root.sclockhealth - _root.damage;
_root.strawberryclock.strawberryclock2.sclockbody3.play();
this.gotoAndStop(1);
if (_root.direction38 == 1) {
_root.strawberryclock._x = _root.strawberryclock._x - _root.pushback;
}
if (_root.direction38 == 0) {
_root.strawberryclock._x = _root.strawberryclock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.strawberryclock.sclockbody)) {
_root.sclockhealth = _root.sclockhealth - _root.damage;
_root.strawberryclock.sclockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.strawberryclock.sclockbody2)) {
_root.sclockhealth = _root.sclockhealth - _root.damage;
_root.strawberryclock.sclockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.strawberryclock.sclockbody3)) {
_root.sclockhealth = _root.sclockhealth - _root.damage;
_root.strawberryclock.sclockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rasberryclock.rasberryclock2.rclockbody)) {
_root.rclockhealth = _root.rclockhealth - _root.damage;
_root.rasberryclock.rasberryclock2.rclockbody.play();
this.gotoAndStop(1);
if (_root.direction39 == 1) {
_root.rasberryclock._x = _root.rasberryclock._x - _root.pushback;
}
if (_root.direction39 == 0) {
_root.rasberryclock._x = _root.rasberryclock._x + _root.pushback;
}
}
if (this.hitTest(_root.rasberryclock.rasberryclock2.rclockbody2)) {
_root.rclockhealth = _root.rclockhealth - _root.damage;
_root.rasberryclock.rasberryclock2.rclockbody2.play();
this.gotoAndStop(1);
if (_root.direction39 == 1) {
_root.rasberryclock._x = _root.rasberryclock._x - _root.pushback;
}
if (_root.direction39 == 0) {
_root.rasberryclock._x = _root.rasberryclock._x + _root.pushback;
}
}
if (this.hitTest(_root.rasberryclock.rasberryclock2.rclockbody3)) {
_root.rclockhealth = _root.rclockhealth - _root.damage;
_root.rasberryclock.rasberryclock2.rclockbody3.play();
this.gotoAndStop(1);
if (_root.direction39 == 1) {
_root.rasberryclock._x = _root.rasberryclock._x - _root.pushback;
}
if (_root.direction39 == 0) {
_root.rasberryclock._x = _root.rasberryclock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rasberrylock.rclockbody)) {
_root.rclockhealth = _root.rclockhealth - _root.damage;
_root.rasberryclock.rclockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.rasberryclock.rclockbody2)) {
_root.rclockhealth = _root.rclockhealth - _root.damage;
_root.rasberryclock.rclockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.rasberryclock.rclockbody3)) {
_root.rclockhealth = _root.rclockhealth - _root.damage;
_root.rasberryclock.rclockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cherryclock.cherryclock2.chclockbody)) {
_root.chclockhealth = _root.chclockhealth - _root.damage;
_root.cherryclock.cherryclock2.chclockbody.play();
this.gotoAndStop(1);
if (_root.direction40 == 1) {
_root.cherryclock._x = _root.cherryclock._x - _root.pushback;
}
if (_root.direction40 == 0) {
_root.cherryclock._x = _root.cherryclock._x + _root.pushback;
}
}
if (this.hitTest(_root.cherryclock.cherryclock2.chclockbody2)) {
_root.chclockhealth = _root.chclockhealth - _root.damage;
_root.cherryclock.cherryclock2.chclockbody2.play();
this.gotoAndStop(1);
if (_root.direction40 == 1) {
_root.cherryclock._x = _root.cherryclock._x - _root.pushback;
}
if (_root.direction40 == 0) {
_root.cherryclock._x = _root.cherryclock._x + _root.pushback;
}
}
if (this.hitTest(_root.cherryclock.cherryclock2.chclockbody3)) {
_root.chclockhealth = _root.chclockhealth - _root.damage;
_root.cherryclock.cherryclock2.chclockbody3.play();
this.gotoAndStop(1);
if (_root.direction40 == 1) {
_root.cherryclock._x = _root.cherryclock._x - _root.pushback;
}
if (_root.direction40 == 0) {
_root.cherryclock._x = _root.cherryclock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cherrylock.chclockbody)) {
_root.chclockhealth = _root.chclockhealth - _root.damage;
_root.cherryclock.chclockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.cherryclock.chclockbody2)) {
_root.chclockhealth = _root.chclockhealth - _root.damage;
_root.cherryclock.chclockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.cherryclock.chclockbody3)) {
_root.chclockhealth = _root.chclockhealth - _root.damage;
_root.cherryclock.chclockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.carrotclock.carrotclock2.cclockbody)) {
_root.cclockhealth = _root.cclockhealth - _root.damage;
_root.carrotclock.carrotclock2.cclockbody.play();
this.gotoAndStop(1);
if (_root.direction41 == 1) {
_root.carrotclock._x = _root.carrotclock._x - _root.pushback;
}
if (_root.direction41 == 0) {
_root.carrotclock._x = _root.carrotclock._x + _root.pushback;
}
}
if (this.hitTest(_root.carrotclock.carrotclock2.cclockbody2)) {
_root.cclockhealth = _root.cclockhealth - _root.damage;
_root.carrotclock.carrotclock2.cclockbody2.play();
this.gotoAndStop(1);
if (_root.direction41 == 1) {
_root.carrotclock._x = _root.carrotclock._x - _root.pushback;
}
if (_root.direction41 == 0) {
_root.carrotclock._x = _root.carrotclock._x + _root.pushback;
}
}
if (this.hitTest(_root.carrotclock.carrotclock2.cclockbody3)) {
_root.cclockhealth = _root.cclockhealth - _root.damage;
_root.carrotclock.carrotclock2.cclockbody3.play();
this.gotoAndStop(1);
if (_root.direction41 == 1) {
_root.carrotclock._x = _root.carrotclock._x - _root.pushback;
}
if (_root.direction41 == 0) {
_root.carrotclock._x = _root.carrotclock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.carrotlock.cclockbody)) {
_root.cclockhealth = _root.cclockhealth - _root.damage;
_root.carrotclock.cclockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.carrotclock.cclockbody2)) {
_root.cclockhealth = _root.cclockhealth - _root.damage;
_root.carrotclock.cclockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.carrotclock.cclockbody3)) {
_root.cclockhealth = _root.cclockhealth - _root.damage;
_root.carrotclock.cclockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.orangeclock.orangeclock2.oclockbody)) {
_root.oclockhealth = _root.oclockhealth - _root.damage;
_root.orangeclock.orangeclock2.oclockbody.play();
this.gotoAndStop(1);
if (_root.direction42 == 1) {
_root.orangeclock._x = _root.orangeclock._x - _root.pushback;
}
if (_root.direction42 == 0) {
_root.orangeclock._x = _root.orangeclock._x + _root.pushback;
}
}
if (this.hitTest(_root.orangeclock.orangeclock2.oclockbody2)) {
_root.oclockhealth = _root.oclockhealth - _root.damage;
_root.orangeclock.orangeclock2.oclockbody2.play();
this.gotoAndStop(1);
if (_root.direction42 == 1) {
_root.orangeclock._x = _root.orangeclock._x - _root.pushback;
}
if (_root.direction42 == 0) {
_root.orangeclock._x = _root.orangeclock._x + _root.pushback;
}
}
if (this.hitTest(_root.orangeclock.orangeclock2.oclockbody3)) {
_root.oclockhealth = _root.oclockhealth - _root.damage;
_root.orangeclock.orangeclock2.oclockbody3.play();
this.gotoAndStop(1);
if (_root.direction42 == 1) {
_root.orangeclock._x = _root.orangeclock._x - _root.pushback;
}
if (_root.direction42 == 0) {
_root.orangeclock._x = _root.orangeclock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.orangeclock.oclockbody)) {
_root.oclockhealth = _root.oclockhealth - _root.damage;
_root.orangeclock.oclockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.orangeclock.oclockbody2)) {
_root.oclockhealth = _root.oclockhealth - _root.damage;
_root.orangeclock.oclockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.orangeclock.oclockbody3)) {
_root.oclockhealth = _root.oclockhealth - _root.damage;
_root.orangeclock.oclockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.blackberryclock.blackberryclock2.bclockbody)) {
_root.bclockhealth = _root.bclockhealth - _root.damage;
_root.blackberryclock.blackberryclock2.bclockbody.play();
this.gotoAndStop(1);
if (_root.direction43 == 1) {
_root.blackberryclock._x = _root.blackberryclock._x - _root.pushback;
}
if (_root.direction43 == 0) {
_root.blackberryclock._x = _root.blackberryclock._x + _root.pushback;
}
}
if (this.hitTest(_root.blackberryclock.blackberryclock2.bclockbody2)) {
_root.bclockhealth = _root.bclockhealth - _root.damage;
_root.blackberryclock.blackberryclock2.bclockbody2.play();
this.gotoAndStop(1);
if (_root.direction43 == 1) {
_root.blackberryclock._x = _root.blackberryclock._x - _root.pushback;
}
if (_root.direction43 == 0) {
_root.blackberryclock._x = _root.blackberryclock._x + _root.pushback;
}
}
if (this.hitTest(_root.blackberryclock.blackberryclock2.bclockbody3)) {
_root.bclockhealth = _root.bclockhealth - _root.damage;
_root.blackberryclock.blackberryclock2.bclockbody3.play();
this.gotoAndStop(1);
if (_root.direction43 == 1) {
_root.blackberryclock._x = _root.blackberryclock._x - _root.pushback;
}
if (_root.direction43 == 0) {
_root.blackberryclock._x = _root.blackberryclock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.blackberryclock.bclockbody)) {
_root.bclockhealth = _root.bclockhealth - _root.damage;
_root.blackberryclock.bclockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.blackberryclock.bclockbody2)) {
_root.bclockhealth = _root.bclockhealth - _root.damage;
_root.blackberryclock.bclockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.blackberryclock.bclockbody3)) {
_root.bclockhealth = _root.bclockhealth - _root.damage;
_root.blackberryclock.bclockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.appleclock.appleclock2.aclockbody)) {
_root.aclockhealth = _root.aclockhealth - _root.damage;
_root.appleclock.appleclock2.aclockbody.play();
this.gotoAndStop(1);
if (_root.direction44 == 1) {
_root.appleclock._x = _root.appleclock._x - _root.pushback;
}
if (_root.direction44 == 0) {
_root.appleclock._x = _root.appleclock._x + _root.pushback;
}
}
if (this.hitTest(_root.appleclock.appleclock2.aclockbody2)) {
_root.aclockhealth = _root.aclockhealth - _root.damage;
_root.appleclock.appleclock2.aclockbody2.play();
this.gotoAndStop(1);
if (_root.direction44 == 1) {
_root.appleclock._x = _root.appleclock._x - _root.pushback;
}
if (_root.direction44 == 0) {
_root.appleclock._x = _root.appleclock._x + _root.pushback;
}
}
if (this.hitTest(_root.appleclock.appleclock2.aclockbody3)) {
_root.aclockhealth = _root.aclockhealth - _root.damage;
_root.appleclock.appleclock2.aclockbody3.play();
this.gotoAndStop(1);
if (_root.direction44 == 1) {
_root.appleclock._x = _root.appleclock._x - _root.pushback;
}
if (_root.direction44 == 0) {
_root.appleclock._x = _root.appleclock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.appleclock.aclockbody)) {
_root.aclockhealth = _root.aclockhealth - _root.damage;
_root.appleclock.aclockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.appleclock.aclockbody2)) {
_root.aclockhealth = _root.aclockhealth - _root.damage;
_root.appleclock.aclockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.appleclock.aclockbody3)) {
_root.aclockhealth = _root.aclockhealth - _root.damage;
_root.appleclock.aclockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pineyclock.pineyclock2.pclockbody)) {
_root.pclockhealth = _root.pclockhealth - _root.damage;
_root.pineyclock.pineyclock2.pclockbody.play();
this.gotoAndStop(1);
if (_root.direction45 == 1) {
_root.pineyclock._x = _root.pineyclock._x - _root.pushback;
}
if (_root.direction45 == 0) {
_root.pineyclock._x = _root.pineyclock._x + _root.pushback;
}
}
if (this.hitTest(_root.pineyclock.pineyclock2.pclockbody2)) {
_root.pclockhealth = _root.pclockhealth - _root.damage;
_root.pineyclock.pineyclock2.pclockbody2.play();
this.gotoAndStop(1);
if (_root.direction45 == 1) {
_root.pineyclock._x = _root.pineyclock._x - _root.pushback;
}
if (_root.direction45 == 0) {
_root.pineyclock._x = _root.pineyclock._x + _root.pushback;
}
}
if (this.hitTest(_root.pineyclock.pineyclock2.pclockbody3)) {
_root.pclockhealth = _root.pclockhealth - _root.damage;
_root.pineyclock.pineyclock2.pclockbody3.play();
this.gotoAndStop(1);
if (_root.direction45 == 1) {
_root.pineyclock._x = _root.pineyclock._x - _root.pushback;
}
if (_root.direction45 == 0) {
_root.pineyclock._x = _root.pineyclock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pineyclock.pclockbody)) {
_root.pclockhealth = _root.pclockhealth - _root.damage;
_root.pineyclock.pclockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.pineyclock.pclockbody2)) {
_root.pclockhealth = _root.pclockhealth - _root.damage;
_root.pineyclock.pclockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.pineyclock.pclockbody3)) {
_root.pclockhealth = _root.pclockhealth - _root.damage;
_root.pineyclock.pclockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mushroomclock.mushroomclock2.mclockbody)) {
_root.mclockhealth = _root.mclockhealth - _root.damage;
_root.mushroomclock.mushroomclock2.mclockbody.play();
this.gotoAndStop(1);
if (_root.direction46 == 1) {
_root.mushroomclock._x = _root.mushroomclock._x - _root.pushback;
}
if (_root.direction46 == 0) {
_root.mushroomclock._x = _root.mushroomclock._x + _root.pushback;
}
}
if (this.hitTest(_root.mushroomclock.mushroomclock2.mclockbody2)) {
_root.mclockhealth = _root.mclockhealth - _root.damage;
_root.mushroomclock.mushroomclock2.mclockbody2.play();
this.gotoAndStop(1);
if (_root.direction46 == 1) {
_root.mushroomclock._x = _root.mushroomclock._x - _root.pushback;
}
if (_root.direction46 == 0) {
_root.mushroomclock._x = _root.mushroomclock._x + _root.pushback;
}
}
if (this.hitTest(_root.mushroomclock.mushroomclock2.mclockbody3)) {
_root.mclockhealth = _root.mclockhealth - _root.damage;
_root.mushroomclock.mushroomclock2.mclockbody3.play();
this.gotoAndStop(1);
if (_root.direction46 == 1) {
_root.mushroomclock._x = _root.mushroomclock._x - _root.pushback;
}
if (_root.direction46 == 0) {
_root.mushroomclock._x = _root.mushroomclock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mushroomclock.mclockbody)) {
_root.mclockhealth = _root.mclockhealth - _root.damage;
_root.mushroomclock.mclockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.mushroomclock.mclockbody2)) {
_root.mclockhealth = _root.mclockhealth - _root.damage;
_root.mushroomclock.mclockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.mushroomclock.mclockbody3)) {
_root.mclockhealth = _root.mclockhealth - _root.damage;
_root.mushroomclock.mclockbody3.play();
this.gotoAndStop(1);
}
}
Instance of Symbol 130 MovieClip "gun" in Symbol 148 MovieClip Frame 1
onClipEvent (mouseMove) {
varX = _root.kat._xmouse - this._x;
varY = -1 * (_root.kat._ymouse - this._y);
angle = Math.atan2(varY, varX);
angle = Math.round((angle / Math.PI) * 180);
this._rotation = -1 * angle;
}
onClipEvent (mouseDown) {
this.play();
}
onClipEvent (enterFrame) {
if (_root.kat.gun.gun2.hitTest(_root.kat.stick)) {
_root.kat.gotoAndPlay(9);
}
if (_root.kat.gun.gun2.hitTest(_root.kat.stick2)) {
_root.kat.gotoAndPlay(9);
}
}
Symbol 148 MovieClip Frame 6
gotoAndPlay (1);
Symbol 148 MovieClip Frame 9
stop();
Instance of Symbol 114 MovieClip "bullet" in Symbol 148 MovieClip Frame 9
onClipEvent (load) {
i = 0;
}
onClipEvent (mouseDown) {
this.play();
_root.test.play();
}
onClipEvent (mouseMove) {
if (_root.i == 0) {
varX = _root.kat._xmouse - this._x;
varY = -1 * (_root.kat._ymouse - this._y);
angle = Math.atan2(varY, varX);
angle = Math.round((angle / Math.PI) * 180);
this._rotation = -1 * angle;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.orange.orange2.obody)) {
_root.orange.ohealth = _root.orange.ohealth - _root.damage;
_root.orange.orange2.obody.play();
this.gotoAndStop(1);
if (_root.direction == 1) {
_root.orange._x = _root.orange._x - _root.pushback;
}
if (_root.direction == 0) {
_root.orange._x = _root.orange._x + _root.pushback;
}
}
if (this.hitTest(_root.orange.orange2.obody2)) {
_root.orange.ohealth = _root.orange.ohealth - _root.damage;
_root.orange.orange2.obody2.play();
this.gotoAndStop(1);
if (_root.direction == 1) {
_root.orange._x = _root.orange._x - _root.pushback;
}
if (_root.direction == 0) {
_root.orange._x = _root.orange._x + _root.pushback;
}
}
if (this.hitTest(_root.orange.orange2.obody3)) {
_root.orange.ohealth = _root.orange.ohealth - _root.damage;
_root.orange.orange2.obody3.play();
this.gotoAndStop(1);
if (_root.direction == 1) {
_root.orange._x = _root.orange._x - _root.pushback;
}
if (_root.direction == 0) {
_root.orange._x = _root.orange._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.orange.obody)) {
_root.orange.ohealth = _root.orange.ohealth - _root.damage;
_root.orange.obody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.orange.obody2)) {
_root.orange.ohealth = _root.orange.ohealth - _root.damage;
_root.orange.obody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.orange.obody3)) {
_root.orange.ohealth = _root.orange.ohealth - _root.damage;
_root.orange.obody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.blackberry.blackberry2.bbody)) {
_root.bhealth = _root.bhealth - _root.damage;
_root.blackberry.blackberry2.bbody.play();
this.gotoAndStop(1);
if (_root.direction2 == 1) {
_root.blackberry._x = _root.blackberry._x - _root.pushback;
}
if (_root.direction2 == 0) {
_root.blackberry._x = _root.blackberry._x + _root.pushback;
}
}
if (this.hitTest(_root.blackberry.blackberry2.bbody2)) {
_root.bhealth = _root.bhealth - _root.damage;
_root.blackberry.blackberry2.bbody2.play();
this.gotoAndStop(1);
if (_root.direction2 == 1) {
_root.blackberry._x = _root.blackberry._x - _root.pushback;
}
if (_root.direction2 == 0) {
_root.blackberry._x = _root.blackberry._x + _root.pushback;
}
}
if (this.hitTest(_root.blackberry.blackberry2.bbody3)) {
_root.bhealth = _root.bhealth - _root.damage;
_root.blackberry.blackberry2.bbody3.play();
this.gotoAndStop(1);
if (_root.direction2 == 1) {
_root.blackberry._x = _root.blackberry._x - _root.pushback;
}
if (_root.direction2 == 0) {
_root.blackberry._x = _root.blackberry._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.blackberry.bbody)) {
_root.bhealth = _root.bhealth - _root.damage;
_root.blackberry.bbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.blackberry.bbody2)) {
_root.bhealth = _root.bhealth - _root.damage;
_root.blackberry.bbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.blackberry.bbody3)) {
_root.bhealth = _root.bhealth - _root.damage;
_root.blackberry.bbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.piney.piney2.pbody)) {
_root.phealth = _root.phealth - _root.damage;
_root.piney.piney2.pbody.play();
this.gotoAndStop(1);
if (_root.direction3 == 1) {
_root.piney._x = _root.piney._x - _root.pushback;
}
if (_root.direction3 == 0) {
_root.piney._x = _root.piney._x + _root.pushback;
}
}
if (this.hitTest(_root.piney.piney2.pbody2)) {
_root.phealth = _root.phealth - _root.damage;
_root.piney.piney2.pbody2.play();
this.gotoAndStop(1);
if (_root.direction3 == 1) {
_root.piney._x = _root.piney._x - _root.pushback;
}
if (_root.direction3 == 0) {
_root.piney._x = _root.piney._x + _root.pushback;
}
}
if (this.hitTest(_root.piney.piney2.pbody3)) {
_root.phealth = _root.phealth - _root.damage;
_root.piney.piney2.pbody3.play();
this.gotoAndStop(1);
if (_root.direction3 == 1) {
_root.piney._x = _root.piney._x - _root.pushback;
}
if (_root.direction3 == 0) {
_root.piney._x = _root.piney._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.piney.pbody)) {
_root.phealth = _root.phealth - _root.damage;
_root.piney.pbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.piney.pbody2)) {
_root.phealth = _root.phealth - _root.damage;
_root.piney.pbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.piney.pbody3)) {
_root.phealth = _root.phealth - _root.damage;
_root.piney.pbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mushroom.mushroom2.mbody)) {
_root.mhealth = _root.mhealth - _root.damage;
_root.mushroom.mushroom2.mbody.play();
this.gotoAndStop(1);
if (_root.direction4 == 1) {
_root.mushroom._x = _root.mushroom._x - _root.pushback;
}
if (_root.direction4 == 0) {
_root.mushroom._x = _root.mushroom._x + _root.pushback;
}
}
if (this.hitTest(_root.mushroom.mushroom2.mbody2)) {
_root.mhealth = _root.mhealth - _root.damage;
_root.mushroom.mushroom2.mbody2.play();
this.gotoAndStop(1);
if (_root.direction4 == 1) {
_root.mushroom._x = _root.mushroom._x - _root.pushback;
}
if (_root.direction4 == 0) {
_root.mushroom._x = _root.mushroom._x + _root.pushback;
}
}
if (this.hitTest(_root.mushroom.mushroom2.mbody3)) {
_root.mhealth = _root.mhealth - _root.damage;
_root.mushroom.mushroom2.mbody3.play();
this.gotoAndStop(1);
if (_root.direction4 == 1) {
_root.mushroom._x = _root.mushroom._x - _root.pushback;
}
if (_root.direction4 == 0) {
_root.mushroom._x = _root.mushroom._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mushroom.mbody)) {
_root.mhealth = _root.mhealth - _root.damage;
_root.mushroom.mbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.mushroom.mbody2)) {
_root.mhealth = _root.mhealth - _root.damage;
_root.mushroom.mbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.mushroom.mbody3)) {
_root.mhealth = _root.mhealth - _root.damage;
_root.mushroom.mbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.oorange.oorange2.oobody)) {
_root.oohealth = _root.oohealth - _root.damage;
_root.oorange.oorange2.oobody.play();
this.gotoAndStop(1);
if (_root.direction5 == 1) {
_root.oorange._x = _root.oorange._x - _root.pushback;
}
if (_root.direction5 == 0) {
_root.oorange._x = _root.oorange._x + _root.pushback;
}
}
if (this.hitTest(_root.oorange.oorange2.oobody2)) {
_root.oohealth = _root.oohealth - _root.damage;
_root.oorange.oorange2.oobody2.play();
this.gotoAndStop(1);
if (_root.direction5 == 1) {
_root.oorange._x = _root.oorange._x - _root.pushback;
}
if (_root.direction5 == 0) {
_root.oorange._x = _root.oorange._x + _root.pushback;
}
}
if (this.hitTest(_root.oorange.oorange2.oobody3)) {
_root.oohealth = _root.oohealth - _root.damage;
_root.oorange.oorange2.oobody3.play();
this.gotoAndStop(1);
if (_root.direction5 == 1) {
_root.oorange._x = _root.oorange._x - _root.pushback;
}
if (_root.direction5 == 0) {
_root.oorange._x = _root.oorange._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.oorange.oobody)) {
_root.oohealth = _root.oohealth - _root.damage;
_root.oorange.oobody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.oorange.oobody2)) {
_root.oohealth = _root.oohealth - _root.damage;
_root.oorange.oobody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.oorange.oobody3)) {
_root.oohealth = _root.oohealth - _root.damage;
_root.oorange.oobody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rasberry.rasberry2.rbody)) {
_root.rhealth = _root.rhealth - _root.damage;
_root.rasberry.rasberry2.rbody.play();
this.gotoAndStop(1);
if (_root.direction6 == 1) {
_root.rasberry._x = _root.rasberry._x - _root.pushback;
}
if (_root.direction6 == 0) {
_root.rasberry._x = _root.rasberry._x + _root.pushback;
}
}
if (this.hitTest(_root.rasberry.rasberry2.rbody2)) {
_root.rhealth = _root.rhealth - _root.damage;
_root.rasberry.rasberry2.rbody2.play();
this.gotoAndStop(1);
if (_root.direction6 == 1) {
_root.rasberry._x = _root.rasberry._x - _root.pushback;
}
if (_root.direction6 == 0) {
_root.rasberry._x = _root.rasberry._x + _root.pushback;
}
}
if (this.hitTest(_root.rasberry.rasberry2.rbody3)) {
_root.rhealth = _root.rhealth - _root.damage;
_root.rasberry.rasberry2.rbody3.play();
this.gotoAndStop(1);
if (_root.direction6 == 1) {
_root.rasberry._x = _root.rasberry._x - _root.pushback;
}
if (_root.direction6 == 0) {
_root.rasberry._x = _root.rasberry._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rasberry.rbody)) {
_root.rhealth = _root.rhealth - _root.damage;
_root.rasberry.rbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.rasberry.rbody2)) {
_root.rhealth = _root.rhealth - _root.damage;
_root.rasberry.rbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.rasberry.rbody3)) {
_root.rhealth = _root.rhealth - _root.damage;
_root.rasberry.rbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.apple.apple2.abody)) {
_root.ahealth = _root.ahealth - _root.damage;
_root.apple.apple2.abody.play();
this.gotoAndStop(1);
if (_root.direction7 == 1) {
_root.apple._x = _root.apple._x - _root.pushback;
}
if (_root.direction7 == 0) {
_root.apple._x = _root.apple._x + _root.pushback;
}
}
if (this.hitTest(_root.apple.apple2.abody2)) {
_root.ahealth = _root.ahealth - _root.damage;
_root.apple.apple2.abody2.play();
this.gotoAndStop(1);
if (_root.direction7 == 1) {
_root.apple._x = _root.apple._x - _root.pushback;
}
if (_root.direction7 == 0) {
_root.apple._x = _root.apple._x + _root.pushback;
}
}
if (this.hitTest(_root.apple.apple2.abody3)) {
_root.ahealth = _root.ahealth - _root.damage;
_root.apple.apple2.abody3.play();
this.gotoAndStop(1);
if (_root.direction7 == 1) {
_root.apple._x = _root.apple._x - _root.pushback;
}
if (_root.direction7 == 0) {
_root.apple._x = _root.apple._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.apple.abody)) {
_root.ahealth = _root.ahealth - _root.damage;
_root.apple.abody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.apple.abody2)) {
_root.ahealth = _root.ahealth - _root.damage;
_root.apple.abody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.apple.abody3)) {
_root.ahealth = _root.ahealth - _root.damage;
_root.apple.abody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.carrot.carrot2.cbody)) {
_root.chealth = _root.chealth - _root.damage;
_root.carrot.carrot2.cbody.play();
this.gotoAndStop(1);
if (_root.direction8 == 1) {
_root.carrot._x = _root.carrot._x - _root.pushback;
}
if (_root.direction8 == 0) {
_root.carrot._x = _root.carrot._x + _root.pushback;
}
}
if (this.hitTest(_root.carrot.carrot2.cbody2)) {
_root.chealth = _root.chealth - _root.damage;
_root.carrot.carrot2.cbody2.play();
this.gotoAndStop(1);
if (_root.direction8 == 1) {
_root.carrot._x = _root.carrot._x - _root.pushback;
}
if (_root.direction8 == 0) {
_root.carrot._x = _root.carrot._x + _root.pushback;
}
}
if (this.hitTest(_root.carrot.carrot2.cbody3)) {
_root.chealth = _root.chealth - _root.damage;
_root.carrot.carrot2.cbody3.play();
this.gotoAndStop(1);
if (_root.direction8 == 1) {
_root.carrot._x = _root.carrot._x - _root.pushback;
}
if (_root.direction8 == 0) {
_root.carrot._x = _root.carrot._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.carrot.cbody)) {
_root.chealth = _root.chealth - _root.damage;
_root.carrot.cbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.carrot.cbody2)) {
_root.chealth = _root.chealth - _root.damage;
_root.carrot.cbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.carrot.cbody3)) {
_root.chealth = _root.chealth - _root.damage;
_root.carrot.cbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cherry.cherry2.chbody)) {
_root.chhealth = _root.chhealth - _root.damage;
_root.cherry.cherry2.chbody.play();
this.gotoAndStop(1);
if (_root.direction9 == 1) {
_root.cherry._x = _root.cherry._x - _root.pushback;
}
if (_root.direction9 == 0) {
_root.cherry._x = _root.cherry._x + _root.pushback;
}
}
if (this.hitTest(_root.cherry.cherry2.chbody2)) {
_root.chhealth = _root.chhealth - _root.damage;
_root.cherry.cherry2.chbody2.play();
this.gotoAndStop(1);
if (_root.direction9 == 1) {
_root.cherry._x = _root.cherry._x - _root.pushback;
}
if (_root.direction9 == 0) {
_root.cherry._x = _root.cherry._x + _root.pushback;
}
}
if (this.hitTest(_root.cherry.cherry2.chbody3)) {
_root.chhealth = _root.chhealth - _root.damage;
_root.cherry.cherry2.chbody3.play();
this.gotoAndStop(1);
if (_root.direction9 == 1) {
_root.cherry._x = _root.cherry._x - _root.pushback;
}
if (_root.direction9 == 0) {
_root.cherry._x = _root.cherry._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cherry.chbody)) {
_root.chhealth = _root.chhealth - _root.damage;
_root.cherry.chbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.cherry.chbody2)) {
_root.chhealth = _root.chhealth - _root.damage;
_root.cherry.chbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.cherry.chbody3)) {
_root.chhealth = _root.chhealth - _root.damage;
_root.cherry.chbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.strawberry.strawberry2.sbody)) {
_root.shealth = _root.shealth - _root.damage;
_root.strawberry.strawberry2.sbody.play();
this.gotoAndStop(1);
if (_root.direction10 == 1) {
_root.strawberry._x = _root.strawberry._x - _root.pushback;
}
if (_root.direction10 == 0) {
_root.strawberry._x = _root.strawberry._x + _root.pushback;
}
}
if (this.hitTest(_root.strawberry.strawberry2.sbody2)) {
_root.shealth = _root.shealth - _root.damage;
_root.strawberry.strawberry2.sbody2.play();
this.gotoAndStop(1);
if (_root.direction10 == 1) {
_root.strawberry._x = _root.strawberry._x - _root.pushback;
}
if (_root.direction10 == 0) {
_root.strawberry._x = _root.strawberry._x + _root.pushback;
}
}
if (this.hitTest(_root.strawberry.strawberry2.sbody3)) {
_root.shealth = _root.shealth - _root.damage;
_root.strawberry.strawberry2.sbody3.play();
this.gotoAndStop(1);
if (_root.direction10 == 1) {
_root.strawberry._x = _root.strawberry._x - _root.pushback;
}
if (_root.direction10 == 0) {
_root.strawberry._x = _root.strawberry._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.strawberry.sbody)) {
_root.shealth = _root.shealth - _root.damage;
_root.strawberry.sbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.strawberry.sbody2)) {
_root.shealth = _root.shealth - _root.damage;
_root.strawberry.sbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.strawberry.sbody3)) {
_root.shealth = _root.shealth - _root.damage;
_root.strawberry.sbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.applebomb.applebomb2.abombbody)) {
_root.abombhealth = _root.abombhealth - _root.damage;
_root.applebomb.applebomb2.abombbody.play();
this.gotoAndStop(1);
if (_root.direction11 == 1) {
_root.strawberry._x = _root.strawberry._x - _root.pushback;
}
if (_root.direction11 == 0) {
_root.applebomb._x = _root.applebomb._x + _root.pushback;
}
}
if (this.hitTest(_root.applebomb.applebomb2.abombbody2)) {
_root.abombhealth = _root.abombhealth - _root.damage;
_root.applebomb.applebomb2.abombbody2.play();
this.gotoAndStop(1);
if (_root.direction11 == 1) {
_root.applebomb._x = _root.applebomb._x - _root.pushback;
}
if (_root.direction11 == 0) {
_root.applebomb._x = _root.applebomb._x + _root.pushback;
}
}
if (this.hitTest(_root.applebomb.applebomb2.abombbody3)) {
_root.abombhealth = _root.abombhealth - _root.damage;
_root.applebomb.applebomb2.abombbody3.play();
this.gotoAndStop(1);
if (_root.direction11 == 1) {
_root.applebomb._x = _root.applebomb._x - _root.pushback;
}
if (_root.direction11 == 0) {
_root.applebomb._x = _root.applebomb._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.applebomb.abombbody)) {
_root.abombhealth = _root.abombhealth - _root.damage;
_root.applebomb.abombbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.applebomb.abombbody2)) {
_root.abombhealth = _root.abombhealth - _root.damage;
_root.applebomb.abombbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.applebomb.abombbody3)) {
_root.abombhealth = _root.abombhealth - _root.damage;
_root.applebomb.abombbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.carrotbomb.carrotbomb2.cbombbody)) {
_root.cbombhealth = _root.cbombhealth - _root.damage;
_root.carrotbomb.carrotbomb2.cbombbody.play();
this.gotoAndStop(1);
if (_root.direction12 == 1) {
_root.carrotbomb._x = _root.carrotbomb._x - _root.pushback;
}
if (_root.direction12 == 0) {
_root.carrotbomb._x = _root.carrotbomb._x + _root.pushback;
}
}
if (this.hitTest(_root.carrotbomb.carrotbomb2.cbombbody2)) {
_root.cbombhealth = _root.cbombhealth - _root.damage;
_root.carrotbomb.carrotbomb2.cbombbody2.play();
this.gotoAndStop(1);
if (_root.direction12 == 1) {
_root.carrotbomb._x = _root.carrotbomb._x - _root.pushback;
}
if (_root.direction12 == 0) {
_root.carrotbomb._x = _root.carrotbomb._x + _root.pushback;
}
}
if (this.hitTest(_root.carrotbomb.carrotbomb2.cbombbody3)) {
_root.cbombhealth = _root.cbombhealth - _root.damage;
_root.carrotbomb.carrotbomb2.cbombbody3.play();
this.gotoAndStop(1);
if (_root.direction12 == 1) {
_root.carrotbomb._x = _root.carrotbomb._x - _root.pushback;
}
if (_root.direction12 == 0) {
_root.carrotbomb._x = _root.carrotbomb._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.carrotbomb.cbombbody)) {
_root.cbombhealth = _root.cbombhealth - _root.damage;
_root.carrotbomb.cbombbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.carrotbomb.cbombbody2)) {
_root.cbombhealth = _root.cbombhealth - _root.damage;
_root.carrotbomb.cbombbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.carrotbomb.cbombbody3)) {
_root.cbombhealth = _root.cbombhealth - _root.damage;
_root.carrotbomb.cbombbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.orangebomb.orangebomb2.obombbody)) {
_root.obombhealth = _root.obombhealth - _root.damage;
_root.orangebomb.orangebomb2.obombbody.play();
this.gotoAndStop(1);
if (_root.direction13 == 1) {
_root.orangebomb._x = _root.orangebomb._x - _root.pushback;
}
if (_root.direction13 == 0) {
_root.orangebomb._x = _root.orangebomb._x + _root.pushback;
}
}
if (this.hitTest(_root.orangebomb.orangebomb2.obombbody2)) {
_root.obombhealth = _root.obombhealth - _root.damage;
_root.orangebomb.orangebomb2.obombbody2.play();
this.gotoAndStop(1);
if (_root.direction13 == 1) {
_root.orangebomb._x = _root.orangebomb._x - _root.pushback;
}
if (_root.direction13 == 0) {
_root.orangebomb._x = _root.orangebomb._x + _root.pushback;
}
}
if (this.hitTest(_root.orangebomb.orangebomb2.obombbody3)) {
_root.obombhealth = _root.obombhealth - _root.damage;
_root.orangebomb.orangebomb2.obombbody3.play();
this.gotoAndStop(1);
if (_root.direction13 == 1) {
_root.orangebomb._x = _root.orangebomb._x - _root.pushback;
}
if (_root.direction13 == 0) {
_root.orangebomb._x = _root.orangebomb._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.orangebomb.obombbody)) {
_root.obombhealth = _root.obombhealth - _root.damage;
_root.orangebomb.obombbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.orangebomb.obombbody2)) {
_root.obombhealth = _root.obombhealth - _root.damage;
_root.orangebomb.obombbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.orangebomb.obombbody3)) {
_root.obombhealth = _root.obombhealth - _root.damage;
_root.orangebomb.obombbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.strawberrybomb.strawberrybomb2.sbombbody)) {
_root.sbombhealth = _root.sbombhealth - _root.damage;
_root.strawberrybomb.strawberrybomb2.sbombbody.play();
this.gotoAndStop(1);
if (_root.direction14 == 1) {
_root.strawberrybomb._x = _root.strawberrybomb._x - _root.pushback;
}
if (_root.direction14 == 0) {
_root.strawberrybomb._x = _root.strawberrybomb._x + _root.pushback;
}
}
if (this.hitTest(_root.strawberrybomb.strawberrybomb2.sbombbody2)) {
_root.sbombhealth = _root.sbombhealth - _root.damage;
_root.strawberrybomb.strawberrybomb2.sbombbody2.play();
this.gotoAndStop(1);
if (_root.direction14 == 1) {
_root.strawberrybomb._x = _root.strawberrybomb._x - _root.pushback;
}
if (_root.direction14 == 0) {
_root.strawberrybomb._x = _root.strawberrybomb._x + _root.pushback;
}
}
if (this.hitTest(_root.strawberrybomb.strawberrybomb2.sbombbody3)) {
_root.sbombhealth = _root.sbombhealth - _root.damage;
_root.strawberrybomb.strawberrybomb2.sbombbody3.play();
this.gotoAndStop(1);
if (_root.direction14 == 1) {
_root.strawberrybomb._x = _root.strawberrybomb._x - _root.pushback;
}
if (_root.direction14 == 0) {
_root.strawberrybomb._x = _root.strawberrybomb._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.strawberrybomb.sbombbody)) {
_root.sbombhealth = _root.sbombhealth - _root.damage;
_root.strawberrybomb.sbombbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.strawberrybomb.sbombbody2)) {
_root.sbombhealth = _root.sbombhealth - _root.damage;
_root.strawberrybomb.sbombbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.strawberrybomb.sbombbody3)) {
_root.sbombhealth = _root.sbombhealth - _root.damage;
_root.strawberrybomb.sbombbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cherrybomb.cherrybomb2.chbombbody)) {
_root.chbombhealth = _root.chbombhealth - _root.damage;
_root.cherrybomb.cherrybomb2.chbombbody.play();
this.gotoAndStop(1);
if (_root.direction15 == 1) {
_root.cherrybomb._x = _root.cherrybomb._x - _root.pushback;
}
if (_root.direction15 == 0) {
_root.cherrybomb._x = _root.cherrybomb._x + _root.pushback;
}
}
if (this.hitTest(_root.cherrybomb.cherrybomb2.chbombbody2)) {
_root.chbombhealth = _root.chbombhealth - _root.damage;
_root.cherrybomb.cherrybomb2.chbombbody2.play();
this.gotoAndStop(1);
if (_root.direction15 == 1) {
_root.cherrybomb._x = _root.cherrybomb._x - _root.pushback;
}
if (_root.direction15 == 0) {
_root.cherrybomb._x = _root.cherrybomb._x + _root.pushback;
}
}
if (this.hitTest(_root.cherrybomb.cherrybomb2.chbombbody3)) {
_root.chbombhealth = _root.chbombhealth - _root.damage;
_root.cherrybomb.cherrybomb2.chbombbody3.play();
this.gotoAndStop(1);
if (_root.direction15 == 1) {
_root.cherrybomb._x = _root.cherrybomb._x - _root.pushback;
}
if (_root.direction15 == 0) {
_root.cherrybomb._x = _root.cherrybomb._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cherrybomb.chbombbody)) {
_root.chbombhealth = _root.chbombhealth - _root.damage;
_root.cherrybomb.chbombbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.cherrybomb.chbombbody2)) {
_root.chbombhealth = _root.chbombhealth - _root.damage;
_root.cherrybomb.chbombbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.cherrybomb.chbombbody3)) {
_root.chbombhealth = _root.chbombhealth - _root.damage;
_root.cherrybomb.chbombbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mushroombomb.mushroombomb2.mbombbody)) {
_root.mbombhealth = _root.mbombhealth - _root.damage;
_root.mushroombomb.mushroombomb2.mbombbody.play();
this.gotoAndStop(1);
if (_root.direction16 == 1) {
_root.mushroombomb._x = _root.mushroombomb._x - _root.pushback;
}
if (_root.direction16 == 0) {
_root.mushroombomb._x = _root.mushroombomb._x + _root.pushback;
}
}
if (this.hitTest(_root.mushroombomb.mushroombomb2.mbombbody2)) {
_root.mbombhealth = _root.mbombhealth - _root.damage;
_root.mushroombomb.mushroombomb2.mbombbody2.play();
this.gotoAndStop(1);
if (_root.direction16 == 1) {
_root.mushroombomb._x = _root.mushroombomb._x - _root.pushback;
}
if (_root.direction16 == 0) {
_root.mushroombomb._x = _root.mushroombomb._x + _root.pushback;
}
}
if (this.hitTest(_root.mushroombomb.mushroombomb2.mbombbody3)) {
_root.mbombhealth = _root.mbombhealth - _root.damage;
_root.mushroombomb.mushroombomb2.mbombbody3.play();
this.gotoAndStop(1);
if (_root.direction16 == 1) {
_root.mushroombomb._x = _root.mushroombomb._x - _root.pushback;
}
if (_root.direction16 == 0) {
_root.mushroombomb._x = _root.mushroombomb._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mushroombomb.mbombbody)) {
_root.mbombhealth = _root.mbombhealth - _root.damage;
_root.mushroombomb.mbombbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.mushroombomb.mbombbody2)) {
_root.mbombhealth = _root.mbombhealth - _root.damage;
_root.mushroombomb.mbombbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.mushroombomb.mbombbody3)) {
_root.mbombhealth = _root.mbombhealth - _root.damage;
_root.mushroombomb.mbombbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.blackberrybomb.blackberrybomb2.bbombbody)) {
_root.bbombhealth = _root.bbombhealth - _root.damage;
_root.blackberrybomb.blackberrybomb2.bbombbody.play();
this.gotoAndStop(1);
if (_root.direction17 == 1) {
_root.blackberrybomb._x = _root.blackberrybomb._x - _root.pushback;
}
if (_root.direction17 == 0) {
_root.blackberrybomb._x = _root.blackberrybomb._x + _root.pushback;
}
}
if (this.hitTest(_root.blackberrybomb.blackberrybomb2.bbombbody2)) {
_root.bbombhealth = _root.bbombhealth - _root.damage;
_root.blackberrybomb.blackberrybomb2.bbombbody2.play();
this.gotoAndStop(1);
if (_root.direction17 == 1) {
_root.blackberrybomb._x = _root.blackberrybomb._x - _root.pushback;
}
if (_root.direction17 == 0) {
_root.blackberrybomb._x = _root.blackberrybomb._x + _root.pushback;
}
}
if (this.hitTest(_root.blackberrybomb.blackberrybomb2.bbombbody3)) {
_root.bbombhealth = _root.bbombhealth - _root.damage;
_root.blackberrybomb.blackberrybomb2.bbombbody3.play();
this.gotoAndStop(1);
if (_root.direction17 == 1) {
_root.blackberrybomb._x = _root.blackberrybomb._x - _root.pushback;
}
if (_root.direction17 == 0) {
_root.blackberrybomb._x = _root.blackberrybomb._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.blackberrybomb.bbombbody)) {
_root.bbombhealth = _root.bbombhealth - _root.damage;
_root.blackberrybomb.bbombbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.blackberrybomb.bbombbody2)) {
_root.bbombhealth = _root.bbombhealth - _root.damage;
_root.blackberrybomb.bbombbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.blackberrybomb.bbombbody3)) {
_root.bbombhealth = _root.bbombhealth - _root.damage;
_root.blackberrybomb.bbombbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.raspberrybomb.raspberrybomb2.rbombbody)) {
_root.rbombhealth = _root.rbombhealth - _root.damage;
_root.raspberrybomb.raspberrybomb2.rbombbody.play();
this.gotoAndStop(1);
if (_root.direction18 == 1) {
_root.raspberrybomb._x = _root.raspberrybomb._x - _root.pushback;
}
if (_root.direction18 == 0) {
_root.raspberrybomb._x = _root.raspberrybomb._x + _root.pushback;
}
}
if (this.hitTest(_root.raspberrybomb.raspberrybomb2.rbombbody2)) {
_root.rbombhealth = _root.rbombhealth - _root.damage;
_root.raspberrybomb.raspberrybomb2.rbombbody2.play();
this.gotoAndStop(1);
if (_root.direction18 == 1) {
_root.raspberrybomb._x = _root.raspberrybomb._x - _root.pushback;
}
if (_root.direction18 == 0) {
_root.raspberrybomb._x = _root.raspberrybomb._x + _root.pushback;
}
}
if (this.hitTest(_root.raspberrybomb.raspberrybomb2.rbombbody3)) {
_root.rbombhealth = _root.rbombhealth - _root.damage;
_root.raspberrybomb.raspberrybomb2.rbombbody3.play();
this.gotoAndStop(1);
if (_root.direction18 == 1) {
_root.raspberrybomb._x = _root.raspberrybomb._x - _root.pushback;
}
if (_root.direction18 == 0) {
_root.raspberrybomb._x = _root.raspberrybomb._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.raspberrybomb.rbombbody)) {
_root.rbombhealth = _root.rbombhealth - _root.damage;
_root.raspberrybomb.rbombbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.raspberrybomb.rbombbody2)) {
_root.rbombhealth = _root.rbombhealth - _root.damage;
_root.raspberrybomb.rbombbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.raspberrybomb.rbombbody3)) {
_root.rbombhealth = _root.rbombhealth - _root.damage;
_root.raspberrybomb.rbombbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pineybomb.pineybomb2.pbombbody)) {
_root.pbombhealth = _root.pbombhealth - _root.damage;
_root.pineybomb.pineybomb2.pbombbody.play();
this.gotoAndStop(1);
if (_root.direction19 == 1) {
_root.pineybomb._x = _root.pineybomb._x - _root.pushback;
}
if (_root.direction19 == 0) {
_root.pineybomb._x = _root.pineybomb._x + _root.pushback;
}
}
if (this.hitTest(_root.pineybomb.pineybomb2.pbombbody2)) {
_root.pbombhealth = _root.pbombhealth - _root.damage;
_root.pineybomb.pineybomb2.pbombbody2.play();
this.gotoAndStop(1);
if (_root.direction19 == 1) {
_root.pineybomb._x = _root.pineybomb._x - _root.pushback;
}
if (_root.direction19 == 0) {
_root.pineybomb._x = _root.pineybomb._x + _root.pushback;
}
}
if (this.hitTest(_root.pineybomb.pineybomb2.pbombbody3)) {
_root.pbombhealth = _root.pbombhealth - _root.damage;
_root.pineybomb.pineybomb2.pbombbody3.play();
this.gotoAndStop(1);
if (_root.direction19 == 1) {
_root.pineybomb._x = _root.pineybomb._x - _root.pushback;
}
if (_root.direction19 == 0) {
_root.pineybomb._x = _root.pineybomb._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pineybomb.pbombbody)) {
_root.pbombhealth = _root.pbombhealth - _root.damage;
_root.pineybomb.pbombbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.pineybomb.pbombbody2)) {
_root.pbombhealth = _root.pbombhealth - _root.damage;
_root.pineybomb.pbombbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.pineybomb.pbombbody3)) {
_root.pbombhealth = _root.pbombhealth - _root.damage;
_root.pineybomb.pbombbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pineyuzi.pineyuzi2.puzibody)) {
_root.puzihealth = _root.puzihealth - _root.damage;
_root.pineyuzi.pineyuzi2.puzibody.play();
this.gotoAndStop(1);
if (_root.direction20 == 1) {
_root.pineyuzi._x = _root.pineyuzi._x - _root.pushback;
}
if (_root.direction20 == 0) {
_root.pineyuzi._x = _root.pineyuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.pineyuzi.pineyuzi2.puzibody2)) {
_root.puzihealth = _root.puzihealth - _root.damage;
_root.pineyuzi.pineyuzi2.puzibody2.play();
this.gotoAndStop(1);
if (_root.direction20 == 1) {
_root.pineyuzi._x = _root.pineyuzi._x - _root.pushback;
}
if (_root.direction20 == 0) {
_root.pineyuzi._x = _root.pineyuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.pineyuzi.pineyuzi2.puzibody3)) {
_root.puzihealth = _root.puzihealth - _root.damage;
_root.pineyuzi.pineyuzi2.puzibody3.play();
this.gotoAndStop(1);
if (_root.direction20 == 1) {
_root.pineyuzi._x = _root.pineyuzi._x - _root.pushback;
}
if (_root.direction20 == 0) {
_root.pineyuzi._x = _root.pineyuzi._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pineyuzi.puzibody)) {
_root.puzihealth = _root.puzihealth - _root.damage;
_root.pineyuzi.puzibody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.pineyuzi.puzibody2)) {
_root.puzihealth = _root.puzihealth - _root.damage;
_root.pineyuzi.puzibody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.pineyuzi.puzibody3)) {
_root.puzihealth = _root.puzihealth - _root.damage;
_root.pineyuzi.puzibody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.appleuzi.appleuzi2.auzibody)) {
_root.auzihealth = _root.auzihealth - _root.damage;
_root.appleuzi.appleuzi2.auzibody.play();
this.gotoAndStop(1);
if (_root.direction21 == 1) {
_root.appleuzi._x = _root.appleuzi._x - _root.pushback;
}
if (_root.direction21 == 0) {
_root.appleuzi._x = _root.appleuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.appleuzi.appleuzi2.auzibody2)) {
_root.auzihealth = _root.auzihealth - _root.damage;
_root.appleuzi.appleuzi2.auzibody2.play();
this.gotoAndStop(1);
if (_root.direction21 == 1) {
_root.appleuzi._x = _root.appleuzi._x - _root.pushback;
}
if (_root.direction21 == 0) {
_root.appleuzi._x = _root.appleuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.appleuzi.appleuzi2.auzibody3)) {
_root.auzihealth = _root.auzihealth - _root.damage;
_root.appleuzi.appleuzi2.auzibody3.play();
this.gotoAndStop(1);
if (_root.direction21 == 1) {
_root.appleuzi._x = _root.appleuzi._x - _root.pushback;
}
if (_root.direction21 == 0) {
_root.appleuzi._x = _root.appleuzi._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.appleuzi.auzibody)) {
_root.auzihealth = _root.auzihealth - _root.damage;
_root.appleuzi.auzibody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.appleuzi.auzibody2)) {
_root.auzihealth = _root.auzihealth - _root.damage;
_root.appleuzi.auzibody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.appleuzi.auzibody3)) {
_root.auzihealth = _root.auzihealth - _root.damage;
_root.appleuzi.auzibody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.carrotuzi.carrotuzi2.cuzibody)) {
_root.cuzihealth = _root.cuzihealth - _root.damage;
_root.carrotuzi.carrotuzi2.cuzibody.play();
this.gotoAndStop(1);
if (_root.direction22 == 1) {
_root.carrotuzi._x = _root.carrotuzi._x - _root.pushback;
}
if (_root.direction22 == 0) {
_root.carrotuzi._x = _root.carrotuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.carrotuzi.carrotuzi2.cuzibody2)) {
_root.cuzihealth = _root.cuzihealth - _root.damage;
_root.carrotuzi.carrotuzi2.cuzibody2.play();
this.gotoAndStop(1);
if (_root.direction22 == 1) {
_root.carrotuzi._x = _root.carrotuzi._x - _root.pushback;
}
if (_root.direction22 == 0) {
_root.carrotuzi._x = _root.carrotuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.carrotuzi.carrotuzi2.cuzibody3)) {
_root.cuzihealth = _root.cuzihealth - _root.damage;
_root.carrotuzi.carrotuzi2.cuzibody3.play();
this.gotoAndStop(1);
if (_root.direction22 == 1) {
_root.carrotuzi._x = _root.carrotuzi._x - _root.pushback;
}
if (_root.direction22 == 0) {
_root.carrotuzi._x = _root.carrotuzi._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.carrotuzi.cuzibody)) {
_root.cuzihealth = _root.cuzihealth - _root.damage;
_root.carrotuzi.cuzibody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.carrotuzi.cuzibody2)) {
_root.cuzihealth = _root.cuzihealth - _root.damage;
_root.carrotuzi.cuzibody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.carrotuzi.cuzibody3)) {
_root.cuzihealth = _root.cuzihealth - _root.damage;
_root.carrotuzi.cuzibody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.raspberryuzi.raspberryuzi2.ruzibody)) {
_root.ruzihealth = _root.ruzihealth - _root.damage;
_root.raspberryuzi.raspberryuzi2.ruzibody.play();
this.gotoAndStop(1);
if (_root.direction23 == 1) {
_root.raspberryuzi._x = _root.raspberryuzi._x - _root.pushback;
}
if (_root.direction23 == 0) {
_root.raspberryuzi._x = _root.raspberryuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.raspberryuzi.raspberryuzi2.ruzibody2)) {
_root.ruzihealth = _root.ruzihealth - _root.damage;
_root.raspberryuzi.raspberryuzi2.ruzibody2.play();
this.gotoAndStop(1);
if (_root.direction23 == 1) {
_root.raspberryuzi._x = _root.raspberryuzi._x - _root.pushback;
}
if (_root.direction23 == 0) {
_root.raspberryuzi._x = _root.raspberryuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.raspberryuzi.raspberryuzi2.ruzibody3)) {
_root.ruzihealth = _root.ruzihealth - _root.damage;
_root.raspberryuzi.raspberryuzi2.ruzibody3.play();
this.gotoAndStop(1);
if (_root.direction23 == 1) {
_root.raspberryuzi._x = _root.raspberryuzi._x - _root.pushback;
}
if (_root.direction23 == 0) {
_root.raspberryuzi._x = _root.raspberryuzi._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.raspberryuzi.ruzibody)) {
_root.ruzihealth = _root.ruzihealth - _root.damage;
_root.raspberryuzi.ruzibody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.raspberryuzi.ruzibody2)) {
_root.ruzihealth = _root.ruzihealth - _root.damage;
_root.raspberryuzi.ruzibody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.raspberryuzi.ruzibody3)) {
_root.ruzihealth = _root.ruzihealth - _root.damage;
_root.raspberryuzi.ruzibody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.orangeuzi.orangeuzi2.ouzibody)) {
_root.ouzihealth = _root.ouzihealth - _root.damage;
_root.orangeuzi.orangeuzi2.ouzibody.play();
this.gotoAndStop(1);
if (_root.direction24 == 1) {
_root.orangeuzi._x = _root.orangeuzi._x - _root.pushback;
}
if (_root.direction24 == 0) {
_root.orangeuzi._x = _root.orangeuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.orangeuzi.orangeuzi2.ouzibody2)) {
_root.ouzihealth = _root.ouzihealth - _root.damage;
_root.orangeuzi.orangeuzi2.ouzibody2.play();
this.gotoAndStop(1);
if (_root.direction24 == 1) {
_root.orangeuzi._x = _root.orangeuzi._x - _root.pushback;
}
if (_root.direction24 == 0) {
_root.orangeuzi._x = _root.orangeuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.orangeuzi.orangeuzi2.ouzibody3)) {
_root.ouzihealth = _root.ouzihealth - _root.damage;
_root.orangeuzi.orangeuzi2.ouzibody3.play();
this.gotoAndStop(1);
if (_root.direction24 == 1) {
_root.orangeuzi._x = _root.orangeuzi._x - _root.pushback;
}
if (_root.direction24 == 0) {
_root.orangeuzi._x = _root.orangeuzi._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.orangeuzi.ouzibody)) {
_root.ouzihealth = _root.ouzihealth - _root.damage;
_root.orangeuzi.ouzibody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.orangeuzi.ouzibody2)) {
_root.ouzihealth = _root.ouzihealth - _root.damage;
_root.orangeuzi.ouzibody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.orangeuzi.ouzibody3)) {
_root.ouzihealth = _root.ouzihealth - _root.damage;
_root.orangeuzi.ouzibody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.strawberryuzi.strawberryuzi2.suzibody)) {
_root.suzihealth = _root.suzihealth - _root.damage;
_root.strawberryuzi.straberryuzi2.suzibody.play();
this.gotoAndStop(1);
if (_root.direction25 == 1) {
_root.strawberryuzi._x = _root.strawberryuzi._x - _root.pushback;
}
if (_root.direction25 == 0) {
_root.strawberryuzi._x = _root.strawberryuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.strawberryuzi.strawberryuzi2.suzibody2)) {
_root.suzihealth = _root.suzihealth - _root.damage;
_root.strawberryuzi.strawberryuzi2.suzibody2.play();
this.gotoAndStop(1);
if (_root.direction25 == 1) {
_root.strawberryuzi._x = _root.strawberryuzi._x - _root.pushback;
}
if (_root.direction25 == 0) {
_root.strawberryuzi._x = _root.strawberryuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.strawberryuzi.strawberryuzi2.suzibody3)) {
_root.suzihealth = _root.suzihealth - _root.damage;
_root.strawberryuzi.strawberryuzi2.suzibody3.play();
this.gotoAndStop(1);
if (_root.direction25 == 1) {
_root.strawberryuzi._x = _root.strawberryuzi._x - _root.pushback;
}
if (_root.direction25 == 0) {
_root.strawberryuzi._x = _root.strawberryuzi._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.strawberryuzi.suzibody)) {
_root.suzihealth = _root.suzihealth - _root.damage;
_root.strawberryuzi.suzibody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.strawberryuzi.suzibody2)) {
_root.suzihealth = _root.suzihealth - _root.damage;
_root.strawberryuzi.suzibody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.strawberryuzi.suzibody3)) {
_root.suzihealth = _root.suzihealth - _root.damage;
_root.strawberryuzi.suzibody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mushroomuzi.mushroomuzi2.muzibody)) {
_root.muzihealth = _root.muzihealth - _root.damage;
_root.mushroomuzi.mushroomuzi2.muzibody.play();
this.gotoAndStop(1);
if (_root.direction26 == 1) {
_root.mushroomuzi._x = _root.mushroomuzi._x - _root.pushback;
}
if (_root.direction26 == 0) {
_root.mushroomuzi._x = _root.mushroomuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.mushroomuzi.mushroomuzi2.muzibody2)) {
_root.muzihealth = _root.muzihealth - _root.damage;
_root.mushroomuzi.mushroomuzi2.muzibody2.play();
this.gotoAndStop(1);
if (_root.direction26 == 1) {
_root.mushroomuzi._x = _root.mushroomuzi._x - _root.pushback;
}
if (_root.direction26 == 0) {
_root.mushroomuzi._x = _root.mushroomuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.mushroomuzi.mushroomuzi2.muzibody3)) {
_root.muzihealth = _root.muzihealth - _root.damage;
_root.mushroomuzi.mushroomuzi2.muzibody3.play();
this.gotoAndStop(1);
if (_root.direction26 == 1) {
_root.mushroomuzi._x = _root.mushroomuzi._x - _root.pushback;
}
if (_root.direction26 == 0) {
_root.mushroomuzi._x = _root.mushroomuzi._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mushroomuzi.muzibody)) {
_root.muzihealth = _root.muzihealth - _root.damage;
_root.mushroomuzi.muzibody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.mushroomuzi.muzibody2)) {
_root.muzihealth = _root.muzihealth - _root.damage;
_root.mushroomuzi.muzibody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.mushroomuzi.muzibody3)) {
_root.muzihealth = _root.muzihealth - _root.damage;
_root.mushroomuzi.muzibody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cherryuzi.cherryuzi2.chuzibody)) {
_root.chuzihealth = _root.chuzihealth - _root.damage;
_root.cherryuzi.cherryuzi2.chuzibody.play();
this.gotoAndStop(1);
if (_root.direction27 == 1) {
_root.cherryuzi._x = _root.cherryuzi._x - _root.pushback;
}
if (_root.direction27 == 0) {
_root.cherryuzi._x = _root.cherryuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.cherryuzi.cherryuzi2.chuzibody2)) {
_root.chuzihealth = _root.chuzihealth - _root.damage;
_root.cherryuzi.cherryuzi2.chuzibody2.play();
this.gotoAndStop(1);
if (_root.direction27 == 1) {
_root.cherryuzi._x = _root.cherryuzi._x - _root.pushback;
}
if (_root.direction27 == 0) {
_root.cherryuzi._x = _root.cherryuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.cherryuzi.cherryuzi2.chuzibody3)) {
_root.chuzihealth = _root.chuzihealth - _root.damage;
_root.cherryuzi.cherryuzi2.chuzibody3.play();
this.gotoAndStop(1);
if (_root.direction27 == 1) {
_root.cherryuzi._x = _root.cherryuzi._x - _root.pushback;
}
if (_root.direction27 == 0) {
_root.cherryuzi._x = _root.cherryuzi._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cherryuzi.chuzibody)) {
_root.chuzihealth = _root.chuzihealth - _root.damage;
_root.cherryuzi.chuzibody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.cherryuzi.chuzibody2)) {
_root.chuzihealth = _root.chuzihealth - _root.damage;
_root.cherryuzi.chuzibody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.cherryuzi.chuzibody3)) {
_root.chuzihealth = _root.chuzihealth - _root.damage;
_root.cherryuzi.chuzibody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.blackberryuzi.blackberryuzi2.buzibody)) {
_root.buzihealth = _root.buzihealth - _root.damage;
_root.blackberryuzi.blackberryuzi2.buzibody.play();
this.gotoAndStop(1);
if (_root.direction28 == 1) {
_root.blackberryuzi._x = _root.blackberryuzi._x - _root.pushback;
}
if (_root.direction28 == 0) {
_root.blackberryuzi._x = _root.blackberryuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.blackberryuzi.blackberryuzi2.buzibody2)) {
_root.buzihealth = _root.buzihealth - _root.damage;
_root.blackberryuzi.blackberryuzi2.buzibody2.play();
this.gotoAndStop(1);
if (_root.direction28 == 1) {
_root.blackberryuzi._x = _root.blackberryuzi._x - _root.pushback;
}
if (_root.direction28 == 0) {
_root.blackberryuzi._x = _root.blackberryuzi._x + _root.pushback;
}
}
if (this.hitTest(_root.blackberryuzi.blackberryuzi2.buzibody3)) {
_root.buzihealth = _root.buzihealth - _root.damage;
_root.blackberryuzi.blackberryuzi2.buzibody3.play();
this.gotoAndStop(1);
if (_root.direction28 == 1) {
_root.blackberryuzi._x = _root.blackberryuzi._x - _root.pushback;
}
if (_root.direction28 == 0) {
_root.blackberryuzi._x = _root.blackberryuzi._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.blackberryuzi.buzibody)) {
_root.buzihealth = _root.buzihealth - _root.damage;
_root.blackberryuzi.buzibody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.blackberryuzi.buzibody2)) {
_root.buzihealth = _root.buzihealth - _root.damage;
_root.blackberryuzi.buzibody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.blackberryuzi.buzibody3)) {
_root.buzihealth = _root.buzihealth - _root.damage;
_root.blackberryuzi.buzibody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.blackberrylock.blackberrylock2.blockbody)) {
_root.blockhealth = _root.blockhealth - _root.damage;
_root.blackberrylock.blackberrylock2.blockbody.play();
this.gotoAndStop(1);
if (_root.direction29 == 1) {
_root.blackberrylock._x = _root.blackberrylock._x - _root.pushback;
}
if (_root.direction29 == 0) {
_root.blackberrylock._x = _root.blackberrylock._x + _root.pushback;
}
}
if (this.hitTest(_root.blackberrylock.blackberrylock2.blockbody2)) {
_root.blockhealth = _root.blockhealth - _root.damage;
_root.blackberrylock.blackberrylock2.blockbody2.play();
this.gotoAndStop(1);
if (_root.direction29 == 1) {
_root.blackberrylock._x = _root.blackberrylock._x - _root.pushback;
}
if (_root.direction29 == 0) {
_root.blackberrylock._x = _root.blackberrylock._x + _root.pushback;
}
}
if (this.hitTest(_root.blackberrylock.blackberrylock2.blockbody3)) {
_root.blockhealth = _root.blockhealth - _root.damage;
_root.blackberrylock.blackberrylock2.blockbody3.play();
this.gotoAndStop(1);
if (_root.direction29 == 1) {
_root.blackberrylock._x = _root.blackberrylock._x - _root.pushback;
}
if (_root.direction29 == 0) {
_root.blackberrylock._x = _root.blackberrylock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.blackberrylock.blockbody)) {
_root.blockhealth = _root.blockhealth - _root.damage;
_root.blackberrylock.blockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.blackberrylock.blockbody2)) {
_root.blockhealth = _root.blockhealth - _root.damage;
_root.blackberrylock.blockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.blackberrylock.blockbody3)) {
_root.blockhealth = _root.blockhealth - _root.damage;
_root.blackberrylock.blockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pineylock.pineylock2.plockbody)) {
_root.plockhealth = _root.plockhealth - _root.damage;
_root.pineylock.pineylock2.plockbody.play();
this.gotoAndStop(1);
if (_root.direction30 == 1) {
_root.pineylock._x = _root.pineylock._x - _root.pushback;
}
if (_root.direction30 == 0) {
_root.pineylock._x = _root.pineylock._x + _root.pushback;
}
}
if (this.hitTest(_root.pineylock.pineylock2.plockbody2)) {
_root.plockhealth = _root.plockhealth - _root.damage;
_root.pineylock.pineylock2.plockbody2.play();
this.gotoAndStop(1);
if (_root.direction30 == 1) {
_root.pineylock._x = _root.pineylock._x - _root.pushback;
}
if (_root.direction30 == 0) {
_root.pineylock._x = _root.pineylock._x + _root.pushback;
}
}
if (this.hitTest(_root.pineylock.pineylock2.plockbody3)) {
_root.plockhealth = _root.plockhealth - _root.damage;
_root.pineylock.pineylock2.plockbody3.play();
this.gotoAndStop(1);
if (_root.direction30 == 1) {
_root.pineylock._x = _root.pineylock._x - _root.pushback;
}
if (_root.direction30 == 0) {
_root.pineylock._x = _root.pineylock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pineylock.plockbody)) {
_root.plockhealth = _root.plockhealth - _root.damage;
_root.pineylock.plockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.pineylock.plockbody2)) {
_root.plockhealth = _root.plockhealth - _root.damage;
_root.pineylock.plockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.pineylock.plockbody3)) {
_root.plockhealth = _root.plockhealth - _root.damage;
_root.pineylock.plockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.carrotlock.carrotlock2.clockbody)) {
_root.clockhealth = _root.clockhealth - _root.damage;
_root.carrotlock.carrotlock2.clockbody.play();
this.gotoAndStop(1);
if (_root.direction31 == 1) {
_root.carrotlock._x = _root.carrotlock._x - _root.pushback;
}
if (_root.direction31 == 0) {
_root.carrotlock._x = _root.carrotlock._x + _root.pushback;
}
}
if (this.hitTest(_root.carrotlock.carrotlock2.clockbody2)) {
_root.clockhealth = _root.clockhealth - _root.damage;
_root.carrotlock.carrotlock2.clockbody2.play();
this.gotoAndStop(1);
if (_root.direction31 == 1) {
_root.carrotlock._x = _root.carrotlock._x - _root.pushback;
}
if (_root.direction31 == 0) {
_root.carrotlock._x = _root.carrotlock._x + _root.pushback;
}
}
if (this.hitTest(_root.carrotlock.carrotlock2.clockbody3)) {
_root.clockhealth = _root.clockhealth - _root.damage;
_root.carrotlock.carrotlock2.clockbody3.play();
this.gotoAndStop(1);
if (_root.direction31 == 1) {
_root.carrotlock._x = _root.carrotlock._x - _root.pushback;
}
if (_root.direction31 == 0) {
_root.carrotlock._x = _root.carrotlock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.carrotlock.clockbody)) {
_root.clockhealth = _root.clockhealth - _root.damage;
_root.carrotlock.clockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.carrotlock.clockbody2)) {
_root.clockhealth = _root.clockhealth - _root.damage;
_root.carrotlock.clockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.carrotlock.clockbody3)) {
_root.clockhealth = _root.clockhealth - _root.damage;
_root.carrotlock.clockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.strawberrylock.strawberrylock2.slockbody)) {
_root.slockhealth = _root.slockhealth - _root.damage;
_root.strawberrylock.strawberrylock2.slockbody.play();
this.gotoAndStop(1);
if (_root.direction32 == 1) {
_root.strawberrylock._x = _root.strawberrylock._x - _root.pushback;
}
if (_root.direction32 == 0) {
_root.strawberrylock._x = _root.strawberrylock._x + _root.pushback;
}
}
if (this.hitTest(_root.strawberrylock.strawberrylock2.slockbody2)) {
_root.slockhealth = _root.slockhealth - _root.damage;
_root.strawberrylock.strawberrylock2.slockbody2.play();
this.gotoAndStop(1);
if (_root.direction32 == 1) {
_root.strawberrylock._x = _root.strawberrylock._x - _root.pushback;
}
if (_root.direction32 == 0) {
_root.strawberrylock._x = _root.strawberrylock._x + _root.pushback;
}
}
if (this.hitTest(_root.strawberrylock.strawberrylock2.slockbody3)) {
_root.slockhealth = _root.slockhealth - _root.damage;
_root.strawberrylock.strawberrylock2.slockbody3.play();
this.gotoAndStop(1);
if (_root.direction32 == 1) {
_root.strawberrylock._x = _root.strawberrylock._x - _root.pushback;
}
if (_root.direction32 == 0) {
_root.strawberrylock._x = _root.strawberrylock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.strawberrylock.slockbody)) {
_root.slockhealth = _root.slockhealth - _root.damage;
_root.strawberrylock.slockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.strawberrylock.slockbody2)) {
_root.slockhealth = _root.slockhealth - _root.damage;
_root.strawberrylock.slockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.strawberrylock.slockbody3)) {
_root.slockhealth = _root.slockhealth - _root.damage;
_root.strawberrylock.slockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.applelock.applelock2.alockbody)) {
_root.alockhealth = _root.alockhealth - _root.damage;
_root.applelock.applelock2.alockbody.play();
this.gotoAndStop(1);
if (_root.direction33 == 1) {
_root.applelock._x = _root.applelock._x - _root.pushback;
}
if (_root.direction33 == 0) {
_root.applelock._x = _root.applelock._x + _root.pushback;
}
}
if (this.hitTest(_root.applelock.applelock2.alockbody2)) {
_root.alockhealth = _root.alockhealth - _root.damage;
_root.applelock.applelock2.alockbody2.play();
this.gotoAndStop(1);
if (_root.direction33 == 1) {
_root.applelock._x = _root.applelock._x - _root.pushback;
}
if (_root.direction33 == 0) {
_root.applelock._x = _root.applelock._x + _root.pushback;
}
}
if (this.hitTest(_root.applelock.applelock2.alockbody3)) {
_root.alockhealth = _root.alockhealth - _root.damage;
_root.applelock.applelock2.alockbody3.play();
this.gotoAndStop(1);
if (_root.direction33 == 1) {
_root.applelock._x = _root.applelock._x - _root.pushback;
}
if (_root.direction33 == 0) {
_root.applelock._x = _root.applelock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.applelock.alockbody)) {
_root.alockhealth = _root.alockhealth - _root.damage;
_root.applelock.alockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.applelock.alockbody2)) {
_root.alockhealth = _root.alockhealth - _root.damage;
_root.applelock.alockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.applelock.alockbody3)) {
_root.alockhealth = _root.alockhealth - _root.damage;
_root.applelock.alockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.orangelock.orangelock2.olockbody)) {
_root.olockhealth = _root.olockhealth - _root.damage;
_root.orangelock.orangelock2.olockbody.play();
this.gotoAndStop(1);
if (_root.direction34 == 1) {
_root.orangelock._x = _root.orangelock._x - _root.pushback;
}
if (_root.direction34 == 0) {
_root.orangelock._x = _root.orangelock._x + _root.pushback;
}
}
if (this.hitTest(_root.orangelock.orangelock2.olockbody2)) {
_root.olockhealth = _root.olockhealth - _root.damage;
_root.orangelock.orangelock2.olockbody2.play();
this.gotoAndStop(1);
if (_root.direction34 == 1) {
_root.orangelock._x = _root.orangelock._x - _root.pushback;
}
if (_root.direction34 == 0) {
_root.orangelock._x = _root.orangelock._x + _root.pushback;
}
}
if (this.hitTest(_root.orangelock.orangelock2.olockbody3)) {
_root.olockhealth = _root.olockhealth - _root.damage;
_root.orangelock.orangelock2.olockbody3.play();
this.gotoAndStop(1);
if (_root.direction34 == 1) {
_root.orangelock._x = _root.orangelock._x - _root.pushback;
}
if (_root.direction34 == 0) {
_root.orangelock._x = _root.orangelock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.orangelock.olockbody)) {
_root.olockhealth = _root.olockhealth - _root.damage;
_root.orangelock.olockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.orangelock.olockbody2)) {
_root.olockhealth = _root.olockhealth - _root.damage;
_root.orangelock.olockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.orangelock.olockbody3)) {
_root.olockhealth = _root.olockhealth - _root.damage;
_root.orangelock.olockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cherrylock.cherrylock2.chlockbody)) {
_root.chlockhealth = _root.chlockhealth - _root.damage;
_root.cherrylock.cherrylock2.chlockbody.play();
this.gotoAndStop(1);
if (_root.direction35 == 1) {
_root.cherrylock._x = _root.cherrylock._x - _root.pushback;
}
if (_root.direction35 == 0) {
_root.cherrylock._x = _root.cherrylock._x + _root.pushback;
}
}
if (this.hitTest(_root.cherrylock.cherrylock2.chlockbody2)) {
_root.chlockhealth = _root.chlockhealth - _root.damage;
_root.cherrylock.cherrylock2.chlockbody2.play();
this.gotoAndStop(1);
if (_root.direction35 == 1) {
_root.cherrylock._x = _root.cherrylock._x - _root.pushback;
}
if (_root.direction35 == 0) {
_root.cherrylock._x = _root.cherrylock._x + _root.pushback;
}
}
if (this.hitTest(_root.cherrylock.cherrylock2.chlockbody3)) {
_root.chlockhealth = _root.chlockhealth - _root.damage;
_root.cherrylock.cherrylock2.chlockbody3.play();
this.gotoAndStop(1);
if (_root.direction35 == 1) {
_root.cherrylock._x = _root.cherrylock._x - _root.pushback;
}
if (_root.direction35 == 0) {
_root.cherrylock._x = _root.cherrylock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cherrylock.chlockbody)) {
_root.chlockhealth = _root.chlockhealth - _root.damage;
_root.cherrylock.chlockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.cherrylock.chlockbody2)) {
_root.chlockhealth = _root.chlockhealth - _root.damage;
_root.cherrylock.chlockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.cherrylock.chlockbody3)) {
_root.chlockhealth = _root.chlockhealth - _root.damage;
_root.cherrylock.chlockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mushroomlock.mushroomlock2.mlockbody)) {
_root.mlockhealth = _root.mlockhealth - _root.damage;
_root.mushroomlock.mushroomlock2.mlockbody.play();
this.gotoAndStop(1);
if (_root.direction36 == 1) {
_root.mushroomlock._x = _root.mushroomlock._x - _root.pushback;
}
if (_root.direction36 == 0) {
_root.mushroomlock._x = _root.mushroomlock._x + _root.pushback;
}
}
if (this.hitTest(_root.mushroomlock.mushroomlock2.mlockbody2)) {
_root.mlockhealth = _root.mlockhealth - _root.damage;
_root.mushroomlock.mushroomlock2.mlockbody2.play();
this.gotoAndStop(1);
if (_root.direction36 == 1) {
_root.mushroomlock._x = _root.mushroomlock._x - _root.pushback;
}
if (_root.direction36 == 0) {
_root.mushroomlock._x = _root.mushroomlock._x + _root.pushback;
}
}
if (this.hitTest(_root.mushroomlock.mushroomlock2.mlockbody3)) {
_root.mlockhealth = _root.mlockhealth - _root.damage;
_root.mushroomlock.mushroomlock2.mlockbody3.play();
this.gotoAndStop(1);
if (_root.direction36 == 1) {
_root.mushroomlock._x = _root.mushroomlock._x - _root.pushback;
}
if (_root.direction36 == 0) {
_root.mushroomlock._x = _root.mushroomlock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mushroomlock.mlockbody)) {
_root.mlockhealth = _root.mlockhealth - _root.damage;
_root.mushroomlock.mlockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.mushroomlock.mlockbody2)) {
_root.mlockhealth = _root.mlockhealth - _root.damage;
_root.mushroomlock.mlockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.mushroomlock.mlockbody3)) {
_root.mlockhealth = _root.mlockhealth - _root.damage;
_root.mushroomlock.mlockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rasberrylock.rasberrylock2.rlockbody)) {
_root.rlockhealth = _root.rlockhealth - _root.damage;
_root.rasberrylock.rasberrylock2.rlockbody.play();
this.gotoAndStop(1);
if (_root.direction37 == 1) {
_root.rasberrylock._x = _root.rasberrylock._x - _root.pushback;
}
if (_root.direction37 == 0) {
_root.rasberrylock._x = _root.rasberrylock._x + _root.pushback;
}
}
if (this.hitTest(_root.rasberrylock.rasberrylock2.rlockbody2)) {
_root.rlockhealth = _root.rlockhealth - _root.damage;
_root.rasberrylock.rasberrylock2.rlockbody2.play();
this.gotoAndStop(1);
if (_root.direction37 == 1) {
_root.rasberrylock._x = _root.rasberrylock._x - _root.pushback;
}
if (_root.direction37 == 0) {
_root.rasberrylock._x = _root.rasberrylock._x + _root.pushback;
}
}
if (this.hitTest(_root.rasberrylock.rasberrylock2.rlockbody3)) {
_root.rlockhealth = _root.rlockhealth - _root.damage;
_root.rasberrylock.rasberrylock2.rlockbody3.play();
this.gotoAndStop(1);
if (_root.direction37 == 1) {
_root.rasberrylock._x = _root.rasberrylock._x - _root.pushback;
}
if (_root.direction37 == 0) {
_root.rasberrylock._x = _root.rasberrylock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rasberrylock.rlockbody)) {
_root.rlockhealth = _root.rlockhealth - _root.damage;
_root.rasberrylock.rlockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.rasberrylock.rlockbody2)) {
_root.rlockhealth = _root.rlockhealth - _root.damage;
_root.rasberrylock.rlockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.rasberrylock.rlockbody3)) {
_root.rlockhealth = _root.rlockhealth - _root.damage;
_root.rasberrylock.rlockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.strawberryclock.strawberryclock2.sclockbody)) {
_root.sclockhealth = _root.sclockhealth - _root.damage;
_root.strawberryclock.strawberryclock2.sclockbody.play();
this.gotoAndStop(1);
if (_root.direction38 == 1) {
_root.strawberryclock._x = _root.strawberryclock._x - _root.pushback;
}
if (_root.direction38 == 0) {
_root.strawberryclock._x = _root.strawberryclock._x + _root.pushback;
}
}
if (this.hitTest(_root.strawberryclock.strawberryclock2.sclockbody2)) {
_root.sclockhealth = _root.sclockhealth - _root.damage;
_root.strawberryclock.strawberryclock2.sclockbody2.play();
this.gotoAndStop(1);
if (_root.direction38 == 1) {
_root.strawberryclock._x = _root.strawberryclock._x - _root.pushback;
}
if (_root.direction38 == 0) {
_root.strawberryclock._x = _root.strawberryclock._x + _root.pushback;
}
}
if (this.hitTest(_root.strawberryclock.strawberryclock2.sclockbody3)) {
_root.sclockhealth = _root.sclockhealth - _root.damage;
_root.strawberryclock.strawberryclock2.sclockbody3.play();
this.gotoAndStop(1);
if (_root.direction38 == 1) {
_root.strawberryclock._x = _root.strawberryclock._x - _root.pushback;
}
if (_root.direction38 == 0) {
_root.strawberryclock._x = _root.strawberryclock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.strawberryclock.sclockbody)) {
_root.sclockhealth = _root.sclockhealth - _root.damage;
_root.strawberryclock.sclockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.strawberryclock.sclockbody2)) {
_root.sclockhealth = _root.sclockhealth - _root.damage;
_root.strawberryclock.sclockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.strawberryclock.sclockbody3)) {
_root.sclockhealth = _root.sclockhealth - _root.damage;
_root.strawberryclock.sclockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rasberryclock.rasberryclock2.rclockbody)) {
_root.rclockhealth = _root.rclockhealth - _root.damage;
_root.rasberryclock.rasberryclock2.rclockbody.play();
this.gotoAndStop(1);
if (_root.direction39 == 1) {
_root.rasberryclock._x = _root.rasberryclock._x - _root.pushback;
}
if (_root.direction39 == 0) {
_root.rasberryclock._x = _root.rasberryclock._x + _root.pushback;
}
}
if (this.hitTest(_root.rasberryclock.rasberryclock2.rclockbody2)) {
_root.rclockhealth = _root.rclockhealth - _root.damage;
_root.rasberryclock.rasberryclock2.rclockbody2.play();
this.gotoAndStop(1);
if (_root.direction39 == 1) {
_root.rasberryclock._x = _root.rasberryclock._x - _root.pushback;
}
if (_root.direction39 == 0) {
_root.rasberryclock._x = _root.rasberryclock._x + _root.pushback;
}
}
if (this.hitTest(_root.rasberryclock.rasberryclock2.rclockbody3)) {
_root.rclockhealth = _root.rclockhealth - _root.damage;
_root.rasberryclock.rasberryclock2.rclockbody3.play();
this.gotoAndStop(1);
if (_root.direction39 == 1) {
_root.rasberryclock._x = _root.rasberryclock._x - _root.pushback;
}
if (_root.direction39 == 0) {
_root.rasberryclock._x = _root.rasberryclock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rasberrylock.rclockbody)) {
_root.rclockhealth = _root.rclockhealth - _root.damage;
_root.rasberryclock.rclockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.rasberryclock.rclockbody2)) {
_root.rclockhealth = _root.rclockhealth - _root.damage;
_root.rasberryclock.rclockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.rasberryclock.rclockbody3)) {
_root.rclockhealth = _root.rclockhealth - _root.damage;
_root.rasberryclock.rclockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cherryclock.cherryclock2.chclockbody)) {
_root.chclockhealth = _root.chclockhealth - _root.damage;
_root.cherryclock.cherryclock2.chclockbody.play();
this.gotoAndStop(1);
if (_root.direction40 == 1) {
_root.cherryclock._x = _root.cherryclock._x - _root.pushback;
}
if (_root.direction40 == 0) {
_root.cherryclock._x = _root.cherryclock._x + _root.pushback;
}
}
if (this.hitTest(_root.cherryclock.cherryclock2.chclockbody2)) {
_root.chclockhealth = _root.chclockhealth - _root.damage;
_root.cherryclock.cherryclock2.chclockbody2.play();
this.gotoAndStop(1);
if (_root.direction40 == 1) {
_root.cherryclock._x = _root.cherryclock._x - _root.pushback;
}
if (_root.direction40 == 0) {
_root.cherryclock._x = _root.cherryclock._x + _root.pushback;
}
}
if (this.hitTest(_root.cherryclock.cherryclock2.chclockbody3)) {
_root.chclockhealth = _root.chclockhealth - _root.damage;
_root.cherryclock.cherryclock2.chclockbody3.play();
this.gotoAndStop(1);
if (_root.direction40 == 1) {
_root.cherryclock._x = _root.cherryclock._x - _root.pushback;
}
if (_root.direction40 == 0) {
_root.cherryclock._x = _root.cherryclock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cherrylock.chclockbody)) {
_root.chclockhealth = _root.chclockhealth - _root.damage;
_root.cherryclock.chclockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.cherryclock.chclockbody2)) {
_root.chclockhealth = _root.chclockhealth - _root.damage;
_root.cherryclock.chclockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.cherryclock.chclockbody3)) {
_root.chclockhealth = _root.chclockhealth - _root.damage;
_root.cherryclock.chclockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.carrotclock.carrotclock2.cclockbody)) {
_root.cclockhealth = _root.cclockhealth - _root.damage;
_root.carrotclock.carrotclock2.cclockbody.play();
this.gotoAndStop(1);
if (_root.direction41 == 1) {
_root.carrotclock._x = _root.carrotclock._x - _root.pushback;
}
if (_root.direction41 == 0) {
_root.carrotclock._x = _root.carrotclock._x + _root.pushback;
}
}
if (this.hitTest(_root.carrotclock.carrotclock2.cclockbody2)) {
_root.cclockhealth = _root.cclockhealth - _root.damage;
_root.carrotclock.carrotclock2.cclockbody2.play();
this.gotoAndStop(1);
if (_root.direction41 == 1) {
_root.carrotclock._x = _root.carrotclock._x - _root.pushback;
}
if (_root.direction41 == 0) {
_root.carrotclock._x = _root.carrotclock._x + _root.pushback;
}
}
if (this.hitTest(_root.carrotclock.carrotclock2.cclockbody3)) {
_root.cclockhealth = _root.cclockhealth - _root.damage;
_root.carrotclock.carrotclock2.cclockbody3.play();
this.gotoAndStop(1);
if (_root.direction41 == 1) {
_root.carrotclock._x = _root.carrotclock._x - _root.pushback;
}
if (_root.direction41 == 0) {
_root.carrotclock._x = _root.carrotclock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.carrotlock.cclockbody)) {
_root.cclockhealth = _root.cclockhealth - _root.damage;
_root.carrotclock.cclockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.carrotclock.cclockbody2)) {
_root.cclockhealth = _root.cclockhealth - _root.damage;
_root.carrotclock.cclockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.carrotclock.cclockbody3)) {
_root.cclockhealth = _root.cclockhealth - _root.damage;
_root.carrotclock.cclockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.orangeclock.orangeclock2.oclockbody)) {
_root.oclockhealth = _root.oclockhealth - _root.damage;
_root.orangeclock.orangeclock2.oclockbody.play();
this.gotoAndStop(1);
if (_root.direction42 == 1) {
_root.orangeclock._x = _root.orangeclock._x - _root.pushback;
}
if (_root.direction42 == 0) {
_root.orangeclock._x = _root.orangeclock._x + _root.pushback;
}
}
if (this.hitTest(_root.orangeclock.orangeclock2.oclockbody2)) {
_root.oclockhealth = _root.oclockhealth - _root.damage;
_root.orangeclock.orangeclock2.oclockbody2.play();
this.gotoAndStop(1);
if (_root.direction42 == 1) {
_root.orangeclock._x = _root.orangeclock._x - _root.pushback;
}
if (_root.direction42 == 0) {
_root.orangeclock._x = _root.orangeclock._x + _root.pushback;
}
}
if (this.hitTest(_root.orangeclock.orangeclock2.oclockbody3)) {
_root.oclockhealth = _root.oclockhealth - _root.damage;
_root.orangeclock.orangeclock2.oclockbody3.play();
this.gotoAndStop(1);
if (_root.direction42 == 1) {
_root.orangeclock._x = _root.orangeclock._x - _root.pushback;
}
if (_root.direction42 == 0) {
_root.orangeclock._x = _root.orangeclock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.orangeclock.oclockbody)) {
_root.oclockhealth = _root.oclockhealth - _root.damage;
_root.orangeclock.oclockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.orangeclock.oclockbody2)) {
_root.oclockhealth = _root.oclockhealth - _root.damage;
_root.orangeclock.oclockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.orangeclock.oclockbody3)) {
_root.oclockhealth = _root.oclockhealth - _root.damage;
_root.orangeclock.oclockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.blackberryclock.blackberryclock2.bclockbody)) {
_root.bclockhealth = _root.bclockhealth - _root.damage;
_root.blackberryclock.blackberryclock2.bclockbody.play();
this.gotoAndStop(1);
if (_root.direction43 == 1) {
_root.blackberryclock._x = _root.blackberryclock._x - _root.pushback;
}
if (_root.direction43 == 0) {
_root.blackberryclock._x = _root.blackberryclock._x + _root.pushback;
}
}
if (this.hitTest(_root.blackberryclock.blackberryclock2.bclockbody2)) {
_root.bclockhealth = _root.bclockhealth - _root.damage;
_root.blackberryclock.blackberryclock2.bclockbody2.play();
this.gotoAndStop(1);
if (_root.direction43 == 1) {
_root.blackberryclock._x = _root.blackberryclock._x - _root.pushback;
}
if (_root.direction43 == 0) {
_root.blackberryclock._x = _root.blackberryclock._x + _root.pushback;
}
}
if (this.hitTest(_root.blackberryclock.blackberryclock2.bclockbody3)) {
_root.bclockhealth = _root.bclockhealth - _root.damage;
_root.blackberryclock.blackberryclock2.bclockbody3.play();
this.gotoAndStop(1);
if (_root.direction43 == 1) {
_root.blackberryclock._x = _root.blackberryclock._x - _root.pushback;
}
if (_root.direction43 == 0) {
_root.blackberryclock._x = _root.blackberryclock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.blackberryclock.bclockbody)) {
_root.bclockhealth = _root.bclockhealth - _root.damage;
_root.blackberryclock.bclockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.blackberryclock.bclockbody2)) {
_root.bclockhealth = _root.bclockhealth - _root.damage;
_root.blackberryclock.bclockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.blackberryclock.bclockbody3)) {
_root.bclockhealth = _root.bclockhealth - _root.damage;
_root.blackberryclock.bclockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.appleclock.appleclock2.aclockbody)) {
_root.aclockhealth = _root.aclockhealth - _root.damage;
_root.appleclock.appleclock2.aclockbody.play();
this.gotoAndStop(1);
if (_root.direction44 == 1) {
_root.appleclock._x = _root.appleclock._x - _root.pushback;
}
if (_root.direction44 == 0) {
_root.appleclock._x = _root.appleclock._x + _root.pushback;
}
}
if (this.hitTest(_root.appleclock.appleclock2.aclockbody2)) {
_root.aclockhealth = _root.aclockhealth - _root.damage;
_root.appleclock.appleclock2.aclockbody2.play();
this.gotoAndStop(1);
if (_root.direction44 == 1) {
_root.appleclock._x = _root.appleclock._x - _root.pushback;
}
if (_root.direction44 == 0) {
_root.appleclock._x = _root.appleclock._x + _root.pushback;
}
}
if (this.hitTest(_root.appleclock.appleclock2.aclockbody3)) {
_root.aclockhealth = _root.aclockhealth - _root.damage;
_root.appleclock.appleclock2.aclockbody3.play();
this.gotoAndStop(1);
if (_root.direction44 == 1) {
_root.appleclock._x = _root.appleclock._x - _root.pushback;
}
if (_root.direction44 == 0) {
_root.appleclock._x = _root.appleclock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.appleclock.aclockbody)) {
_root.aclockhealth = _root.aclockhealth - _root.damage;
_root.appleclock.aclockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.appleclock.aclockbody2)) {
_root.aclockhealth = _root.aclockhealth - _root.damage;
_root.appleclock.aclockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.appleclock.aclockbody3)) {
_root.aclockhealth = _root.aclockhealth - _root.damage;
_root.appleclock.aclockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pineyclock.pineyclock2.pclockbody)) {
_root.pclockhealth = _root.pclockhealth - _root.damage;
_root.pineyclock.pineyclock2.pclockbody.play();
this.gotoAndStop(1);
if (_root.direction45 == 1) {
_root.pineyclock._x = _root.pineyclock._x - _root.pushback;
}
if (_root.direction45 == 0) {
_root.pineyclock._x = _root.pineyclock._x + _root.pushback;
}
}
if (this.hitTest(_root.pineyclock.pineyclock2.pclockbody2)) {
_root.pclockhealth = _root.pclockhealth - _root.damage;
_root.pineyclock.pineyclock2.pclockbody2.play();
this.gotoAndStop(1);
if (_root.direction45 == 1) {
_root.pineyclock._x = _root.pineyclock._x - _root.pushback;
}
if (_root.direction45 == 0) {
_root.pineyclock._x = _root.pineyclock._x + _root.pushback;
}
}
if (this.hitTest(_root.pineyclock.pineyclock2.pclockbody3)) {
_root.pclockhealth = _root.pclockhealth - _root.damage;
_root.pineyclock.pineyclock2.pclockbody3.play();
this.gotoAndStop(1);
if (_root.direction45 == 1) {
_root.pineyclock._x = _root.pineyclock._x - _root.pushback;
}
if (_root.direction45 == 0) {
_root.pineyclock._x = _root.pineyclock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pineyclock.pclockbody)) {
_root.pclockhealth = _root.pclockhealth - _root.damage;
_root.pineyclock.pclockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.pineyclock.pclockbody2)) {
_root.pclockhealth = _root.pclockhealth - _root.damage;
_root.pineyclock.pclockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.pineyclock.pclockbody3)) {
_root.pclockhealth = _root.pclockhealth - _root.damage;
_root.pineyclock.pclockbody3.play();
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mushroomclock.mushroomclock2.mclockbody)) {
_root.mclockhealth = _root.mclockhealth - _root.damage;
_root.mushroomclock.mushroomclock2.mclockbody.play();
this.gotoAndStop(1);
if (_root.direction46 == 1) {
_root.mushroomclock._x = _root.mushroomclock._x - _root.pushback;
}
if (_root.direction46 == 0) {
_root.mushroomclock._x = _root.mushroomclock._x + _root.pushback;
}
}
if (this.hitTest(_root.mushroomclock.mushroomclock2.mclockbody2)) {
_root.mclockhealth = _root.mclockhealth - _root.damage;
_root.mushroomclock.mushroomclock2.mclockbody2.play();
this.gotoAndStop(1);
if (_root.direction46 == 1) {
_root.mushroomclock._x = _root.mushroomclock._x - _root.pushback;
}
if (_root.direction46 == 0) {
_root.mushroomclock._x = _root.mushroomclock._x + _root.pushback;
}
}
if (this.hitTest(_root.mushroomclock.mushroomclock2.mclockbody3)) {
_root.mclockhealth = _root.mclockhealth - _root.damage;
_root.mushroomclock.mushroomclock2.mclockbody3.play();
this.gotoAndStop(1);
if (_root.direction46 == 1) {
_root.mushroomclock._x = _root.mushroomclock._x - _root.pushback;
}
if (_root.direction46 == 0) {
_root.mushroomclock._x = _root.mushroomclock._x + _root.pushback;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mushroomclock.mclockbody)) {
_root.mclockhealth = _root.mclockhealth - _root.damage;
_root.mushroomclock.mclockbody.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.mushroomclock.mclockbody2)) {
_root.mclockhealth = _root.mclockhealth - _root.damage;
_root.mushroomclock.mclockbody2.play();
this.gotoAndStop(1);
}
if (this.hitTest(_root.mushroomclock.mclockbody3)) {
_root.mclockhealth = _root.mclockhealth - _root.damage;
_root.mushroomclock.mclockbody3.play();
this.gotoAndStop(1);
}
}
Instance of Symbol 130 MovieClip "gun" in Symbol 148 MovieClip Frame 9
onClipEvent (mouseMove) {
varX = _root.kat._xmouse - this._x;
varY = -1 * (_root.kat._ymouse - this._y);
angle = Math.atan2(varY, varX);
angle = Math.round((angle / Math.PI) * 180);
this._rotation = -1 * angle;
}
onClipEvent (mouseDown) {
this.play();
}
onClipEvent (enterFrame) {
if (_root.kat.gun.gun2.hitTest(_root.kat.stick)) {
_root.kat.stick.gotoAndStop(2);
_root.kat.gotoAndPlay(1);
}
if (_root.kat.gun.gun2.hitTest(_root.kat.stick2)) {
_root.kat.stick.gotoAndStop(2);
_root.kat.gotoAndPlay(1);
}
}
Symbol 148 MovieClip Frame 14
gotoAndPlay (9);
Symbol 170 MovieClip Frame 1
stop();
Symbol 171 MovieClip Frame 1
stop();
Symbol 177 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 142
stop();
Symbol 187 MovieClip Frame 143
stop();
Symbol 188 MovieClip Frame 61
stop();
if (_root.number2 == 6) {
play();
}
Symbol 188 MovieClip Frame 62
stop();
Instance of Symbol 187 MovieClip "damagepu" in Symbol 188 MovieClip Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.basehealth = _root.basehealth - _root.thedamagepu;
this.gotoAndStop(143);
}
}
Symbol 192 MovieClip Frame 1
stop();
Instance of Symbol 192 MovieClip "blood2" in Symbol 194 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.direction2 == 1) {
this._x = _root.kat._x;
}
if (_root.direction2 == 0) {
this_x = _root.kat._x;
}
}
Instance of Symbol 193 MovieClip in Symbol 194 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.socomdamage;
_root.blackberry.attack2.blood2.play();
}
}
Symbol 195 MovieClip Frame 1
stop();
Instance of Symbol 172 MovieClip "blackberry2" in Symbol 195 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.bhealth <= 0) {
_root.blackberry.gotoAndPlay(2);
}
}
Symbol 195 MovieClip Frame 2
_root.x2 = _root.x2 - 1;
_root.y2 = _root.y2 - 1;
Symbol 195 MovieClip Frame 3
_root.score = _root.score + _root.socomscore;
_root.kills++;
Symbol 195 MovieClip Frame 14
stop();
Instance of Symbol 188 MovieClip in Symbol 195 MovieClip Frame 14
/* no clip actions */
Symbol 195 MovieClip Frame 15
stop();
Instance of Symbol 194 MovieClip "attack2" in Symbol 195 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.bhealth <= 0) {
_root.blackberry.gotoAndPlay(2);
}
}
Symbol 205 MovieClip Frame 142
stop();
Symbol 205 MovieClip Frame 143
stop();
Symbol 206 MovieClip Frame 59
stop();
if (_root.number2 == 9) {
play();
}
Symbol 206 MovieClip Frame 60
stop();
Instance of Symbol 205 MovieClip "healthpu" in Symbol 206 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
if (_root.health < 100) {
this.gotoAndStop(143);
_root.health = _root.health + _root.thehealthpu;
}
if (_root.health > 100) {
_root.health = 100;
}
}
}
Symbol 208 MovieClip Frame 1
stop();
Instance of Symbol 210 MovieClip in Symbol 211 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.socomdamage;
_root.piney.attack3.blood3.play();
}
}
Symbol 212 MovieClip Frame 1
stop();
Instance of Symbol 201 MovieClip "piney2" in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.phealth <= 0) {
_root.piney.gotoAndPlay(2);
}
}
Symbol 212 MovieClip Frame 2
_root.x3 = _root.x3 - 1;
_root.y3 = _root.y3 - 1;
Symbol 212 MovieClip Frame 3
_root.score = _root.score + _root.socomscore;
_root.kills++;
Symbol 212 MovieClip Frame 14
stop();
Symbol 212 MovieClip Frame 15
stop();
Instance of Symbol 178 MovieClip "pbody" in Symbol 212 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.phealth <= 0) {
_root.piney.gotoAndPlay(2);
}
}
Symbol 220 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 142
stop();
Symbol 229 MovieClip Frame 143
stop();
Symbol 230 MovieClip Frame 59
stop();
if (_root.number2 == 2) {
play();
}
Symbol 230 MovieClip Frame 60
stop();
Instance of Symbol 229 MovieClip "powerpu" in Symbol 230 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.pushback = _root.pushback + _root.thepowerpu;
this.gotoAndStop(143);
}
}
Symbol 234 MovieClip Frame 1
stop();
Instance of Symbol 232 MovieClip in Symbol 235 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.socomdamage;
_root.mushroom.attack4.blood4.play();
}
}
Symbol 236 MovieClip Frame 1
stop();
Instance of Symbol 224 MovieClip "mushroom2" in Symbol 236 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mhealth <= 0) {
_root.mushroom.gotoAndPlay(2);
}
}
Symbol 236 MovieClip Frame 2
_root.x4 = _root.x4 - 1;
_root.y4 = _root.y4 - 1;
Symbol 236 MovieClip Frame 3
_root.score = _root.score + _root.socomscore;
_root.kills++;
Symbol 236 MovieClip Frame 14
stop();
Symbol 236 MovieClip Frame 15
stop();
Instance of Symbol 235 MovieClip "attack4" in Symbol 236 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.mhealth <= 0) {
_root.mushroom.gotoAndPlay(2);
}
}
Instance of Symbol 220 MovieClip "mbody2" in Symbol 236 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.mhealth == 0) {
_root.mushroom.gotoAndPlay(2);
}
}
Symbol 243 MovieClip Frame 1
stop();
Symbol 244 MovieClip Frame 1
stop();
Symbol 247 MovieClip Frame 59
stop();
if (_root.number2 == 8) {
play();
}
Symbol 247 MovieClip Frame 60
stop();
Instance of Symbol 205 MovieClip "healthpu" in Symbol 247 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
if (_root.health < 100) {
this.gotoAndStop(143);
_root.health = _root.health + _root.thehealthpu;
}
if (_root.health > 100) {
_root.health = 100;
}
}
}
Symbol 248 MovieClip Frame 1
stop();
Instance of Symbol 249 MovieClip in Symbol 250 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.socomdamage;
_root.oorange.attack5.blood5.play();
}
}
Symbol 251 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip "oorange2" in Symbol 251 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.oohealth <= 0) {
_root.oorange.gotoAndPlay(2);
}
}
Symbol 251 MovieClip Frame 2
_root.x5 = _root.x5 - 1;
_root.y5 = _root.y5 - 1;
Symbol 251 MovieClip Frame 3
_root.score = _root.score + _root.socomscore;
_root.kills++;
Symbol 251 MovieClip Frame 14
stop();
Symbol 251 MovieClip Frame 15
stop();
Instance of Symbol 250 MovieClip "attack5" in Symbol 251 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.oohealth <= 0) {
_root.oorange.gotoAndPlay(2);
}
}
Symbol 259 MovieClip Frame 1
stop();
Symbol 260 MovieClip Frame 1
stop();
Symbol 263 MovieClip Frame 59
stop();
if (_root.number2 == 3) {
play();
}
Symbol 263 MovieClip Frame 60
stop();
Instance of Symbol 229 MovieClip "powerpu" in Symbol 263 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.pushback = _root.pushback + _root.thepowerpu;
this.gotoAndStop(143);
}
}
Symbol 265 MovieClip Frame 1
stop();
Instance of Symbol 266 MovieClip in Symbol 267 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.socomdamage;
_root.rasberry.attack6.blood6.play();
}
}
Symbol 268 MovieClip Frame 1
stop();
Instance of Symbol 261 MovieClip "rasberry2" in Symbol 268 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.rhealth <= 0) {
_root.rasberry.gotoAndPlay(2);
}
}
Symbol 268 MovieClip Frame 2
_root.x6 = _root.x6 - 1;
_root.y6 = _root.y6 - 1;
Symbol 268 MovieClip Frame 3
_root.score = _root.score + _root.socomscore;
_root.kills++;
Symbol 268 MovieClip Frame 14
stop();
Symbol 268 MovieClip Frame 15
stop();
Instance of Symbol 267 MovieClip "attack6" in Symbol 268 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.rhealth <= 0) {
_root.rasberry.gotoAndPlay(2);
}
}
Symbol 274 MovieClip Frame 1
stop();
Symbol 275 MovieClip Frame 1
stop();
Symbol 276 MovieClip Frame 1
stop();
Symbol 279 MovieClip Frame 59
stop();
if (_root.number2 == 5) {
play();
}
Symbol 279 MovieClip Frame 60
stop();
Instance of Symbol 187 MovieClip "damagepu" in Symbol 279 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.basehealth = _root.basehealth - _root.thedamagepu;
this.gotoAndStop(143);
}
}
Symbol 281 MovieClip Frame 1
stop();
Instance of Symbol 282 MovieClip in Symbol 283 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.socomdamage;
_root.apple.attack7.blood7.play();
}
}
Symbol 284 MovieClip Frame 1
stop();
Instance of Symbol 277 MovieClip "apple2" in Symbol 284 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ahealth <= 0) {
_root.apple.gotoAndPlay(2);
}
}
Symbol 284 MovieClip Frame 2
_root.x7 = _root.x7 - 1;
_root.y7 = _root.y7 - 1;
Symbol 284 MovieClip Frame 3
_root.score = _root.score + _root.socomscore;
_root.kills++;
Symbol 284 MovieClip Frame 14
stop();
Symbol 284 MovieClip Frame 15
stop();
Instance of Symbol 283 MovieClip "attack7" in Symbol 284 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.ahealth <= 0) {
_root.apple.gotoAndPlay(2);
}
}
Symbol 288 MovieClip Frame 1
stop();
Symbol 289 MovieClip Frame 1
stop();
Symbol 290 MovieClip Frame 1
stop();
Symbol 293 MovieClip Frame 59
stop();
if (_root.number2 == 4) {
play();
}
Symbol 293 MovieClip Frame 60
stop();
Instance of Symbol 187 MovieClip "damagepu" in Symbol 293 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.basehealth = _root.basehealth - _root.thedamagepu;
this.gotoAndStop(143);
}
}
Symbol 295 MovieClip Frame 1
stop();
Instance of Symbol 296 MovieClip in Symbol 297 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.socomdamage;
_root.carrot.attack8.blood8.play();
}
}
Symbol 298 MovieClip Frame 1
stop();
Instance of Symbol 291 MovieClip "carrot2" in Symbol 298 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.chealth <= 0) {
_root.carrot.gotoAndPlay(2);
}
}
Symbol 298 MovieClip Frame 2
_root.x8 = _root.x8 - 1;
_root.y8 = _root.y8 - 1;
Symbol 298 MovieClip Frame 3
_root.score = _root.score + _root.socomscore;
_root.kills++;
Symbol 298 MovieClip Frame 14
stop();
Symbol 298 MovieClip Frame 15
stop();
Instance of Symbol 297 MovieClip "attack8" in Symbol 298 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.chealth <= 0) {
_root.carrot.gotoAndPlay(2);
}
}
Symbol 305 MovieClip Frame 1
stop();
Symbol 306 MovieClip Frame 1
stop();
Symbol 307 MovieClip Frame 1
stop();
Symbol 310 MovieClip Frame 59
stop();
if (_root.number2 == 1) {
play();
}
Symbol 310 MovieClip Frame 60
stop();
Instance of Symbol 229 MovieClip "powerpu" in Symbol 310 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.pushback = _root.pushback + _root.thepowerpu;
this.gotoAndStop(143);
}
}
Symbol 312 MovieClip Frame 1
stop();
Instance of Symbol 313 MovieClip in Symbol 314 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.socomdamage;
_root.cherry.attack9.blood9.play();
}
}
Symbol 315 MovieClip Frame 1
stop();
Instance of Symbol 308 MovieClip "cherry2" in Symbol 315 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.chhealth <= 0) {
_root.cherry.gotoAndPlay(2);
}
}
Symbol 315 MovieClip Frame 2
_root.x9 = _root.x9 - 1;
_root.y9 = _root.y9 - 1;
Symbol 315 MovieClip Frame 3
_root.score = _root.score + _root.socomscore;
_root.kills++;
Symbol 315 MovieClip Frame 14
stop();
Symbol 315 MovieClip Frame 15
stop();
Instance of Symbol 314 MovieClip "attack9" in Symbol 315 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.chhealth <= 0) {
_root.cherry.gotoAndPlay(2);
}
}
Symbol 321 MovieClip Frame 1
stop();
Symbol 322 MovieClip Frame 1
stop();
Symbol 323 MovieClip Frame 1
stop();
Symbol 326 MovieClip Frame 59
stop();
if (_root.number2 == 7) {
play();
}
Symbol 326 MovieClip Frame 60
stop();
Instance of Symbol 205 MovieClip "healthpu" in Symbol 326 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
if (_root.health < 100) {
this.gotoAndStop(143);
_root.health = _root.health + _root.thehealthpu;
}
if (_root.health > 100) {
_root.health = 100;
}
}
}
Symbol 327 MovieClip Frame 1
stop();
Instance of Symbol 328 MovieClip in Symbol 329 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.socomdamage;
_root.strawberry.attack10.blood10.play();
}
}
Symbol 330 MovieClip Frame 1
stop();
Instance of Symbol 324 MovieClip "strawberry2" in Symbol 330 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.shealth <= 0) {
_root.strawberry.gotoAndPlay(2);
}
}
Symbol 330 MovieClip Frame 2
_root.x10 = _root.x10 - 1;
_root.y10 = _root.y10 - 1;
Symbol 330 MovieClip Frame 3
_root.score = _root.score + _root.socomscore;
_root.kills++;
Symbol 330 MovieClip Frame 14
stop();
Symbol 330 MovieClip Frame 15
stop();
Instance of Symbol 329 MovieClip "attack10" in Symbol 330 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.shealth <= 0) {
_root.strawberry.gotoAndPlay(2);
}
}
Symbol 332 MovieClip Frame 30
_root.oorange._x = _root.rightside;
_root.oorange._y = 190;
Symbol 332 MovieClip Frame 83
_root.apple._x = _root.leftside;
_root.apple._y = 170;
Symbol 332 MovieClip Frame 139
_root.carrot._x = _root.leftside;
_root.carrot._y = 105;
Symbol 332 MovieClip Frame 198
_root.blackberry._x = _root.rightside;
_root.blackberry._y = 190;
Symbol 332 MovieClip Frame 260
_root.strawberry._x = _root.leftside;
_root.strawberry._y = 160;
Symbol 332 MovieClip Frame 325
_root.piney._x = _root.leftside;
_root.piney._y = 130;
Symbol 332 MovieClip Frame 394
_root.rasberry._x = _root.rightside;
_root.rasberry._y = 160;
Symbol 332 MovieClip Frame 475
_root.mushroom._x = _root.leftside;
_root.mushroom._y = 150;
Symbol 332 MovieClip Frame 476
_root.socom_2.play();
stop();
Symbol 344 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("menu");
}
Symbol 351 MovieClip Frame 40
stop();
Symbol 351 MovieClip Frame 199
_root.thenext = _root.kat._x;
Symbol 351 MovieClip Frame 200
_root.nextFrame();
Symbol 353 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;
}
this._visible = false;
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 356 MovieClip Frame 945
stop();
Symbol 356 MovieClip Frame 946
stop();
Symbol 364 MovieClip Frame 1
stop();
Symbol 365 MovieClip Frame 1
stop();
Symbol 366 MovieClip Frame 1
stop();
Symbol 369 MovieClip Frame 59
stop();
if (_root.number2 == 4) {
play();
}
Symbol 369 MovieClip Frame 60
stop();
Instance of Symbol 187 MovieClip "damagepu" in Symbol 369 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.basehealth = _root.basehealth - _root.thedamagepu;
this.gotoAndStop(143);
}
}
Symbol 372 MovieClip Frame 1
stop();
Instance of Symbol 373 MovieClip in Symbol 374 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.pipedamage;
_root.applebomb.attack11.blood11.play();
}
}
Symbol 375 MovieClip Frame 1
stop();
Instance of Symbol 367 MovieClip "applebomb2" in Symbol 375 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.abombhealth <= 0) {
_root.applebomb.gotoAndPlay(2);
}
}
Symbol 375 MovieClip Frame 2
_root.x11 = _root.x11 - 1;
_root.y11 = _root.y11 - 1;
Symbol 375 MovieClip Frame 3
_root.score = _root.score + _root.bombscore;
_root.kills++;
Symbol 375 MovieClip Frame 14
stop();
Symbol 375 MovieClip Frame 15
stop();
Instance of Symbol 374 MovieClip "attack11" in Symbol 375 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.abombhealth <= 0) {
_root.applebomb.gotoAndPlay(2);
}
}
Symbol 376 MovieClip Frame 1
stop();
Symbol 377 MovieClip Frame 1
stop();
Symbol 378 MovieClip Frame 1
stop();
Symbol 381 MovieClip Frame 59
stop();
if (_root.number2 == 1) {
play();
}
Symbol 381 MovieClip Frame 60
stop();
Instance of Symbol 229 MovieClip "powerpu" in Symbol 381 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.pushback = _root.pushback + _root.thepowerpu;
this.gotoAndStop(143);
}
}
Symbol 383 MovieClip Frame 1
stop();
Instance of Symbol 384 MovieClip in Symbol 385 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.pipedamage;
_root.carrotbomb.attack12.blood12.play();
}
}
Symbol 386 MovieClip Frame 1
stop();
Instance of Symbol 379 MovieClip "carrotbomb2" in Symbol 386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cbombhealth <= 0) {
_root.carrotbomb.gotoAndPlay(2);
}
}
Symbol 386 MovieClip Frame 2
_root.x12 = _root.x12 - 1;
_root.y12 = _root.y12 - 1;
Symbol 386 MovieClip Frame 3
_root.score = _root.score + _root.bombscore;
_root.kills++;
Symbol 386 MovieClip Frame 14
stop();
Symbol 386 MovieClip Frame 15
stop();
Symbol 389 MovieClip Frame 59
stop();
if (_root.number2 == 5) {
play();
}
Symbol 389 MovieClip Frame 60
stop();
Instance of Symbol 187 MovieClip "damagepu" in Symbol 389 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.basehealth = _root.basehealth - _root.thedamagepu;
this.gotoAndStop(143);
}
}
Symbol 391 MovieClip Frame 1
stop();
Instance of Symbol 392 MovieClip in Symbol 393 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.pipedamage;
_root.orangebomb.attack13.blood13.play();
}
}
Symbol 394 MovieClip Frame 1
stop();
Instance of Symbol 387 MovieClip "orangebomb2" in Symbol 394 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.obombhealth <= 0) {
_root.orangebomb.gotoAndPlay(2);
}
}
Symbol 394 MovieClip Frame 2
_root.x13 = _root.x13 - 1;
_root.y13 = _root.y13 - 1;
Symbol 394 MovieClip Frame 3
_root.score = _root.score + _root.bombscore;
_root.kills++;
Symbol 394 MovieClip Frame 14
stop();
Symbol 394 MovieClip Frame 15
stop();
Instance of Symbol 393 MovieClip "attack13" in Symbol 394 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.obombhealth <= 0) {
_root.orangebomb.gotoAndPlay(2);
}
}
Symbol 397 MovieClip Frame 59
stop();
if (_root.number2 == 6) {
play();
}
Symbol 397 MovieClip Frame 60
stop();
Instance of Symbol 187 MovieClip "damagepu" in Symbol 397 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.basehealth = _root.basehealth - _root.thedamagepu;
this.gotoAndStop(143);
}
}
Symbol 398 MovieClip Frame 1
stop();
Instance of Symbol 399 MovieClip in Symbol 400 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.pipedamage;
_root.strawberrybomb.attack14.blood14.play();
}
}
Symbol 401 MovieClip Frame 1
stop();
Instance of Symbol 395 MovieClip "strawberrybomb2" in Symbol 401 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.sbombhealth <= 0) {
_root.strawberrybomb.gotoAndPlay(2);
}
}
Symbol 401 MovieClip Frame 2
_root.x14 = _root.x14 - 1;
_root.y14 = _root.y14 - 1;
Symbol 401 MovieClip Frame 3
_root.score = _root.score + _root.bombscore;
_root.kills++;
Symbol 401 MovieClip Frame 14
stop();
Symbol 401 MovieClip Frame 15
stop();
Instance of Symbol 400 MovieClip "attack14" in Symbol 401 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.sbombhealth <= 0) {
_root.strawberrybomb.gotoAndPlay(2);
}
}
Symbol 404 MovieClip Frame 59
stop();
if (_root.number2 == 7) {
play();
}
Symbol 404 MovieClip Frame 60
stop();
Instance of Symbol 205 MovieClip "healthpu" in Symbol 404 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
if (_root.health < 100) {
this.gotoAndStop(143);
_root.health = _root.health + _root.thehealthpu;
}
if (_root.health > 100) {
_root.health = 100;
}
}
}
Symbol 406 MovieClip Frame 1
stop();
Instance of Symbol 407 MovieClip in Symbol 408 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.pipedamage;
_root.cherrybomb.attack15.blood15.play();
}
}
Symbol 409 MovieClip Frame 1
stop();
Instance of Symbol 402 MovieClip "cherrybomb2" in Symbol 409 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.chbombhealth <= 0) {
_root.cherrybomb.gotoAndPlay(2);
}
}
Symbol 409 MovieClip Frame 2
_root.x15 = _root.x15 - 1;
_root.y15 = _root.y15 - 1;
Symbol 409 MovieClip Frame 3
_root.score = _root.score + _root.bombscore;
_root.kills++;
Symbol 409 MovieClip Frame 14
stop();
Symbol 409 MovieClip Frame 15
stop();
Instance of Symbol 408 MovieClip "attack15" in Symbol 409 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.chbombhealth <= 0) {
_root.cherrybomb.gotoAndPlay(2);
}
}
Symbol 413 MovieClip Frame 59
stop();
if (_root.number2 == 8) {
play();
}
Symbol 413 MovieClip Frame 60
stop();
Instance of Symbol 205 MovieClip "healthpu" in Symbol 413 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
if (_root.health < 100) {
this.gotoAndStop(143);
_root.health = _root.health + _root.thehealthpu;
}
if (_root.health > 100) {
_root.health = 100;
}
}
}
Symbol 414 MovieClip Frame 1
stop();
Instance of Symbol 415 MovieClip in Symbol 416 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.pipedamage;
_root.mushroombomb.attack16.blood16.play();
}
}
Symbol 417 MovieClip Frame 1
stop();
Instance of Symbol 411 MovieClip "mushroombomb2" in Symbol 417 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mbombhealth <= 0) {
_root.mushroombomb.gotoAndPlay(2);
}
}
Symbol 417 MovieClip Frame 2
_root.x16 = _root.x16 - 1;
_root.y16 = _root.y16 - 1;
Symbol 417 MovieClip Frame 3
_root.score = _root.score + _root.bombscore;
_root.kills++;
Symbol 417 MovieClip Frame 14
stop();
Symbol 417 MovieClip Frame 15
stop();
Instance of Symbol 416 MovieClip "attack16" in Symbol 417 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.mbombhealth <= 0) {
_root.mushroombomb.gotoAndPlay(2);
}
}
Symbol 420 MovieClip Frame 59
stop();
if (_root.number2 == 9) {
play();
}
Symbol 420 MovieClip Frame 60
stop();
Instance of Symbol 205 MovieClip "healthpu" in Symbol 420 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
if (_root.health < 100) {
this.gotoAndStop(143);
_root.health = _root.health + _root.thehealthpu;
}
if (_root.health > 100) {
_root.health = 100;
}
}
}
Symbol 422 MovieClip Frame 1
stop();
Instance of Symbol 423 MovieClip in Symbol 424 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.pipedamage;
_root.blackberrybomb.attack17.blood17.play();
}
}
Symbol 425 MovieClip Frame 1
stop();
Instance of Symbol 418 MovieClip "blackberrybomb2" in Symbol 425 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.bbombhealth <= 0) {
_root.blackberrybomb.gotoAndPlay(2);
}
}
Symbol 425 MovieClip Frame 2
_root.x17 = _root.x17 - 1;
_root.y17 = _root.y17 - 1;
Symbol 425 MovieClip Frame 3
_root.score = _root.score + _root.bombscore;
_root.kills++;
Symbol 425 MovieClip Frame 14
stop();
Symbol 425 MovieClip Frame 15
stop();
Instance of Symbol 424 MovieClip "attack17" in Symbol 425 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.bbombhealth <= 0) {
_root.blackberrybomb.gotoAndPlay(2);
}
}
Symbol 428 MovieClip Frame 59
stop();
if (_root.number2 == 3) {
play();
}
Symbol 428 MovieClip Frame 60
stop();
Instance of Symbol 229 MovieClip "powerpu" in Symbol 428 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.pushback = _root.pushback + _root.thepowerpu;
this.gotoAndStop(143);
}
}
Symbol 430 MovieClip Frame 1
stop();
Instance of Symbol 431 MovieClip in Symbol 432 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.pipedamage;
_root.raspberrybomb.attack18.blood18.play();
}
}
Symbol 433 MovieClip Frame 1
stop();
Instance of Symbol 426 MovieClip "raspberrybomb2" in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.rbombhealth <= 0) {
_root.raspberrybomb.gotoAndPlay(2);
}
}
Symbol 433 MovieClip Frame 2
_root.y18 = _root.y18 - 1;
_root.x18 = _root.x18 - 1;
Symbol 433 MovieClip Frame 3
_root.score = _root.score + _root.bombscore;
_root.kills++;
Symbol 433 MovieClip Frame 14
stop();
Symbol 433 MovieClip Frame 15
stop();
Instance of Symbol 432 MovieClip "attack18" in Symbol 433 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.rbombhealth <= 0) {
_root.raspberrybomb.gotoAndPlay(2);
}
}
Symbol 436 MovieClip Frame 59
stop();
if (_root.number2 == 2) {
play();
}
Symbol 436 MovieClip Frame 60
stop();
Instance of Symbol 229 MovieClip "powerpu" in Symbol 436 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.pushback = _root.pushback + _root.thepowerpu;
this.gotoAndStop(143);
}
}
Symbol 438 MovieClip Frame 1
stop();
Instance of Symbol 439 MovieClip in Symbol 440 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.pipedamage;
_root.pineybomb.attack19.blood19.play();
}
}
Symbol 441 MovieClip Frame 1
stop();
Instance of Symbol 434 MovieClip "pineybomb2" in Symbol 441 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pbombhealth <= 0) {
_root.pineybomb.gotoAndPlay(2);
}
}
Symbol 441 MovieClip Frame 2
_root.y19 = _root.y19 - 1;
_root.x19 = _root.x19 - 1;
Symbol 441 MovieClip Frame 3
_root.score = _root.score + _root.bombscore;
_root.kills++;
Symbol 441 MovieClip Frame 14
stop();
Symbol 441 MovieClip Frame 15
stop();
Instance of Symbol 440 MovieClip "attack19" in Symbol 441 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.pbombhealth <= 0) {
_root.pineybomb.gotoAndPlay(2);
}
}
Symbol 442 MovieClip Frame 30
_root.cherrybomb._x = _root.rightside;
_root.cherrybomb._y = 170;
Symbol 442 MovieClip Frame 83
_root.pineybomb._x = _root.leftside;
_root.pineybomb._y = 130;
Symbol 442 MovieClip Frame 139
_root.mushroombomb._x = _root.rightside;
_root.mushroombomb._y = 165;
Symbol 442 MovieClip Frame 198
_root.strawberrybomb._x = _root.leftside;
_root.strawberrybomb._y = 160;
Symbol 442 MovieClip Frame 260
_root.blackberrybomb._x = _root.rightside;
_root.blackberrybomb._y = 180;
Symbol 442 MovieClip Frame 325
_root.applebomb._x = _root.leftside;
_root.applebomb._y = 170;
Symbol 442 MovieClip Frame 394
_root.raspberrybomb._x = _root.rightside;
_root.raspberrybomb._y = 170;
Symbol 442 MovieClip Frame 475
_root.orangebomb._x = _root.rightside;
_root.orangebomb._y = 160;
Symbol 442 MovieClip Frame 476
_root.socom_2.play();
stop();
Symbol 454 MovieClip Frame 1
stop();
Symbol 457 MovieClip Frame 59
stop();
if (_root.number2 == 4) {
play();
}
Symbol 457 MovieClip Frame 60
stop();
Instance of Symbol 187 MovieClip "damagepu" in Symbol 457 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.basehealth = _root.basehealth - _root.thedamagepu;
this.gotoAndStop(143);
}
}
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.sworddamage;
_root.pineyuzi.attack20.blood20.play();
}
}
Symbol 461 MovieClip Frame 1
stop();
Instance of Symbol 455 MovieClip "pineyuzi2" in Symbol 461 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.puzihealth <= 0) {
_root.pineyuzi.gotoAndPlay(2);
}
}
Symbol 461 MovieClip Frame 2
_root.x20 = _root.x20 - 1;
_root.y20 = _root.y20 - 1;
Symbol 461 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 461 MovieClip Frame 14
stop();
Symbol 461 MovieClip Frame 15
stop();
Instance of Symbol 460 MovieClip "attack20" in Symbol 461 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.puzihealth <= 0) {
_root.pineyuzi.gotoAndPlay(2);
}
}
Symbol 464 MovieClip Frame 59
stop();
if (_root.number2 == 6) {
play();
}
Symbol 464 MovieClip Frame 60
stop();
Instance of Symbol 187 MovieClip "damagepu" in Symbol 464 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.basehealth = _root.basehealth - _root.thedamagepu;
this.gotoAndStop(143);
}
}
Symbol 465 MovieClip Frame 1
stop();
Instance of Symbol 467 MovieClip in Symbol 468 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.sworddamage;
_root.appleuzi.attack21.blood21.play();
}
}
Symbol 469 MovieClip Frame 1
stop();
Instance of Symbol 462 MovieClip "appleuzi2" in Symbol 469 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.auzihealth <= 0) {
_root.appleuzi.gotoAndPlay(2);
}
}
Symbol 469 MovieClip Frame 2
_root.x21 = _root.x21 - 1;
_root.y21 = _root.y21 - 1;
Symbol 469 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 469 MovieClip Frame 14
stop();
Symbol 469 MovieClip Frame 15
stop();
Instance of Symbol 468 MovieClip "attack21" in Symbol 469 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.auzihealth <= 0) {
_root.appleuzi.gotoAndPlay(2);
}
}
Symbol 472 MovieClip Frame 59
stop();
if (_root.number2 == 2) {
play();
}
Symbol 472 MovieClip Frame 60
stop();
Instance of Symbol 229 MovieClip "powerpu" in Symbol 472 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.pushback = _root.pushback + _root.thepowerpu;
this.gotoAndStop(143);
}
}
Symbol 473 MovieClip Frame 1
stop();
Instance of Symbol 475 MovieClip in Symbol 476 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.sworddamage;
_root.carrotuzi.attack22.blood22.play();
}
}
Symbol 477 MovieClip Frame 1
stop();
Instance of Symbol 470 MovieClip "carrotuzi2" in Symbol 477 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cuzihealth <= 0) {
_root.carrotuzi.gotoAndPlay(2);
}
}
Symbol 477 MovieClip Frame 2
_root.x22 = _root.x22 - 1;
_root.y22 = _root.y22 - 1;
Symbol 477 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 477 MovieClip Frame 14
stop();
Symbol 477 MovieClip Frame 15
stop();
Instance of Symbol 476 MovieClip "attack22" in Symbol 477 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.cuzihealth <= 0) {
_root.carrotuzi.gotoAndPlay(2);
}
}
Symbol 478 MovieClip Frame 1
stop();
Symbol 481 MovieClip Frame 59
stop();
if (_root.number2 == 7) {
play();
}
Symbol 481 MovieClip Frame 60
stop();
Instance of Symbol 205 MovieClip "healthpu" in Symbol 481 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
if (_root.health < 100) {
this.gotoAndStop(143);
_root.health = _root.health + _root.thehealthpu;
}
if (_root.health > 100) {
_root.health = 100;
}
}
}
Instance of Symbol 483 MovieClip in Symbol 484 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.sworddamage;
_root.raspberryuzi.attack23.blood23.play();
}
}
Symbol 485 MovieClip Frame 1
stop();
Instance of Symbol 479 MovieClip "raspberryuzi2" in Symbol 485 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ruzihealth <= 0) {
_root.raspberryuzi.gotoAndPlay(2);
}
}
Symbol 485 MovieClip Frame 2
_root.x23 = _root.x23 - 1;
_root.y23 = _root.y23 - 1;
Symbol 485 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 485 MovieClip Frame 14
stop();
Symbol 485 MovieClip Frame 15
stop();
Instance of Symbol 484 MovieClip "attack23" in Symbol 485 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.ruzihealth <= 0) {
_root.raspberryuzi.gotoAndPlay(2);
}
}
Symbol 488 MovieClip Frame 59
stop();
if (_root.number2 == 5) {
play();
}
Symbol 488 MovieClip Frame 60
stop();
Instance of Symbol 187 MovieClip "damagepu" in Symbol 488 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.basehealth = _root.basehealth - _root.thedamagepu;
this.gotoAndStop(143);
}
}
Symbol 489 MovieClip Frame 1
stop();
Instance of Symbol 491 MovieClip in Symbol 492 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.sworddamage;
_root.orangeuzi.attack24.blood24.play();
}
}
Symbol 493 MovieClip Frame 1
stop();
Instance of Symbol 486 MovieClip "orangeuzi2" in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ouzihealth <= 0) {
_root.orangeuzi.gotoAndPlay(2);
}
}
Symbol 493 MovieClip Frame 2
_root.x24 = _root.x24 - 1;
_root.y24 = _root.y24 - 1;
Symbol 493 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 493 MovieClip Frame 14
stop();
Symbol 493 MovieClip Frame 15
stop();
Instance of Symbol 492 MovieClip "attack24" in Symbol 493 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.ouzihealth <= 0) {
_root.orangeuzi.gotoAndPlay(2);
}
}
Symbol 496 MovieClip Frame 59
stop();
if (_root.number2 == 3) {
play();
}
Symbol 496 MovieClip Frame 60
stop();
Instance of Symbol 229 MovieClip "powerpu" in Symbol 496 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.pushback = _root.pushback + _root.thepowerpu;
this.gotoAndStop(143);
}
}
Symbol 497 MovieClip Frame 1
stop();
Instance of Symbol 499 MovieClip in Symbol 500 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.sworddamage;
_root.strawberryuzi.attack25.blood25.play();
}
}
Symbol 501 MovieClip Frame 1
stop();
Instance of Symbol 494 MovieClip "strawberryuzi2" in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.suzihealth <= 0) {
_root.strawberryuzi.gotoAndPlay(2);
}
}
Symbol 501 MovieClip Frame 2
_root.x25 = _root.x25 - 1;
_root.y25 = _root.y25 - 1;
Symbol 501 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 501 MovieClip Frame 14
stop();
Symbol 501 MovieClip Frame 15
stop();
Instance of Symbol 500 MovieClip "attack25" in Symbol 501 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.suzihealth <= 0) {
_root.strawberryuzi.gotoAndPlay(2);
}
}
Symbol 504 MovieClip Frame 59
stop();
if (_root.number2 == 8) {
play();
}
Symbol 504 MovieClip Frame 60
stop();
Instance of Symbol 205 MovieClip "healthpu" in Symbol 504 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
if (_root.health < 100) {
this.gotoAndStop(143);
_root.health = _root.health + _root.thehealthpu;
}
if (_root.health > 100) {
_root.health = 100;
}
}
}
Symbol 505 MovieClip Frame 1
stop();
Instance of Symbol 507 MovieClip in Symbol 508 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.sworddamage;
_root.mushroomuzi.attack26.blood26.play();
}
}
Symbol 509 MovieClip Frame 1
stop();
Instance of Symbol 502 MovieClip "mushroomuzi2" in Symbol 509 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.muzihealth <= 0) {
_root.mushroomuzi.gotoAndPlay(2);
}
}
Symbol 509 MovieClip Frame 2
_root.x26 = _root.x26 - 1;
_root.y26 = _root.y26 - 1;
Symbol 509 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 509 MovieClip Frame 14
stop();
Symbol 509 MovieClip Frame 15
stop();
Instance of Symbol 508 MovieClip "attack26" in Symbol 509 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.muzihealth <= 0) {
_root.mushroomuzi.gotoAndPlay(2);
}
}
Symbol 512 MovieClip Frame 59
stop();
if (_root.number2 == 9) {
play();
}
Symbol 512 MovieClip Frame 60
stop();
Instance of Symbol 205 MovieClip "healthpu" in Symbol 512 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
if (_root.health < 100) {
this.gotoAndStop(143);
_root.health = _root.health + _root.thehealthpu;
}
if (_root.health > 100) {
_root.health = 100;
}
}
}
Symbol 513 MovieClip Frame 1
stop();
Instance of Symbol 515 MovieClip in Symbol 516 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.sworddamage;
_root.cherryuzi.attack27.blood27.play();
}
}
Symbol 517 MovieClip Frame 1
stop();
Instance of Symbol 510 MovieClip "cherryuzi2" in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.chuzihealth <= 0) {
_root.cherryuzi.gotoAndPlay(2);
}
}
Symbol 517 MovieClip Frame 2
_root.x27 = _root.x27 - 1;
_root.y27 = _root.y27 - 1;
Symbol 517 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 517 MovieClip Frame 14
stop();
Symbol 517 MovieClip Frame 15
stop();
Instance of Symbol 516 MovieClip "attack27" in Symbol 517 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.chuzihealth <= 0) {
_root.cherryuzi.gotoAndPlay(2);
}
}
Symbol 520 MovieClip Frame 59
stop();
if (_root.number2 == 1) {
play();
}
Symbol 520 MovieClip Frame 60
stop();
Instance of Symbol 229 MovieClip "powerpu" in Symbol 520 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.pushback = _root.pushback + _root.thepowerpu;
this.gotoAndStop(143);
}
}
Symbol 521 MovieClip Frame 1
stop();
Instance of Symbol 523 MovieClip in Symbol 524 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.sworddamage;
_root.blackberryuzi.attack28.blood28.play();
}
}
Symbol 525 MovieClip Frame 1
stop();
Instance of Symbol 518 MovieClip "blackberryuzi2" in Symbol 525 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.buzihealth <= 0) {
_root.blackberryuzi.gotoAndPlay(2);
}
}
Symbol 525 MovieClip Frame 2
_root.x28 = _root.x28 - 1;
_root.y28 = _root.y28 - 1;
Symbol 525 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 525 MovieClip Frame 14
stop();
Symbol 525 MovieClip Frame 15
stop();
Instance of Symbol 524 MovieClip "attack28" in Symbol 525 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.buzihealth <= 0) {
_root.blackberryuzi.gotoAndPlay(2);
}
}
Symbol 526 MovieClip Frame 30
_root.strawberryuzi._x = _root.leftside;
_root.strawberryuzi._y = 160;
Symbol 526 MovieClip Frame 83
_root.appleuzi._x = _root.leftside;
_root.appleuzi._y = 170;
Symbol 526 MovieClip Frame 139
_root.raspberryuzi._x = _root.rightside;
_root.raspberryuzi._y = 200;
Symbol 526 MovieClip Frame 198
_root.cherryuzi._x = _root.rightside;
_root.cherryuzi._y = 170;
Symbol 526 MovieClip Frame 260
_root.carrotuzi._x = _root.leftside;
_root.carrotuzi._y = 105;
Symbol 526 MovieClip Frame 325
_root.orangeuzi._x = _root.rightside;
_root.orangeuzi._y = 190;
Symbol 526 MovieClip Frame 394
_root.pineyuzi._x = _root.leftside;
_root.pineyuzi._y = 130;
Symbol 526 MovieClip Frame 475
_root.mushroomuzi._x = _root.leftside;
_root.mushroomuzi._y = 165;
Symbol 526 MovieClip Frame 476
_root.socom_2.play();
stop();
Symbol 537 MovieClip Frame 59
stop();
if (_root.number2 == 5) {
play();
}
Symbol 537 MovieClip Frame 60
stop();
Instance of Symbol 187 MovieClip "damagepu" in Symbol 537 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.basehealth = _root.basehealth - _root.thedamagepu;
this.gotoAndStop(143);
}
}
Symbol 539 MovieClip Frame 1
stop();
Instance of Symbol 541 MovieClip in Symbol 542 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.axedamage;
_root.blackberrylock.attack29.blood29.play();
}
}
Symbol 543 MovieClip Frame 1
stop();
Instance of Symbol 534 MovieClip "blackberrylock2" in Symbol 543 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.blockhealth <= 0) {
_root.blackberrylock.gotoAndPlay(2);
}
}
Symbol 543 MovieClip Frame 2
_root.x29 = _root.x29 - 1;
_root.y29 = _root.y29 - 1;
Symbol 543 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 543 MovieClip Frame 14
stop();
Symbol 543 MovieClip Frame 15
stop();
Instance of Symbol 542 MovieClip "attack29" in Symbol 543 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.blockhealth <= 0) {
_root.blackberrylock.gotoAndPlay(2);
}
}
Symbol 548 MovieClip Frame 59
stop();
if (_root.number2 == 1) {
play();
}
Symbol 548 MovieClip Frame 60
stop();
Instance of Symbol 229 MovieClip "powerpu" in Symbol 548 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.pushback = _root.pushback + _root.thepowerpu;
this.gotoAndStop(143);
}
}
Symbol 551 MovieClip Frame 1
stop();
Instance of Symbol 552 MovieClip in Symbol 553 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.axedamage;
_root.pineylock.attack30.blood30.play();
}
}
Symbol 554 MovieClip Frame 1
stop();
Instance of Symbol 545 MovieClip "pineylock2" in Symbol 554 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.plockhealth <= 0) {
_root.pineylock.gotoAndPlay(2);
}
}
Symbol 554 MovieClip Frame 2
_root.x30 = _root.x30 - 1;
_root.y30 = _root.y30 - 1;
Symbol 554 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 554 MovieClip Frame 14
stop();
Symbol 554 MovieClip Frame 15
stop();
Instance of Symbol 553 MovieClip "attack30" in Symbol 554 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.plockhealth <= 0) {
_root.pineylock.gotoAndPlay(2);
}
}
Symbol 559 MovieClip Frame 59
stop();
if (_root.number2 == 4) {
play();
}
Symbol 559 MovieClip Frame 60
stop();
Instance of Symbol 187 MovieClip "damagepu" in Symbol 559 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.basehealth = _root.basehealth - _root.thedamagepu;
this.gotoAndStop(143);
}
}
Symbol 562 MovieClip Frame 1
stop();
Instance of Symbol 563 MovieClip in Symbol 564 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.axedamage;
_root.carrotlock.attack31.blood31.play();
}
}
Symbol 565 MovieClip Frame 1
stop();
Instance of Symbol 556 MovieClip "carrotlock2" in Symbol 565 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.clockhealth <= 0) {
_root.carrotlock.gotoAndPlay(2);
}
}
Symbol 565 MovieClip Frame 2
_root.x31 = _root.x31 - 1;
_root.y31 = _root.y31 - 1;
Symbol 565 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 565 MovieClip Frame 14
stop();
Symbol 565 MovieClip Frame 15
stop();
Instance of Symbol 564 MovieClip "attack31" in Symbol 565 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.clockhealth <= 0) {
_root.carrotlock.gotoAndPlay(2);
}
}
Symbol 570 MovieClip Frame 59
stop();
if (_root.number2 == 8) {
play();
}
Symbol 570 MovieClip Frame 60
stop();
Instance of Symbol 205 MovieClip "healthpu" in Symbol 570 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
if (_root.health < 100) {
this.gotoAndStop(143);
_root.health = _root.health + _root.thehealthpu;
}
if (_root.health > 100) {
_root.health = 100;
}
}
}
Symbol 573 MovieClip Frame 1
stop();
Instance of Symbol 574 MovieClip in Symbol 575 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.axedamage;
_root.strawberrylock.attack32.blood32.play();
}
}
Symbol 576 MovieClip Frame 1
stop();
Instance of Symbol 567 MovieClip "strawberrylock2" in Symbol 576 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slockhealth <= 0) {
_root.strawberrylock.gotoAndPlay(2);
}
}
Symbol 576 MovieClip Frame 2
_root.y32 = _root.y32 - 1;
_root.x32 = _root.x32 - 1;
Symbol 576 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 576 MovieClip Frame 14
stop();
Symbol 576 MovieClip Frame 15
stop();
Instance of Symbol 575 MovieClip "attack23" in Symbol 576 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.slockhealth <= 0) {
_root.strawberrylock.gotoAndPlay(2);
}
}
Symbol 581 MovieClip Frame 59
stop();
if (_root.number2 == 3) {
play();
}
Symbol 581 MovieClip Frame 60
stop();
Instance of Symbol 229 MovieClip "powerpu" in Symbol 581 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.pushback = _root.pushback + _root.thepowerpu;
this.gotoAndStop(143);
}
}
Symbol 584 MovieClip Frame 1
stop();
Instance of Symbol 585 MovieClip in Symbol 586 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.axedamage;
_root.applelock.attack33.blood33.play();
}
}
Symbol 587 MovieClip Frame 1
stop();
Instance of Symbol 578 MovieClip "applelock2" in Symbol 587 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.alockhealth <= 0) {
_root.applelock.gotoAndPlay(2);
}
}
Symbol 587 MovieClip Frame 2
_root.x33 = _root.x33 - 1;
_root.y33 = _root.y33 - 1;
Symbol 587 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 587 MovieClip Frame 14
stop();
Symbol 587 MovieClip Frame 15
stop();
Instance of Symbol 586 MovieClip "attack33" in Symbol 587 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.alockhealth <= 0) {
_root.applelock.gotoAndPlay(2);
}
}
Symbol 592 MovieClip Frame 59
stop();
if (_root.number2 == 6) {
play();
}
Symbol 592 MovieClip Frame 60
stop();
Instance of Symbol 187 MovieClip "damagepu" in Symbol 592 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.basehealth = _root.basehealth - _root.thedamagepu;
this.gotoAndStop(143);
}
}
Symbol 595 MovieClip Frame 1
stop();
Instance of Symbol 596 MovieClip in Symbol 597 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.axedamage;
_root.orangelock.attack34.blood34.play();
}
}
Symbol 598 MovieClip Frame 1
stop();
Instance of Symbol 589 MovieClip "orangelock2" in Symbol 598 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.olockhealth <= 0) {
_root.orangelock.gotoAndPlay(2);
}
}
Symbol 598 MovieClip Frame 2
_root.y34 = _root.y34 - 1;
_root.x34 = _root.x34 - 1;
Symbol 598 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 598 MovieClip Frame 14
stop();
Symbol 598 MovieClip Frame 15
stop();
Instance of Symbol 597 MovieClip "attack34" in Symbol 598 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.olockhealth <= 0) {
_root.orangelock.gotoAndPlay(2);
}
}
Symbol 603 MovieClip Frame 59
stop();
if (_root.number2 == 7) {
play();
}
Symbol 603 MovieClip Frame 60
stop();
Instance of Symbol 205 MovieClip "healthpu" in Symbol 603 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
if (_root.health < 100) {
this.gotoAndStop(143);
_root.health = _root.health + _root.thehealthpu;
}
if (_root.health > 100) {
_root.health = 100;
}
}
}
Symbol 606 MovieClip Frame 1
stop();
Instance of Symbol 607 MovieClip in Symbol 608 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.axedamage;
_root.cherrylock.attack35.blood35.play();
}
}
Symbol 609 MovieClip Frame 1
stop();
Instance of Symbol 600 MovieClip "cherrylock2" in Symbol 609 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.chlockhealth <= 0) {
_root.cherrylock.gotoAndPlay(2);
}
}
Symbol 609 MovieClip Frame 2
_root.y35 = _root.y35 - 1;
_root.x35 = _root.x35 - 1;
Symbol 609 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 609 MovieClip Frame 14
stop();
Symbol 609 MovieClip Frame 15
stop();
Instance of Symbol 608 MovieClip "attack35" in Symbol 609 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.chlockhealth <= 0) {
_root.cherrylock.gotoAndPlay(2);
}
}
Symbol 614 MovieClip Frame 59
stop();
if (_root.number2 == 2) {
play();
}
Symbol 614 MovieClip Frame 60
stop();
Instance of Symbol 229 MovieClip "powerpu" in Symbol 614 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.pushback = _root.pushback + _root.thepowerpu;
this.gotoAndStop(143);
}
}
Symbol 617 MovieClip Frame 1
stop();
Instance of Symbol 618 MovieClip in Symbol 619 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.axedamage;
_root.mushroomlock.attack36.blood36.play();
}
}
Symbol 620 MovieClip Frame 1
stop();
Instance of Symbol 611 MovieClip "mushroomlock2" in Symbol 620 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mlockhealth <= 0) {
_root.mushroomlock.gotoAndPlay(2);
}
}
Symbol 620 MovieClip Frame 2
_root.y36 = _root.y36 - 1;
_root.x36 = _root.x36 - 1;
Symbol 620 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 620 MovieClip Frame 14
stop();
Symbol 620 MovieClip Frame 15
stop();
Instance of Symbol 619 MovieClip "attack36" in Symbol 620 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.mlockhealth <= 0) {
_root.mushroomlock.gotoAndPlay(2);
}
}
Symbol 625 MovieClip Frame 59
stop();
if (_root.number2 == 9) {
play();
}
Symbol 625 MovieClip Frame 60
stop();
Instance of Symbol 205 MovieClip "healthpu" in Symbol 625 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
if (_root.health < 100) {
this.gotoAndStop(143);
_root.health = _root.health + _root.thehealthpu;
}
if (_root.health > 100) {
_root.health = 100;
}
}
}
Symbol 628 MovieClip Frame 1
stop();
Instance of Symbol 629 MovieClip in Symbol 630 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.axedamage;
_root.rasberrylock.attack37.blood37.play();
}
}
Symbol 631 MovieClip Frame 1
stop();
Instance of Symbol 622 MovieClip "rasberrylock2" in Symbol 631 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.rlockhealth <= 0) {
_root.rasberrylock.gotoAndPlay(2);
}
}
Symbol 631 MovieClip Frame 2
_root.y37 = _root.y37 - 1;
_root.x37 = _root.x37 - 1;
Symbol 631 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 631 MovieClip Frame 14
stop();
Symbol 631 MovieClip Frame 15
stop();
Instance of Symbol 630 MovieClip "attack37" in Symbol 631 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.rlockhealth <= 0) {
_root.rasberrylock.gotoAndPlay(2);
}
}
Symbol 632 MovieClip Frame 30
_root.mushroomlock._x = _root.rightside;
_root.mushroomlock._y = 150;
Symbol 632 MovieClip Frame 83
_root.applelock._x = _root.rightside;
_root.applelock._y = 170;
Symbol 632 MovieClip Frame 139
_root.carrotlock._x = _root.leftside;
_root.carrotlock._y = 105;
Symbol 632 MovieClip Frame 198
_root.blackberrylock._x = _root.leftside;
_root.blackberrylock._y = 175;
Symbol 632 MovieClip Frame 260
_root.orangelock._x = _root.leftside;
_root.orangelock._y = 180;
Symbol 632 MovieClip Frame 325
_root.rasberrylock._x = _root.rightside;
_root.rasberrylock._y = 160;
Symbol 632 MovieClip Frame 394
_root.cherrylock._x = _root.leftside;
_root.cherrylock._y = 160;
Symbol 632 MovieClip Frame 475
_root.strawberrylock._x = _root.leftside;
_root.strawberrylock._y = 160;
Symbol 632 MovieClip Frame 476
_root.socom_2.play();
stop();
Symbol 646 MovieClip Frame 59
stop();
if (_root.number2 == 1) {
play();
}
Symbol 646 MovieClip Frame 60
stop();
Instance of Symbol 229 MovieClip "powerpu" in Symbol 646 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.pushback = _root.pushback + _root.thepowerpu;
this.gotoAndStop(143);
}
}
Symbol 649 MovieClip Frame 1
stop();
Instance of Symbol 653 MovieClip in Symbol 660 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.lightdamage;
_root.strawberryclock.attack38.blood38.play();
}
}
Symbol 661 MovieClip Frame 1
stop();
Instance of Symbol 644 MovieClip "strawberryclock2" in Symbol 661 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.sclockhealth <= 0) {
_root.strawberryclock.gotoAndPlay(2);
}
}
Symbol 661 MovieClip Frame 2
_root.y38 = _root.y38 - 1;
_root.x38 = _root.x38 - 1;
Symbol 661 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 661 MovieClip Frame 14
stop();
Symbol 661 MovieClip Frame 15
stop();
Instance of Symbol 660 MovieClip "attack38" in Symbol 661 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.sclockhealth <= 0) {
_root.strawberryclock.gotoAndPlay(2);
}
}
Symbol 664 MovieClip Frame 59
stop();
if (_root.number2 == 7) {
play();
}
Symbol 664 MovieClip Frame 60
stop();
Instance of Symbol 205 MovieClip "healthpu" in Symbol 664 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
if (_root.health < 100) {
this.gotoAndStop(143);
_root.health = _root.health + _root.thehealthpu;
}
if (_root.health > 100) {
_root.health = 100;
}
}
}
Symbol 666 MovieClip Frame 1
stop();
Instance of Symbol 671 MovieClip in Symbol 672 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.lightdamage;
_root.rasberryclock.attack39.blood39.play();
}
}
Symbol 673 MovieClip Frame 1
stop();
Instance of Symbol 662 MovieClip "rasberryclock2" in Symbol 673 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.rclockhealth <= 0) {
_root.rasberryclock.gotoAndPlay(2);
}
}
Symbol 673 MovieClip Frame 2
_root.y39 = _root.y39 - 1;
_root.x39 = _root.x39 - 1;
Symbol 673 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 673 MovieClip Frame 14
stop();
Symbol 673 MovieClip Frame 15
stop();
Instance of Symbol 672 MovieClip "attack39" in Symbol 673 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.rclockhealth <= 0) {
_root.rasberryclock.gotoAndPlay(2);
}
}
Symbol 676 MovieClip Frame 59
stop();
if (_root.number2 == 5) {
play();
}
Symbol 676 MovieClip Frame 60
stop();
Instance of Symbol 187 MovieClip "damagepu" in Symbol 676 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.basehealth = _root.basehealth - _root.thedamagepu;
this.gotoAndStop(143);
}
}
Symbol 678 MovieClip Frame 1
stop();
Instance of Symbol 681 MovieClip in Symbol 682 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.lightdamage;
_root.cherryclock.attack40.blood40.play();
}
}
Symbol 683 MovieClip Frame 1
stop();
Instance of Symbol 674 MovieClip "cherryclock2" in Symbol 683 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.chclockhealth <= 0) {
_root.cherryclock.gotoAndPlay(2);
}
}
Symbol 683 MovieClip Frame 2
_root.y40 = _root.y40 - 1;
_root.x40 = _root.x40 - 1;
Symbol 683 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 683 MovieClip Frame 14
stop();
Symbol 683 MovieClip Frame 15
stop();
Instance of Symbol 682 MovieClip "attack40" in Symbol 683 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.chclockhealth <= 0) {
_root.cherryclock.gotoAndPlay(2);
}
}
Symbol 686 MovieClip Frame 59
stop();
if (_root.number2 == 8) {
play();
}
Symbol 686 MovieClip Frame 60
stop();
Instance of Symbol 205 MovieClip "healthpu" in Symbol 686 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
if (_root.health < 100) {
this.gotoAndStop(143);
_root.health = _root.health + _root.thehealthpu;
}
if (_root.health > 100) {
_root.health = 100;
}
}
}
Symbol 688 MovieClip Frame 1
stop();
Instance of Symbol 691 MovieClip in Symbol 692 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.lightdamage;
_root.carrotclock.attack41.blood41.play();
}
}
Symbol 693 MovieClip Frame 1
stop();
Instance of Symbol 684 MovieClip "carrotclock2" in Symbol 693 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cclockhealth <= 0) {
_root.carrotclock.gotoAndPlay(2);
}
}
Symbol 693 MovieClip Frame 2
_root.y41 = _root.y41 - 1;
_root.x41 = _root.x41 - 1;
Symbol 693 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 693 MovieClip Frame 14
stop();
Symbol 693 MovieClip Frame 15
stop();
Instance of Symbol 692 MovieClip "attack41" in Symbol 693 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.cclockhealth <= 0) {
_root.carrotclock.gotoAndPlay(2);
}
}
Symbol 696 MovieClip Frame 59
stop();
if (_root.number2 == 6) {
play();
}
Symbol 696 MovieClip Frame 60
stop();
Instance of Symbol 187 MovieClip "damagepu" in Symbol 696 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.basehealth = _root.basehealth - _root.thedamagepu;
this.gotoAndStop(143);
}
}
Symbol 698 MovieClip Frame 1
stop();
Instance of Symbol 701 MovieClip in Symbol 702 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.lightdamage;
_root.orangeclock.attack42.blood42.play();
}
}
Symbol 703 MovieClip Frame 1
stop();
Instance of Symbol 694 MovieClip "orangeclock2" in Symbol 703 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.oclockhealth <= 0) {
_root.orangeclock.gotoAndPlay(2);
}
}
Symbol 703 MovieClip Frame 2
_root.y42 = _root.y42 - 1;
_root.x42 = _root.x42 - 1;
Symbol 703 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 703 MovieClip Frame 14
stop();
Symbol 703 MovieClip Frame 15
stop();
Instance of Symbol 702 MovieClip "attack42" in Symbol 703 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.oclockhealth <= 0) {
_root.orangeclock.gotoAndPlay(2);
}
}
Symbol 706 MovieClip Frame 59
stop();
if (_root.number2 == 9) {
play();
}
Symbol 706 MovieClip Frame 60
stop();
Instance of Symbol 205 MovieClip "healthpu" in Symbol 706 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
if (_root.health < 100) {
this.gotoAndStop(143);
_root.health = _root.health + _root.thehealthpu;
}
if (_root.health > 100) {
_root.health = 100;
}
}
}
Symbol 708 MovieClip Frame 1
stop();
Instance of Symbol 711 MovieClip in Symbol 712 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.lightdamage;
_root.blackberryclock.attack43.blood43.play();
}
}
Symbol 713 MovieClip Frame 1
stop();
Instance of Symbol 704 MovieClip "blackberryclock2" in Symbol 713 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.bclockhealth <= 0) {
_root.blackberryclock.gotoAndPlay(2);
}
}
Symbol 713 MovieClip Frame 2
_root.y43 = _root.y43 - 1;
_root.x43 = _root.x43 - 1;
Symbol 713 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 713 MovieClip Frame 14
stop();
Symbol 713 MovieClip Frame 15
stop();
Instance of Symbol 712 MovieClip "attack43" in Symbol 713 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.bclockhealth <= 0) {
_root.blackberryclock.gotoAndPlay(2);
}
}
Symbol 716 MovieClip Frame 59
stop();
if (_root.number2 == 4) {
play();
}
Symbol 716 MovieClip Frame 60
stop();
Instance of Symbol 187 MovieClip "damagepu" in Symbol 716 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.basehealth = _root.basehealth - _root.thedamagepu;
this.gotoAndStop(143);
}
}
Symbol 718 MovieClip Frame 1
stop();
Instance of Symbol 721 MovieClip in Symbol 722 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.lightdamage;
_root.appleclock.attack44.blood44.play();
}
}
Symbol 723 MovieClip Frame 1
stop();
Instance of Symbol 714 MovieClip "appleclock2" in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.aclockhealth <= 0) {
_root.appleclock.gotoAndPlay(2);
}
}
Symbol 723 MovieClip Frame 2
_root.y44 = _root.y44 - 1;
_root.x44 = _root.x44 - 1;
Symbol 723 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 723 MovieClip Frame 14
stop();
Symbol 723 MovieClip Frame 15
stop();
Instance of Symbol 722 MovieClip "attack44" in Symbol 723 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.aclockhealth <= 0) {
_root.appleclock.gotoAndPlay(2);
}
}
Symbol 726 MovieClip Frame 59
stop();
if (_root.number2 == 3) {
play();
}
Symbol 726 MovieClip Frame 60
stop();
Instance of Symbol 229 MovieClip "powerpu" in Symbol 726 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.pushback = _root.pushback + _root.thepowerpu;
this.gotoAndStop(143);
}
}
Symbol 728 MovieClip Frame 1
stop();
Instance of Symbol 731 MovieClip in Symbol 732 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.lightdamage;
_root.pineyclock.attack45.blood45.play();
}
}
Symbol 733 MovieClip Frame 1
stop();
Instance of Symbol 724 MovieClip "pineyclock2" in Symbol 733 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pclockhealth <= 0) {
_root.pineyclock.gotoAndPlay(2);
}
}
Symbol 733 MovieClip Frame 2
_root.y45 = _root.y45 - 1;
_root.x45 = _root.x45 - 1;
Symbol 733 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 733 MovieClip Frame 14
stop();
Symbol 733 MovieClip Frame 15
stop();
Instance of Symbol 732 MovieClip "attack45" in Symbol 733 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.pclockhealth <= 0) {
_root.pineyclock.gotoAndPlay(2);
}
}
Symbol 736 MovieClip Frame 59
stop();
if (_root.number2 == 2) {
play();
}
Symbol 736 MovieClip Frame 60
stop();
Instance of Symbol 229 MovieClip "powerpu" in Symbol 736 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.wallhit) || (this.hitTest(_root.stick))) {
_root.pushback = _root.pushback + _root.thepowerpu;
this.gotoAndStop(143);
}
}
Symbol 737 MovieClip Frame 1
stop();
Instance of Symbol 740 MovieClip in Symbol 741 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.kat.body)) {
_root.health = _root.health - _root.lightdamage;
_root.mushroomclock.attack46.blood46.play();
}
}
Symbol 742 MovieClip Frame 1
stop();
Instance of Symbol 734 MovieClip "mushroomclock2" in Symbol 742 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mclockhealth <= 0) {
_root.mushroomclock.gotoAndPlay(2);
}
}
Symbol 742 MovieClip Frame 2
_root.y46 = _root.y46 - 1;
_root.x46 = _root.x46 - 1;
Symbol 742 MovieClip Frame 3
_root.score = _root.score + _root.enemyscore;
_root.kills++;
Symbol 742 MovieClip Frame 14
stop();
Symbol 742 MovieClip Frame 15
stop();
Instance of Symbol 741 MovieClip "attack46" in Symbol 742 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.mclockhealth <= 0) {
_root.mushroomclock.gotoAndPlay(2);
}
}
Symbol 743 MovieClip Frame 30
_root.appleclock._x = _root.rightside;
_root.appleclock._y = 140;
Symbol 743 MovieClip Frame 83
_root.orangeclock._x = _root.leftside;
_root.orangeclock._y = 140;
Symbol 743 MovieClip Frame 139
_root.rasberryclock._x = _root.rightside;
_root.rasberryclock._y = 140;
Symbol 743 MovieClip Frame 198
_root.blackberryclock._x = _root.leftside;
_root.blackberryclock._y = 140;
Symbol 743 MovieClip Frame 260
_root.carrotclock._x = _root.leftside;
_root.carrotclock._y = 105;
Symbol 743 MovieClip Frame 325
_root.mushroomclock._x = _root.rightside;
_root.mushroomclock._y = 140;
Symbol 743 MovieClip Frame 394
_root.pineyclock._x = _root.leftside;
_root.pineyclock._y = 130;
Symbol 743 MovieClip Frame 475
_root.cherryclock._x = _root.leftside;
_root.cherryclock._y = 150;
Symbol 743 MovieClip Frame 476
_root.socom_2.play();
stop();
Symbol 747 MovieClip Frame 1
stop();
Symbol 747 MovieClip Frame 158
_root.gotoAndStop(4);
Symbol 757 Button
on (release) {
_root.gotoAndStop("submit");
}
Symbol 758 Button
on (release) {
_root.gotoAndStop("menu");
}
Symbol 759 MovieClip Frame 261
stop();
Symbol 766 Button
on (release) {
ab20_09 = new LoadVars();
ab20_09.z = the_name;
ab20_09.x = score;
ab20_09.c = 1246;
ab20_09.v = "KHSOBO";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
gotoAndStop ("menu");
}
Symbol 774 Button
on (release) {
nextFrame();
}
Symbol 778 Button
on (release) {
prevFrame();
}
Symbol 817 Button
on (release) {
gotoAndStop (2);
}