Frame 1
stage.showmenu = eval (false)();
b_loaded = _root.getBytesLoaded();
b_total = _root.getBytesTotal();
b_percent = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%";
Frame 2
b_loaded = _root.getBytesLoaded();
b_total = _root.getBytesTotal();
b_percent = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%";
gotoAndPlay (1);
Frame 3
speed = 5;
_quality = "BEST";
Frame 4
stop();
score = 0;
bombno = 3;
medal1no = 0;
medal2no = 0;
missionno = 0;
Frame 5
stop();
Frame 6
stop();
Frame 7
stop();
Frame 8
stop();
Instance of Symbol 145 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Frame 9
stop();
Frame 10
stopAllSounds();
gotoAndPlay (11);
Frame 11
gotoAndPlay (13397);
Frame 12
medal1no = 0;
medal2no = 0;
missionno = missionno + 1;
_root.plane._x = 150.5;
_root.plane._y = 177.5;
_root.plane.bomb.nextFrame();
_root.btype.prevFrame();
Instance of Symbol 219 MovieClip "eplane" in Frame 12
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.dot)) {
this.explosion.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.rbomb)) {
this.explosion.play();
_root.score = _root.score + 78;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.bbomb)) {
this.explosion.play();
_root.score = _root.score + 78;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.pbomb)) {
this.explosion.play();
_root.score = _root.score + 78;
}
}
Instance of Symbol 287 MovieClip "plane" in Frame 12
onClipEvent (load) {
speed = _root.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (!Key.isDown(39))) {
_x = (_x - speed);
}
if (Key.isDown(39) && (!Key.isDown(37))) {
_x = (_x + speed);
}
if (Key.isDown(38) && (!Key.isDown(40))) {
_y = (_y - speed);
}
if (Key.isDown(40) && (!Key.isDown(38))) {
_y = (_y + speed);
}
if (_y < 50) {
_y = 50;
}
if (_y > 352) {
_y = 352;
}
if (_x < 12) {
_x = 12;
}
if (_x > 285) {
_x = 285;
}
if (this.dot.hitTest(_root.eplane.explosion.attack.weapon)) {
this.powerup.shoot.planeanim.play();
}
if (this.dot.hitTest(_root.eplane2.explosion2.attack2.weapon2)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane3.explosion3.attack3.weapon3)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane3.explosion3.attack3.weapon4)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane3.explosion3.attack3.weapon5)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane4.explosion4.attack4.weapon4)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane5.explosion5.attack5.weapon4)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane6.weapon5.weapon)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane6.weapon5.weapon2)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane6.weapon5.weapon3)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane6.weapon6.weapon)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane6.weapon7.weapon)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane6.weapon7.weapon2)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane6.weapon7.weapon3)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane6.weapon8.weapon)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane6.weapon8.weapon2)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane6.weapon8.weapon3)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane7.explosion7.attack7.weapon3)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane7.explosion7.attack7.weapon4)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane7.explosion7.attack7.weapon5)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane8.explosion8.attack8.weapon)) {
_root.lives.play();
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane9.explosion9.attack9.weapon3)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane9.explosion9.attack9.weapon4)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane9.explosion9.attack9.weapon5)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane13.explosion13.attack10.weapon)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane13.explosion13.attack10.weapon2)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane13.explosion13.attack10.weapon3)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane14.explosion14.attack11.weapon)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane14.explosion14.attack11.weapon2)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane14.explosion14.attack11.weapon3)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane14.explosion14.attack11.weapon4)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane14.explosion14.attack11.weapon5)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane14.explosion14.attack11.weapon6)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane14.explosion14.attack11.weapon7)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane14.explosion14.attack11.weapon8)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane14.explosion14.attack11.weapon9)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane14.explosion14.attack11.weapon10)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane14.explosion14.attack11.weapon11)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane14.explosion14.attack11.weapon12)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane15.explosion15.attack12.weapon)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane15.explosion15.attack12.weapon2)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane15.explosion15.attack12.weapon3)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane15.explosion15.attack12.weapon4)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane15.explosion15.attack12.weapon5)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane15.explosion15.attack12.weapon6)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane15.explosion15.attack12.weapon7)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane15.explosion15.attack12.weapon8)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane15.explosion15.attack12.weapon9)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane15.explosion15.attack12.weapon10)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane15.explosion15.attack12.weapon11)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane15.explosion15.attack12.weapon12)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.background.eplane16.explosion16.attack13.weapon)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.background.eplane17.explosion16.attack13.weapon)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.background.eplane18.explosion16.attack13.weapon)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.background.eplane19.explosion16.attack13.weapon)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.background.eplane20.explosion16.attack13.weapon)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.background.eplane21.explosion17.attack14.weapon)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.background.eplane22.explosion17.attack14.weapon)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane23.explosion19.attack15.weapon)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane23.explosion19.attack15.weapon2)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane23.explosion19.attack15.weapon3)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane23.explosion19.attack15.weapon4)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane23.explosion19.attack15.weapon5)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane23.explosion19.attack15.weapon6)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane23.explosion19.attack15.weapon7)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane24.explosion19.attack15.weapon)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane24.explosion19.attack15.weapon2)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane24.explosion19.attack15.weapon3)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane24.explosion19.attack15.weapon4)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane24.explosion19.attack15.weapon5)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane24.explosion19.attack15.weapon6)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane24.explosion19.attack15.weapon7)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane25.explosion19.attack15.weapon)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane25.explosion19.attack15.weapon2)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane25.explosion19.attack15.weapon3)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane25.explosion19.attack15.weapon4)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane25.explosion19.attack15.weapon5)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane25.explosion19.attack15.weapon6)) {
this.powerup.shoot.planeanim.play();
}
}
onClipEvent (enterFrame) {
if (this.dot.hitTest(_root.eplane25.explosion19.attack15.weapon7)) {
this.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 428 MovieClip "eplane2" in Frame 72
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.dot)) {
this.explosion2.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion2.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion2.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion2.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.rbomb)) {
this.explosion2.play();
_root.score = _root.score + 78;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.bbomb)) {
this.explosion2.play();
_root.score = _root.score + 78;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.pbomb)) {
this.explosion2.play();
_root.score = _root.score + 78;
}
}
Instance of Symbol 437 MovieClip "pup" in Frame 92
onClipEvent (enterFrame) {
if (this.power.type1.hitTest(_root.plane.dot)) {
_root.plane.powerup.nextFrame();
this.power.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.power.type2.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea2.nextFrame();
this.power.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.power.type3.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea3.nextFrame();
this.power.gotoAndStop(183);
}
}
Instance of Symbol 452 MovieClip "eplane3" in Frame 181
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.dot)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 58;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.rbomb)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.bbomb)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.pbomb)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 673;
}
}
Instance of Symbol 457 MovieClip "eplane4" in Frame 286
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.plane.dot)) {
this.explosion4.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 35;
}
}
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion4.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion4.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion4.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.plane.rbomb)) {
this.explosion4.play();
_root.score = _root.score + 84;
}
}
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.plane.bbomb)) {
this.explosion4.play();
_root.score = _root.score + 84;
}
}
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.pbomb)) {
this.explosion4.play();
_root.score = _root.score + 84;
}
}
Instance of Symbol 459 MovieClip "pup2" in Frame 292
onClipEvent (enterFrame) {
if (this.power2.type1.hitTest(_root.plane.dot)) {
_root.plane.powerup.nextFrame();
this.power2.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.power2.type2.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea2.nextFrame();
this.power2.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.power2.type3.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea3.nextFrame();
this.power2.gotoAndStop(183);
}
}
Instance of Symbol 463 MovieClip "eplane5" in Frame 306
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.dot)) {
this.explosion5.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 37;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.rbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.bbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.pbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
Instance of Symbol 428 MovieClip "eplane2" in Frame 313
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.dot)) {
this.explosion2.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion2.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion2.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion2.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.rbomb)) {
this.explosion2.play();
_root.score = _root.score + 78;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.bbomb)) {
this.explosion2.play();
_root.score = _root.score + 78;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.pbomb)) {
this.explosion2.play();
_root.score = _root.score + 78;
}
}
Instance of Symbol 219 MovieClip "eplane" in Frame 336
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.dot)) {
this.explosion.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 35;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.rbomb)) {
this.explosion.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.bbomb)) {
this.explosion.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.pbomb)) {
this.explosion.play();
_root.score = _root.score + 94;
}
}
Instance of Symbol 470 MovieClip "eplane6" in Frame 366
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.dot)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 183;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.rbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.bbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.pbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
Instance of Symbol 474 MovieClip "eplane7" in Frame 416
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.dot)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 58;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.rbomb)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.bbomb)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.pbomb)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 673;
}
}
Instance of Symbol 478 MovieClip "eplane8" in Frame 432
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.dot)) {
this.explosion8.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 35;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion8.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion8.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion8.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.rbomb)) {
this.explosion8.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.bbomb)) {
this.explosion8.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.pbomb)) {
this.explosion8.play();
_root.score = _root.score + 94;
}
}
Instance of Symbol 483 MovieClip "eplane10" in Frame 522
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.dot)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.rbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.bbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.pbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 486 MovieClip "eplane11" in Frame 532
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.dot)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.rbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.bbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.pbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 489 MovieClip "eplane12" in Frame 542
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.dot)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.rbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.bbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.pbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 491 MovieClip "pup3" in Frame 552
onClipEvent (enterFrame) {
if (this.power3.type1.hitTest(_root.plane.dot)) {
_root.plane.powerup.nextFrame();
this.power3.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.power3.type2.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea2.nextFrame();
this.power3.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.power3.type3.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea3.nextFrame();
this.power3.gotoAndStop(183);
}
}
Instance of Symbol 463 MovieClip "eplane5" in Frame 701
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.dot)) {
this.explosion5.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 37;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.rbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.bbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.pbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
Instance of Symbol 219 MovieClip "eplane" in Frame 701
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.dot)) {
this.explosion.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 35;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.rbomb)) {
this.explosion.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.bbomb)) {
this.explosion.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.pbomb)) {
this.explosion.play();
_root.score = _root.score + 94;
}
}
Instance of Symbol 498 MovieClip "eplane13" in Frame 701
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.dot)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 63;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 59;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 59;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 59;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.rbomb)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 958;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.bbomb)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 958;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.pbomb)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 958;
}
}
Instance of Symbol 500 MovieClip "pup4" in Frame 792
onClipEvent (enterFrame) {
if (this.power4.type1.hitTest(_root.plane.dot)) {
_root.plane.powerup.nextFrame();
this.power4.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.power4.type2.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea2.nextFrame();
this.power4.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.power4.type3.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea3.nextFrame();
this.power4.gotoAndStop(183);
}
}
Instance of Symbol 452 MovieClip "eplane3" in Frame 822
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.dot)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 58;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.rbomb)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.bbomb)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.pbomb)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 673;
}
}
Instance of Symbol 428 MovieClip "eplane2" in Frame 832
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.dot)) {
this.explosion2.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion2.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion2.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion2.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.rbomb)) {
this.explosion2.play();
_root.score = _root.score + 78;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.bbomb)) {
this.explosion2.play();
_root.score = _root.score + 78;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.pbomb)) {
this.explosion2.play();
_root.score = _root.score + 78;
}
}
Instance of Symbol 507 MovieClip "eplane14" in Frame 912
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.plane.dot)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 51;
}
}
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.plane.rbomb)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.score = _root.score + 524;
}
}
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.plane.bbomb)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.score = _root.score + 524;
}
}
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.pbomb)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.score = _root.score + 524;
}
}
Instance of Symbol 498 MovieClip "eplane13" in Frame 1002
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.dot)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 63;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 59;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 59;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 59;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.rbomb)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 958;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.bbomb)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 958;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.pbomb)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 958;
}
}
Instance of Symbol 478 MovieClip "eplane8" in Frame 1112
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.dot)) {
this.explosion8.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 35;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion8.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion8.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion8.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.rbomb)) {
this.explosion8.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.bbomb)) {
this.explosion8.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.pbomb)) {
this.explosion8.play();
_root.score = _root.score + 94;
}
}
Instance of Symbol 519 MovieClip "eplane15" in Frame 1212
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.dot)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 51;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.rbomb)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 524;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.bbomb)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 524;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.pbomb)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 524;
}
}
Instance of Symbol 470 MovieClip "eplane6" in Frame 1362
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.dot)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 183;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.rbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.bbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.pbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
Instance of Symbol 428 MovieClip "eplane2" in Frame 1722
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.dot)) {
this.explosion2.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion2.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion2.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion2.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.rbomb)) {
this.explosion2.play();
_root.score = _root.score + 78;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.bbomb)) {
this.explosion2.play();
_root.score = _root.score + 78;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.pbomb)) {
this.explosion2.play();
_root.score = _root.score + 78;
}
}
Instance of Symbol 452 MovieClip "eplane3" in Frame 1782
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.dot)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 58;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.rbomb)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.bbomb)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.pbomb)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 673;
}
}
Instance of Symbol 489 MovieClip "eplane12" in Frame 1842
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.dot)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.rbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.bbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.pbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 486 MovieClip "eplane11" in Frame 1842
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.dot)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.rbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.bbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.pbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 483 MovieClip "eplane10" in Frame 1842
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.dot)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.rbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.bbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.pbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 519 MovieClip "eplane15" in Frame 1932
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.dot)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 51;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.rbomb)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 524;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.bbomb)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 524;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.pbomb)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 524;
}
}
Instance of Symbol 474 MovieClip "eplane7" in Frame 2022
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.dot)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 58;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.rbomb)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.bbomb)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.pbomb)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 673;
}
}
Instance of Symbol 478 MovieClip "eplane8" in Frame 2112
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.dot)) {
this.explosion8.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 35;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion8.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion8.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion8.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.rbomb)) {
this.explosion8.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.bbomb)) {
this.explosion8.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.pbomb)) {
this.explosion8.play();
_root.score = _root.score + 94;
}
}
Instance of Symbol 219 MovieClip "eplane" in Frame 2152
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.dot)) {
this.explosion.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.rbomb)) {
this.explosion.play();
_root.score = _root.score + 78;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.bbomb)) {
this.explosion.play();
_root.score = _root.score + 78;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.pbomb)) {
this.explosion.play();
_root.score = _root.score + 78;
}
}
Instance of Symbol 463 MovieClip "eplane5" in Frame 2152
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.dot)) {
this.explosion5.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 37;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.rbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.bbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.pbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
Instance of Symbol 470 MovieClip "eplane6" in Frame 2242
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.dot)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 183;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.rbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.bbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.pbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
Instance of Symbol 486 MovieClip "eplane11" in Frame 2322
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.dot)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.rbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.bbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.pbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 463 MovieClip "eplane5" in Frame 2322
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.dot)) {
this.explosion5.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 37;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.rbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.bbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.pbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
Instance of Symbol 474 MovieClip "eplane7" in Frame 2502
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.dot)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 58;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.rbomb)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.bbomb)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.pbomb)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 673;
}
}
Instance of Symbol 463 MovieClip "eplane5" in Frame 2592
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.dot)) {
this.explosion5.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 37;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.rbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.bbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.pbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
Instance of Symbol 478 MovieClip "eplane8" in Frame 2682
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.dot)) {
this.explosion8.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 35;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion8.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion8.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion8.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.rbomb)) {
this.explosion8.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.bbomb)) {
this.explosion8.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.pbomb)) {
this.explosion8.play();
_root.score = _root.score + 94;
}
}
Instance of Symbol 452 MovieClip "eplane3" in Frame 2712
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.dot)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 58;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.rbomb)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.bbomb)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.pbomb)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 673;
}
}
Instance of Symbol 507 MovieClip "eplane14" in Frame 2742
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.plane.dot)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 51;
}
}
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.plane.rbomb)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.score = _root.score + 524;
}
}
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.plane.bbomb)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.score = _root.score + 524;
}
}
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.pbomb)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.score = _root.score + 524;
}
}
Instance of Symbol 463 MovieClip "eplane5" in Frame 2892
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.dot)) {
this.explosion5.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 37;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.rbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.bbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.pbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
Instance of Symbol 470 MovieClip "eplane6" in Frame 2922
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.dot)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 183;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.rbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.bbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.pbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
Instance of Symbol 539 MovieClip "fairy" in Frame 2952
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.score = _root.score + 54321;
_root.bombno = _root.bombno + 3;
this.play();
}
}
Instance of Symbol 470 MovieClip "eplane6" in Frame 2985
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.dot)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 183;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.rbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.bbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.pbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
Instance of Symbol 543 MovieClip "eplane9" in Frame 3012
onClipEvent (enterFrame) {
if (this.explosion9.attack9.flash4.hitTest(_root.plane.dot)) {
this.explosion9.play();
this.explosion9.attack9.flash4.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 58;
}
}
onClipEvent (enterFrame) {
if (this.explosion9.attack9.flash4.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion9.play();
this.explosion9.attack9.flash4.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion9.attack9.flash4.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion9.play();
this.explosion9.attack9.flash4.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion9.attack9.flash4.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion9.play();
this.explosion9.attack9.flash4.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion9.attack9.flash4.hitTest(_root.plane.rbomb)) {
this.explosion9.play();
this.explosion9.attack9.flash4.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.explosion9.attack9.flash4.hitTest(_root.plane.bbomb)) {
this.explosion9.play();
this.explosion9.attack9.flash4.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.explosion9.attack9.flash4.hitTest(_root.pbomb)) {
this.explosion9.play();
this.explosion9.attack9.flash4.play();
_root.score = _root.score + 673;
}
}
Instance of Symbol 474 MovieClip "eplane7" in Frame 3012
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.dot)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 58;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.rbomb)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.plane.bbomb)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.explosion7.attack7.flash3.hitTest(_root.pbomb)) {
this.explosion7.play();
this.explosion7.attack7.flash3.play();
_root.score = _root.score + 673;
}
}
Instance of Symbol 470 MovieClip "eplane6" in Frame 3048
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.dot)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 183;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.rbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.bbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.pbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
Instance of Symbol 489 MovieClip "eplane12" in Frame 3072
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.dot)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.rbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.bbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.pbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 486 MovieClip "eplane11" in Frame 3072
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.dot)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.rbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.bbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.pbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 483 MovieClip "eplane10" in Frame 3072
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.dot)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.rbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.bbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.pbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 489 MovieClip "eplane12" in Frame 3105
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.dot)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.rbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.bbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.pbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 486 MovieClip "eplane11" in Frame 3105
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.dot)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.rbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.bbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.pbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 483 MovieClip "eplane10" in Frame 3105
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.dot)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.rbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.bbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.pbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 470 MovieClip "eplane6" in Frame 3111
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.dot)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 183;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.rbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.bbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.pbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
Instance of Symbol 478 MovieClip "eplane8" in Frame 3132
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.dot)) {
this.explosion8.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 35;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion8.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion8.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion8.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.rbomb)) {
this.explosion8.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.bbomb)) {
this.explosion8.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.pbomb)) {
this.explosion8.play();
_root.score = _root.score + 94;
}
}
Instance of Symbol 463 MovieClip "eplane5" in Frame 3132
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.dot)) {
this.explosion5.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 37;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.rbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.bbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.pbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
Instance of Symbol 457 MovieClip "eplane4" in Frame 3132
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.plane.dot)) {
this.explosion4.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 35;
}
}
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion4.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion4.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion4.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.plane.rbomb)) {
this.explosion4.play();
_root.score = _root.score + 84;
}
}
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.plane.bbomb)) {
this.explosion4.play();
_root.score = _root.score + 84;
}
}
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.pbomb)) {
this.explosion4.play();
_root.score = _root.score + 84;
}
}
Instance of Symbol 219 MovieClip "eplane" in Frame 3132
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.dot)) {
this.explosion.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.rbomb)) {
this.explosion.play();
_root.score = _root.score + 78;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.bbomb)) {
this.explosion.play();
_root.score = _root.score + 78;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.pbomb)) {
this.explosion.play();
_root.score = _root.score + 78;
}
}
Instance of Symbol 428 MovieClip "eplane2" in Frame 3132
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.dot)) {
this.explosion2.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion2.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion2.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion2.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.rbomb)) {
this.explosion2.play();
_root.score = _root.score + 78;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.bbomb)) {
this.explosion2.play();
_root.score = _root.score + 78;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.pbomb)) {
this.explosion2.play();
_root.score = _root.score + 78;
}
}
Instance of Symbol 489 MovieClip "eplane12" in Frame 3138
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.dot)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.rbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.bbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.pbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 486 MovieClip "eplane11" in Frame 3138
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.dot)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.rbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.bbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.pbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 483 MovieClip "eplane10" in Frame 3138
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.dot)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.rbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.bbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.pbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 519 MovieClip "eplane15" in Frame 3172
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.dot)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 51;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.rbomb)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 524;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.bbomb)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 524;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.pbomb)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 524;
}
}
Instance of Symbol 470 MovieClip "eplane6" in Frame 3174
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.dot)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 183;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.rbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.bbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.pbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
Instance of Symbol 498 MovieClip "eplane13" in Frame 3192
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.dot)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 63;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 59;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 59;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 59;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.rbomb)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 958;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.bbomb)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 958;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.pbomb)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 958;
}
}
Instance of Symbol 489 MovieClip "eplane12" in Frame 3242
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.dot)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.rbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.bbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.pbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 486 MovieClip "eplane11" in Frame 3242
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.dot)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.rbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.bbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.pbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 483 MovieClip "eplane10" in Frame 3242
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.dot)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.rbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.bbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.pbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 470 MovieClip "eplane6" in Frame 3312
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.dot)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 183;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 179;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.rbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.plane.bbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
onClipEvent (enterFrame) {
if (this.explosion6.attack6.flash2.hitTest(_root.pbomb)) {
this.explosion6.play();
this.explosion6.attack6.flash2.play();
_root.score = _root.score + 1437;
}
}
Instance of Symbol 452 MovieClip "eplane3" in Frame 3322
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.dot)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 58;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.rbomb)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.plane.bbomb)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.explosion3.attack3.flash.hitTest(_root.pbomb)) {
this.explosion3.play();
this.explosion3.attack3.flash.play();
_root.score = _root.score + 673;
}
}
Instance of Symbol 489 MovieClip "eplane12" in Frame 3342
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.dot)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.rbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.bbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.pbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 486 MovieClip "eplane11" in Frame 3342
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.dot)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.rbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.bbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.pbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 483 MovieClip "eplane10" in Frame 3342
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.dot)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.rbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.bbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.pbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 507 MovieClip "eplane14" in Frame 3357
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.plane.dot)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 51;
}
}
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.plane.rbomb)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.score = _root.score + 524;
}
}
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.plane.bbomb)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.score = _root.score + 524;
}
}
onClipEvent (enterFrame) {
if (this.explosion14.attack11.flash9.hitTest(_root.pbomb)) {
this.explosion14.play();
this.explosion14.attack11.flash9.play();
_root.score = _root.score + 524;
}
}
Instance of Symbol 478 MovieClip "eplane8" in Frame 3392
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.dot)) {
this.explosion8.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 35;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion8.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion8.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion8.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.rbomb)) {
this.explosion8.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.plane.bbomb)) {
this.explosion8.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion8.attack8.epbody5.hitTest(_root.pbomb)) {
this.explosion8.play();
_root.score = _root.score + 94;
}
}
Instance of Symbol 463 MovieClip "eplane5" in Frame 3392
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.dot)) {
this.explosion5.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 37;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion5.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.rbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.plane.bbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
onClipEvent (enterFrame) {
if (this.explosion5.attack5.epbody4.hitTest(_root.pbomb)) {
this.explosion5.play();
_root.score = _root.score + 94;
}
}
Instance of Symbol 457 MovieClip "eplane4" in Frame 3392
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.plane.dot)) {
this.explosion4.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 35;
}
}
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion4.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion4.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion4.play();
_root.score = _root.score + 31;
}
}
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.plane.rbomb)) {
this.explosion4.play();
_root.score = _root.score + 84;
}
}
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.plane.bbomb)) {
this.explosion4.play();
_root.score = _root.score + 84;
}
}
onClipEvent (enterFrame) {
if (this.explosion4.attack4.epbody3.hitTest(_root.pbomb)) {
this.explosion4.play();
_root.score = _root.score + 84;
}
}
Instance of Symbol 219 MovieClip "eplane" in Frame 3392
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.dot)) {
this.explosion.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.rbomb)) {
this.explosion.play();
_root.score = _root.score + 78;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.plane.bbomb)) {
this.explosion.play();
_root.score = _root.score + 78;
}
}
onClipEvent (enterFrame) {
if (this.explosion.attack.epbody.hitTest(_root.pbomb)) {
this.explosion.play();
_root.score = _root.score + 78;
}
}
Instance of Symbol 428 MovieClip "eplane2" in Frame 3392
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.dot)) {
this.explosion2.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 33;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion2.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion2.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion2.play();
_root.score = _root.score + 29;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.rbomb)) {
this.explosion2.play();
_root.score = _root.score + 78;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.plane.bbomb)) {
this.explosion2.play();
_root.score = _root.score + 78;
}
}
onClipEvent (enterFrame) {
if (this.explosion2.attack2.epbody2.hitTest(_root.pbomb)) {
this.explosion2.play();
_root.score = _root.score + 78;
}
}
Instance of Symbol 489 MovieClip "eplane12" in Frame 3402
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.dot)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.rbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.bbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.pbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 486 MovieClip "eplane11" in Frame 3402
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.dot)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.rbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.bbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.pbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 483 MovieClip "eplane10" in Frame 3402
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.dot)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.rbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.bbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.pbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 489 MovieClip "eplane12" in Frame 3435
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.dot)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.rbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.plane.bbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion12.flash7.hitTest(_root.pbomb)) {
this.explosion12.play();
this.explosion12.flash7.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 486 MovieClip "eplane11" in Frame 3435
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.dot)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.rbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.plane.bbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion11.flash6.hitTest(_root.pbomb)) {
this.explosion11.play();
this.explosion11.flash6.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 483 MovieClip "eplane10" in Frame 3435
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.dot)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 65;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 61;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.rbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.plane.bbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
onClipEvent (enterFrame) {
if (this.explosion10.flash5.hitTest(_root.pbomb)) {
this.explosion10.play();
this.explosion10.flash5.play();
_root.score = _root.score + 177;
}
}
Instance of Symbol 498 MovieClip "eplane13" in Frame 3436
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.dot)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 63;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 59;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 59;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 59;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.rbomb)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 958;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.plane.bbomb)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 958;
}
}
onClipEvent (enterFrame) {
if (this.explosion13.attack10.flash8.hitTest(_root.pbomb)) {
this.explosion13.play();
this.explosion13.attack10.flash8.play();
_root.score = _root.score + 958;
}
}
Instance of Symbol 519 MovieClip "eplane15" in Frame 3475
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.dot)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 51;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.powerup.hitarea2)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.powerup.hitarea3)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 47;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.rbomb)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 524;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.plane.bbomb)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 524;
}
}
onClipEvent (enterFrame) {
if (this.explosion15.attack12.flash10.hitTest(_root.pbomb)) {
this.explosion15.play();
this.explosion15.attack12.flash10.play();
_root.score = _root.score + 524;
}
}
Instance of Symbol 554 MovieClip "bossno1" in Frame 3852
onClipEvent (enterFrame) {
if (this.explode1.hit1.damaged1.hitTest(_root.plane.dot)) {
this.explode1.play();
this.explode1.hit1.damaged1.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 340;
}
}
onClipEvent (enterFrame) {
if (this.explode1.hit1.damaged1.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.explode1.play();
this.explode1.hit1.damaged1.play();
_root.score = _root.score + 336;
}
}
onClipEvent (enterFrame) {
if (this.explode1.hit1.damaged1.hitTest(_root.plane.powerup.hitarea2)) {
this.explode1.play();
this.explode1.hit1.damaged1.play();
_root.score = _root.score + 336;
}
}
onClipEvent (enterFrame) {
if (this.explode1.hit1.damaged1.hitTest(_root.plane.powerup.hitarea3)) {
this.explode1.play();
this.explode1.hit1.damaged1.play();
_root.score = _root.score + 336;
}
}
onClipEvent (enterFrame) {
if (this.explode1.hit1.damaged1.hitTest(_root.plane.rbomb)) {
this.explode1.play();
this.explode1.hit1.damaged1.play();
_root.score = _root.score + 2352;
}
}
onClipEvent (enterFrame) {
if (this.explode1.hit1.damaged1.hitTest(_root.plane.bbomb)) {
this.explode1.play();
this.explode1.hit1.damaged1.play();
_root.score = _root.score + 2352;
}
}
onClipEvent (enterFrame) {
if (this.explode1.hit1.damaged1.hitTest(_root.pbomb)) {
this.explode1.play();
this.explode1.hit1.damaged1.play();
_root.score = _root.score + 2352;
}
}
Frame 3997
stop();
Frame 4132
_root.btype.nextFrame();
Frame 4162
stop();
Frame 4163
_root.plane.bomb.nextFrame();
_root.btype.prevFrame();
medal1no = 0;
medal2no = 0;
_root.plane._x = 150;
_root.plane._y = 256;
Instance of Symbol 437 MovieClip "pup" in Frame 4243
onClipEvent (enterFrame) {
if (this.power.type1.hitTest(_root.plane.dot)) {
_root.plane.powerup.nextFrame();
this.power.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.power.type2.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea2.nextFrame();
this.power.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.power.type3.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea3.nextFrame();
this.power.gotoAndStop(183);
}
}
Instance of Symbol 459 MovieClip "pup2" in Frame 4443
onClipEvent (enterFrame) {
if (this.power2.type1.hitTest(_root.plane.dot)) {
_root.plane.powerup.nextFrame();
this.power2.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.power2.type2.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea2.nextFrame();
this.power2.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.power2.type3.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea3.nextFrame();
this.power2.gotoAndStop(183);
}
}
Instance of Symbol 491 MovieClip "pup3" in Frame 4703
onClipEvent (enterFrame) {
if (this.power3.type1.hitTest(_root.plane.dot)) {
_root.plane.powerup.nextFrame();
this.power3.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.power3.type2.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea2.nextFrame();
this.power3.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.power3.type3.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea3.nextFrame();
this.power3.gotoAndStop(183);
}
}
Instance of Symbol 500 MovieClip "pup4" in Frame 4943
onClipEvent (enterFrame) {
if (this.power4.type1.hitTest(_root.plane.dot)) {
_root.plane.powerup.nextFrame();
this.power4.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.power4.type2.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea2.nextFrame();
this.power4.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.power4.type3.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea3.nextFrame();
this.power4.gotoAndStop(183);
}
}
Instance of Symbol 539 MovieClip "fairy" in Frame 6072
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.score = _root.score + 54321;
_root.bombno = _root.bombno + 3;
this.play();
}
}
Frame 8148
stop();
Frame 8283
_root.btype.nextFrame();
Frame 8313
stop();
Frame 8314
stop();
Frame 8315
_root.plane.bomb.nextFrame();
_root.btype.prevFrame();
medal1no = 0;
medal2no = 0;
_root.plane._x = 150;
_root.plane._y = 256;
Instance of Symbol 539 MovieClip "fairy" in Frame 10782
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.score = _root.score + 54321;
_root.bombno = _root.bombno + 3;
this.play();
}
}
Frame 13149
stop();
_root.background.stop();
Frame 13150
stop();
_root.background.stop();
Frame 13284
_root.btype.nextFrame();
Frame 13314
stop();
Frame 13331
bonus = ((missionno * 1000000) + " ") + "pts.";
Frame 13395
stop();
_root.score = _root.score - ((-missionno) * 1000000);
Frame 13396
_root.plane.bomb.nextFrame();
_root.btype.prevFrame();
Frame 13397
_root.btype.nextFrame();
Frame 13576
gotoAndPlay (12);
Symbol 23 MovieClip Frame 1
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 23 MovieClip Frame 2
gotoAndPlay (1);
Symbol 23 MovieClip Frame 3
_root.gotoAndPlay("done");
Symbol 35 Button
on (press) {
play();
}
Symbol 40 Button
on (release) {
_root.gotoAndPlay("startgame");
}
Symbol 41 Button
on (release) {
_root.gotoAndStop("settings");
}
Symbol 42 Button
on (release) {
_root.gotoAndStop("howtoplay");
}
Symbol 43 Button
on (release) {
_root.gotoAndStop("credits");
}
Symbol 44 Button
on (release) {
_parent.gotoAndStop(1);
}
Symbol 49 MovieClip Frame 1
stop();
Symbol 49 MovieClip Frame 32
stop();
Symbol 55 Button
on (press) {
gotoAndStop (2);
}
Symbol 56 Button
on (press) {
gotoAndStop (3);
}
Symbol 57 Button
on (press) {
gotoAndStop (4);
}
Symbol 59 MovieClip Frame 1
gotoAndStop (4);
Symbol 59 MovieClip Frame 2
stop();
_root._quality = "LOW";
Symbol 59 MovieClip Frame 3
stop();
_root._quality = "MEDIUM";
Symbol 59 MovieClip Frame 4
stop();
_root._quality = "BEST";
Symbol 62 Button
on (press) {
gotoAndStop (2);
}
Symbol 63 Button
on (press) {
gotoAndStop (3);
}
Symbol 64 Button
on (press) {
gotoAndStop (4);
}
Symbol 65 Button
on (press) {
gotoAndStop (5);
}
Symbol 66 Button
on (press) {
gotoAndStop (6);
}
Symbol 67 Button
on (press) {
gotoAndStop (7);
}
Symbol 68 Button
on (press) {
gotoAndStop (8);
}
Symbol 69 Button
on (press) {
gotoAndStop (9);
}
Symbol 70 Button
on (press) {
gotoAndStop (10);
}
Symbol 71 Button
on (press) {
gotoAndStop (11);
}
Symbol 80 MovieClip Frame 1
gotoAndStop (6);
Symbol 80 MovieClip Frame 2
stop();
_root.speed = 1;
Symbol 80 MovieClip Frame 3
stop();
_root.speed = 2;
Symbol 80 MovieClip Frame 4
stop();
_root.speed = 3;
Symbol 80 MovieClip Frame 5
stop();
_root.speed = 4;
Symbol 80 MovieClip Frame 6
stop();
_root.speed = 5;
Symbol 80 MovieClip Frame 7
stop();
_root.speed = 6;
Symbol 80 MovieClip Frame 8
stop();
_root.speed = 7;
Symbol 80 MovieClip Frame 9
stop();
_root.speed = 8;
Symbol 80 MovieClip Frame 10
stop();
_root.speed = 9;
Symbol 80 MovieClip Frame 11
stop();
_root.speed = 10;
Symbol 90 Button
on (release) {
gotoAndPlay (3);
}
Symbol 92 Button
on (release) {
gotoAndStop (4);
}
Symbol 102 Button
on (release) {
gotoAndStop (4);
}
Symbol 114 Button
on (release) {
play();
}
Symbol 122 Button
on (release) {
gotoAndStop (6);
}
Symbol 141 Button
on (release) {
gotoAndStop (7);
}
Symbol 148 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 2
stop();
Symbol 148 MovieClip Frame 3
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
Symbol 148 MovieClip Frame 4
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
Symbol 148 MovieClip Frame 5
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
Symbol 148 MovieClip Frame 6
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
Symbol 148 MovieClip Frame 7
_root.plane.powerup.shoot.planeanim.play();
_root.lives.play();
Symbol 148 MovieClip Frame 8
_root.lives.play();
Symbol 148 MovieClip Frame 9
_root.lives.play();
Symbol 148 MovieClip Frame 10
_root.lives.play();
Symbol 148 MovieClip Frame 11
_root.lives.play();
Symbol 148 MovieClip Frame 12
_root.lives.play();
Symbol 148 MovieClip Frame 13
_root.lives.play();
Symbol 148 MovieClip Frame 14
_root.lives.play();
Symbol 148 MovieClip Frame 15
_root.lives.play();
gotoAndStop (1);
Instance of Symbol 148 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
this.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
this.play();
_root.score = _root.score + 17;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
this.play();
_root.score = _root.score + 17;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
this.play();
_root.score = _root.score + 17;
}
}
Symbol 153 Button
on (release) {
gotoAndPlay (10);
}
Instance of Symbol 166 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.lives.gotoAndStop(101);
}
}
Symbol 180 MovieClip Frame 61
stop();
Symbol 181 MovieClip Frame 1
stop();
Instance of Symbol 176 MovieClip in Symbol 181 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.play();
_root.score = _root.score + 256;
_root.medal1no = _root.medal1no + 1;
}
}
Symbol 181 MovieClip Frame 2
stop();
Symbol 184 MovieClip Frame 1
stop();
Symbol 185 MovieClip Frame 1
stop();
Instance of Symbol 145 MovieClip in Symbol 185 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Symbol 185 MovieClip Frame 2
stop();
Symbol 185 MovieClip Frame 3
_root.plane.powerup.shoot.planeanim.play();
Instance of Symbol 145 MovieClip in Symbol 185 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Symbol 185 MovieClip Frame 4
_root.plane.powerup.shoot.planeanim.play();
Symbol 185 MovieClip Frame 5
_root.plane.powerup.shoot.planeanim.play();
Symbol 185 MovieClip Frame 20
stop();
Instance of Symbol 145 MovieClip in Symbol 187 MovieClip Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Symbol 190 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 2
stop();
Symbol 190 MovieClip Frame 3
stop();
Symbol 190 MovieClip Frame 4
stop();
Symbol 190 MovieClip Frame 5
stop();
Symbol 190 MovieClip Frame 6
stop();
Symbol 190 MovieClip Frame 7
stop();
Symbol 190 MovieClip Frame 8
stop();
Symbol 190 MovieClip Frame 9
_root.score = _root.score + 671;
Symbol 190 MovieClip Frame 25
_parent.gotoAndStop(302);
Instance of Symbol 190 MovieClip "explosion16" in Symbol 191 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.attack13.flash11.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack13.flash11.play();
_root.score = _root.score + 73;
}
}
onClipEvent (enterFrame) {
if (this.attack13.flash11.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack13.flash11.play();
_root.score = _root.score + 73;
}
}
onClipEvent (enterFrame) {
if (this.attack13.flash11.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack13.flash11.play();
_root.score = _root.score + 73;
}
}
onClipEvent (enterFrame) {
if (this.attack13.flash11.hitTest(_root.plane.rbomb)) {
this.play();
this.attack13.flash11.play();
_root.score = _root.score + 466;
}
}
onClipEvent (enterFrame) {
if (this.attack13.flash11.hitTest(_root.plane.bbomb)) {
this.play();
this.attack13.flash11.play();
_root.score = _root.score + 466;
}
}
onClipEvent (enterFrame) {
if (this.attack13.flash11.hitTest(_root.pbomb)) {
this.play();
this.attack13.flash11.play();
_root.score = _root.score + 466;
}
}
Symbol 191 MovieClip Frame 302
stop();
Symbol 195 MovieClip Frame 1
stop();
Instance of Symbol 192 MovieClip in Symbol 195 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.powerup.shoot.hitarea)) {
_parent.play();
_root.score = _root.score + 96;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.powerup.hitarea2)) {
_parent.play();
_root.score = _root.score + 96;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.powerup.hitarea3)) {
_parent.play();
_root.score = _root.score + 96;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 96;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 96;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 96;
}
}
Symbol 195 MovieClip Frame 9
stop();
Instance of Symbol 194 MovieClip in Symbol 195 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.play();
_root.score = _root.score + 4096;
}
}
Symbol 195 MovieClip Frame 10
_parent.play();
Symbol 198 MovieClip Frame 61
stop();
Symbol 199 MovieClip Frame 1
stop();
Symbol 199 MovieClip Frame 2
stop();
_root.medal2no = _root.medal2no + 1;
Symbol 202 MovieClip Frame 1
stop();
Symbol 204 MovieClip Frame 1
stop();
Symbol 204 MovieClip Frame 2
stop();
Symbol 204 MovieClip Frame 3
stop();
Symbol 204 MovieClip Frame 4
stop();
Symbol 204 MovieClip Frame 5
stop();
Symbol 204 MovieClip Frame 6
stop();
Symbol 204 MovieClip Frame 7
stop();
Symbol 204 MovieClip Frame 8
stop();
Symbol 204 MovieClip Frame 9
_root.score = _root.score + 671;
Symbol 204 MovieClip Frame 25
stop();
Instance of Symbol 204 MovieClip "explosion17" in Symbol 205 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.attack14.flash12.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack14.flash12.play();
_root.score = _root.score + 73;
}
}
onClipEvent (enterFrame) {
if (this.attack14.flash12.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack14.flash12.play();
_root.score = _root.score + 73;
}
}
onClipEvent (enterFrame) {
if (this.attack14.flash12.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack14.flash12.play();
_root.score = _root.score + 73;
}
}
onClipEvent (enterFrame) {
if (this.attack14.flash12.hitTest(_root.plane.rbomb)) {
this.play();
this.attack14.flash12.play();
_root.score = _root.score + 466;
}
}
onClipEvent (enterFrame) {
if (this.attack14.flash12.hitTest(_root.plane.bbomb)) {
this.play();
this.attack14.flash12.play();
_root.score = _root.score + 466;
}
}
onClipEvent (enterFrame) {
if (this.attack14.flash12.hitTest(_root.pbomb)) {
this.play();
this.attack14.flash12.play();
_root.score = _root.score + 466;
}
}
Symbol 205 MovieClip Frame 302
stop();
Instance of Symbol 204 MovieClip "explosion17" in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.attack14.flash12.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack14.flash12.play();
_root.score = _root.score + 73;
}
}
onClipEvent (enterFrame) {
if (this.attack14.flash12.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack14.flash12.play();
_root.score = _root.score + 73;
}
}
onClipEvent (enterFrame) {
if (this.attack14.flash12.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack14.flash12.play();
_root.score = _root.score + 73;
}
}
onClipEvent (enterFrame) {
if (this.attack14.flash12.hitTest(_root.plane.rbomb)) {
this.play();
this.attack14.flash12.play();
_root.score = _root.score + 466;
}
}
onClipEvent (enterFrame) {
if (this.attack14.flash12.hitTest(_root.plane.bbomb)) {
this.play();
this.attack14.flash12.play();
_root.score = _root.score + 466;
}
}
onClipEvent (enterFrame) {
if (this.attack14.flash12.hitTest(_root.pbomb)) {
this.play();
this.attack14.flash12.play();
_root.score = _root.score + 466;
}
}
Symbol 206 MovieClip Frame 302
stop();
Symbol 209 MovieClip Frame 1
stop();
Instance of Symbol 192 MovieClip in Symbol 209 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.powerup.shoot.hitarea)) {
_parent.play();
_root.score = _root.score + 96;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.powerup.hitarea2)) {
_parent.play();
_root.score = _root.score + 96;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.powerup.hitarea3)) {
_parent.play();
_root.score = _root.score + 96;
}
}
Symbol 209 MovieClip Frame 9
stop();
Instance of Symbol 207 MovieClip in Symbol 209 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.play();
_root.score = _root.score + 65536;
}
}
Symbol 209 MovieClip Frame 10
_parent.play();
Symbol 212 MovieClip Frame 61
stop();
Symbol 213 MovieClip Frame 1
stop();
Symbol 213 MovieClip Frame 2
stop();
Symbol 214 MovieClip Frame 4001
stop();
Symbol 218 MovieClip Frame 1
stop();
Symbol 218 MovieClip Frame 2
_root.score = _root.score + 244;
Symbol 218 MovieClip Frame 8
_root.eplane.gotoAndStop(241);
Symbol 219 MovieClip Frame 241
stop();
Symbol 224 MovieClip Frame 1
stop();
Symbol 224 MovieClip Frame 2
play();
_root.score = _root.score + 1234;
Symbol 226 MovieClip Frame 1
stop();
Symbol 226 MovieClip Frame 2
play();
Symbol 230 MovieClip Frame 1
stop();
Symbol 230 MovieClip Frame 2
play();
Symbol 232 MovieClip Frame 1
stop();
Symbol 232 MovieClip Frame 2
play();
_root.score = _root.score + 1234;
_root.rbback.gotoAndStop(2);
Symbol 235 MovieClip Frame 1
stop();
Symbol 235 MovieClip Frame 2
play();
_root.score = _root.score + 1234;
_root.bbback.gotoAndStop(2);
Symbol 236 Button
on (keyPress "<Space>") {
play();
}
Symbol 237 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 2
_root.bombno = _root.bombno - 1;
_root.plane.rbomb.gotoAndStop(2);
Symbol 237 MovieClip Frame 3
if (_root.bombno > 0) {
gotoAndStop (1);
}
if (_root.bombno < 1) {
play();
}
Symbol 237 MovieClip Frame 4
gotoAndStop (3);
Symbol 237 MovieClip Frame 5
stop();
Symbol 237 MovieClip Frame 6
_root.bombno = _root.bombno - 1;
_root.plane.bbomb.gotoAndStop(2);
Symbol 237 MovieClip Frame 7
if (_root.bombno > 0) {
gotoAndStop (5);
}
if (_root.bombno < 1) {
play();
}
Symbol 237 MovieClip Frame 8
gotoAndStop (7);
Symbol 237 MovieClip Frame 9
stop();
Symbol 237 MovieClip Frame 10
_root.bombno = _root.bombno - 1;
_root.pbomb.gotoAndStop(2);
Symbol 237 MovieClip Frame 11
if (_root.bombno > 0) {
gotoAndStop (9);
}
if (_root.bombno < 1) {
play();
}
Symbol 237 MovieClip Frame 12
gotoAndStop (11);
Symbol 237 MovieClip Frame 13
stop();
Symbol 237 MovieClip Frame 14
stop();
Symbol 237 MovieClip Frame 15
gotoAndStop (3);
Symbol 237 MovieClip Frame 16
stop();
Symbol 237 MovieClip Frame 17
gotoAndStop (7);
Symbol 237 MovieClip Frame 18
stop();
Symbol 237 MovieClip Frame 19
gotoAndStop (11);
Symbol 240 MovieClip Frame 1
stop();
Symbol 240 MovieClip Frame 11
gotoAndStop (1);
Symbol 243 MovieClip Frame 21
gotoAndPlay (1);
Symbol 244 MovieClip Frame 31
gotoAndPlay (11);
Symbol 245 MovieClip Frame 41
gotoAndPlay (21);
Symbol 247 MovieClip Frame 1
stop();
Symbol 247 MovieClip Frame 2
stop();
_parent.upgrade.play();
_root.score = _root.score + 144;
Symbol 247 MovieClip Frame 3
stop();
_parent.upgrade.play();
_root.score = _root.score + 484;
Symbol 247 MovieClip Frame 4
stop();
_parent.upgrade.play();
_root.score = _root.score + 1024;
Symbol 247 MovieClip Frame 5
stop();
_parent.upgrade.play();
_root.score = _root.score + 1764;
Symbol 247 MovieClip Frame 6
stop();
_parent.upgrade.play();
_root.score = _root.score + 2704;
Symbol 247 MovieClip Frame 7
stop();
_parent.upgrade.play();
_root.score = _root.score + 3844;
Symbol 247 MovieClip Frame 8
stop();
_parent.upgrade.play();
_root.score = _root.score + 5184;
Symbol 247 MovieClip Frame 9
stop();
_parent.upgrade.play();
_root.score = _root.score + 6724;
Symbol 247 MovieClip Frame 10
stop();
_parent.upgrade.play();
_root.score = _root.score + 8464;
Symbol 247 MovieClip Frame 11
stop();
_parent.upgrade.play();
_root.score = _root.score + 10404;
Symbol 247 MovieClip Frame 12
stop();
_parent.upgrade.play();
_root.score = _root.score + 12544;
Symbol 247 MovieClip Frame 13
stop();
_parent.upgrade.play();
_root.score = _root.score + 14884;
Symbol 247 MovieClip Frame 14
stop();
_parent.upgrade.play();
_root.score = _root.score + 17424;
Symbol 247 MovieClip Frame 15
stop();
_parent.upgrade.play();
_root.score = _root.score + 20164;
Symbol 247 MovieClip Frame 16
stop();
_parent.upgrade.play();
_root.score = _root.score + 23104;
Symbol 247 MovieClip Frame 17
_parent.upgrade.play();
_root.score = _root.score + 26244;
play();
Symbol 247 MovieClip Frame 18
stop();
Symbol 247 MovieClip Frame 19
_root.score = _root.score + 80000;
_root.plus80000.play();
gotoAndStop (18);
Symbol 251 MovieClip Frame 1
stop();
Symbol 251 MovieClip Frame 2
stop();
_parent.upgrade.play();
_root.score = _root.score + 144;
Symbol 251 MovieClip Frame 3
stop();
_parent.upgrade.play();
_root.score = _root.score + 484;
Symbol 251 MovieClip Frame 4
stop();
_parent.upgrade.play();
_root.score = _root.score + 1024;
Symbol 251 MovieClip Frame 5
stop();
_parent.upgrade.play();
_root.score = _root.score + 1764;
Symbol 251 MovieClip Frame 6
stop();
_parent.upgrade.play();
_root.score = _root.score + 2704;
Symbol 251 MovieClip Frame 7
stop();
_parent.upgrade.play();
_root.score = _root.score + 3844;
Symbol 251 MovieClip Frame 8
stop();
_parent.upgrade.play();
_root.score = _root.score + 5184;
Symbol 251 MovieClip Frame 9
stop();
_parent.upgrade.play();
_root.score = _root.score + 6724;
Symbol 251 MovieClip Frame 10
stop();
_parent.upgrade.play();
_root.score = _root.score + 8464;
Symbol 251 MovieClip Frame 11
stop();
_parent.upgrade.play();
_root.score = _root.score + 10404;
Symbol 251 MovieClip Frame 12
stop();
_parent.upgrade.play();
_root.score = _root.score + 12544;
Symbol 251 MovieClip Frame 13
stop();
_parent.upgrade.play();
_root.score = _root.score + 14884;
Symbol 251 MovieClip Frame 14
stop();
_parent.upgrade.play();
_root.score = _root.score + 17424;
Symbol 251 MovieClip Frame 15
stop();
_parent.upgrade.play();
_root.score = _root.score + 20164;
Symbol 251 MovieClip Frame 16
stop();
_parent.upgrade.play();
_root.score = _root.score + 23104;
Symbol 251 MovieClip Frame 17
_parent.upgrade.play();
_root.score = _root.score + 26244;
play();
Symbol 251 MovieClip Frame 18
stop();
Symbol 251 MovieClip Frame 19
_root.score = _root.score + 80000;
_root.plus80000.play();
gotoAndStop (18);
Symbol 254 MovieClip Frame 1
stop();
Instance of Symbol 253 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.bossno1.explode1.hit1.damaged1)) {
_parent.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bossno2.move1.explode2.hit2.damaged2)) {
_parent.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bossno3.explode3.split1.hit3.damaged3)) {
_parent.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bossno4.explode4.flashx)) {
_parent.play();
}
}
Symbol 254 MovieClip Frame 7
stop();
Symbol 259 MovieClip Frame 60
_parent.gotoAndStop(1);
Symbol 260 MovieClip Frame 1
stop();
Symbol 260 MovieClip Frame 2
gotoAndPlay (3);
Symbol 260 MovieClip Frame 3
_root.lives.play();
Symbol 260 MovieClip Frame 4
_root.lives.play();
Symbol 260 MovieClip Frame 5
_root.lives.play();
Symbol 260 MovieClip Frame 6
_root.lives.play();
Symbol 260 MovieClip Frame 7
_root.lives.play();
Symbol 260 MovieClip Frame 8
_root.lives.play();
Symbol 260 MovieClip Frame 9
_root.lives.play();
stop();
Symbol 260 MovieClip Frame 10
_root.lives.play();
gotoAndPlay (3);
Symbol 260 MovieClip Frame 11
stop();
Symbol 283 MovieClip Frame 1
stop();
_root.plane.powerup.upgrade.play();
Symbol 283 MovieClip Frame 2
stop();
_root.plane.powerup.upgrade.play();
_root.score = _root.score + 484;
Symbol 283 MovieClip Frame 3
stop();
_root.plane.powerup.upgrade.play();
_root.score = _root.score + 1024;
Symbol 283 MovieClip Frame 4
stop();
_root.plane.powerup.upgrade.play();
_root.score = _root.score + 1764;
Symbol 283 MovieClip Frame 5
stop();
_root.plane.powerup.upgrade.play();
_root.score = _root.score + 2704;
Symbol 283 MovieClip Frame 6
stop();
_root.plane.powerup.upgrade.play();
_root.score = _root.score + 3844;
Symbol 283 MovieClip Frame 7
stop();
_root.plane.powerup.upgrade.play();
_root.score = _root.score + 5184;
Symbol 283 MovieClip Frame 8
stop();
_root.plane.powerup.upgrade.play();
_root.score = _root.score + 6724;
Symbol 283 MovieClip Frame 9
stop();
_root.plane.powerup.upgrade.play();
_root.score = _root.score + 8464;
Symbol 283 MovieClip Frame 10
stop();
_root.plane.powerup.upgrade.play();
_root.score = _root.score + 10404;
Symbol 283 MovieClip Frame 11
stop();
_root.plane.powerup.upgrade.play();
_root.score = _root.score + 12544;
Symbol 283 MovieClip Frame 12
stop();
_root.plane.powerup.upgrade.play();
_root.score = _root.score + 14884;
Symbol 283 MovieClip Frame 13
stop();
_root.plane.powerup.upgrade.play();
_root.score = _root.score + 17424;
Symbol 283 MovieClip Frame 14
stop();
_root.plane.powerup.upgrade.play();
_root.score = _root.score + 20164;
Symbol 283 MovieClip Frame 15
stop();
_root.plane.powerup.upgrade.play();
_root.score = _root.score + 23104;
Symbol 283 MovieClip Frame 16
play();
_root.plane.powerup.upgrade.play();
_root.score = _root.score + 26244;
Symbol 283 MovieClip Frame 17
stop();
Symbol 283 MovieClip Frame 18
_root.score = _root.score + 80000;
_root.plus80000.play();
gotoAndStop (17);
Symbol 287 MovieClip Frame 1
stop();
Symbol 287 MovieClip Frame 2
_root.btype.nextFrame();
Symbol 287 MovieClip Frame 11
_root.pbomb.gotoAndStop(1);
_root.rbback.gotoAndStop(1);
_root.bbback.gotoAndStop(1);
Symbol 287 MovieClip Frame 47
stop();
_root.bombno = 0;
_root.gameover.play();
medal1no = 0;
medal2no = 0;
Symbol 287 MovieClip Frame 48
stop();
Symbol 287 MovieClip Frame 49
gotoAndStop (48);
Symbol 294 Button
on (keyPress "<Enter>") {
play();
}
Symbol 295 MovieClip Frame 1
stop();
Symbol 295 MovieClip Frame 2
stop();
Symbol 295 MovieClip Frame 3
_root.bombno = 3;
_root.plane.gotoAndPlay(1);
_root.lives.gotoAndPlay(1);
_root.medal1no = 0;
_root.medal2no = 0;
gotoAndStop (4);
Symbol 295 MovieClip Frame 4
_root.plane.powerup.shoot.planeanim.gotoAndStop(11);
_root.plane._x = 150;
_root.plane._y = 256;
_root.plane.bomb.play();
_root.btype.prevFrame();
gotoAndStop (1);
Symbol 399 MovieClip Frame 1
stop();
Symbol 399 MovieClip Frame 2
stop();
Symbol 399 MovieClip Frame 3
stop();
Symbol 399 MovieClip Frame 4
stop();
Symbol 399 MovieClip Frame 5
stop();
Symbol 399 MovieClip Frame 6
stop();
Symbol 399 MovieClip Frame 7
stop();
Symbol 399 MovieClip Frame 8
stop();
Symbol 399 MovieClip Frame 9
stop();
Symbol 399 MovieClip Frame 10
stop();
Symbol 399 MovieClip Frame 11
stop();
Symbol 399 MovieClip Frame 12
stop();
Symbol 399 MovieClip Frame 13
stop();
Symbol 399 MovieClip Frame 14
stop();
Symbol 399 MovieClip Frame 15
stop();
Symbol 399 MovieClip Frame 16
stop();
Symbol 399 MovieClip Frame 17
stop();
Symbol 399 MovieClip Frame 18
stop();
Symbol 399 MovieClip Frame 19
stop();
Symbol 399 MovieClip Frame 20
stop();
Symbol 399 MovieClip Frame 21
stop();
Symbol 399 MovieClip Frame 22
stop();
Symbol 399 MovieClip Frame 23
stop();
Symbol 399 MovieClip Frame 24
stop();
Symbol 399 MovieClip Frame 25
stop();
Symbol 399 MovieClip Frame 26
stop();
Symbol 399 MovieClip Frame 27
stop();
Symbol 399 MovieClip Frame 28
stop();
Symbol 399 MovieClip Frame 29
stop();
Symbol 399 MovieClip Frame 30
stop();
Symbol 399 MovieClip Frame 31
stop();
Symbol 399 MovieClip Frame 32
stop();
Symbol 399 MovieClip Frame 33
stop();
Symbol 399 MovieClip Frame 34
stop();
Symbol 399 MovieClip Frame 35
stop();
Symbol 399 MovieClip Frame 36
stop();
Symbol 399 MovieClip Frame 37
stop();
Symbol 399 MovieClip Frame 38
stop();
Symbol 399 MovieClip Frame 39
stop();
Symbol 399 MovieClip Frame 40
stop();
Symbol 399 MovieClip Frame 41
stop();
Symbol 399 MovieClip Frame 42
stop();
Symbol 399 MovieClip Frame 43
stop();
Symbol 399 MovieClip Frame 44
stop();
Symbol 399 MovieClip Frame 45
stop();
Symbol 399 MovieClip Frame 46
stop();
Symbol 399 MovieClip Frame 47
stop();
Symbol 399 MovieClip Frame 48
stop();
Symbol 399 MovieClip Frame 49
stop();
Symbol 399 MovieClip Frame 50
stop();
Symbol 399 MovieClip Frame 51
stop();
Symbol 399 MovieClip Frame 52
stop();
Symbol 399 MovieClip Frame 53
stop();
Symbol 399 MovieClip Frame 54
stop();
Symbol 399 MovieClip Frame 55
stop();
Symbol 399 MovieClip Frame 56
stop();
Symbol 399 MovieClip Frame 57
stop();
Symbol 399 MovieClip Frame 58
stop();
Symbol 399 MovieClip Frame 59
stop();
Symbol 399 MovieClip Frame 60
stop();
Symbol 399 MovieClip Frame 61
stop();
Symbol 399 MovieClip Frame 62
stop();
Symbol 399 MovieClip Frame 63
stop();
Symbol 399 MovieClip Frame 64
stop();
Symbol 399 MovieClip Frame 65
stop();
Symbol 399 MovieClip Frame 66
stop();
Symbol 399 MovieClip Frame 67
stop();
Symbol 399 MovieClip Frame 68
stop();
Symbol 399 MovieClip Frame 69
stop();
Symbol 399 MovieClip Frame 70
stop();
Symbol 399 MovieClip Frame 71
stop();
Symbol 399 MovieClip Frame 72
stop();
Symbol 399 MovieClip Frame 73
stop();
Symbol 399 MovieClip Frame 74
stop();
Symbol 399 MovieClip Frame 75
stop();
Symbol 399 MovieClip Frame 76
stop();
Symbol 399 MovieClip Frame 77
stop();
Symbol 399 MovieClip Frame 78
stop();
Symbol 399 MovieClip Frame 79
stop();
Symbol 399 MovieClip Frame 80
stop();
Symbol 399 MovieClip Frame 81
stop();
Symbol 399 MovieClip Frame 82
stop();
Symbol 399 MovieClip Frame 83
stop();
Symbol 399 MovieClip Frame 84
stop();
Symbol 399 MovieClip Frame 85
stop();
Symbol 399 MovieClip Frame 86
stop();
Symbol 399 MovieClip Frame 87
stop();
Symbol 399 MovieClip Frame 88
stop();
Symbol 399 MovieClip Frame 89
stop();
Symbol 399 MovieClip Frame 90
stop();
Symbol 399 MovieClip Frame 91
stop();
Symbol 399 MovieClip Frame 92
stop();
Symbol 399 MovieClip Frame 93
stop();
Symbol 399 MovieClip Frame 94
stop();
Symbol 399 MovieClip Frame 95
stop();
Symbol 399 MovieClip Frame 96
stop();
Symbol 399 MovieClip Frame 97
stop();
Symbol 399 MovieClip Frame 98
stop();
Symbol 399 MovieClip Frame 99
stop();
Symbol 399 MovieClip Frame 100
stop();
Symbol 399 MovieClip Frame 101
stop();
_root.plane.play();
Symbol 399 MovieClip Frame 102
gotoAndStop (101);
Symbol 405 MovieClip Frame 1
stop();
Symbol 405 MovieClip Frame 46
gotoAndStop (1);
Symbol 409 MovieClip Frame 1
stop();
Symbol 409 MovieClip Frame 2
stop();
_root.plane.bomb.gotoAndStop(14);
Symbol 409 MovieClip Frame 3
stop();
Symbol 409 MovieClip Frame 4
stop();
_root.plane.bomb.gotoAndStop(16);
Symbol 409 MovieClip Frame 5
stop();
Symbol 409 MovieClip Frame 6
stop();
_root.plane.bomb.gotoAndStop(18);
Symbol 414 Button
on (keyPress "q") {
play();
}
Symbol 419 Button
on (release) {
gotoAndStop (6);
}
Symbol 420 Button
on (release) {
gotoAndStop (5);
}
Symbol 421 Button
on (keyPress "q") {
gotoAndPlay (5);
}
Symbol 423 MovieClip Frame 1
stop();
Symbol 423 MovieClip Frame 2
stop();
Symbol 423 MovieClip Frame 3
stop();
Symbol 423 MovieClip Frame 4
gotoAndStop (3);
Symbol 423 MovieClip Frame 5
gotoAndStop (1);
Symbol 423 MovieClip Frame 6
stopAllSounds();
gotoAndStop (7);
Symbol 423 MovieClip Frame 7
_root.gotoAndStop("mainmenu");
Symbol 425 MovieClip Frame 1
stop();
Instance of Symbol 145 MovieClip in Symbol 425 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Symbol 425 MovieClip Frame 2
stop();
Symbol 425 MovieClip Frame 3
_root.plane.powerup.shoot.planeanim.play();
Instance of Symbol 145 MovieClip in Symbol 425 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Symbol 425 MovieClip Frame 4
_root.plane.powerup.shoot.planeanim.play();
Symbol 425 MovieClip Frame 5
_root.plane.powerup.shoot.planeanim.play();
Symbol 425 MovieClip Frame 20
stop();
Symbol 427 MovieClip Frame 1
stop();
Symbol 427 MovieClip Frame 2
_root.score = _root.score + 244;
Symbol 427 MovieClip Frame 8
_root.eplane2.gotoAndStop(241);
Symbol 428 MovieClip Frame 241
stop();
Symbol 436 MovieClip Frame 182
gotoAndPlay (1);
Symbol 436 MovieClip Frame 183
stop();
Symbol 437 MovieClip Frame 962
stop();
Instance of Symbol 438 MovieClip "rb" in Symbol 441 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.bombno = _root.bombno - -1;
_root.getbomb.bombget.gotoAndStop(2);
}
}
Instance of Symbol 439 MovieClip "bb" in Symbol 441 MovieClip Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.bombno = _root.bombno - -1;
_root.getbomb.bombget.gotoAndStop(3);
}
}
Instance of Symbol 440 MovieClip "pb" in Symbol 441 MovieClip Frame 91
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.bombno = _root.bombno - -1;
_root.getbomb.bombget.gotoAndStop(4);
}
}
Symbol 444 MovieClip Frame 1
stop();
Symbol 444 MovieClip Frame 2
_root.score = _root.score + (((_root.bombno * _root.bombno) * _root.bombno) * 62);
_root.plane.bomb.gotoAndStop(3);
_root.btype.gotoAndStop(1);
stop();
Symbol 444 MovieClip Frame 3
_root.score = _root.score + (((_root.bombno * _root.bombno) * _root.bombno) * 62);
_root.plane.bomb.gotoAndStop(7);
_root.btype.gotoAndStop(3);
stop();
Symbol 444 MovieClip Frame 4
_root.score = _root.score + (((_root.bombno * _root.bombno) * _root.bombno) * 62);
_root.plane.bomb.gotoAndStop(11);
_root.btype.gotoAndStop(5);
stop();
Symbol 445 MovieClip Frame 482
stop();
Symbol 448 MovieClip Frame 1
stop();
Instance of Symbol 145 MovieClip in Symbol 449 MovieClip Frame 146
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 449 MovieClip Frame 146
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 449 MovieClip Frame 146
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Symbol 451 MovieClip Frame 1
stop();
Symbol 451 MovieClip Frame 2
stop();
Symbol 451 MovieClip Frame 3
stop();
Symbol 451 MovieClip Frame 4
stop();
Symbol 451 MovieClip Frame 5
stop();
Symbol 451 MovieClip Frame 6
stop();
Symbol 451 MovieClip Frame 7
stop();
Symbol 451 MovieClip Frame 8
stop();
Symbol 451 MovieClip Frame 9
stop();
Symbol 451 MovieClip Frame 10
stop();
Symbol 451 MovieClip Frame 11
stop();
Symbol 451 MovieClip Frame 12
stop();
Symbol 451 MovieClip Frame 13
stop();
Symbol 451 MovieClip Frame 14
stop();
Symbol 451 MovieClip Frame 15
stop();
Symbol 451 MovieClip Frame 16
stop();
Symbol 451 MovieClip Frame 17
stop();
Symbol 451 MovieClip Frame 18
stop();
Symbol 451 MovieClip Frame 19
stop();
Symbol 451 MovieClip Frame 20
stop();
Symbol 451 MovieClip Frame 21
stop();
Symbol 451 MovieClip Frame 22
stop();
Symbol 451 MovieClip Frame 23
stop();
Symbol 451 MovieClip Frame 24
stop();
Symbol 451 MovieClip Frame 25
stop();
Symbol 451 MovieClip Frame 26
_root.score = _root.score + 1708;
Symbol 451 MovieClip Frame 38
_root.eplane3.gotoAndStop(442);
Symbol 452 MovieClip Frame 442
stop();
Symbol 454 MovieClip Frame 1
stop();
Instance of Symbol 145 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Symbol 454 MovieClip Frame 2
stop();
Symbol 454 MovieClip Frame 3
_root.plane.powerup.shoot.planeanim.play();
Instance of Symbol 145 MovieClip in Symbol 454 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Symbol 454 MovieClip Frame 4
_root.plane.powerup.shoot.planeanim.play();
Symbol 454 MovieClip Frame 5
_root.plane.powerup.shoot.planeanim.play();
Symbol 454 MovieClip Frame 20
stop();
Symbol 456 MovieClip Frame 1
stop();
Symbol 456 MovieClip Frame 2
_root.score = _root.score + 244;
Symbol 456 MovieClip Frame 8
_root.eplane4.gotoAndPlay(202);
Symbol 457 MovieClip Frame 202
stop();
Symbol 458 MovieClip Frame 182
gotoAndPlay (1);
Symbol 458 MovieClip Frame 183
stop();
Symbol 459 MovieClip Frame 962
stop();
Symbol 462 MovieClip Frame 1
stop();
Symbol 462 MovieClip Frame 2
_root.score = _root.score + 244;
Symbol 462 MovieClip Frame 8
_root.eplane5.gotoAndStop(162);
Symbol 463 MovieClip Frame 162
stop();
Instance of Symbol 145 MovieClip in Symbol 464 MovieClip Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 464 MovieClip Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 464 MovieClip Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Symbol 464 MovieClip Frame 18
stop();
Symbol 467 MovieClip Frame 1
stop();
Symbol 469 MovieClip Frame 1
stop();
Symbol 469 MovieClip Frame 2
stop();
Symbol 469 MovieClip Frame 3
stop();
Symbol 469 MovieClip Frame 4
stop();
Symbol 469 MovieClip Frame 5
stop();
Symbol 469 MovieClip Frame 6
stop();
Symbol 469 MovieClip Frame 7
stop();
Symbol 469 MovieClip Frame 8
stop();
Symbol 469 MovieClip Frame 9
_root.score = _root.score + 671;
Symbol 469 MovieClip Frame 21
_root.eplane6.gotoAndStop(62);
Symbol 470 MovieClip Frame 62
stop();
Symbol 471 MovieClip Frame 1
stop();
Instance of Symbol 145 MovieClip in Symbol 472 MovieClip Frame 146
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 472 MovieClip Frame 146
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 472 MovieClip Frame 146
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Symbol 473 MovieClip Frame 1
stop();
Symbol 473 MovieClip Frame 2
stop();
Symbol 473 MovieClip Frame 3
stop();
Symbol 473 MovieClip Frame 4
stop();
Symbol 473 MovieClip Frame 5
stop();
Symbol 473 MovieClip Frame 6
stop();
Symbol 473 MovieClip Frame 7
stop();
Symbol 473 MovieClip Frame 8
stop();
Symbol 473 MovieClip Frame 9
stop();
Symbol 473 MovieClip Frame 10
stop();
Symbol 473 MovieClip Frame 11
stop();
Symbol 473 MovieClip Frame 12
stop();
Symbol 473 MovieClip Frame 13
stop();
Symbol 473 MovieClip Frame 14
stop();
Symbol 473 MovieClip Frame 15
stop();
Symbol 473 MovieClip Frame 16
stop();
Symbol 473 MovieClip Frame 17
stop();
Symbol 473 MovieClip Frame 18
stop();
Symbol 473 MovieClip Frame 19
stop();
Symbol 473 MovieClip Frame 20
stop();
Symbol 473 MovieClip Frame 21
stop();
Symbol 473 MovieClip Frame 22
stop();
Symbol 473 MovieClip Frame 23
stop();
Symbol 473 MovieClip Frame 24
stop();
Symbol 473 MovieClip Frame 25
stop();
Symbol 473 MovieClip Frame 26
_root.score = _root.score + 1708;
Symbol 473 MovieClip Frame 38
_root.eplane7.gotoAndStop(442);
Symbol 474 MovieClip Frame 442
stop();
Symbol 477 MovieClip Frame 1
stop();
Symbol 477 MovieClip Frame 2
_root.score = _root.score + 244;
Symbol 477 MovieClip Frame 8
_root.eplane8.gotoandplay(241);
Symbol 478 MovieClip Frame 241
stop();
Symbol 481 MovieClip Frame 1
stop();
Symbol 482 MovieClip Frame 1
stop();
Symbol 482 MovieClip Frame 2
stop();
Symbol 482 MovieClip Frame 3
stop();
Symbol 482 MovieClip Frame 4
stop();
Symbol 482 MovieClip Frame 5
_root.score = _root.score + 427;
Symbol 482 MovieClip Frame 13
_root.eplane10.gotoAndStop(32);
Symbol 483 MovieClip Frame 32
stop();
Symbol 484 MovieClip Frame 1
stop();
Symbol 485 MovieClip Frame 1
stop();
Symbol 485 MovieClip Frame 2
stop();
Symbol 485 MovieClip Frame 3
stop();
Symbol 485 MovieClip Frame 4
stop();
Symbol 485 MovieClip Frame 5
_root.score = _root.score + 427;
Symbol 485 MovieClip Frame 13
_root.eplane11.gotoAndStop(32);
Symbol 486 MovieClip Frame 32
stop();
Symbol 487 MovieClip Frame 1
stop();
Symbol 488 MovieClip Frame 1
stop();
Symbol 488 MovieClip Frame 2
stop();
Symbol 488 MovieClip Frame 3
stop();
Symbol 488 MovieClip Frame 4
stop();
Symbol 488 MovieClip Frame 5
_root.score = _root.score + 427;
Symbol 488 MovieClip Frame 13
_root.eplane12.gotoAndStop(32);
Symbol 489 MovieClip Frame 32
stop();
Symbol 490 MovieClip Frame 182
gotoAndPlay (1);
Symbol 490 MovieClip Frame 183
stop();
Symbol 491 MovieClip Frame 962
stop();
Symbol 494 MovieClip Frame 1
stop();
Instance of Symbol 185 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 495 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 495 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 495 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 495 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 495 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 495 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 495 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 495 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 495 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 495 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 495 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 495 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 101
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 101
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 101
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 101
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 101
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 101
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 101
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 101
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 101
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 496 MovieClip Frame 101
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Symbol 497 MovieClip Frame 1
stop();
Symbol 497 MovieClip Frame 2
stop();
Symbol 497 MovieClip Frame 3
stop();
Symbol 497 MovieClip Frame 4
stop();
Symbol 497 MovieClip Frame 5
stop();
Symbol 497 MovieClip Frame 6
stop();
Symbol 497 MovieClip Frame 7
stop();
Symbol 497 MovieClip Frame 8
stop();
Symbol 497 MovieClip Frame 9
stop();
Symbol 497 MovieClip Frame 10
stop();
Symbol 497 MovieClip Frame 11
stop();
Symbol 497 MovieClip Frame 12
stop();
Symbol 497 MovieClip Frame 13
stop();
Symbol 497 MovieClip Frame 14
stop();
Symbol 497 MovieClip Frame 15
stop();
Symbol 497 MovieClip Frame 16
stop();
Symbol 497 MovieClip Frame 17
stop();
Symbol 497 MovieClip Frame 18
stop();
Symbol 497 MovieClip Frame 19
stop();
Symbol 497 MovieClip Frame 20
stop();
Symbol 497 MovieClip Frame 21
stop();
Symbol 497 MovieClip Frame 22
stop();
Symbol 497 MovieClip Frame 23
stop();
Symbol 497 MovieClip Frame 24
stop();
Symbol 497 MovieClip Frame 25
stop();
Symbol 497 MovieClip Frame 26
stop();
Symbol 497 MovieClip Frame 27
stop();
Symbol 497 MovieClip Frame 28
stop();
Symbol 497 MovieClip Frame 29
stop();
Symbol 497 MovieClip Frame 30
stop();
Symbol 497 MovieClip Frame 31
stop();
Symbol 497 MovieClip Frame 32
stop();
Symbol 497 MovieClip Frame 33
stop();
Symbol 497 MovieClip Frame 34
stop();
Symbol 497 MovieClip Frame 35
stop();
Symbol 497 MovieClip Frame 36
stop();
Symbol 497 MovieClip Frame 37
stop();
Symbol 497 MovieClip Frame 38
stop();
Symbol 497 MovieClip Frame 39
stop();
Symbol 497 MovieClip Frame 40
stop();
Symbol 497 MovieClip Frame 41
stop();
Symbol 497 MovieClip Frame 42
stop();
Symbol 497 MovieClip Frame 43
stop();
Symbol 497 MovieClip Frame 44
stop();
Symbol 497 MovieClip Frame 45
stop();
Symbol 497 MovieClip Frame 46
_root.score = _root.score + 2928;
Symbol 497 MovieClip Frame 57
_root.eplane13.gotoAndStop(242);
Symbol 498 MovieClip Frame 242
stop();
Symbol 499 MovieClip Frame 182
gotoAndPlay (1);
Symbol 499 MovieClip Frame 183
stop();
Symbol 500 MovieClip Frame 962
stop();
Symbol 503 MovieClip Frame 1
stop();
Symbol 506 MovieClip Frame 1
stop();
Symbol 506 MovieClip Frame 2
stop();
Symbol 506 MovieClip Frame 3
stop();
Symbol 506 MovieClip Frame 4
stop();
Symbol 506 MovieClip Frame 5
stop();
Symbol 506 MovieClip Frame 6
stop();
Symbol 506 MovieClip Frame 7
stop();
Symbol 506 MovieClip Frame 8
stop();
Symbol 506 MovieClip Frame 9
stop();
Symbol 506 MovieClip Frame 10
stop();
Symbol 506 MovieClip Frame 11
stop();
Symbol 506 MovieClip Frame 12
stop();
Symbol 506 MovieClip Frame 13
stop();
Symbol 506 MovieClip Frame 14
stop();
Symbol 506 MovieClip Frame 15
stop();
Symbol 506 MovieClip Frame 16
_root.score = _root.score + 1098;
Symbol 506 MovieClip Frame 28
_root.eplane14.gotoAndStop(302);
Symbol 507 MovieClip Frame 302
stop();
Symbol 508 MovieClip Frame 182
gotoAndPlay (1);
Symbol 508 MovieClip Frame 183
stop();
Instance of Symbol 508 MovieClip "power5b" in Symbol 509 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.type1.hitTest(_root.plane.dot)) {
_root.plane.powerup.nextFrame();
this.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.type2.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea2.nextFrame();
this.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.type3.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea3.nextFrame();
this.gotoAndStop(183);
}
}
Symbol 509 MovieClip Frame 962
stop();
Instance of Symbol 439 MovieClip "bb" in Symbol 510 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.bombno = _root.bombno - -1;
_root.getbomb2.bombget2.gotoAndStop(3);
}
}
Instance of Symbol 440 MovieClip "pb" in Symbol 510 MovieClip Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.bombno = _root.bombno - -1;
_root.getbomb2.bombget2.gotoAndStop(4);
}
}
Instance of Symbol 438 MovieClip "rb" in Symbol 510 MovieClip Frame 91
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.bombno = _root.bombno - -1;
_root.getbomb2.bombget2.gotoAndStop(2);
}
}
Symbol 512 MovieClip Frame 1
stop();
Symbol 512 MovieClip Frame 2
_root.score = _root.score + (((_root.bombno * _root.bombno) * _root.bombno) * 62);
_root.plane.bomb.gotoAndStop(3);
_root.btype.gotoAndStop(1);
stop();
Symbol 512 MovieClip Frame 3
_root.score = _root.score + (((_root.bombno * _root.bombno) * _root.bombno) * 62);
_root.plane.bomb.gotoAndStop(7);
_root.btype.gotoAndStop(3);
stop();
Symbol 512 MovieClip Frame 4
_root.score = _root.score + (((_root.bombno * _root.bombno) * _root.bombno) * 62);
_root.plane.bomb.gotoAndStop(11);
_root.btype.gotoAndStop(5);
stop();
Symbol 513 MovieClip Frame 482
stop();
Symbol 514 MovieClip Frame 182
gotoAndPlay (1);
Symbol 514 MovieClip Frame 183
stop();
Instance of Symbol 514 MovieClip "power5c" in Symbol 515 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.type1.hitTest(_root.plane.dot)) {
_root.plane.powerup.nextFrame();
this.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.type2.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea2.nextFrame();
this.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.type3.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea3.nextFrame();
this.gotoAndStop(183);
}
}
Symbol 515 MovieClip Frame 962
stop();
Symbol 516 MovieClip Frame 1
stop();
Symbol 518 MovieClip Frame 1
stop();
Symbol 518 MovieClip Frame 2
stop();
Symbol 518 MovieClip Frame 3
stop();
Symbol 518 MovieClip Frame 4
stop();
Symbol 518 MovieClip Frame 5
stop();
Symbol 518 MovieClip Frame 6
stop();
Symbol 518 MovieClip Frame 7
stop();
Symbol 518 MovieClip Frame 8
stop();
Symbol 518 MovieClip Frame 9
stop();
Symbol 518 MovieClip Frame 10
stop();
Symbol 518 MovieClip Frame 11
stop();
Symbol 518 MovieClip Frame 12
stop();
Symbol 518 MovieClip Frame 13
stop();
Symbol 518 MovieClip Frame 14
stop();
Symbol 518 MovieClip Frame 15
stop();
Symbol 518 MovieClip Frame 16
_root.score = _root.score + 1098;
Symbol 518 MovieClip Frame 28
_root.eplane15.gotoAndStop(302);
Symbol 519 MovieClip Frame 302
stop();
Symbol 520 MovieClip Frame 182
gotoAndPlay (1);
Symbol 520 MovieClip Frame 183
stop();
Instance of Symbol 520 MovieClip "power5" in Symbol 521 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.type1.hitTest(_root.plane.dot)) {
_root.plane.powerup.nextFrame();
this.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.type2.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea2.nextFrame();
this.gotoAndStop(183);
}
}
onClipEvent (enterFrame) {
if (this.type3.hitTest(_root.plane.dot)) {
_root.plane.powerup.hitarea3.nextFrame();
this.gotoAndStop(183);
}
}
Symbol 521 MovieClip Frame 962
stop();
Instance of Symbol 440 MovieClip "pb" in Symbol 522 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.bombno = _root.bombno - -1;
_root.getbomb3.bombget3.gotoAndStop(4);
}
}
Instance of Symbol 438 MovieClip "rb" in Symbol 522 MovieClip Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.bombno = _root.bombno - -1;
_root.getbomb3.bombget3.gotoAndStop(2);
}
}
Instance of Symbol 439 MovieClip "bb" in Symbol 522 MovieClip Frame 91
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.bombno = _root.bombno - -1;
_root.getbomb3.bombget3.gotoAndStop(3);
}
}
Symbol 524 MovieClip Frame 1
stop();
Symbol 524 MovieClip Frame 2
_root.score = _root.score + (((_root.bombno * _root.bombno) * _root.bombno) * 62);
_root.plane.bomb.gotoAndStop(3);
_root.btype.gotoAndStop(1);
stop();
Symbol 524 MovieClip Frame 3
_root.score = _root.score + (((_root.bombno * _root.bombno) * _root.bombno) * 62);
_root.plane.bomb.gotoAndStop(7);
_root.btype.gotoAndStop(3);
stop();
Symbol 524 MovieClip Frame 4
_root.score = _root.score + (((_root.bombno * _root.bombno) * _root.bombno) * 62);
_root.plane.bomb.gotoAndStop(11);
_root.btype.gotoAndStop(5);
stop();
Symbol 525 MovieClip Frame 482
stop();
Symbol 528 MovieClip Frame 1
stop();
Symbol 529 MovieClip Frame 1
stop();
Symbol 529 MovieClip Frame 2
stop();
Symbol 529 MovieClip Frame 3
stop();
Symbol 529 MovieClip Frame 4
stop();
Symbol 529 MovieClip Frame 5
stop();
Symbol 529 MovieClip Frame 6
_root.score = _root.score + 488;
Symbol 529 MovieClip Frame 22
_parent.gotoAndStop(92);
Symbol 529 MovieClip Frame 23
gotoAndStop (27);
Instance of Symbol 529 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.flash13.hitTest(_root.plane.dot)) {
this.play();
this.flash13.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 53;
}
}
onClipEvent (enterFrame) {
if (this.flash13.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.flash13.play();
_root.score = _root.score + 49;
}
}
onClipEvent (enterFrame) {
if (this.flash13.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.flash13.play();
_root.score = _root.score + 49;
}
}
onClipEvent (enterFrame) {
if (this.flash13.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.flash13.play();
_root.score = _root.score + 49;
}
}
onClipEvent (enterFrame) {
if (this.flash13.hitTest(_root.plane.rbomb)) {
this.play();
this.flash13.play();
_root.score = _root.score + 361;
}
}
onClipEvent (enterFrame) {
if (this.flash13.hitTest(_root.plane.bbomb)) {
this.play();
this.flash13.play();
_root.score = _root.score + 361;
}
}
onClipEvent (enterFrame) {
if (this.flash13.hitTest(_root.pbomb)) {
this.play();
this.flash13.play();
_root.score = _root.score + 361;
}
}
Symbol 530 MovieClip Frame 92
stop();
Symbol 533 MovieClip Frame 1
stop();
Instance of Symbol 145 MovieClip in Symbol 534 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 534 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 534 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 534 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 534 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 534 MovieClip Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 534 MovieClip Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Symbol 535 MovieClip Frame 1
stop();
Symbol 535 MovieClip Frame 2
stop();
Symbol 535 MovieClip Frame 3
stop();
Symbol 535 MovieClip Frame 4
stop();
Symbol 535 MovieClip Frame 5
stop();
Symbol 535 MovieClip Frame 6
stop();
Symbol 535 MovieClip Frame 7
stop();
Symbol 535 MovieClip Frame 8
stop();
Symbol 535 MovieClip Frame 9
stop();
Symbol 535 MovieClip Frame 10
stop();
Symbol 535 MovieClip Frame 11
stop();
Symbol 535 MovieClip Frame 12
stop();
Symbol 535 MovieClip Frame 13
stop();
Symbol 535 MovieClip Frame 14
stop();
Symbol 535 MovieClip Frame 15
stop();
Symbol 535 MovieClip Frame 16
stop();
Symbol 535 MovieClip Frame 17
stop();
Symbol 535 MovieClip Frame 18
stop();
Symbol 535 MovieClip Frame 19
_root.score = _root.score + 1281;
Symbol 535 MovieClip Frame 32
_parent.gotoAndStop(272);
Instance of Symbol 535 MovieClip "explosion19" in Symbol 536 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.attack15.flash14.hitTest(_root.plane.dot)) {
this.play();
this.attack15.flash14.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 58;
}
}
onClipEvent (enterFrame) {
if (this.attack15.flash14.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack15.flash14.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.attack15.flash14.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack15.flash14.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.attack15.flash14.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack15.flash14.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.attack15.flash14.hitTest(_root.plane.rbomb)) {
this.play();
this.attack15.flash14.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.attack15.flash14.hitTest(_root.plane.bbomb)) {
this.play();
this.attack15.flash14.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.attack15.flash14.hitTest(_root.pbomb)) {
this.play();
this.attack15.flash14.play();
_root.score = _root.score + 673;
}
}
Symbol 536 MovieClip Frame 272
stop();
Symbol 539 MovieClip Frame 1
stop();
Symbol 539 MovieClip Frame 2
_root.plane.powerup.nextFrame();
_root.plane.powerup.hitarea2.nextFrame();
_root.plane.powerup.hitarea3.nextFrame();
gotoAndStop (3);
Symbol 539 MovieClip Frame 3
_root.plane.powerup.nextFrame();
_root.plane.powerup.hitarea2.nextFrame();
_root.plane.powerup.hitarea3.nextFrame();
gotoAndStop (4);
Symbol 539 MovieClip Frame 4
_root.plane.powerup.nextFrame();
_root.plane.powerup.hitarea2.nextFrame();
_root.plane.powerup.hitarea3.nextFrame();
gotoAndPlay (5);
Symbol 539 MovieClip Frame 5
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 6
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 7
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 8
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 9
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 10
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 11
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 12
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 13
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 14
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 15
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 16
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 17
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 18
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 19
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 20
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 21
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 22
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 23
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 24
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 25
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 26
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 27
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 28
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 29
_root.lives.prevFrame();
Symbol 539 MovieClip Frame 30
stop();
Symbol 540 MovieClip Frame 1
stop();
Instance of Symbol 145 MovieClip in Symbol 541 MovieClip Frame 146
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 541 MovieClip Frame 146
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Symbol 542 MovieClip Frame 1
stop();
Symbol 542 MovieClip Frame 2
stop();
Symbol 542 MovieClip Frame 3
stop();
Symbol 542 MovieClip Frame 4
stop();
Symbol 542 MovieClip Frame 5
stop();
Symbol 542 MovieClip Frame 6
stop();
Symbol 542 MovieClip Frame 7
stop();
Symbol 542 MovieClip Frame 8
stop();
Symbol 542 MovieClip Frame 9
stop();
Symbol 542 MovieClip Frame 10
stop();
Symbol 542 MovieClip Frame 11
stop();
Symbol 542 MovieClip Frame 12
stop();
Symbol 542 MovieClip Frame 13
stop();
Symbol 542 MovieClip Frame 14
stop();
Symbol 542 MovieClip Frame 15
stop();
Symbol 542 MovieClip Frame 16
stop();
Symbol 542 MovieClip Frame 17
stop();
Symbol 542 MovieClip Frame 18
stop();
Symbol 542 MovieClip Frame 19
stop();
Symbol 542 MovieClip Frame 20
stop();
Symbol 542 MovieClip Frame 21
stop();
Symbol 542 MovieClip Frame 22
stop();
Symbol 542 MovieClip Frame 23
stop();
Symbol 542 MovieClip Frame 24
stop();
Symbol 542 MovieClip Frame 25
stop();
Symbol 542 MovieClip Frame 26
_root.score = _root.score + 1708;
Symbol 542 MovieClip Frame 38
_root.eplane9.gotoAndStop(442);
Symbol 543 MovieClip Frame 442
stop();
Symbol 548 MovieClip Frame 1
stop();
Instance of Symbol 185 MovieClip in Symbol 550 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 550 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 550 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Symbol 550 MovieClip Frame 32
stop();
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 91
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 91
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 91
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 91
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 91
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 91
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 91
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 91
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 120
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 120
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 120
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 120
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 120
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 120
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 120
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 120
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 150
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 150
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 150
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 150
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 150
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 150
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 150
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 150
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 180
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 180
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 180
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 180
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 180
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 180
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 180
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 180
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 210
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 210
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 210
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 210
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 210
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 210
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 210
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 210
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 240
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 240
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 240
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 240
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 240
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 240
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 240
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 240
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 270
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 270
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 270
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 270
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 270
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 270
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 270
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 270
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 300
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 300
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 300
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 300
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 300
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 300
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 300
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 300
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 330
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 330
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 330
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 330
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 330
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 330
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 330
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 330
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 332
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 332
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 332
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 332
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 332
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 332
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 332
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 332
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 362
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 362
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 362
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 362
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 362
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 362
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 362
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 362
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 364
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 364
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 364
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 364
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 364
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 364
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 364
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 551 MovieClip Frame 364
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 394
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 394
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 394
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 394
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 394
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 394
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 394
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 551 MovieClip Frame 394
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Symbol 553 MovieClip Frame 1
stop();
Symbol 553 MovieClip Frame 2
stop();
Symbol 553 MovieClip Frame 3
stop();
Symbol 553 MovieClip Frame 4
stop();
Symbol 553 MovieClip Frame 5
stop();
Symbol 553 MovieClip Frame 6
stop();
Symbol 553 MovieClip Frame 7
stop();
Symbol 553 MovieClip Frame 8
stop();
Symbol 553 MovieClip Frame 9
stop();
Symbol 553 MovieClip Frame 10
stop();
Symbol 553 MovieClip Frame 11
stop();
Symbol 553 MovieClip Frame 12
stop();
Symbol 553 MovieClip Frame 13
stop();
Symbol 553 MovieClip Frame 14
stop();
Symbol 553 MovieClip Frame 15
stop();
Symbol 553 MovieClip Frame 16
stop();
Symbol 553 MovieClip Frame 17
stop();
Symbol 553 MovieClip Frame 18
stop();
Symbol 553 MovieClip Frame 19
stop();
Symbol 553 MovieClip Frame 20
stop();
Symbol 553 MovieClip Frame 21
stop();
Symbol 553 MovieClip Frame 22
stop();
Symbol 553 MovieClip Frame 23
stop();
Symbol 553 MovieClip Frame 24
stop();
Symbol 553 MovieClip Frame 25
stop();
Symbol 553 MovieClip Frame 26
stop();
Symbol 553 MovieClip Frame 27
stop();
Symbol 553 MovieClip Frame 28
stop();
Symbol 553 MovieClip Frame 29
stop();
Symbol 553 MovieClip Frame 30
stop();
Symbol 553 MovieClip Frame 31
stop();
Symbol 553 MovieClip Frame 32
stop();
Symbol 553 MovieClip Frame 33
stop();
Symbol 553 MovieClip Frame 34
stop();
Symbol 553 MovieClip Frame 35
stop();
Symbol 553 MovieClip Frame 36
stop();
Symbol 553 MovieClip Frame 37
stop();
Symbol 553 MovieClip Frame 38
stop();
Symbol 553 MovieClip Frame 39
stop();
Symbol 553 MovieClip Frame 40
stop();
Symbol 553 MovieClip Frame 41
stop();
Symbol 553 MovieClip Frame 42
stop();
Symbol 553 MovieClip Frame 43
stop();
Symbol 553 MovieClip Frame 44
stop();
Symbol 553 MovieClip Frame 45
stop();
Symbol 553 MovieClip Frame 46
stop();
Symbol 553 MovieClip Frame 47
stop();
Symbol 553 MovieClip Frame 48
stop();
Symbol 553 MovieClip Frame 49
stop();
Symbol 553 MovieClip Frame 50
stop();
Symbol 553 MovieClip Frame 51
stop();
Symbol 553 MovieClip Frame 52
stop();
Symbol 553 MovieClip Frame 53
stop();
Symbol 553 MovieClip Frame 54
stop();
Symbol 553 MovieClip Frame 55
stop();
Symbol 553 MovieClip Frame 56
stop();
Symbol 553 MovieClip Frame 57
stop();
Symbol 553 MovieClip Frame 58
stop();
Symbol 553 MovieClip Frame 59
stop();
Symbol 553 MovieClip Frame 60
stop();
Symbol 553 MovieClip Frame 61
stop();
Symbol 553 MovieClip Frame 62
stop();
Symbol 553 MovieClip Frame 63
stop();
Symbol 553 MovieClip Frame 64
stop();
Symbol 553 MovieClip Frame 65
stop();
Symbol 553 MovieClip Frame 66
stop();
Symbol 553 MovieClip Frame 67
stop();
Symbol 553 MovieClip Frame 68
stop();
Symbol 553 MovieClip Frame 69
stop();
Symbol 553 MovieClip Frame 70
stop();
Symbol 553 MovieClip Frame 71
stop();
Symbol 553 MovieClip Frame 72
stop();
Symbol 553 MovieClip Frame 73
stop();
Symbol 553 MovieClip Frame 74
stop();
Symbol 553 MovieClip Frame 75
stop();
Symbol 553 MovieClip Frame 76
stop();
Symbol 553 MovieClip Frame 77
stop();
Symbol 553 MovieClip Frame 78
stop();
Symbol 553 MovieClip Frame 79
stop();
Symbol 553 MovieClip Frame 80
stop();
Symbol 553 MovieClip Frame 81
stop();
Symbol 553 MovieClip Frame 82
stop();
Symbol 553 MovieClip Frame 83
stop();
Symbol 553 MovieClip Frame 84
stop();
Symbol 553 MovieClip Frame 85
stop();
Symbol 553 MovieClip Frame 86
stop();
Symbol 553 MovieClip Frame 87
stop();
Symbol 553 MovieClip Frame 88
stop();
Symbol 553 MovieClip Frame 89
stop();
Symbol 553 MovieClip Frame 90
stop();
Symbol 553 MovieClip Frame 91
stop();
Symbol 553 MovieClip Frame 92
stop();
Symbol 553 MovieClip Frame 93
stop();
Symbol 553 MovieClip Frame 94
stop();
Symbol 553 MovieClip Frame 95
stop();
Symbol 553 MovieClip Frame 96
stop();
Symbol 553 MovieClip Frame 97
stop();
Symbol 553 MovieClip Frame 98
stop();
Symbol 553 MovieClip Frame 99
stop();
Symbol 553 MovieClip Frame 100
stop();
Symbol 553 MovieClip Frame 101
stop();
Symbol 553 MovieClip Frame 102
stop();
Symbol 553 MovieClip Frame 103
stop();
Symbol 553 MovieClip Frame 104
stop();
Symbol 553 MovieClip Frame 105
stop();
Symbol 553 MovieClip Frame 106
stop();
Symbol 553 MovieClip Frame 107
stop();
Symbol 553 MovieClip Frame 108
stop();
Symbol 553 MovieClip Frame 109
stop();
Symbol 553 MovieClip Frame 110
stop();
Symbol 553 MovieClip Frame 111
stop();
Symbol 553 MovieClip Frame 112
stop();
Symbol 553 MovieClip Frame 113
stop();
Symbol 553 MovieClip Frame 114
stop();
Symbol 553 MovieClip Frame 115
stop();
Symbol 553 MovieClip Frame 116
stop();
Symbol 553 MovieClip Frame 117
stop();
Symbol 553 MovieClip Frame 118
stop();
Symbol 553 MovieClip Frame 119
stop();
Symbol 553 MovieClip Frame 120
stop();
Symbol 553 MovieClip Frame 121
stop();
Symbol 553 MovieClip Frame 122
stop();
Symbol 553 MovieClip Frame 123
stop();
Symbol 553 MovieClip Frame 124
stop();
Symbol 553 MovieClip Frame 125
stop();
Symbol 553 MovieClip Frame 126
stop();
Symbol 553 MovieClip Frame 127
stop();
Symbol 553 MovieClip Frame 128
stop();
Symbol 553 MovieClip Frame 129
stop();
Symbol 553 MovieClip Frame 130
stop();
Symbol 553 MovieClip Frame 131
stop();
Symbol 553 MovieClip Frame 132
stop();
Symbol 553 MovieClip Frame 133
stop();
Symbol 553 MovieClip Frame 134
stop();
Symbol 553 MovieClip Frame 135
stop();
Symbol 553 MovieClip Frame 136
stop();
Symbol 553 MovieClip Frame 137
stop();
Symbol 553 MovieClip Frame 138
stop();
Symbol 553 MovieClip Frame 139
stop();
Symbol 553 MovieClip Frame 140
stop();
Symbol 553 MovieClip Frame 141
stop();
Symbol 553 MovieClip Frame 142
stop();
Symbol 553 MovieClip Frame 143
stop();
Symbol 553 MovieClip Frame 144
stop();
Symbol 553 MovieClip Frame 145
stop();
Symbol 553 MovieClip Frame 146
stop();
Symbol 553 MovieClip Frame 147
stop();
Symbol 553 MovieClip Frame 148
stop();
Symbol 553 MovieClip Frame 149
stop();
Symbol 553 MovieClip Frame 150
stop();
Symbol 553 MovieClip Frame 151
stop();
Symbol 553 MovieClip Frame 152
stop();
Symbol 553 MovieClip Frame 153
stop();
Symbol 553 MovieClip Frame 154
stop();
Symbol 553 MovieClip Frame 155
stop();
Symbol 553 MovieClip Frame 156
stop();
Symbol 553 MovieClip Frame 157
stop();
Symbol 553 MovieClip Frame 158
stop();
Symbol 553 MovieClip Frame 159
stop();
Symbol 553 MovieClip Frame 160
stop();
Symbol 553 MovieClip Frame 161
stop();
Symbol 553 MovieClip Frame 162
stop();
Symbol 553 MovieClip Frame 163
stop();
Symbol 553 MovieClip Frame 164
stop();
Symbol 553 MovieClip Frame 165
stop();
Symbol 553 MovieClip Frame 166
stop();
Symbol 553 MovieClip Frame 167
stop();
Symbol 553 MovieClip Frame 168
stop();
Symbol 553 MovieClip Frame 169
stop();
Symbol 553 MovieClip Frame 170
stop();
Symbol 553 MovieClip Frame 171
stop();
Symbol 553 MovieClip Frame 172
stop();
Symbol 553 MovieClip Frame 173
stop();
Symbol 553 MovieClip Frame 174
stop();
Symbol 553 MovieClip Frame 175
stop();
Symbol 553 MovieClip Frame 176
stop();
Symbol 553 MovieClip Frame 177
stop();
Symbol 553 MovieClip Frame 178
stop();
Symbol 553 MovieClip Frame 179
stop();
Symbol 553 MovieClip Frame 180
stop();
Symbol 553 MovieClip Frame 181
stop();
Symbol 553 MovieClip Frame 182
stop();
Symbol 553 MovieClip Frame 183
stop();
Symbol 553 MovieClip Frame 184
stop();
Symbol 553 MovieClip Frame 185
stop();
Symbol 553 MovieClip Frame 186
stop();
Symbol 553 MovieClip Frame 187
stop();
Symbol 553 MovieClip Frame 188
stop();
Symbol 553 MovieClip Frame 189
stop();
Symbol 553 MovieClip Frame 190
stop();
Symbol 553 MovieClip Frame 191
stop();
Symbol 553 MovieClip Frame 192
stop();
Symbol 553 MovieClip Frame 193
stop();
Symbol 553 MovieClip Frame 194
stop();
Symbol 553 MovieClip Frame 195
stop();
Symbol 553 MovieClip Frame 196
stop();
Symbol 553 MovieClip Frame 197
stop();
Symbol 553 MovieClip Frame 198
stop();
Symbol 553 MovieClip Frame 199
stop();
Symbol 553 MovieClip Frame 200
stop();
Symbol 553 MovieClip Frame 201
stop();
Symbol 553 MovieClip Frame 202
stop();
Symbol 553 MovieClip Frame 203
stop();
Symbol 553 MovieClip Frame 204
stop();
Symbol 553 MovieClip Frame 205
stop();
Symbol 553 MovieClip Frame 206
stop();
Symbol 553 MovieClip Frame 207
stop();
Symbol 553 MovieClip Frame 208
stop();
Symbol 553 MovieClip Frame 209
stop();
Symbol 553 MovieClip Frame 210
stop();
Symbol 553 MovieClip Frame 211
stop();
Symbol 553 MovieClip Frame 212
stop();
Symbol 553 MovieClip Frame 213
stop();
Symbol 553 MovieClip Frame 214
stop();
Symbol 553 MovieClip Frame 215
stop();
Symbol 553 MovieClip Frame 216
stop();
Symbol 553 MovieClip Frame 217
stop();
Symbol 553 MovieClip Frame 218
stop();
Symbol 553 MovieClip Frame 219
stop();
Symbol 553 MovieClip Frame 220
stop();
Symbol 553 MovieClip Frame 221
stop();
Symbol 553 MovieClip Frame 222
stop();
Symbol 553 MovieClip Frame 223
stop();
Symbol 553 MovieClip Frame 224
stop();
Symbol 553 MovieClip Frame 225
stop();
Symbol 553 MovieClip Frame 226
stop();
Symbol 553 MovieClip Frame 227
stop();
Symbol 553 MovieClip Frame 228
stop();
Symbol 553 MovieClip Frame 229
stop();
Symbol 553 MovieClip Frame 230
stop();
Symbol 553 MovieClip Frame 231
stop();
Symbol 553 MovieClip Frame 232
stop();
Symbol 553 MovieClip Frame 233
stop();
Symbol 553 MovieClip Frame 234
stop();
Symbol 553 MovieClip Frame 235
stop();
Symbol 553 MovieClip Frame 236
stop();
Symbol 553 MovieClip Frame 237
stop();
Symbol 553 MovieClip Frame 238
stop();
Symbol 553 MovieClip Frame 239
stop();
Symbol 553 MovieClip Frame 240
stop();
Symbol 553 MovieClip Frame 241
stop();
Symbol 553 MovieClip Frame 242
stop();
Symbol 553 MovieClip Frame 243
stop();
Symbol 553 MovieClip Frame 244
stop();
Symbol 553 MovieClip Frame 245
stop();
Symbol 553 MovieClip Frame 246
stop();
Symbol 553 MovieClip Frame 247
stop();
Symbol 553 MovieClip Frame 248
stop();
Symbol 553 MovieClip Frame 249
stop();
Symbol 553 MovieClip Frame 250
stop();
Symbol 553 MovieClip Frame 251
stop();
Symbol 553 MovieClip Frame 252
stop();
Symbol 553 MovieClip Frame 253
stop();
Symbol 553 MovieClip Frame 254
stop();
Symbol 553 MovieClip Frame 255
stop();
Symbol 553 MovieClip Frame 256
stop();
Symbol 553 MovieClip Frame 257
stop();
Symbol 553 MovieClip Frame 258
stop();
Symbol 553 MovieClip Frame 259
stop();
Symbol 553 MovieClip Frame 260
stop();
Symbol 553 MovieClip Frame 261
stop();
Symbol 553 MovieClip Frame 262
stop();
Symbol 553 MovieClip Frame 263
stop();
Symbol 553 MovieClip Frame 264
stop();
Symbol 553 MovieClip Frame 265
stop();
Symbol 553 MovieClip Frame 266
stop();
Symbol 553 MovieClip Frame 267
stop();
Symbol 553 MovieClip Frame 268
stop();
Symbol 553 MovieClip Frame 269
stop();
Symbol 553 MovieClip Frame 270
stop();
Symbol 553 MovieClip Frame 271
stop();
Symbol 553 MovieClip Frame 272
stop();
Symbol 553 MovieClip Frame 273
stop();
Symbol 553 MovieClip Frame 274
stop();
Symbol 553 MovieClip Frame 275
stop();
Symbol 553 MovieClip Frame 276
stop();
Symbol 553 MovieClip Frame 277
stop();
Symbol 553 MovieClip Frame 278
stop();
Symbol 553 MovieClip Frame 279
stop();
Symbol 553 MovieClip Frame 280
stop();
Symbol 553 MovieClip Frame 281
stop();
Symbol 553 MovieClip Frame 282
stop();
Symbol 553 MovieClip Frame 283
stop();
Symbol 553 MovieClip Frame 284
stop();
Symbol 553 MovieClip Frame 285
stop();
Symbol 553 MovieClip Frame 286
stop();
Symbol 553 MovieClip Frame 287
stop();
Symbol 553 MovieClip Frame 288
stop();
Symbol 553 MovieClip Frame 289
stop();
Symbol 553 MovieClip Frame 290
stop();
Symbol 553 MovieClip Frame 291
stop();
Symbol 553 MovieClip Frame 292
stop();
Symbol 553 MovieClip Frame 293
stop();
Symbol 553 MovieClip Frame 294
stop();
Symbol 553 MovieClip Frame 295
stop();
Symbol 553 MovieClip Frame 296
stop();
Symbol 553 MovieClip Frame 297
stop();
Symbol 553 MovieClip Frame 298
stop();
Symbol 553 MovieClip Frame 299
stop();
Symbol 553 MovieClip Frame 300
stop();
Symbol 553 MovieClip Frame 301
stop();
Symbol 553 MovieClip Frame 302
stop();
Symbol 553 MovieClip Frame 303
stop();
Symbol 553 MovieClip Frame 304
stop();
Symbol 553 MovieClip Frame 305
stop();
Symbol 553 MovieClip Frame 306
stop();
Symbol 553 MovieClip Frame 307
stop();
Symbol 553 MovieClip Frame 308
stop();
Symbol 553 MovieClip Frame 309
stop();
Symbol 553 MovieClip Frame 310
stop();
Symbol 553 MovieClip Frame 311
stop();
Symbol 553 MovieClip Frame 312
stop();
Symbol 553 MovieClip Frame 313
stop();
Symbol 553 MovieClip Frame 314
stop();
Symbol 553 MovieClip Frame 315
stop();
Symbol 553 MovieClip Frame 316
stop();
Symbol 553 MovieClip Frame 317
stop();
Symbol 553 MovieClip Frame 318
stop();
Symbol 553 MovieClip Frame 319
stop();
Symbol 553 MovieClip Frame 320
stop();
Symbol 553 MovieClip Frame 321
stop();
Symbol 553 MovieClip Frame 322
stop();
Symbol 553 MovieClip Frame 323
stop();
Symbol 553 MovieClip Frame 324
stop();
Symbol 553 MovieClip Frame 325
stop();
Symbol 553 MovieClip Frame 326
stop();
Symbol 553 MovieClip Frame 327
stop();
Symbol 553 MovieClip Frame 328
stop();
Symbol 553 MovieClip Frame 329
stop();
Symbol 553 MovieClip Frame 330
stop();
Symbol 553 MovieClip Frame 331
stop();
Symbol 553 MovieClip Frame 332
stop();
Symbol 553 MovieClip Frame 333
stop();
Symbol 553 MovieClip Frame 334
stop();
Symbol 553 MovieClip Frame 335
stop();
Symbol 553 MovieClip Frame 336
stop();
Symbol 553 MovieClip Frame 337
stop();
Symbol 553 MovieClip Frame 338
stop();
Symbol 553 MovieClip Frame 339
stop();
Symbol 553 MovieClip Frame 340
stop();
Symbol 553 MovieClip Frame 341
stop();
Symbol 553 MovieClip Frame 342
stop();
Symbol 553 MovieClip Frame 343
stop();
Symbol 553 MovieClip Frame 344
stop();
Symbol 553 MovieClip Frame 345
stop();
Symbol 553 MovieClip Frame 346
stop();
Symbol 553 MovieClip Frame 347
stop();
Symbol 553 MovieClip Frame 348
stop();
Symbol 553 MovieClip Frame 349
stop();
Symbol 553 MovieClip Frame 350
stop();
Symbol 553 MovieClip Frame 351
stop();
Symbol 553 MovieClip Frame 352
stop();
Symbol 553 MovieClip Frame 353
stop();
Symbol 553 MovieClip Frame 354
stop();
Symbol 553 MovieClip Frame 355
stop();
Symbol 553 MovieClip Frame 356
stop();
Symbol 553 MovieClip Frame 357
stop();
Symbol 553 MovieClip Frame 358
stop();
Symbol 553 MovieClip Frame 359
stop();
Symbol 553 MovieClip Frame 360
stop();
Symbol 553 MovieClip Frame 361
stop();
Symbol 553 MovieClip Frame 362
stop();
Symbol 553 MovieClip Frame 363
stop();
Symbol 553 MovieClip Frame 364
stop();
Symbol 553 MovieClip Frame 365
stop();
Symbol 553 MovieClip Frame 366
stop();
Symbol 553 MovieClip Frame 367
stop();
Symbol 553 MovieClip Frame 368
stop();
Symbol 553 MovieClip Frame 369
stop();
Symbol 553 MovieClip Frame 370
stop();
Symbol 553 MovieClip Frame 371
stop();
Symbol 553 MovieClip Frame 372
stop();
Symbol 553 MovieClip Frame 373
stop();
Symbol 553 MovieClip Frame 374
stop();
Symbol 553 MovieClip Frame 375
stop();
Symbol 553 MovieClip Frame 376
stop();
Symbol 553 MovieClip Frame 377
stop();
Symbol 553 MovieClip Frame 378
stop();
Symbol 553 MovieClip Frame 379
stop();
Symbol 553 MovieClip Frame 380
stop();
Symbol 553 MovieClip Frame 381
stop();
Symbol 553 MovieClip Frame 382
stop();
Symbol 553 MovieClip Frame 383
stop();
Symbol 553 MovieClip Frame 384
stop();
Symbol 553 MovieClip Frame 385
stop();
Symbol 553 MovieClip Frame 386
stop();
Symbol 553 MovieClip Frame 387
stop();
Symbol 553 MovieClip Frame 388
stop();
Symbol 553 MovieClip Frame 389
stop();
Symbol 553 MovieClip Frame 390
stop();
Symbol 553 MovieClip Frame 391
stop();
Symbol 553 MovieClip Frame 392
stop();
Symbol 553 MovieClip Frame 393
stop();
Symbol 553 MovieClip Frame 394
stop();
Symbol 553 MovieClip Frame 395
stop();
Symbol 553 MovieClip Frame 396
stop();
Symbol 553 MovieClip Frame 397
stop();
Symbol 553 MovieClip Frame 398
stop();
Symbol 553 MovieClip Frame 399
stop();
Symbol 553 MovieClip Frame 400
stop();
Symbol 553 MovieClip Frame 401
stop();
Symbol 553 MovieClip Frame 402
stop();
Symbol 553 MovieClip Frame 403
stop();
Symbol 553 MovieClip Frame 404
stop();
Symbol 553 MovieClip Frame 405
stop();
Symbol 553 MovieClip Frame 406
stop();
Symbol 553 MovieClip Frame 407
stop();
Symbol 553 MovieClip Frame 408
stop();
Symbol 553 MovieClip Frame 409
stop();
Symbol 553 MovieClip Frame 410
stop();
Symbol 553 MovieClip Frame 411
stop();
Symbol 553 MovieClip Frame 412
stop();
Symbol 553 MovieClip Frame 413
stop();
Symbol 553 MovieClip Frame 414
stop();
Symbol 553 MovieClip Frame 415
stop();
Symbol 553 MovieClip Frame 416
stop();
Symbol 553 MovieClip Frame 417
stop();
Symbol 553 MovieClip Frame 418
stop();
Symbol 553 MovieClip Frame 419
stop();
Symbol 553 MovieClip Frame 420
stop();
Symbol 553 MovieClip Frame 421
stop();
Symbol 553 MovieClip Frame 422
stop();
Symbol 553 MovieClip Frame 423
stop();
Symbol 553 MovieClip Frame 424
stop();
Symbol 553 MovieClip Frame 425
stop();
Symbol 553 MovieClip Frame 426
stop();
Symbol 553 MovieClip Frame 427
stop();
Symbol 553 MovieClip Frame 428
stop();
Symbol 553 MovieClip Frame 429
stop();
Symbol 553 MovieClip Frame 430
stop();
Symbol 553 MovieClip Frame 431
stop();
Symbol 553 MovieClip Frame 432
stop();
Symbol 553 MovieClip Frame 433
stop();
Symbol 553 MovieClip Frame 434
stop();
Symbol 553 MovieClip Frame 435
stop();
Symbol 553 MovieClip Frame 436
stop();
Symbol 553 MovieClip Frame 437
stop();
Symbol 553 MovieClip Frame 438
stop();
Symbol 553 MovieClip Frame 439
stop();
Symbol 553 MovieClip Frame 440
stop();
Symbol 553 MovieClip Frame 441
stop();
Symbol 553 MovieClip Frame 442
stop();
Symbol 553 MovieClip Frame 443
stop();
Symbol 553 MovieClip Frame 444
stop();
Symbol 553 MovieClip Frame 445
stop();
Symbol 553 MovieClip Frame 446
stop();
Symbol 553 MovieClip Frame 447
stop();
Symbol 553 MovieClip Frame 448
stop();
Symbol 553 MovieClip Frame 449
stop();
Symbol 553 MovieClip Frame 450
stop();
Symbol 553 MovieClip Frame 451
stop();
Symbol 553 MovieClip Frame 452
stop();
Symbol 553 MovieClip Frame 453
stop();
Symbol 553 MovieClip Frame 454
stop();
Symbol 553 MovieClip Frame 455
stop();
Symbol 553 MovieClip Frame 456
stop();
Symbol 553 MovieClip Frame 457
stop();
Symbol 553 MovieClip Frame 458
stop();
Symbol 553 MovieClip Frame 459
stop();
Symbol 553 MovieClip Frame 460
stop();
Symbol 553 MovieClip Frame 461
stop();
Symbol 553 MovieClip Frame 462
stop();
Symbol 553 MovieClip Frame 463
stop();
Symbol 553 MovieClip Frame 464
stop();
Symbol 553 MovieClip Frame 465
stop();
Symbol 553 MovieClip Frame 466
stop();
Symbol 553 MovieClip Frame 467
stop();
Symbol 553 MovieClip Frame 468
stop();
Symbol 553 MovieClip Frame 469
stop();
Symbol 553 MovieClip Frame 470
stop();
Symbol 553 MovieClip Frame 471
stop();
Symbol 553 MovieClip Frame 472
stop();
Symbol 553 MovieClip Frame 473
stop();
Symbol 553 MovieClip Frame 474
stop();
Symbol 553 MovieClip Frame 475
stop();
Symbol 553 MovieClip Frame 476
stop();
Symbol 553 MovieClip Frame 477
stop();
Symbol 553 MovieClip Frame 478
stop();
Symbol 553 MovieClip Frame 479
stop();
Symbol 553 MovieClip Frame 480
stop();
Symbol 553 MovieClip Frame 481
stop();
Symbol 553 MovieClip Frame 482
stop();
Symbol 553 MovieClip Frame 483
stop();
Symbol 553 MovieClip Frame 484
stop();
Symbol 553 MovieClip Frame 485
stop();
Symbol 553 MovieClip Frame 486
stop();
Symbol 553 MovieClip Frame 487
stop();
Symbol 553 MovieClip Frame 488
stop();
Symbol 553 MovieClip Frame 489
stop();
Symbol 553 MovieClip Frame 490
stop();
Symbol 553 MovieClip Frame 491
stop();
Symbol 553 MovieClip Frame 492
stop();
Symbol 553 MovieClip Frame 493
stop();
Symbol 553 MovieClip Frame 494
stop();
Symbol 553 MovieClip Frame 495
stop();
Symbol 553 MovieClip Frame 496
stop();
Symbol 553 MovieClip Frame 497
stop();
Symbol 553 MovieClip Frame 498
stop();
Symbol 553 MovieClip Frame 499
stop();
Symbol 553 MovieClip Frame 500
stop();
Symbol 553 MovieClip Frame 501
stop();
Symbol 553 MovieClip Frame 502
stop();
Symbol 553 MovieClip Frame 503
stop();
Symbol 553 MovieClip Frame 504
stop();
Symbol 553 MovieClip Frame 505
stop();
Symbol 553 MovieClip Frame 506
stop();
Symbol 553 MovieClip Frame 507
stop();
Symbol 553 MovieClip Frame 508
stop();
Symbol 553 MovieClip Frame 509
stop();
Symbol 553 MovieClip Frame 510
stop();
Symbol 553 MovieClip Frame 511
stop();
Symbol 553 MovieClip Frame 512
stop();
Symbol 553 MovieClip Frame 513
stop();
Symbol 553 MovieClip Frame 514
stop();
Symbol 553 MovieClip Frame 515
stop();
Symbol 553 MovieClip Frame 516
stop();
Symbol 553 MovieClip Frame 517
stop();
Symbol 553 MovieClip Frame 518
stop();
Symbol 553 MovieClip Frame 519
stop();
Symbol 553 MovieClip Frame 520
stop();
Symbol 553 MovieClip Frame 521
stop();
Symbol 553 MovieClip Frame 522
stop();
Symbol 553 MovieClip Frame 523
stop();
Symbol 553 MovieClip Frame 524
stop();
Symbol 553 MovieClip Frame 525
stop();
Symbol 553 MovieClip Frame 526
stop();
Symbol 553 MovieClip Frame 527
stop();
Symbol 553 MovieClip Frame 528
stop();
Symbol 553 MovieClip Frame 529
stop();
Symbol 553 MovieClip Frame 530
stop();
Symbol 553 MovieClip Frame 531
stop();
Symbol 553 MovieClip Frame 532
stop();
Symbol 553 MovieClip Frame 533
stop();
Symbol 553 MovieClip Frame 534
stop();
Symbol 553 MovieClip Frame 535
stop();
Symbol 553 MovieClip Frame 536
stop();
Symbol 553 MovieClip Frame 537
stop();
Symbol 553 MovieClip Frame 538
stop();
Symbol 553 MovieClip Frame 539
stop();
Symbol 553 MovieClip Frame 540
stop();
Symbol 553 MovieClip Frame 541
_root.score = _root.score + 74648;
Symbol 553 MovieClip Frame 571
_parent.gotoAndStop(841);
Symbol 554 MovieClip Frame 840
gotoAndPlay (201);
Symbol 554 MovieClip Frame 841
stop();
_root.background.play();
_root.play();
Symbol 556 MovieClip Frame 1
stop();
Symbol 556 MovieClip Frame 2
stop();
_root.stop();
_root.background.stop();
Symbol 556 MovieClip Frame 3
_root.bombno = 3;
_root.plane.gotoAndPlay(1);
_root.lives.gotoAndPlay(1);
_root.medal1no = 0;
_root.medal2no = 0;
gotoAndStop (4);
Symbol 556 MovieClip Frame 4
_root.plane.powerup.shoot.planeanim.gotoAndStop(11);
_root.plane._x = 150;
_root.plane._y = 256;
_root.play();
_root.background.play();
_root.plane.bomb.play();
_root.btype.prevFrame();
gotoAndStop (1);
Symbol 570 Button
on (release) {
_root.play();
}
Symbol 571 MovieClip Frame 31
bombno = _root.bombno;
Symbol 571 MovieClip Frame 61
medal1no = _root.medal1no;
Symbol 571 MovieClip Frame 91
medal2no = _root.medal2no;
Symbol 571 MovieClip Frame 136
bonus = 900 * ((((bombno * 4) - (-medal1no)) - ((-medal2no) * 2)) - -1);
Symbol 571 MovieClip Frame 286
bonus = bonus - 225;
_root.score = _root.score + 225;
if (bonus < 1) {
gotoAndPlay (288);
} else {
play();
}
Symbol 571 MovieClip Frame 287
bonus = bonus - 225;
_root.score = _root.score + 225;
if (bonus < 1) {
gotoAndPlay (288);
} else {
gotoAndStop (286);
}
Symbol 571 MovieClip Frame 289
stop();
Symbol 573 MovieClip Frame 2
gotoAndPlay (1);
Instance of Symbol 185 MovieClip in Symbol 574 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Symbol 575 MovieClip Frame 1
stop();
Symbol 575 MovieClip Frame 2
stop();
Symbol 575 MovieClip Frame 3
stop();
Symbol 575 MovieClip Frame 4
stop();
Symbol 575 MovieClip Frame 5
stop();
Symbol 575 MovieClip Frame 6
stop();
Symbol 575 MovieClip Frame 7
stop();
Symbol 575 MovieClip Frame 8
stop();
Symbol 575 MovieClip Frame 9
_root.score = _root.score + 671;
Symbol 575 MovieClip Frame 25
stop();
Instance of Symbol 575 MovieClip in Symbol 576 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.attack18.flash12.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack18.flash12.play();
_root.score = _root.score + 73;
}
}
onClipEvent (enterFrame) {
if (this.attack18.flash12.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack18.flash12.play();
_root.score = _root.score + 73;
}
}
onClipEvent (enterFrame) {
if (this.attack18.flash12.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack18.flash12.play();
_root.score = _root.score + 73;
}
}
onClipEvent (enterFrame) {
if (this.attack18.flash12.hitTest(_root.plane.rbomb)) {
this.play();
this.attack18.flash12.play();
_root.score = _root.score + 466;
}
}
onClipEvent (enterFrame) {
if (this.attack18.flash12.hitTest(_root.plane.bbomb)) {
this.play();
this.attack18.flash12.play();
_root.score = _root.score + 466;
}
}
onClipEvent (enterFrame) {
if (this.attack18.flash12.hitTest(_root.pbomb)) {
this.play();
this.attack18.flash12.play();
_root.score = _root.score + 466;
}
}
Symbol 576 MovieClip Frame 302
stop();
Symbol 577 MovieClip Frame 4001
stop();
Symbol 579 MovieClip Frame 1
stop();
Symbol 579 MovieClip Frame 2
stop();
Symbol 579 MovieClip Frame 3
_root.bombno = 3;
_root.plane.gotoAndPlay(1);
_root.lives.gotoAndPlay(1);
_root.medal1no = 0;
_root.medal2no = 0;
gotoAndStop (4);
Symbol 579 MovieClip Frame 4
_root.plane.powerup.shoot.planeanim.gotoAndStop(11);
_root.plane._x = 150;
_root.plane._y = 256;
_root.plane.bomb.play();
_root.btype.prevFrame();
gotoAndStop (1);
Symbol 583 MovieClip Frame 1
stop();
Symbol 585 MovieClip Frame 1
stop();
Symbol 585 MovieClip Frame 2
stop();
Symbol 585 MovieClip Frame 3
stop();
Symbol 585 MovieClip Frame 4
stop();
Symbol 585 MovieClip Frame 5
stop();
Symbol 585 MovieClip Frame 6
stop();
Symbol 585 MovieClip Frame 7
_root.score = _root.score + 549;
Symbol 585 MovieClip Frame 20
_parent.gotoAndStop(47);
Instance of Symbol 454 MovieClip in Symbol 586 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 454 MovieClip in Symbol 586 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Symbol 586 MovieClip Frame 37
stop();
Instance of Symbol 585 MovieClip in Symbol 587 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
this.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 87;
}
}
onClipEvent (enterFrame) {
if (this.attack16.flash15.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack16.flash15.play();
_root.score = _root.score + 83;
}
}
onClipEvent (enterFrame) {
if (this.attack16.flash15.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack16.flash15.play();
_root.score = _root.score + 83;
}
}
onClipEvent (enterFrame) {
if (this.attack16.flash15.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack16.flash15.play();
_root.score = _root.score + 83;
}
}
onClipEvent (enterFrame) {
if (this.attack16.flash15.hitTest(_root.plane.rbomb)) {
this.play();
this.attack16.flash15.play();
_root.score = _root.score + 352;
}
}
onClipEvent (enterFrame) {
if (this.attack16.flash15.hitTest(_root.plane.bbomb)) {
this.play();
this.attack16.flash15.play();
_root.score = _root.score + 352;
}
}
onClipEvent (enterFrame) {
if (this.attack16.flash15.hitTest(_root.pbomb)) {
this.play();
this.attack16.flash15.play();
_root.score = _root.score + 352;
}
}
Symbol 587 MovieClip Frame 47
stop();
Instance of Symbol 185 MovieClip in Symbol 588 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 588 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 588 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 588 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 588 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 588 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip in Symbol 588 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 145 MovieClip in Symbol 588 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 588 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 588 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 588 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 588 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 588 MovieClip Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 588 MovieClip Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Symbol 589 MovieClip Frame 1
stop();
Symbol 589 MovieClip Frame 2
stop();
Symbol 589 MovieClip Frame 3
stop();
Symbol 589 MovieClip Frame 4
stop();
Symbol 589 MovieClip Frame 5
stop();
Symbol 589 MovieClip Frame 6
stop();
Symbol 589 MovieClip Frame 7
stop();
Symbol 589 MovieClip Frame 8
stop();
Symbol 589 MovieClip Frame 9
stop();
Symbol 589 MovieClip Frame 10
stop();
Symbol 589 MovieClip Frame 11
stop();
Symbol 589 MovieClip Frame 12
stop();
Symbol 589 MovieClip Frame 13
stop();
Symbol 589 MovieClip Frame 14
stop();
Symbol 589 MovieClip Frame 15
stop();
Symbol 589 MovieClip Frame 16
stop();
Symbol 589 MovieClip Frame 17
stop();
Symbol 589 MovieClip Frame 18
stop();
Symbol 589 MovieClip Frame 19
_root.score = _root.score + 1281;
Symbol 589 MovieClip Frame 32
_parent.gotoAndStop(272);
Instance of Symbol 589 MovieClip in Symbol 590 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.attack17.flash14.hitTest(_root.plane.dot)) {
this.play();
this.attack17.flash14.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 58;
}
}
onClipEvent (enterFrame) {
if (this.attack17.flash14.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack17.flash14.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.attack17.flash14.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack17.flash14.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.attack17.flash14.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack17.flash14.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.attack17.flash14.hitTest(_root.plane.rbomb)) {
this.play();
this.attack17.flash14.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.attack17.flash14.hitTest(_root.plane.bbomb)) {
this.play();
this.attack17.flash14.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.attack17.flash14.hitTest(_root.pbomb)) {
this.play();
this.attack17.flash14.play();
_root.score = _root.score + 673;
}
}
Symbol 590 MovieClip Frame 272
stop();
Symbol 593 MovieClip Frame 1
stop();
Symbol 594 MovieClip Frame 1
stop();
Symbol 594 MovieClip Frame 2
stop();
Symbol 594 MovieClip Frame 3
_root.score = _root.score + 427;
_root.score = _root.score + 305;
Symbol 594 MovieClip Frame 11
_parent.gotoAndStop(32);
Instance of Symbol 594 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.flash16.hitTest(_root.plane.dot)) {
this.play();
this.flash16.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 131;
}
}
onClipEvent (enterFrame) {
if (this.flash16.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.flash16.play();
_root.score = _root.score + 127;
}
}
onClipEvent (enterFrame) {
if (this.flash16.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.flash16.play();
_root.score = _root.score + 127;
}
}
onClipEvent (enterFrame) {
if (this.flash16.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.flash16.play();
_root.score = _root.score + 127;
}
}
onClipEvent (enterFrame) {
if (this.flash16.hitTest(_root.plane.rbomb)) {
this.play();
this.flash16.play();
_root.score = _root.score + 274;
}
}
onClipEvent (enterFrame) {
if (this.flash16.hitTest(_root.plane.bbomb)) {
this.play();
this.flash16.play();
_root.score = _root.score + 274;
}
}
onClipEvent (enterFrame) {
if (this.flash16.hitTest(_root.pbomb)) {
this.play();
this.flash16.play();
_root.score = _root.score + 274;
}
}
Symbol 595 MovieClip Frame 32
stop();
Symbol 597 MovieClip Frame 1
stop();
Symbol 597 MovieClip Frame 2
stop();
Symbol 597 MovieClip Frame 3
stop();
Symbol 597 MovieClip Frame 4
stop();
Symbol 597 MovieClip Frame 5
_root.score = _root.score + 427;
Symbol 597 MovieClip Frame 13
_parent.gotoAndStop(32);
Instance of Symbol 597 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.flash7.hitTest(_root.plane.dot)) {
this.play();
this.flash7.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 58;
}
}
onClipEvent (enterFrame) {
if (this.flash7.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.flash7.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.flash7.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.flash7.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.flash7.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.flash7.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.flash7.hitTest(_root.plane.rbomb)) {
this.play();
this.flash7.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.flash7.hitTest(_root.plane.bbomb)) {
this.play();
this.flash7.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.flash7.hitTest(_root.pbomb)) {
this.play();
this.flash7.play();
_root.score = _root.score + 673;
}
}
Symbol 598 MovieClip Frame 32
stop();
Instance of Symbol 185 MovieClip in Symbol 599 MovieClip Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Symbol 600 MovieClip Frame 1
stop();
Symbol 600 MovieClip Frame 2
_root.score = _root.score + 244;
Symbol 600 MovieClip Frame 8
_parent.gotoAndStop(241);
Instance of Symbol 600 MovieClip in Symbol 601 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.attack19.epbody.hitTest(_root.plane.dot)) {
this.play();
this.attack19.epbody.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 58;
}
}
onClipEvent (enterFrame) {
if (this.attack19.epbody.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack19.epbody.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.attack19.epbody.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack19.epbody.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.attack19.epbody.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack19.epbody.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.attack19.epbody.hitTest(_root.plane.rbomb)) {
this.play();
this.attack19.epbody.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.attack19.epbody.hitTest(_root.plane.bbomb)) {
this.play();
this.attack19.epbody.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.attack19.epbody.hitTest(_root.pbomb)) {
this.play();
this.attack19.epbody.play();
_root.score = _root.score + 673;
}
}
Symbol 601 MovieClip Frame 241
stop();
Instance of Symbol 504 MovieClip in Symbol 602 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 504 MovieClip in Symbol 602 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 504 MovieClip in Symbol 602 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 504 MovieClip in Symbol 602 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 504 MovieClip in Symbol 602 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 504 MovieClip in Symbol 602 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 504 MovieClip in Symbol 602 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 504 MovieClip in Symbol 602 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 504 MovieClip in Symbol 602 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 504 MovieClip in Symbol 602 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 504 MovieClip in Symbol 602 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 504 MovieClip in Symbol 602 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Symbol 603 MovieClip Frame 1
stop();
Symbol 603 MovieClip Frame 2
stop();
Symbol 603 MovieClip Frame 3
stop();
Symbol 603 MovieClip Frame 4
stop();
Symbol 603 MovieClip Frame 5
stop();
Symbol 603 MovieClip Frame 6
stop();
Symbol 603 MovieClip Frame 7
stop();
Symbol 603 MovieClip Frame 8
stop();
Symbol 603 MovieClip Frame 9
stop();
Symbol 603 MovieClip Frame 10
stop();
Symbol 603 MovieClip Frame 11
stop();
Symbol 603 MovieClip Frame 12
stop();
Symbol 603 MovieClip Frame 13
stop();
Symbol 603 MovieClip Frame 14
stop();
Symbol 603 MovieClip Frame 15
stop();
Symbol 603 MovieClip Frame 16
_root.score = _root.score + 1098;
Symbol 603 MovieClip Frame 28
_parent.gotoAndStop(302);
Instance of Symbol 603 MovieClip in Symbol 604 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.attack20.flash9.hitTest(_root.plane.dot)) {
this.play();
this.attack20.flash9.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 58;
}
}
onClipEvent (enterFrame) {
if (this.attack20.flash9.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack20.flash9.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.attack20.flash9.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack20.flash9.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.attack20.flash9.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack20.flash9.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.attack20.flash9.hitTest(_root.plane.rbomb)) {
this.play();
this.attack20.flash9.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.attack20.flash9.hitTest(_root.plane.bbomb)) {
this.play();
this.attack20.flash9.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.attack20.flash9.hitTest(_root.pbomb)) {
this.play();
this.attack20.flash9.play();
_root.score = _root.score + 673;
}
}
Symbol 604 MovieClip Frame 302
stop();
Instance of Symbol 603 MovieClip in Symbol 605 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.attack20.flash9.hitTest(_root.plane.dot)) {
this.play();
this.attack20.flash9.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 58;
}
}
onClipEvent (enterFrame) {
if (this.attack20.flash9.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack20.flash9.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.attack20.flash9.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack20.flash9.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.attack20.flash9.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack20.flash9.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.attack20.flash9.hitTest(_root.plane.rbomb)) {
this.play();
this.attack20.flash9.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.attack20.flash9.hitTest(_root.plane.bbomb)) {
this.play();
this.attack20.flash9.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.attack20.flash9.hitTest(_root.pbomb)) {
this.play();
this.attack20.flash9.play();
_root.score = _root.score + 673;
}
}
Symbol 605 MovieClip Frame 302
stop();
Instance of Symbol 185 MovieClip in Symbol 606 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 145 MovieClip in Symbol 606 MovieClip Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Symbol 607 MovieClip Frame 1
stop();
Symbol 607 MovieClip Frame 2
stop();
Symbol 607 MovieClip Frame 3
stop();
Symbol 607 MovieClip Frame 4
stop();
Symbol 607 MovieClip Frame 5
stop();
Symbol 607 MovieClip Frame 6
stop();
Symbol 607 MovieClip Frame 7
stop();
Symbol 607 MovieClip Frame 8
stop();
Symbol 607 MovieClip Frame 9
_root.score = _root.score + 671;
Symbol 607 MovieClip Frame 25
_parent.gotoAndStop(302);
Instance of Symbol 607 MovieClip in Symbol 608 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.attack21.flash11.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack21.flash11.play();
_root.score = _root.score + 73;
}
}
onClipEvent (enterFrame) {
if (this.attack21.flash11.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack21.flash11.play();
_root.score = _root.score + 73;
}
}
onClipEvent (enterFrame) {
if (this.attack21.flash11.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack21.flash11.play();
_root.score = _root.score + 73;
}
}
onClipEvent (enterFrame) {
if (this.attack21.flash11.hitTest(_root.plane.rbomb)) {
this.play();
this.attack21.flash11.play();
_root.score = _root.score + 466;
}
}
onClipEvent (enterFrame) {
if (this.attack21.flash11.hitTest(_root.plane.bbomb)) {
this.play();
this.attack21.flash11.play();
_root.score = _root.score + 466;
}
}
onClipEvent (enterFrame) {
if (this.attack21.flash11.hitTest(_root.pbomb)) {
this.play();
this.attack21.flash11.play();
_root.score = _root.score + 466;
}
}
Symbol 608 MovieClip Frame 302
stop();
Instance of Symbol 185 MovieClip "weapon" in Symbol 609 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip "weapon2" in Symbol 609 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 185 MovieClip "weapon3" in Symbol 609 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 145 MovieClip in Symbol 609 MovieClip Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 609 MovieClip Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Instance of Symbol 145 MovieClip in Symbol 609 MovieClip Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_parent.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
_parent.play();
_root.score = _root.score + 13;
}
}
Symbol 609 MovieClip Frame 18
stop();
Symbol 610 MovieClip Frame 1
stop();
Symbol 610 MovieClip Frame 2
stop();
Symbol 610 MovieClip Frame 3
stop();
Symbol 610 MovieClip Frame 4
stop();
Symbol 610 MovieClip Frame 5
stop();
Symbol 610 MovieClip Frame 6
stop();
Symbol 610 MovieClip Frame 7
stop();
Symbol 610 MovieClip Frame 8
stop();
Symbol 610 MovieClip Frame 9
_root.score = _root.score + 671;
Symbol 610 MovieClip Frame 21
_parent.gotoAndStop(62);
Instance of Symbol 610 MovieClip in Symbol 611 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.attack6.flash2.hitTest(_root.plane.dot)) {
this.play();
this.attack6.flash2.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 58;
}
}
onClipEvent (enterFrame) {
if (this.attack6.flash2.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack6.flash2.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.attack6.flash2.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack6.flash2.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.attack6.flash2.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack6.flash2.play();
_root.score = _root.score + 54;
}
}
onClipEvent (enterFrame) {
if (this.attack6.flash2.hitTest(_root.plane.rbomb)) {
this.play();
this.attack6.flash2.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.attack6.flash2.hitTest(_root.plane.bbomb)) {
this.play();
this.attack6.flash2.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.attack6.flash2.hitTest(_root.pbomb)) {
this.play();
this.attack6.flash2.play();
_root.score = _root.score + 673;
}
}
Symbol 611 MovieClip Frame 62
stop();
Symbol 614 MovieClip Frame 1
stop();
Instance of Symbol 454 MovieClip in Symbol 615 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Symbol 615 MovieClip Frame 32
stop();
Symbol 616 MovieClip Frame 1
stop();
Symbol 616 MovieClip Frame 2
stop();
Symbol 616 MovieClip Frame 3
stop();
Symbol 616 MovieClip Frame 4
stop();
Symbol 616 MovieClip Frame 5
stop();
Symbol 616 MovieClip Frame 6
stop();
Symbol 616 MovieClip Frame 7
stop();
Symbol 616 MovieClip Frame 8
stop();
Symbol 616 MovieClip Frame 9
stop();
Symbol 616 MovieClip Frame 10
stop();
Symbol 616 MovieClip Frame 11
stop();
Symbol 616 MovieClip Frame 12
stop();
Symbol 616 MovieClip Frame 13
stop();
Symbol 616 MovieClip Frame 14
stop();
Symbol 616 MovieClip Frame 15
stop();
Symbol 616 MovieClip Frame 16
_root.score = _root.score + 1098;
Symbol 616 MovieClip Frame 45
_parent.gotoAndStop(302);
Instance of Symbol 616 MovieClip in Symbol 617 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.flash17.hitTest(_root.plane.dot)) {
this.play();
this.flash17.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 298;
}
}
onClipEvent (enterFrame) {
if (this.flash17.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.flash17.play();
_root.score = _root.score + 294;
}
}
onClipEvent (enterFrame) {
if (this.flash17.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.flash17.play();
_root.score = _root.score + 294;
}
}
onClipEvent (enterFrame) {
if (this.flash17.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.flash17.play();
_root.score = _root.score + 294;
}
}
onClipEvent (enterFrame) {
if (this.flash17.hitTest(_root.plane.rbomb)) {
this.play();
this.flash17.play();
_root.score = _root.score + 537;
}
}
onClipEvent (enterFrame) {
if (this.flash17.hitTest(_root.plane.bbomb)) {
this.play();
this.flash17.play();
_root.score = _root.score + 537;
}
}
onClipEvent (enterFrame) {
if (this.flash17.hitTest(_root.pbomb)) {
this.play();
this.flash17.play();
_root.score = _root.score + 537;
}
}
Symbol 617 MovieClip Frame 302
stop();
Instance of Symbol 585 MovieClip in Symbol 618 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
this.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 87;
}
}
onClipEvent (enterFrame) {
if (this.attack16.flash15.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack16.flash15.play();
_root.score = _root.score + 83;
}
}
onClipEvent (enterFrame) {
if (this.attack16.flash15.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack16.flash15.play();
_root.score = _root.score + 83;
}
}
onClipEvent (enterFrame) {
if (this.attack16.flash15.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack16.flash15.play();
_root.score = _root.score + 83;
}
}
onClipEvent (enterFrame) {
if (this.attack16.flash15.hitTest(_root.plane.rbomb)) {
this.play();
this.attack16.flash15.play();
_root.score = _root.score + 352;
}
}
onClipEvent (enterFrame) {
if (this.attack16.flash15.hitTest(_root.plane.bbomb)) {
this.play();
this.attack16.flash15.play();
_root.score = _root.score + 352;
}
}
onClipEvent (enterFrame) {
if (this.attack16.flash15.hitTest(_root.pbomb)) {
this.play();
this.attack16.flash15.play();
_root.score = _root.score + 352;
}
}
Symbol 618 MovieClip Frame 47
stop();
Symbol 619 MovieClip Frame 1
stop();
Symbol 619 MovieClip Frame 2
stop();
Symbol 619 MovieClip Frame 3
stop();
Symbol 619 MovieClip Frame 4
stop();
Symbol 619 MovieClip Frame 5
stop();
Symbol 619 MovieClip Frame 6
stop();
Symbol 619 MovieClip Frame 7
_root.score = _root.score + 549;
Symbol 619 MovieClip Frame 20
_parent.gotoAndStop(1);
Symbol 620 MovieClip Frame 1
stop();
Instance of Symbol 619 MovieClip in Symbol 620 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
this.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 87;
}
}
onClipEvent (enterFrame) {
if (this.flash15.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.flash15.play();
_root.score = _root.score + 83;
}
}
onClipEvent (enterFrame) {
if (this.flash15.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.flash15.play();
_root.score = _root.score + 83;
}
}
onClipEvent (enterFrame) {
if (this.flash15.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.flash15.play();
_root.score = _root.score + 83;
}
}
onClipEvent (enterFrame) {
if (this.flash15.hitTest(_root.plane.rbomb)) {
this.play();
this.flash15.play();
_root.score = _root.score + 352;
}
}
onClipEvent (enterFrame) {
if (this.flash15.hitTest(_root.plane.bbomb)) {
this.play();
this.flash15.play();
_root.score = _root.score + 352;
}
}
onClipEvent (enterFrame) {
if (this.flash15.hitTest(_root.pbomb)) {
this.play();
this.flash15.play();
_root.score = _root.score + 352;
}
}
Symbol 621 MovieClip Frame 1
stop();
Instance of Symbol 619 MovieClip in Symbol 621 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
this.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 87;
}
}
onClipEvent (enterFrame) {
if (this.flash15.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.flash15.play();
_root.score = _root.score + 83;
}
}
onClipEvent (enterFrame) {
if (this.flash15.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.flash15.play();
_root.score = _root.score + 83;
}
}
onClipEvent (enterFrame) {
if (this.flash15.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.flash15.play();
_root.score = _root.score + 83;
}
}
onClipEvent (enterFrame) {
if (this.flash15.hitTest(_root.plane.rbomb)) {
this.play();
this.flash15.play();
_root.score = _root.score + 352;
}
}
onClipEvent (enterFrame) {
if (this.flash15.hitTest(_root.plane.bbomb)) {
this.play();
this.flash15.play();
_root.score = _root.score + 352;
}
}
onClipEvent (enterFrame) {
if (this.flash15.hitTest(_root.pbomb)) {
this.play();
this.flash15.play();
_root.score = _root.score + 352;
}
}
Symbol 622 MovieClip Frame 1
stop();
Instance of Symbol 619 MovieClip in Symbol 622 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
this.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 87;
}
}
onClipEvent (enterFrame) {
if (this.flash15.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.flash15.play();
_root.score = _root.score + 83;
}
}
onClipEvent (enterFrame) {
if (this.flash15.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.flash15.play();
_root.score = _root.score + 83;
}
}
onClipEvent (enterFrame) {
if (this.flash15.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.flash15.play();
_root.score = _root.score + 83;
}
}
onClipEvent (enterFrame) {
if (this.flash15.hitTest(_root.plane.rbomb)) {
this.play();
this.flash15.play();
_root.score = _root.score + 352;
}
}
onClipEvent (enterFrame) {
if (this.flash15.hitTest(_root.plane.bbomb)) {
this.play();
this.flash15.play();
_root.score = _root.score + 352;
}
}
onClipEvent (enterFrame) {
if (this.flash15.hitTest(_root.pbomb)) {
this.play();
this.flash15.play();
_root.score = _root.score + 352;
}
}
Instance of Symbol 495 MovieClip in Symbol 623 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Symbol 623 MovieClip Frame 32
stop();
Symbol 626 MovieClip Frame 1
stop();
Instance of Symbol 454 MovieClip in Symbol 627 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Symbol 627 MovieClip Frame 32
stop();
Symbol 628 MovieClip Frame 1
_root.bossno2.move1.explode2.hit2.f1.play();
_root.bossno2.move1.explode2.hit2.f2.play();
_root.bossno2.move1.explode2.hit2.f3.play();
_root.bossno2.move1.explode2.hit2.f4.play();
_root.bossno2.move1.explode2.hit2.f5.play();
_root.bossno2.move1.explode2.hit2.f6.play();
_root.bossno2.move1.explode2.hit2.f7.play();
_root.bossno2.move1.explode2.hit2.f8.play();
_root.bossno2.move1.explode2.hit2.f9.play();
_root.bossno2.move1.explode2.hit2.f10.play();
_root.bossno2.move1.explode2.hit2.f11.play();
_root.bossno2.move1.explode2.hit2.f12.play();
_root.bossno2.move1.explode2.hit2.f13.play();
_root.bossno2.move1.explode2.hit2.f14.play();
_root.bossno2.move1.explode2.hit2.f15.play();
_root.bossno2.move1.explode2.hit2.f16.play();
_root.bossno2.move1.explode2.hit2.f17.play();
_root.bossno2.move1.explode2.hit2.f18.play();
_root.bossno2.move1.explode2.hit2.f19.play();
_root.bossno2.move1.explode2.hit2.f20.play();
_root.bossno2.move1.explode2.hit2.f21.play();
_root.bossno2.move1.explode2.hit2.f22.play();
_root.bossno2.move1.explode2.hit2.f23.play();
_root.bossno2.move1.explode2.hit2.f24.play();
_root.bossno2.move1.explode2.hit2.f25.play();
_root.bossno2.move1.explode2.hit2.f26.play();
_root.bossno2.move1.explode2.hit2.f27.play();
_root.bossno2.move1.explode2.hit2.f28.play();
_root.bossno2.move1.explode2.hit2.f29.play();
_root.bossno2.move1.explode2.hit2.f30.play();
Symbol 628 MovieClip Frame 62
gotoAndPlay (1);
Symbol 628 MovieClip Frame 297
gotoAndPlay (63);
Symbol 632 MovieClip Frame 1
stop();
Symbol 632 MovieClip Frame 2
stop();
Symbol 632 MovieClip Frame 3
stop();
Symbol 632 MovieClip Frame 4
stop();
Symbol 632 MovieClip Frame 5
stop();
Symbol 632 MovieClip Frame 6
stop();
Symbol 632 MovieClip Frame 7
stop();
Symbol 632 MovieClip Frame 8
stop();
Symbol 632 MovieClip Frame 9
stop();
Symbol 632 MovieClip Frame 10
stop();
Symbol 632 MovieClip Frame 11
stop();
Symbol 632 MovieClip Frame 12
stop();
Symbol 632 MovieClip Frame 13
stop();
Symbol 632 MovieClip Frame 14
stop();
Symbol 632 MovieClip Frame 15
stop();
Symbol 632 MovieClip Frame 16
stop();
Symbol 632 MovieClip Frame 17
stop();
Symbol 632 MovieClip Frame 18
stop();
Symbol 632 MovieClip Frame 19
stop();
Symbol 632 MovieClip Frame 20
stop();
Symbol 632 MovieClip Frame 21
stop();
Symbol 632 MovieClip Frame 22
stop();
Symbol 632 MovieClip Frame 23
stop();
Symbol 632 MovieClip Frame 24
stop();
Symbol 632 MovieClip Frame 25
stop();
Symbol 632 MovieClip Frame 26
stop();
Symbol 632 MovieClip Frame 27
stop();
Symbol 632 MovieClip Frame 28
stop();
Symbol 632 MovieClip Frame 29
stop();
Symbol 632 MovieClip Frame 30
stop();
Symbol 632 MovieClip Frame 31
stop();
Symbol 632 MovieClip Frame 32
stop();
Symbol 632 MovieClip Frame 33
stop();
Symbol 632 MovieClip Frame 34
stop();
Symbol 632 MovieClip Frame 35
stop();
Symbol 632 MovieClip Frame 36
stop();
Symbol 632 MovieClip Frame 37
stop();
Symbol 632 MovieClip Frame 38
stop();
Symbol 632 MovieClip Frame 39
stop();
Symbol 632 MovieClip Frame 40
stop();
Symbol 632 MovieClip Frame 41
stop();
Symbol 632 MovieClip Frame 42
stop();
Symbol 632 MovieClip Frame 43
stop();
Symbol 632 MovieClip Frame 44
stop();
Symbol 632 MovieClip Frame 45
stop();
Symbol 632 MovieClip Frame 46
stop();
Symbol 632 MovieClip Frame 47
stop();
Symbol 632 MovieClip Frame 48
stop();
Symbol 632 MovieClip Frame 49
stop();
Symbol 632 MovieClip Frame 50
stop();
Symbol 632 MovieClip Frame 51
stop();
Symbol 632 MovieClip Frame 52
stop();
Symbol 632 MovieClip Frame 53
stop();
Symbol 632 MovieClip Frame 54
stop();
Symbol 632 MovieClip Frame 55
stop();
Symbol 632 MovieClip Frame 56
stop();
Symbol 632 MovieClip Frame 57
stop();
Symbol 632 MovieClip Frame 58
stop();
Symbol 632 MovieClip Frame 59
stop();
Symbol 632 MovieClip Frame 60
stop();
Symbol 632 MovieClip Frame 61
stop();
Symbol 632 MovieClip Frame 62
stop();
Symbol 632 MovieClip Frame 63
stop();
Symbol 632 MovieClip Frame 64
stop();
Symbol 632 MovieClip Frame 65
stop();
Symbol 632 MovieClip Frame 66
stop();
Symbol 632 MovieClip Frame 67
stop();
Symbol 632 MovieClip Frame 68
stop();
Symbol 632 MovieClip Frame 69
stop();
Symbol 632 MovieClip Frame 70
stop();
Symbol 632 MovieClip Frame 71
stop();
Symbol 632 MovieClip Frame 72
stop();
Symbol 632 MovieClip Frame 73
stop();
Symbol 632 MovieClip Frame 74
stop();
Symbol 632 MovieClip Frame 75
stop();
Symbol 632 MovieClip Frame 76
stop();
Symbol 632 MovieClip Frame 77
stop();
Symbol 632 MovieClip Frame 78
stop();
Symbol 632 MovieClip Frame 79
stop();
Symbol 632 MovieClip Frame 80
stop();
Symbol 632 MovieClip Frame 81
stop();
Symbol 632 MovieClip Frame 82
stop();
Symbol 632 MovieClip Frame 83
stop();
Symbol 632 MovieClip Frame 84
stop();
Symbol 632 MovieClip Frame 85
stop();
Symbol 632 MovieClip Frame 86
stop();
Symbol 632 MovieClip Frame 87
stop();
Symbol 632 MovieClip Frame 88
stop();
Symbol 632 MovieClip Frame 89
stop();
Symbol 632 MovieClip Frame 90
stop();
Symbol 632 MovieClip Frame 91
stop();
Symbol 632 MovieClip Frame 92
stop();
Symbol 632 MovieClip Frame 93
stop();
Symbol 632 MovieClip Frame 94
stop();
Symbol 632 MovieClip Frame 95
stop();
Symbol 632 MovieClip Frame 96
stop();
Symbol 632 MovieClip Frame 97
stop();
Symbol 632 MovieClip Frame 98
stop();
Symbol 632 MovieClip Frame 99
stop();
Symbol 632 MovieClip Frame 100
stop();
Symbol 632 MovieClip Frame 101
stop();
Symbol 632 MovieClip Frame 102
stop();
Symbol 632 MovieClip Frame 103
stop();
Symbol 632 MovieClip Frame 104
stop();
Symbol 632 MovieClip Frame 105
stop();
Symbol 632 MovieClip Frame 106
stop();
Symbol 632 MovieClip Frame 107
stop();
Symbol 632 MovieClip Frame 108
stop();
Symbol 632 MovieClip Frame 109
stop();
Symbol 632 MovieClip Frame 110
stop();
Symbol 632 MovieClip Frame 111
stop();
Symbol 632 MovieClip Frame 112
stop();
Symbol 632 MovieClip Frame 113
stop();
Symbol 632 MovieClip Frame 114
stop();
Symbol 632 MovieClip Frame 115
stop();
Symbol 632 MovieClip Frame 116
stop();
Symbol 632 MovieClip Frame 117
stop();
Symbol 632 MovieClip Frame 118
stop();
Symbol 632 MovieClip Frame 119
stop();
Symbol 632 MovieClip Frame 120
stop();
Symbol 632 MovieClip Frame 121
stop();
Symbol 632 MovieClip Frame 122
stop();
Symbol 632 MovieClip Frame 123
stop();
Symbol 632 MovieClip Frame 124
stop();
Symbol 632 MovieClip Frame 125
stop();
Symbol 632 MovieClip Frame 126
stop();
Symbol 632 MovieClip Frame 127
stop();
Symbol 632 MovieClip Frame 128
stop();
Symbol 632 MovieClip Frame 129
stop();
Symbol 632 MovieClip Frame 130
stop();
Symbol 632 MovieClip Frame 131
stop();
Symbol 632 MovieClip Frame 132
stop();
Symbol 632 MovieClip Frame 133
stop();
Symbol 632 MovieClip Frame 134
stop();
Symbol 632 MovieClip Frame 135
stop();
Symbol 632 MovieClip Frame 136
stop();
Symbol 632 MovieClip Frame 137
stop();
Symbol 632 MovieClip Frame 138
stop();
Symbol 632 MovieClip Frame 139
stop();
Symbol 632 MovieClip Frame 140
stop();
Symbol 632 MovieClip Frame 141
stop();
Symbol 632 MovieClip Frame 142
stop();
Symbol 632 MovieClip Frame 143
stop();
Symbol 632 MovieClip Frame 144
stop();
Symbol 632 MovieClip Frame 145
stop();
Symbol 632 MovieClip Frame 146
stop();
Symbol 632 MovieClip Frame 147
stop();
Symbol 632 MovieClip Frame 148
stop();
Symbol 632 MovieClip Frame 149
stop();
Symbol 632 MovieClip Frame 150
stop();
Symbol 632 MovieClip Frame 151
stop();
Symbol 632 MovieClip Frame 152
stop();
Symbol 632 MovieClip Frame 153
stop();
Symbol 632 MovieClip Frame 154
stop();
Symbol 632 MovieClip Frame 155
stop();
Symbol 632 MovieClip Frame 156
stop();
Symbol 632 MovieClip Frame 157
stop();
Symbol 632 MovieClip Frame 158
stop();
Symbol 632 MovieClip Frame 159
stop();
Symbol 632 MovieClip Frame 160
stop();
Symbol 632 MovieClip Frame 161
stop();
Symbol 632 MovieClip Frame 162
stop();
Symbol 632 MovieClip Frame 163
stop();
Symbol 632 MovieClip Frame 164
stop();
Symbol 632 MovieClip Frame 165
stop();
Symbol 632 MovieClip Frame 166
stop();
Symbol 632 MovieClip Frame 167
stop();
Symbol 632 MovieClip Frame 168
stop();
Symbol 632 MovieClip Frame 169
stop();
Symbol 632 MovieClip Frame 170
stop();
Symbol 632 MovieClip Frame 171
stop();
Symbol 632 MovieClip Frame 172
stop();
Symbol 632 MovieClip Frame 173
stop();
Symbol 632 MovieClip Frame 174
stop();
Symbol 632 MovieClip Frame 175
stop();
Symbol 632 MovieClip Frame 176
stop();
Symbol 632 MovieClip Frame 177
stop();
Symbol 632 MovieClip Frame 178
stop();
Symbol 632 MovieClip Frame 179
stop();
Symbol 632 MovieClip Frame 180
stop();
Symbol 632 MovieClip Frame 181
stop();
Symbol 632 MovieClip Frame 182
stop();
Symbol 632 MovieClip Frame 183
stop();
Symbol 632 MovieClip Frame 184
stop();
Symbol 632 MovieClip Frame 185
stop();
Symbol 632 MovieClip Frame 186
stop();
Symbol 632 MovieClip Frame 187
stop();
Symbol 632 MovieClip Frame 188
stop();
Symbol 632 MovieClip Frame 189
stop();
Symbol 632 MovieClip Frame 190
stop();
Symbol 632 MovieClip Frame 191
stop();
Symbol 632 MovieClip Frame 192
stop();
Symbol 632 MovieClip Frame 193
stop();
Symbol 632 MovieClip Frame 194
stop();
Symbol 632 MovieClip Frame 195
stop();
Symbol 632 MovieClip Frame 196
stop();
Symbol 632 MovieClip Frame 197
stop();
Symbol 632 MovieClip Frame 198
stop();
Symbol 632 MovieClip Frame 199
stop();
Symbol 632 MovieClip Frame 200
stop();
Symbol 632 MovieClip Frame 201
stop();
Symbol 632 MovieClip Frame 202
stop();
Symbol 632 MovieClip Frame 203
stop();
Symbol 632 MovieClip Frame 204
stop();
Symbol 632 MovieClip Frame 205
stop();
Symbol 632 MovieClip Frame 206
stop();
Symbol 632 MovieClip Frame 207
stop();
Symbol 632 MovieClip Frame 208
stop();
Symbol 632 MovieClip Frame 209
stop();
Symbol 632 MovieClip Frame 210
stop();
Symbol 632 MovieClip Frame 211
stop();
Symbol 632 MovieClip Frame 212
stop();
Symbol 632 MovieClip Frame 213
stop();
Symbol 632 MovieClip Frame 214
stop();
Symbol 632 MovieClip Frame 215
stop();
Symbol 632 MovieClip Frame 216
stop();
Symbol 632 MovieClip Frame 217
stop();
Symbol 632 MovieClip Frame 218
stop();
Symbol 632 MovieClip Frame 219
stop();
Symbol 632 MovieClip Frame 220
stop();
Symbol 632 MovieClip Frame 221
stop();
Symbol 632 MovieClip Frame 222
stop();
Symbol 632 MovieClip Frame 223
stop();
Symbol 632 MovieClip Frame 224
stop();
Symbol 632 MovieClip Frame 225
stop();
Symbol 632 MovieClip Frame 226
stop();
Symbol 632 MovieClip Frame 227
stop();
Symbol 632 MovieClip Frame 228
stop();
Symbol 632 MovieClip Frame 229
stop();
Symbol 632 MovieClip Frame 230
stop();
Symbol 632 MovieClip Frame 231
stop();
Symbol 632 MovieClip Frame 232
stop();
Symbol 632 MovieClip Frame 233
stop();
Symbol 632 MovieClip Frame 234
stop();
Symbol 632 MovieClip Frame 235
stop();
Symbol 632 MovieClip Frame 236
stop();
Symbol 632 MovieClip Frame 237
stop();
Symbol 632 MovieClip Frame 238
stop();
Symbol 632 MovieClip Frame 239
stop();
Symbol 632 MovieClip Frame 240
stop();
Symbol 632 MovieClip Frame 241
stop();
Symbol 632 MovieClip Frame 242
stop();
Symbol 632 MovieClip Frame 243
stop();
Symbol 632 MovieClip Frame 244
stop();
Symbol 632 MovieClip Frame 245
stop();
Symbol 632 MovieClip Frame 246
stop();
Symbol 632 MovieClip Frame 247
stop();
Symbol 632 MovieClip Frame 248
stop();
Symbol 632 MovieClip Frame 249
stop();
Symbol 632 MovieClip Frame 250
stop();
Symbol 632 MovieClip Frame 251
stop();
Symbol 632 MovieClip Frame 252
stop();
Symbol 632 MovieClip Frame 253
stop();
Symbol 632 MovieClip Frame 254
stop();
Symbol 632 MovieClip Frame 255
stop();
Symbol 632 MovieClip Frame 256
stop();
Symbol 632 MovieClip Frame 257
stop();
Symbol 632 MovieClip Frame 258
stop();
Symbol 632 MovieClip Frame 259
stop();
Symbol 632 MovieClip Frame 260
stop();
Symbol 632 MovieClip Frame 261
stop();
Symbol 632 MovieClip Frame 262
stop();
Symbol 632 MovieClip Frame 263
stop();
Symbol 632 MovieClip Frame 264
stop();
Symbol 632 MovieClip Frame 265
stop();
Symbol 632 MovieClip Frame 266
stop();
Symbol 632 MovieClip Frame 267
stop();
Symbol 632 MovieClip Frame 268
stop();
Symbol 632 MovieClip Frame 269
stop();
Symbol 632 MovieClip Frame 270
stop();
Symbol 632 MovieClip Frame 271
stop();
Symbol 632 MovieClip Frame 272
stop();
Symbol 632 MovieClip Frame 273
stop();
Symbol 632 MovieClip Frame 274
stop();
Symbol 632 MovieClip Frame 275
stop();
Symbol 632 MovieClip Frame 276
stop();
Symbol 632 MovieClip Frame 277
stop();
Symbol 632 MovieClip Frame 278
stop();
Symbol 632 MovieClip Frame 279
stop();
Symbol 632 MovieClip Frame 280
stop();
Symbol 632 MovieClip Frame 281
stop();
Symbol 632 MovieClip Frame 282
stop();
Symbol 632 MovieClip Frame 283
stop();
Symbol 632 MovieClip Frame 284
stop();
Symbol 632 MovieClip Frame 285
stop();
Symbol 632 MovieClip Frame 286
stop();
Symbol 632 MovieClip Frame 287
stop();
Symbol 632 MovieClip Frame 288
stop();
Symbol 632 MovieClip Frame 289
stop();
Symbol 632 MovieClip Frame 290
stop();
Symbol 632 MovieClip Frame 291
stop();
Symbol 632 MovieClip Frame 292
stop();
Symbol 632 MovieClip Frame 293
stop();
Symbol 632 MovieClip Frame 294
stop();
Symbol 632 MovieClip Frame 295
stop();
Symbol 632 MovieClip Frame 296
stop();
Symbol 632 MovieClip Frame 297
stop();
Symbol 632 MovieClip Frame 298
stop();
Symbol 632 MovieClip Frame 299
stop();
Symbol 632 MovieClip Frame 300
stop();
Symbol 632 MovieClip Frame 301
stop();
Symbol 632 MovieClip Frame 302
stop();
Symbol 632 MovieClip Frame 303
stop();
Symbol 632 MovieClip Frame 304
stop();
Symbol 632 MovieClip Frame 305
stop();
Symbol 632 MovieClip Frame 306
stop();
Symbol 632 MovieClip Frame 307
stop();
Symbol 632 MovieClip Frame 308
stop();
Symbol 632 MovieClip Frame 309
stop();
Symbol 632 MovieClip Frame 310
stop();
Symbol 632 MovieClip Frame 311
stop();
Symbol 632 MovieClip Frame 312
stop();
Symbol 632 MovieClip Frame 313
stop();
Symbol 632 MovieClip Frame 314
stop();
Symbol 632 MovieClip Frame 315
stop();
Symbol 632 MovieClip Frame 316
stop();
Symbol 632 MovieClip Frame 317
stop();
Symbol 632 MovieClip Frame 318
stop();
Symbol 632 MovieClip Frame 319
stop();
Symbol 632 MovieClip Frame 320
stop();
Symbol 632 MovieClip Frame 321
stop();
Symbol 632 MovieClip Frame 322
stop();
Symbol 632 MovieClip Frame 323
stop();
Symbol 632 MovieClip Frame 324
stop();
Symbol 632 MovieClip Frame 325
stop();
Symbol 632 MovieClip Frame 326
stop();
Symbol 632 MovieClip Frame 327
stop();
Symbol 632 MovieClip Frame 328
stop();
Symbol 632 MovieClip Frame 329
stop();
Symbol 632 MovieClip Frame 330
stop();
Symbol 632 MovieClip Frame 331
stop();
Symbol 632 MovieClip Frame 332
stop();
Symbol 632 MovieClip Frame 333
stop();
Symbol 632 MovieClip Frame 334
stop();
Symbol 632 MovieClip Frame 335
stop();
Symbol 632 MovieClip Frame 336
stop();
Symbol 632 MovieClip Frame 337
stop();
Symbol 632 MovieClip Frame 338
stop();
Symbol 632 MovieClip Frame 339
stop();
Symbol 632 MovieClip Frame 340
stop();
Symbol 632 MovieClip Frame 341
stop();
Symbol 632 MovieClip Frame 342
stop();
Symbol 632 MovieClip Frame 343
stop();
Symbol 632 MovieClip Frame 344
stop();
Symbol 632 MovieClip Frame 345
stop();
Symbol 632 MovieClip Frame 346
stop();
Symbol 632 MovieClip Frame 347
stop();
Symbol 632 MovieClip Frame 348
stop();
Symbol 632 MovieClip Frame 349
stop();
Symbol 632 MovieClip Frame 350
stop();
Symbol 632 MovieClip Frame 351
stop();
Symbol 632 MovieClip Frame 352
stop();
Symbol 632 MovieClip Frame 353
stop();
Symbol 632 MovieClip Frame 354
stop();
Symbol 632 MovieClip Frame 355
stop();
Symbol 632 MovieClip Frame 356
stop();
Symbol 632 MovieClip Frame 357
stop();
Symbol 632 MovieClip Frame 358
stop();
Symbol 632 MovieClip Frame 359
stop();
Symbol 632 MovieClip Frame 360
stop();
Symbol 632 MovieClip Frame 361
stop();
_root.bossno2.gotoAndStop(59);
Symbol 632 MovieClip Frame 362
stop();
Symbol 632 MovieClip Frame 363
stop();
Symbol 632 MovieClip Frame 364
stop();
Symbol 632 MovieClip Frame 365
stop();
Symbol 632 MovieClip Frame 366
stop();
Symbol 632 MovieClip Frame 367
stop();
Symbol 632 MovieClip Frame 368
stop();
Symbol 632 MovieClip Frame 369
stop();
Symbol 632 MovieClip Frame 370
stop();
Symbol 632 MovieClip Frame 371
stop();
Symbol 632 MovieClip Frame 372
stop();
Symbol 632 MovieClip Frame 373
stop();
Symbol 632 MovieClip Frame 374
stop();
Symbol 632 MovieClip Frame 375
stop();
Symbol 632 MovieClip Frame 376
stop();
Symbol 632 MovieClip Frame 377
stop();
Symbol 632 MovieClip Frame 378
stop();
Symbol 632 MovieClip Frame 379
stop();
Symbol 632 MovieClip Frame 380
stop();
Symbol 632 MovieClip Frame 381
stop();
Symbol 632 MovieClip Frame 382
stop();
Symbol 632 MovieClip Frame 383
stop();
Symbol 632 MovieClip Frame 384
stop();
Symbol 632 MovieClip Frame 385
stop();
Symbol 632 MovieClip Frame 386
stop();
Symbol 632 MovieClip Frame 387
stop();
Symbol 632 MovieClip Frame 388
stop();
Symbol 632 MovieClip Frame 389
stop();
Symbol 632 MovieClip Frame 390
stop();
Symbol 632 MovieClip Frame 391
stop();
Symbol 632 MovieClip Frame 392
stop();
Symbol 632 MovieClip Frame 393
stop();
Symbol 632 MovieClip Frame 394
stop();
Symbol 632 MovieClip Frame 395
stop();
Symbol 632 MovieClip Frame 396
stop();
Symbol 632 MovieClip Frame 397
stop();
Symbol 632 MovieClip Frame 398
stop();
Symbol 632 MovieClip Frame 399
stop();
Symbol 632 MovieClip Frame 400
stop();
Symbol 632 MovieClip Frame 401
stop();
Symbol 632 MovieClip Frame 402
stop();
Symbol 632 MovieClip Frame 403
stop();
Symbol 632 MovieClip Frame 404
stop();
Symbol 632 MovieClip Frame 405
stop();
Symbol 632 MovieClip Frame 406
stop();
Symbol 632 MovieClip Frame 407
stop();
Symbol 632 MovieClip Frame 408
stop();
Symbol 632 MovieClip Frame 409
stop();
Symbol 632 MovieClip Frame 410
stop();
Symbol 632 MovieClip Frame 411
stop();
Symbol 632 MovieClip Frame 412
stop();
Symbol 632 MovieClip Frame 413
stop();
Symbol 632 MovieClip Frame 414
stop();
Symbol 632 MovieClip Frame 415
stop();
Symbol 632 MovieClip Frame 416
stop();
Symbol 632 MovieClip Frame 417
stop();
Symbol 632 MovieClip Frame 418
stop();
Symbol 632 MovieClip Frame 419
stop();
Symbol 632 MovieClip Frame 420
stop();
Symbol 632 MovieClip Frame 421
stop();
Symbol 632 MovieClip Frame 422
stop();
Symbol 632 MovieClip Frame 423
stop();
Symbol 632 MovieClip Frame 424
stop();
Symbol 632 MovieClip Frame 425
stop();
Symbol 632 MovieClip Frame 426
stop();
Symbol 632 MovieClip Frame 427
stop();
Symbol 632 MovieClip Frame 428
stop();
Symbol 632 MovieClip Frame 429
stop();
Symbol 632 MovieClip Frame 430
stop();
Symbol 632 MovieClip Frame 431
stop();
Symbol 632 MovieClip Frame 432
stop();
Symbol 632 MovieClip Frame 433
stop();
Symbol 632 MovieClip Frame 434
stop();
Symbol 632 MovieClip Frame 435
stop();
Symbol 632 MovieClip Frame 436
stop();
Symbol 632 MovieClip Frame 437
stop();
Symbol 632 MovieClip Frame 438
stop();
Symbol 632 MovieClip Frame 439
stop();
Symbol 632 MovieClip Frame 440
stop();
Symbol 632 MovieClip Frame 441
stop();
Symbol 632 MovieClip Frame 442
stop();
Symbol 632 MovieClip Frame 443
stop();
Symbol 632 MovieClip Frame 444
stop();
Symbol 632 MovieClip Frame 445
stop();
Symbol 632 MovieClip Frame 446
stop();
Symbol 632 MovieClip Frame 447
stop();
Symbol 632 MovieClip Frame 448
stop();
Symbol 632 MovieClip Frame 449
stop();
Symbol 632 MovieClip Frame 450
stop();
Symbol 632 MovieClip Frame 451
stop();
Symbol 632 MovieClip Frame 452
stop();
Symbol 632 MovieClip Frame 453
stop();
Symbol 632 MovieClip Frame 454
stop();
Symbol 632 MovieClip Frame 455
stop();
Symbol 632 MovieClip Frame 456
stop();
Symbol 632 MovieClip Frame 457
stop();
Symbol 632 MovieClip Frame 458
stop();
Symbol 632 MovieClip Frame 459
stop();
Symbol 632 MovieClip Frame 460
stop();
Symbol 632 MovieClip Frame 461
stop();
Symbol 632 MovieClip Frame 462
stop();
Symbol 632 MovieClip Frame 463
stop();
Symbol 632 MovieClip Frame 464
stop();
Symbol 632 MovieClip Frame 465
stop();
Symbol 632 MovieClip Frame 466
stop();
Symbol 632 MovieClip Frame 467
stop();
Symbol 632 MovieClip Frame 468
stop();
Symbol 632 MovieClip Frame 469
stop();
Symbol 632 MovieClip Frame 470
stop();
Symbol 632 MovieClip Frame 471
stop();
Symbol 632 MovieClip Frame 472
stop();
Symbol 632 MovieClip Frame 473
stop();
Symbol 632 MovieClip Frame 474
stop();
Symbol 632 MovieClip Frame 475
stop();
Symbol 632 MovieClip Frame 476
stop();
Symbol 632 MovieClip Frame 477
stop();
Symbol 632 MovieClip Frame 478
stop();
Symbol 632 MovieClip Frame 479
stop();
Symbol 632 MovieClip Frame 480
stop();
Symbol 632 MovieClip Frame 481
stop();
Symbol 632 MovieClip Frame 482
stop();
Symbol 632 MovieClip Frame 483
stop();
Symbol 632 MovieClip Frame 484
stop();
Symbol 632 MovieClip Frame 485
stop();
Symbol 632 MovieClip Frame 486
stop();
Symbol 632 MovieClip Frame 487
stop();
Symbol 632 MovieClip Frame 488
stop();
Symbol 632 MovieClip Frame 489
stop();
Symbol 632 MovieClip Frame 490
stop();
Symbol 632 MovieClip Frame 491
stop();
Symbol 632 MovieClip Frame 492
stop();
Symbol 632 MovieClip Frame 493
stop();
Symbol 632 MovieClip Frame 494
stop();
Symbol 632 MovieClip Frame 495
stop();
Symbol 632 MovieClip Frame 496
stop();
Symbol 632 MovieClip Frame 497
stop();
Symbol 632 MovieClip Frame 498
stop();
Symbol 632 MovieClip Frame 499
stop();
Symbol 632 MovieClip Frame 500
stop();
Symbol 632 MovieClip Frame 501
stop();
Symbol 632 MovieClip Frame 502
stop();
Symbol 632 MovieClip Frame 503
stop();
Symbol 632 MovieClip Frame 504
stop();
Symbol 632 MovieClip Frame 505
stop();
Symbol 632 MovieClip Frame 506
stop();
Symbol 632 MovieClip Frame 507
stop();
Symbol 632 MovieClip Frame 508
stop();
Symbol 632 MovieClip Frame 509
stop();
Symbol 632 MovieClip Frame 510
stop();
Symbol 632 MovieClip Frame 511
stop();
Symbol 632 MovieClip Frame 512
stop();
Symbol 632 MovieClip Frame 513
stop();
Symbol 632 MovieClip Frame 514
stop();
Symbol 632 MovieClip Frame 515
stop();
Symbol 632 MovieClip Frame 516
stop();
Symbol 632 MovieClip Frame 517
stop();
Symbol 632 MovieClip Frame 518
stop();
Symbol 632 MovieClip Frame 519
stop();
Symbol 632 MovieClip Frame 520
stop();
Symbol 632 MovieClip Frame 521
stop();
Symbol 632 MovieClip Frame 522
stop();
Symbol 632 MovieClip Frame 523
stop();
Symbol 632 MovieClip Frame 524
stop();
Symbol 632 MovieClip Frame 525
stop();
Symbol 632 MovieClip Frame 526
stop();
Symbol 632 MovieClip Frame 527
stop();
Symbol 632 MovieClip Frame 528
stop();
Symbol 632 MovieClip Frame 529
stop();
Symbol 632 MovieClip Frame 530
stop();
Symbol 632 MovieClip Frame 531
stop();
Symbol 632 MovieClip Frame 532
stop();
Symbol 632 MovieClip Frame 533
stop();
Symbol 632 MovieClip Frame 534
stop();
Symbol 632 MovieClip Frame 535
stop();
Symbol 632 MovieClip Frame 536
stop();
Symbol 632 MovieClip Frame 537
stop();
Symbol 632 MovieClip Frame 538
stop();
Symbol 632 MovieClip Frame 539
stop();
Symbol 632 MovieClip Frame 540
stop();
Symbol 632 MovieClip Frame 541
stop();
Symbol 632 MovieClip Frame 542
stop();
Symbol 632 MovieClip Frame 543
stop();
Symbol 632 MovieClip Frame 544
stop();
Symbol 632 MovieClip Frame 545
stop();
Symbol 632 MovieClip Frame 546
stop();
Symbol 632 MovieClip Frame 547
stop();
Symbol 632 MovieClip Frame 548
stop();
Symbol 632 MovieClip Frame 549
stop();
Symbol 632 MovieClip Frame 550
stop();
Symbol 632 MovieClip Frame 551
stop();
Symbol 632 MovieClip Frame 552
stop();
Symbol 632 MovieClip Frame 553
stop();
Symbol 632 MovieClip Frame 554
stop();
Symbol 632 MovieClip Frame 555
stop();
Symbol 632 MovieClip Frame 556
stop();
Symbol 632 MovieClip Frame 557
stop();
Symbol 632 MovieClip Frame 558
stop();
Symbol 632 MovieClip Frame 559
stop();
Symbol 632 MovieClip Frame 560
stop();
Symbol 632 MovieClip Frame 561
stop();
Symbol 632 MovieClip Frame 562
stop();
Symbol 632 MovieClip Frame 563
stop();
Symbol 632 MovieClip Frame 564
stop();
Symbol 632 MovieClip Frame 565
stop();
Symbol 632 MovieClip Frame 566
stop();
Symbol 632 MovieClip Frame 567
stop();
Symbol 632 MovieClip Frame 568
stop();
Symbol 632 MovieClip Frame 569
stop();
Symbol 632 MovieClip Frame 570
stop();
Symbol 632 MovieClip Frame 571
stop();
Symbol 632 MovieClip Frame 572
stop();
Symbol 632 MovieClip Frame 573
stop();
Symbol 632 MovieClip Frame 574
stop();
Symbol 632 MovieClip Frame 575
stop();
Symbol 632 MovieClip Frame 576
stop();
Symbol 632 MovieClip Frame 577
stop();
Symbol 632 MovieClip Frame 578
stop();
Symbol 632 MovieClip Frame 579
stop();
Symbol 632 MovieClip Frame 580
stop();
Symbol 632 MovieClip Frame 581
stop();
Symbol 632 MovieClip Frame 582
stop();
Symbol 632 MovieClip Frame 583
stop();
Symbol 632 MovieClip Frame 584
stop();
Symbol 632 MovieClip Frame 585
stop();
Symbol 632 MovieClip Frame 586
stop();
Symbol 632 MovieClip Frame 587
stop();
Symbol 632 MovieClip Frame 588
stop();
Symbol 632 MovieClip Frame 589
stop();
Symbol 632 MovieClip Frame 590
stop();
Symbol 632 MovieClip Frame 591
stop();
Symbol 632 MovieClip Frame 592
stop();
Symbol 632 MovieClip Frame 593
stop();
Symbol 632 MovieClip Frame 594
stop();
Symbol 632 MovieClip Frame 595
stop();
Symbol 632 MovieClip Frame 596
stop();
Symbol 632 MovieClip Frame 597
stop();
Symbol 632 MovieClip Frame 598
stop();
Symbol 632 MovieClip Frame 599
stop();
Symbol 632 MovieClip Frame 600
stop();
Symbol 632 MovieClip Frame 601
_root.score = _root.score + 128384;
Symbol 632 MovieClip Frame 631
_root.bossno2.gotoAndStop(60);
Instance of Symbol 632 MovieClip "explode2" in Symbol 633 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hit2.damaged2.hitTest(_root.plane.dot)) {
this.play();
this.hit2.damaged2.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 351;
}
}
onClipEvent (enterFrame) {
if (this.hit2.damaged2.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.hit2.damaged2.play();
_root.score = _root.score + 347;
}
}
onClipEvent (enterFrame) {
if (this.hit2.damaged2.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.hit2.damaged2.play();
_root.score = _root.score + 347;
}
}
onClipEvent (enterFrame) {
if (this.hit2.damaged2.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.hit2.damaged2.play();
_root.score = _root.score + 347;
}
}
onClipEvent (enterFrame) {
if (this.hit2.damaged2.hitTest(_root.plane.rbomb)) {
this.play();
this.hit2.damaged2.play();
_root.score = _root.score + 2363;
}
}
onClipEvent (enterFrame) {
if (this.hit2.damaged2.hitTest(_root.plane.bbomb)) {
this.play();
this.hit2.damaged2.play();
_root.score = _root.score + 2363;
}
}
onClipEvent (enterFrame) {
if (this.hit2.damaged2.hitTest(_root.pbomb)) {
this.play();
this.hit2.damaged2.play();
_root.score = _root.score + 2363;
}
}
Symbol 634 MovieClip Frame 1
_root.bossno2.middle.play();
_root.bossno2.leftest.play();
_root.bossno2.left.play();
_root.bossno2.rightest.play();
_root.bossno2.right.play();
Symbol 634 MovieClip Frame 58
gotoAndPlay (1);
Symbol 634 MovieClip Frame 59
stop();
_root.bossno2.move1.explode2.hit2.gotoAndPlay(63);
Symbol 634 MovieClip Frame 60
stop();
_root.background.play();
_root.play();
Symbol 635 MovieClip Frame 1
stop();
Symbol 635 MovieClip Frame 2
stop();
_root.stop();
_root.background.stop();
Symbol 635 MovieClip Frame 3
_root.bombno = 3;
_root.plane.gotoAndPlay(1);
_root.lives.gotoAndPlay(1);
_root.medal1no = 0;
_root.medal2no = 0;
gotoAndStop (4);
Symbol 635 MovieClip Frame 4
_root.plane.powerup.shoot.planeanim.gotoAndStop(11);
_root.plane._x = 150;
_root.plane._y = 256;
_root.play();
_root.background.play();
_root.plane.bomb.play();
_root.btype.prevFrame();
gotoAndStop (1);
Symbol 638 MovieClip Frame 1
stop();
Symbol 638 MovieClip Frame 2
stop();
Symbol 638 MovieClip Frame 3
_root.bombno = 3;
_root.plane.gotoAndPlay(1);
_root.lives.gotoAndPlay(1);
_root.medal1no = 0;
_root.medal2no = 0;
gotoAndStop (4);
Symbol 638 MovieClip Frame 4
_root.plane.powerup.shoot.planeanim.gotoAndStop(11);
_root.plane._x = 150;
_root.plane._y = 256;
_root.plane.bomb.play();
_root.btype.prevFrame();
gotoAndStop (1);
Symbol 691 MovieClip Frame 271
_root.play();
Symbol 695 MovieClip Frame 4849
stop();
Symbol 695 MovieClip Frame 5000
stop();
Symbol 699 MovieClip Frame 1
stop();
Symbol 700 MovieClip Frame 1
stop();
Symbol 700 MovieClip Frame 2
stop();
Symbol 700 MovieClip Frame 3
stop();
Symbol 700 MovieClip Frame 4
stop();
Symbol 700 MovieClip Frame 5
stop();
Symbol 700 MovieClip Frame 6
stop();
Symbol 700 MovieClip Frame 7
_root.score = _root.score + 549;
Symbol 700 MovieClip Frame 16
_parent.gotoAndStop(32);
Instance of Symbol 700 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.flash18.hitTest(_root.plane.dot)) {
this.play();
this.flash18.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 66;
}
}
onClipEvent (enterFrame) {
if (this.flash18.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.flash18.play();
_root.score = _root.score + 62;
}
}
onClipEvent (enterFrame) {
if (this.flash18.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.flash18.play();
_root.score = _root.score + 62;
}
}
onClipEvent (enterFrame) {
if (this.flash18.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.flash18.play();
_root.score = _root.score + 62;
}
}
onClipEvent (enterFrame) {
if (this.flash18.hitTest(_root.plane.rbomb)) {
this.play();
this.flash18.play();
_root.score = _root.score + 427;
}
}
onClipEvent (enterFrame) {
if (this.flash18.hitTest(_root.plane.bbomb)) {
this.play();
this.flash18.play();
_root.score = _root.score + 427;
}
}
onClipEvent (enterFrame) {
if (this.flash18.hitTest(_root.pbomb)) {
this.play();
this.flash18.play();
_root.score = _root.score + 427;
}
}
Symbol 701 MovieClip Frame 32
stop();
Symbol 704 MovieClip Frame 1
stop();
Instance of Symbol 149 MovieClip in Symbol 705 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Symbol 706 MovieClip Frame 1
stop();
Symbol 706 MovieClip Frame 2
stop();
Symbol 706 MovieClip Frame 3
stop();
Symbol 706 MovieClip Frame 4
stop();
Symbol 706 MovieClip Frame 5
stop();
Symbol 706 MovieClip Frame 6
stop();
Symbol 706 MovieClip Frame 7
stop();
Symbol 706 MovieClip Frame 8
stop();
Symbol 706 MovieClip Frame 9
_root.score = _root.score + 671;
Symbol 706 MovieClip Frame 25
_parent.gotoAndStop(302);
Instance of Symbol 706 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.attack22.flash19.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack22.flash19.play();
_root.score = _root.score + 76;
}
}
onClipEvent (enterFrame) {
if (this.attack22.flash19.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack22.flash19.play();
_root.score = _root.score + 76;
}
}
onClipEvent (enterFrame) {
if (this.attack22.flash19.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack22.flash19.play();
_root.score = _root.score + 76;
}
}
onClipEvent (enterFrame) {
if (this.attack22.flash19.hitTest(_root.plane.rbomb)) {
this.play();
this.attack22.flash19.play();
_root.score = _root.score + 463;
}
}
onClipEvent (enterFrame) {
if (this.attack22.flash19.hitTest(_root.plane.bbomb)) {
this.play();
this.attack22.flash19.play();
_root.score = _root.score + 463;
}
}
onClipEvent (enterFrame) {
if (this.attack22.flash19.hitTest(_root.pbomb)) {
this.play();
this.attack22.flash19.play();
_root.score = _root.score + 463;
}
}
Symbol 707 MovieClip Frame 302
stop();
Symbol 710 MovieClip Frame 1
stop();
Symbol 712 MovieClip Frame 1
stop();
Symbol 712 MovieClip Frame 2
stop();
Symbol 712 MovieClip Frame 3
stop();
Symbol 712 MovieClip Frame 4
stop();
Symbol 712 MovieClip Frame 5
stop();
Symbol 712 MovieClip Frame 6
stop();
Symbol 712 MovieClip Frame 7
stop();
Symbol 712 MovieClip Frame 8
stop();
Symbol 712 MovieClip Frame 9
stop();
Symbol 712 MovieClip Frame 10
stop();
Symbol 712 MovieClip Frame 11
stop();
Symbol 712 MovieClip Frame 12
stop();
Symbol 712 MovieClip Frame 13
stop();
Symbol 712 MovieClip Frame 14
stop();
Symbol 712 MovieClip Frame 15
stop();
Symbol 712 MovieClip Frame 16
stop();
Symbol 712 MovieClip Frame 17
stop();
Symbol 712 MovieClip Frame 18
stop();
Symbol 712 MovieClip Frame 19
stop();
Symbol 712 MovieClip Frame 20
stop();
Symbol 712 MovieClip Frame 21
stop();
Symbol 712 MovieClip Frame 22
stop();
Symbol 712 MovieClip Frame 23
stop();
Symbol 712 MovieClip Frame 24
stop();
Symbol 712 MovieClip Frame 25
stop();
Symbol 712 MovieClip Frame 26
stop();
Symbol 712 MovieClip Frame 27
stop();
Symbol 712 MovieClip Frame 28
stop();
Symbol 712 MovieClip Frame 29
stop();
Symbol 712 MovieClip Frame 30
stop();
Symbol 712 MovieClip Frame 31
stop();
Symbol 712 MovieClip Frame 32
stop();
Symbol 712 MovieClip Frame 33
stop();
Symbol 712 MovieClip Frame 34
stop();
Symbol 712 MovieClip Frame 35
stop();
Symbol 712 MovieClip Frame 36
_root.score = _root.score + 2318;
Symbol 712 MovieClip Frame 49
_parent.gotoAndStop(602);
Instance of Symbol 712 MovieClip in Symbol 713 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.attack23.flash20.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack23.flash20.play();
_root.score = _root.score + 103;
}
}
onClipEvent (enterFrame) {
if (this.attack23.flash20.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack23.flash20.play();
_root.score = _root.score + 103;
}
}
onClipEvent (enterFrame) {
if (this.attack23.flash20.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack23.flash20.play();
_root.score = _root.score + 103;
}
}
onClipEvent (enterFrame) {
if (this.attack23.flash20.hitTest(_root.plane.rbomb)) {
this.play();
this.attack23.flash20.play();
_root.score = _root.score + 834;
}
}
onClipEvent (enterFrame) {
if (this.attack23.flash20.hitTest(_root.plane.bbomb)) {
this.play();
this.attack23.flash20.play();
_root.score = _root.score + 834;
}
}
onClipEvent (enterFrame) {
if (this.attack23.flash20.hitTest(_root.pbomb)) {
this.play();
this.attack23.flash20.play();
_root.score = _root.score + 834;
}
}
Instance of Symbol 712 MovieClip in Symbol 713 MovieClip Frame 601
onClipEvent (enterFrame) {
if (this.attack23.flash20.hitTest(_root.plane.dot)) {
this.play();
this.attack23.flash20.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 107;
}
}
onClipEvent (enterFrame) {
if (this.attack23.flash20.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack23.flash20.play();
_root.score = _root.score + 103;
}
}
onClipEvent (enterFrame) {
if (this.attack23.flash20.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack23.flash20.play();
_root.score = _root.score + 103;
}
}
onClipEvent (enterFrame) {
if (this.attack23.flash20.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack23.flash20.play();
_root.score = _root.score + 103;
}
}
onClipEvent (enterFrame) {
if (this.attack23.flash20.hitTest(_root.plane.rbomb)) {
this.play();
this.attack23.flash20.play();
_root.score = _root.score + 834;
}
}
onClipEvent (enterFrame) {
if (this.attack23.flash20.hitTest(_root.plane.bbomb)) {
this.play();
this.attack23.flash20.play();
_root.score = _root.score + 834;
}
}
onClipEvent (enterFrame) {
if (this.attack23.flash20.hitTest(_root.pbomb)) {
this.play();
this.attack23.flash20.play();
_root.score = _root.score + 834;
}
}
Symbol 713 MovieClip Frame 602
stop();
Instance of Symbol 495 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 495 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 495 MovieClip in Symbol 714 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Symbol 715 MovieClip Frame 1
stop();
Symbol 715 MovieClip Frame 2
stop();
Symbol 715 MovieClip Frame 3
stop();
Symbol 715 MovieClip Frame 4
stop();
Symbol 715 MovieClip Frame 5
stop();
Symbol 715 MovieClip Frame 6
stop();
Symbol 715 MovieClip Frame 7
stop();
Symbol 715 MovieClip Frame 8
stop();
Symbol 715 MovieClip Frame 9
stop();
Symbol 715 MovieClip Frame 10
stop();
Symbol 715 MovieClip Frame 11
stop();
Symbol 715 MovieClip Frame 12
stop();
Symbol 715 MovieClip Frame 13
stop();
Symbol 715 MovieClip Frame 14
stop();
Symbol 715 MovieClip Frame 15
stop();
Symbol 715 MovieClip Frame 16
stop();
Symbol 715 MovieClip Frame 17
stop();
Symbol 715 MovieClip Frame 18
stop();
Symbol 715 MovieClip Frame 19
stop();
Symbol 715 MovieClip Frame 20
stop();
Symbol 715 MovieClip Frame 21
stop();
Symbol 715 MovieClip Frame 22
stop();
Symbol 715 MovieClip Frame 23
stop();
Symbol 715 MovieClip Frame 24
stop();
Symbol 715 MovieClip Frame 25
stop();
Symbol 715 MovieClip Frame 26
stop();
Symbol 715 MovieClip Frame 27
stop();
Symbol 715 MovieClip Frame 28
stop();
Symbol 715 MovieClip Frame 29
stop();
Symbol 715 MovieClip Frame 30
stop();
Symbol 715 MovieClip Frame 31
stop();
Symbol 715 MovieClip Frame 32
stop();
Symbol 715 MovieClip Frame 33
stop();
Symbol 715 MovieClip Frame 34
stop();
Symbol 715 MovieClip Frame 35
stop();
Symbol 715 MovieClip Frame 36
stop();
Symbol 715 MovieClip Frame 37
stop();
Symbol 715 MovieClip Frame 38
stop();
Symbol 715 MovieClip Frame 39
stop();
Symbol 715 MovieClip Frame 40
stop();
Symbol 715 MovieClip Frame 41
stop();
Symbol 715 MovieClip Frame 42
stop();
Symbol 715 MovieClip Frame 43
stop();
Symbol 715 MovieClip Frame 44
stop();
Symbol 715 MovieClip Frame 45
stop();
Symbol 715 MovieClip Frame 46
_root.score = _root.score + 2928;
Symbol 715 MovieClip Frame 58
_parent.gotoAndStop(242);
Instance of Symbol 715 MovieClip in Symbol 716 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.attack24.flash8.hitTest(_root.plane.dot)) {
this.play();
this.attack24.flash8.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 63;
}
}
onClipEvent (enterFrame) {
if (this.attack24.flash8.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack24.flash8.play();
_root.score = _root.score + 59;
}
}
onClipEvent (enterFrame) {
if (this.attack24.flash8.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack24.flash8.play();
_root.score = _root.score + 59;
}
}
onClipEvent (enterFrame) {
if (this.attack24.flash8.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack24.flash8.play();
_root.score = _root.score + 59;
}
}
onClipEvent (enterFrame) {
if (this.attack24.flash8.hitTest(_root.plane.rbomb)) {
this.play();
this.attack24.flash8.play();
_root.score = _root.score + 958;
}
}
onClipEvent (enterFrame) {
if (this.attack24.flash8.hitTest(_root.plane.bbomb)) {
this.play();
this.attack24.flash8.play();
_root.score = _root.score + 958;
}
}
onClipEvent (enterFrame) {
if (this.attack24.flash8.hitTest(_root.pbomb)) {
this.play();
this.attack24.flash8.play();
_root.score = _root.score + 958;
}
}
Symbol 716 MovieClip Frame 242
stop();
Symbol 719 MovieClip Frame 1
stop();
Instance of Symbol 149 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Symbol 721 MovieClip Frame 1
stop();
Symbol 721 MovieClip Frame 2
stop();
Symbol 721 MovieClip Frame 3
stop();
Symbol 721 MovieClip Frame 4
stop();
Symbol 721 MovieClip Frame 5
stop();
Symbol 721 MovieClip Frame 6
stop();
Symbol 721 MovieClip Frame 7
stop();
Symbol 721 MovieClip Frame 8
stop();
Symbol 721 MovieClip Frame 9
_root.score = _root.score + 671;
Symbol 721 MovieClip Frame 25
_parent.gotoAndStop(302);
Instance of Symbol 721 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.attack25.flash21.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack25.flash21.play();
_root.score = _root.score + 76;
}
}
onClipEvent (enterFrame) {
if (this.attack25.flash21.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack25.flash21.play();
_root.score = _root.score + 76;
}
}
onClipEvent (enterFrame) {
if (this.attack25.flash21.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack25.flash21.play();
_root.score = _root.score + 76;
}
}
onClipEvent (enterFrame) {
if (this.attack25.flash21.hitTest(_root.plane.rbomb)) {
this.play();
this.attack25.flash21.play();
_root.score = _root.score + 463;
}
}
onClipEvent (enterFrame) {
if (this.attack25.flash21.hitTest(_root.plane.bbomb)) {
this.play();
this.attack25.flash21.play();
_root.score = _root.score + 463;
}
}
onClipEvent (enterFrame) {
if (this.attack25.flash21.hitTest(_root.pbomb)) {
this.play();
this.attack25.flash21.play();
_root.score = _root.score + 463;
}
}
Symbol 722 MovieClip Frame 302
stop();
Instance of Symbol 721 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.attack25.flash21.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack25.flash21.play();
_root.score = _root.score + 76;
}
}
onClipEvent (enterFrame) {
if (this.attack25.flash21.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack25.flash21.play();
_root.score = _root.score + 76;
}
}
onClipEvent (enterFrame) {
if (this.attack25.flash21.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack25.flash21.play();
_root.score = _root.score + 76;
}
}
onClipEvent (enterFrame) {
if (this.attack25.flash21.hitTest(_root.plane.rbomb)) {
this.play();
this.attack25.flash21.play();
_root.score = _root.score + 463;
}
}
onClipEvent (enterFrame) {
if (this.attack25.flash21.hitTest(_root.plane.bbomb)) {
this.play();
this.attack25.flash21.play();
_root.score = _root.score + 463;
}
}
onClipEvent (enterFrame) {
if (this.attack25.flash21.hitTest(_root.pbomb)) {
this.play();
this.attack25.flash21.play();
_root.score = _root.score + 463;
}
}
Symbol 723 MovieClip Frame 302
stop();
Symbol 726 MovieClip Frame 1
stop();
Instance of Symbol 149 MovieClip in Symbol 727 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 149 MovieClip in Symbol 727 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Instance of Symbol 149 MovieClip in Symbol 727 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Symbol 728 MovieClip Frame 1
stop();
Symbol 728 MovieClip Frame 2
stop();
Symbol 728 MovieClip Frame 3
stop();
Symbol 728 MovieClip Frame 4
stop();
Symbol 728 MovieClip Frame 5
stop();
Symbol 728 MovieClip Frame 6
stop();
Symbol 728 MovieClip Frame 7
stop();
Symbol 728 MovieClip Frame 8
stop();
Symbol 728 MovieClip Frame 9
stop();
Symbol 728 MovieClip Frame 10
stop();
Symbol 728 MovieClip Frame 11
stop();
Symbol 728 MovieClip Frame 12
stop();
Symbol 728 MovieClip Frame 13
stop();
Symbol 728 MovieClip Frame 14
stop();
Symbol 728 MovieClip Frame 15
stop();
Symbol 728 MovieClip Frame 16
stop();
Symbol 728 MovieClip Frame 17
stop();
Symbol 728 MovieClip Frame 18
stop();
Symbol 728 MovieClip Frame 19
stop();
Symbol 728 MovieClip Frame 20
stop();
Symbol 728 MovieClip Frame 21
stop();
Symbol 728 MovieClip Frame 22
stop();
Symbol 728 MovieClip Frame 23
stop();
Symbol 728 MovieClip Frame 24
stop();
Symbol 728 MovieClip Frame 25
stop();
Symbol 728 MovieClip Frame 26
stop();
Symbol 728 MovieClip Frame 27
stop();
Symbol 728 MovieClip Frame 28
stop();
Symbol 728 MovieClip Frame 29
stop();
Symbol 728 MovieClip Frame 30
stop();
Symbol 728 MovieClip Frame 31
_root.score = _root.score + 2013;
Symbol 728 MovieClip Frame 44
_parent.gotoAndStop(302);
Instance of Symbol 728 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.attack26.flash22.hitTest(_root.plane.dot)) {
this.play();
this.attack26.flash22.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 84;
}
}
onClipEvent (enterFrame) {
if (this.attack26.flash22.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack26.flash22.play();
_root.score = _root.score + 79;
}
}
onClipEvent (enterFrame) {
if (this.attack26.flash22.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack26.flash22.play();
_root.score = _root.score + 79;
}
}
onClipEvent (enterFrame) {
if (this.attack26.flash22.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack26.flash22.play();
_root.score = _root.score + 79;
}
}
onClipEvent (enterFrame) {
if (this.attack26.flash22.hitTest(_root.plane.rbomb)) {
this.play();
this.attack26.flash22.play();
_root.score = _root.score + 745;
}
}
onClipEvent (enterFrame) {
if (this.attack26.flash22.hitTest(_root.plane.bbomb)) {
this.play();
this.attack26.flash22.play();
_root.score = _root.score + 745;
}
}
onClipEvent (enterFrame) {
if (this.attack26.flash22.hitTest(_root.pbomb)) {
this.play();
this.attack26.flash22.play();
_root.score = _root.score + 745;
}
}
Symbol 729 MovieClip Frame 302
stop();
Symbol 734 MovieClip Frame 1
stop();
Symbol 734 MovieClip Frame 2
_root.score = _root.score + 378;
Symbol 734 MovieClip Frame 8
_parent.gotoAndStop(37);
Instance of Symbol 734 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.attack31.epbody6.hitTest(_root.plane.dot)) {
this.play();
this.attack31.epbody6.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 273;
}
}
onClipEvent (enterFrame) {
if (this.attack31.epbody6.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.attack31.epbody6.play();
_root.score = _root.score + 269;
}
}
onClipEvent (enterFrame) {
if (this.attack31.epbody6.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.attack31.epbody6.play();
_root.score = _root.score + 269;
}
}
onClipEvent (enterFrame) {
if (this.attack31.epbody6.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.attack31.epbody6.play();
_root.score = _root.score + 269;
}
}
onClipEvent (enterFrame) {
if (this.attack31.epbody6.hitTest(_root.plane.rbomb)) {
this.play();
this.attack31.epbody6.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.attack31.epbody6.hitTest(_root.plane.bbomb)) {
this.play();
this.attack31.epbody6.play();
_root.score = _root.score + 673;
}
}
onClipEvent (enterFrame) {
if (this.attack31.epbody6.hitTest(_root.pbomb)) {
this.play();
this.attack31.epbody6.play();
_root.score = _root.score + 673;
}
}
Instance of Symbol 454 MovieClip in Symbol 735 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Symbol 735 MovieClip Frame 37
stop();
Symbol 738 MovieClip Frame 1
stop();
Instance of Symbol 149 MovieClip in Symbol 739 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
_root.plane.powerup.shoot.planeanim.play();
}
}
Symbol 739 MovieClip Frame 32
stop();
Symbol 740 MovieClip Frame 42
gotoAndPlay (1);
Symbol 740 MovieClip Frame 119
gotoAndPlay (43);
Symbol 742 MovieClip Frame 1
stop();
Symbol 742 MovieClip Frame 62
stop();
Symbol 743 MovieClip Frame 1
stop();
Symbol 743 MovieClip Frame 2
stop();
Symbol 743 MovieClip Frame 3
stop();
Symbol 743 MovieClip Frame 4
stop();
Symbol 743 MovieClip Frame 5
stop();
Symbol 743 MovieClip Frame 6
stop();
Symbol 743 MovieClip Frame 7
stop();
Symbol 743 MovieClip Frame 8
stop();
Symbol 743 MovieClip Frame 9
stop();
Symbol 743 MovieClip Frame 10
stop();
Symbol 743 MovieClip Frame 11
stop();
Symbol 743 MovieClip Frame 12
stop();
Symbol 743 MovieClip Frame 13
stop();
Symbol 743 MovieClip Frame 14
stop();
Symbol 743 MovieClip Frame 15
stop();
Symbol 743 MovieClip Frame 16
stop();
Symbol 743 MovieClip Frame 17
stop();
Symbol 743 MovieClip Frame 18
stop();
Symbol 743 MovieClip Frame 19
stop();
Symbol 743 MovieClip Frame 20
stop();
Symbol 743 MovieClip Frame 21
stop();
Symbol 743 MovieClip Frame 22
stop();
Symbol 743 MovieClip Frame 23
stop();
Symbol 743 MovieClip Frame 24
stop();
Symbol 743 MovieClip Frame 25
stop();
Symbol 743 MovieClip Frame 26
stop();
Symbol 743 MovieClip Frame 27
stop();
Symbol 743 MovieClip Frame 28
stop();
Symbol 743 MovieClip Frame 29
stop();
Symbol 743 MovieClip Frame 30
stop();
Symbol 743 MovieClip Frame 31
stop();
Symbol 743 MovieClip Frame 32
stop();
Symbol 743 MovieClip Frame 33
stop();
Symbol 743 MovieClip Frame 34
stop();
Symbol 743 MovieClip Frame 35
stop();
Symbol 743 MovieClip Frame 36
stop();
Symbol 743 MovieClip Frame 37
stop();
Symbol 743 MovieClip Frame 38
stop();
Symbol 743 MovieClip Frame 39
stop();
Symbol 743 MovieClip Frame 40
stop();
Symbol 743 MovieClip Frame 41
stop();
Symbol 743 MovieClip Frame 42
stop();
Symbol 743 MovieClip Frame 43
stop();
Symbol 743 MovieClip Frame 44
stop();
Symbol 743 MovieClip Frame 45
stop();
Symbol 743 MovieClip Frame 46
stop();
Symbol 743 MovieClip Frame 47
stop();
Symbol 743 MovieClip Frame 48
stop();
Symbol 743 MovieClip Frame 49
stop();
Symbol 743 MovieClip Frame 50
stop();
Symbol 743 MovieClip Frame 51
stop();
Symbol 743 MovieClip Frame 52
stop();
Symbol 743 MovieClip Frame 53
stop();
Symbol 743 MovieClip Frame 54
stop();
Symbol 743 MovieClip Frame 55
stop();
Symbol 743 MovieClip Frame 56
stop();
Symbol 743 MovieClip Frame 57
stop();
Symbol 743 MovieClip Frame 58
stop();
Symbol 743 MovieClip Frame 59
stop();
Symbol 743 MovieClip Frame 60
stop();
Symbol 743 MovieClip Frame 61
stop();
Symbol 743 MovieClip Frame 62
stop();
Symbol 743 MovieClip Frame 63
stop();
Symbol 743 MovieClip Frame 64
stop();
Symbol 743 MovieClip Frame 65
stop();
Symbol 743 MovieClip Frame 66
stop();
Symbol 743 MovieClip Frame 67
stop();
Symbol 743 MovieClip Frame 68
stop();
Symbol 743 MovieClip Frame 69
stop();
Symbol 743 MovieClip Frame 70
stop();
Symbol 743 MovieClip Frame 71
stop();
Symbol 743 MovieClip Frame 72
stop();
Symbol 743 MovieClip Frame 73
stop();
Symbol 743 MovieClip Frame 74
stop();
Symbol 743 MovieClip Frame 75
stop();
Symbol 743 MovieClip Frame 76
stop();
Symbol 743 MovieClip Frame 77
stop();
Symbol 743 MovieClip Frame 78
stop();
Symbol 743 MovieClip Frame 79
stop();
Symbol 743 MovieClip Frame 80
stop();
Symbol 743 MovieClip Frame 81
stop();
Symbol 743 MovieClip Frame 82
stop();
Symbol 743 MovieClip Frame 83
stop();
Symbol 743 MovieClip Frame 84
stop();
Symbol 743 MovieClip Frame 85
stop();
Symbol 743 MovieClip Frame 86
stop();
Symbol 743 MovieClip Frame 87
stop();
Symbol 743 MovieClip Frame 88
stop();
Symbol 743 MovieClip Frame 89
stop();
Symbol 743 MovieClip Frame 90
stop();
Symbol 743 MovieClip Frame 91
stop();
Symbol 743 MovieClip Frame 92
stop();
Symbol 743 MovieClip Frame 93
stop();
Symbol 743 MovieClip Frame 94
stop();
Symbol 743 MovieClip Frame 95
stop();
Symbol 743 MovieClip Frame 96
stop();
Symbol 743 MovieClip Frame 97
stop();
Symbol 743 MovieClip Frame 98
stop();
Symbol 743 MovieClip Frame 99
stop();
Symbol 743 MovieClip Frame 100
stop();
Symbol 743 MovieClip Frame 101
stop();
Symbol 743 MovieClip Frame 102
stop();
Symbol 743 MovieClip Frame 103
stop();
Symbol 743 MovieClip Frame 104
stop();
Symbol 743 MovieClip Frame 105
stop();
Symbol 743 MovieClip Frame 106
stop();
Symbol 743 MovieClip Frame 107
stop();
Symbol 743 MovieClip Frame 108
stop();
Symbol 743 MovieClip Frame 109
stop();
Symbol 743 MovieClip Frame 110
stop();
Symbol 743 MovieClip Frame 111
stop();
Symbol 743 MovieClip Frame 112
stop();
Symbol 743 MovieClip Frame 113
stop();
Symbol 743 MovieClip Frame 114
stop();
Symbol 743 MovieClip Frame 115
stop();
Symbol 743 MovieClip Frame 116
stop();
Symbol 743 MovieClip Frame 117
stop();
Symbol 743 MovieClip Frame 118
stop();
Symbol 743 MovieClip Frame 119
stop();
Symbol 743 MovieClip Frame 120
stop();
Symbol 743 MovieClip Frame 121
stop();
Symbol 743 MovieClip Frame 122
stop();
Symbol 743 MovieClip Frame 123
stop();
Symbol 743 MovieClip Frame 124
stop();
Symbol 743 MovieClip Frame 125
stop();
Symbol 743 MovieClip Frame 126
stop();
Symbol 743 MovieClip Frame 127
stop();
Symbol 743 MovieClip Frame 128
stop();
Symbol 743 MovieClip Frame 129
stop();
Symbol 743 MovieClip Frame 130
stop();
Symbol 743 MovieClip Frame 131
stop();
Symbol 743 MovieClip Frame 132
stop();
Symbol 743 MovieClip Frame 133
stop();
Symbol 743 MovieClip Frame 134
stop();
Symbol 743 MovieClip Frame 135
stop();
Symbol 743 MovieClip Frame 136
stop();
Symbol 743 MovieClip Frame 137
stop();
Symbol 743 MovieClip Frame 138
stop();
Symbol 743 MovieClip Frame 139
stop();
Symbol 743 MovieClip Frame 140
stop();
Symbol 743 MovieClip Frame 141
stop();
Symbol 743 MovieClip Frame 142
stop();
Symbol 743 MovieClip Frame 143
stop();
Symbol 743 MovieClip Frame 144
stop();
Symbol 743 MovieClip Frame 145
stop();
Symbol 743 MovieClip Frame 146
stop();
Symbol 743 MovieClip Frame 147
stop();
Symbol 743 MovieClip Frame 148
stop();
Symbol 743 MovieClip Frame 149
stop();
Symbol 743 MovieClip Frame 150
stop();
Symbol 743 MovieClip Frame 151
stop();
Symbol 743 MovieClip Frame 152
stop();
Symbol 743 MovieClip Frame 153
stop();
Symbol 743 MovieClip Frame 154
stop();
Symbol 743 MovieClip Frame 155
stop();
Symbol 743 MovieClip Frame 156
stop();
Symbol 743 MovieClip Frame 157
stop();
Symbol 743 MovieClip Frame 158
stop();
Symbol 743 MovieClip Frame 159
stop();
Symbol 743 MovieClip Frame 160
stop();
Symbol 743 MovieClip Frame 161
stop();
Symbol 743 MovieClip Frame 162
stop();
Symbol 743 MovieClip Frame 163
stop();
Symbol 743 MovieClip Frame 164
stop();
Symbol 743 MovieClip Frame 165
stop();
Symbol 743 MovieClip Frame 166
stop();
Symbol 743 MovieClip Frame 167
stop();
Symbol 743 MovieClip Frame 168
stop();
Symbol 743 MovieClip Frame 169
stop();
Symbol 743 MovieClip Frame 170
stop();
Symbol 743 MovieClip Frame 171
stop();
Symbol 743 MovieClip Frame 172
stop();
Symbol 743 MovieClip Frame 173
stop();
Symbol 743 MovieClip Frame 174
stop();
Symbol 743 MovieClip Frame 175
stop();
Symbol 743 MovieClip Frame 176
stop();
Symbol 743 MovieClip Frame 177
stop();
Symbol 743 MovieClip Frame 178
stop();
Symbol 743 MovieClip Frame 179
stop();
Symbol 743 MovieClip Frame 180
stop();
Symbol 743 MovieClip Frame 181
stop();
Symbol 743 MovieClip Frame 182
stop();
Symbol 743 MovieClip Frame 183
stop();
Symbol 743 MovieClip Frame 184
stop();
Symbol 743 MovieClip Frame 185
stop();
Symbol 743 MovieClip Frame 186
stop();
Symbol 743 MovieClip Frame 187
stop();
Symbol 743 MovieClip Frame 188
stop();
Symbol 743 MovieClip Frame 189
stop();
Symbol 743 MovieClip Frame 190
stop();
Symbol 743 MovieClip Frame 191
stop();
Symbol 743 MovieClip Frame 192
stop();
Symbol 743 MovieClip Frame 193
stop();
Symbol 743 MovieClip Frame 194
stop();
Symbol 743 MovieClip Frame 195
stop();
Symbol 743 MovieClip Frame 196
stop();
Symbol 743 MovieClip Frame 197
stop();
Symbol 743 MovieClip Frame 198
stop();
Symbol 743 MovieClip Frame 199
stop();
Symbol 743 MovieClip Frame 200
stop();
Symbol 743 MovieClip Frame 201
stop();
Symbol 743 MovieClip Frame 202
stop();
Symbol 743 MovieClip Frame 203
stop();
Symbol 743 MovieClip Frame 204
stop();
Symbol 743 MovieClip Frame 205
stop();
Symbol 743 MovieClip Frame 206
stop();
Symbol 743 MovieClip Frame 207
stop();
Symbol 743 MovieClip Frame 208
stop();
Symbol 743 MovieClip Frame 209
stop();
Symbol 743 MovieClip Frame 210
stop();
Symbol 743 MovieClip Frame 211
stop();
Symbol 743 MovieClip Frame 212
stop();
Symbol 743 MovieClip Frame 213
stop();
Symbol 743 MovieClip Frame 214
stop();
Symbol 743 MovieClip Frame 215
stop();
Symbol 743 MovieClip Frame 216
stop();
Symbol 743 MovieClip Frame 217
stop();
Symbol 743 MovieClip Frame 218
stop();
Symbol 743 MovieClip Frame 219
stop();
Symbol 743 MovieClip Frame 220
stop();
Symbol 743 MovieClip Frame 221
stop();
Symbol 743 MovieClip Frame 222
stop();
Symbol 743 MovieClip Frame 223
stop();
Symbol 743 MovieClip Frame 224
stop();
Symbol 743 MovieClip Frame 225
stop();
Symbol 743 MovieClip Frame 226
stop();
Symbol 743 MovieClip Frame 227
stop();
Symbol 743 MovieClip Frame 228
stop();
Symbol 743 MovieClip Frame 229
stop();
Symbol 743 MovieClip Frame 230
stop();
Symbol 743 MovieClip Frame 231
stop();
Symbol 743 MovieClip Frame 232
stop();
Symbol 743 MovieClip Frame 233
stop();
Symbol 743 MovieClip Frame 234
stop();
Symbol 743 MovieClip Frame 235
stop();
Symbol 743 MovieClip Frame 236
stop();
Symbol 743 MovieClip Frame 237
stop();
Symbol 743 MovieClip Frame 238
stop();
Symbol 743 MovieClip Frame 239
stop();
Symbol 743 MovieClip Frame 240
stop();
Symbol 743 MovieClip Frame 241
stop();
Symbol 743 MovieClip Frame 242
stop();
Symbol 743 MovieClip Frame 243
stop();
Symbol 743 MovieClip Frame 244
stop();
Symbol 743 MovieClip Frame 245
stop();
Symbol 743 MovieClip Frame 246
stop();
Symbol 743 MovieClip Frame 247
stop();
Symbol 743 MovieClip Frame 248
stop();
Symbol 743 MovieClip Frame 249
stop();
Symbol 743 MovieClip Frame 250
stop();
Symbol 743 MovieClip Frame 251
stop();
Symbol 743 MovieClip Frame 252
stop();
Symbol 743 MovieClip Frame 253
stop();
Symbol 743 MovieClip Frame 254
stop();
Symbol 743 MovieClip Frame 255
stop();
Symbol 743 MovieClip Frame 256
stop();
Symbol 743 MovieClip Frame 257
stop();
Symbol 743 MovieClip Frame 258
stop();
Symbol 743 MovieClip Frame 259
stop();
Symbol 743 MovieClip Frame 260
stop();
Symbol 743 MovieClip Frame 261
stop();
Symbol 743 MovieClip Frame 262
stop();
Symbol 743 MovieClip Frame 263
stop();
Symbol 743 MovieClip Frame 264
stop();
Symbol 743 MovieClip Frame 265
stop();
Symbol 743 MovieClip Frame 266
stop();
Symbol 743 MovieClip Frame 267
stop();
Symbol 743 MovieClip Frame 268
stop();
Symbol 743 MovieClip Frame 269
stop();
Symbol 743 MovieClip Frame 270
stop();
Symbol 743 MovieClip Frame 271
stop();
Symbol 743 MovieClip Frame 272
stop();
Symbol 743 MovieClip Frame 273
stop();
Symbol 743 MovieClip Frame 274
stop();
Symbol 743 MovieClip Frame 275
stop();
Symbol 743 MovieClip Frame 276
stop();
Symbol 743 MovieClip Frame 277
stop();
Symbol 743 MovieClip Frame 278
stop();
Symbol 743 MovieClip Frame 279
stop();
Symbol 743 MovieClip Frame 280
stop();
Symbol 743 MovieClip Frame 281
stop();
Symbol 743 MovieClip Frame 282
stop();
Symbol 743 MovieClip Frame 283
stop();
Symbol 743 MovieClip Frame 284
stop();
Symbol 743 MovieClip Frame 285
stop();
Symbol 743 MovieClip Frame 286
stop();
Symbol 743 MovieClip Frame 287
stop();
Symbol 743 MovieClip Frame 288
stop();
Symbol 743 MovieClip Frame 289
stop();
Symbol 743 MovieClip Frame 290
stop();
Symbol 743 MovieClip Frame 291
stop();
Symbol 743 MovieClip Frame 292
stop();
Symbol 743 MovieClip Frame 293
stop();
Symbol 743 MovieClip Frame 294
stop();
Symbol 743 MovieClip Frame 295
stop();
Symbol 743 MovieClip Frame 296
stop();
Symbol 743 MovieClip Frame 297
stop();
Symbol 743 MovieClip Frame 298
stop();
Symbol 743 MovieClip Frame 299
stop();
Symbol 743 MovieClip Frame 300
stop();
Symbol 743 MovieClip Frame 301
stop();
Symbol 743 MovieClip Frame 302
stop();
Symbol 743 MovieClip Frame 303
stop();
Symbol 743 MovieClip Frame 304
stop();
Symbol 743 MovieClip Frame 305
stop();
Symbol 743 MovieClip Frame 306
stop();
Symbol 743 MovieClip Frame 307
stop();
Symbol 743 MovieClip Frame 308
stop();
Symbol 743 MovieClip Frame 309
stop();
Symbol 743 MovieClip Frame 310
stop();
Symbol 743 MovieClip Frame 311
stop();
Symbol 743 MovieClip Frame 312
stop();
Symbol 743 MovieClip Frame 313
stop();
Symbol 743 MovieClip Frame 314
stop();
Symbol 743 MovieClip Frame 315
stop();
Symbol 743 MovieClip Frame 316
stop();
Symbol 743 MovieClip Frame 317
stop();
Symbol 743 MovieClip Frame 318
stop();
Symbol 743 MovieClip Frame 319
stop();
Symbol 743 MovieClip Frame 320
stop();
Symbol 743 MovieClip Frame 321
stop();
Symbol 743 MovieClip Frame 322
stop();
Symbol 743 MovieClip Frame 323
stop();
Symbol 743 MovieClip Frame 324
stop();
Symbol 743 MovieClip Frame 325
stop();
Symbol 743 MovieClip Frame 326
stop();
Symbol 743 MovieClip Frame 327
stop();
Symbol 743 MovieClip Frame 328
stop();
Symbol 743 MovieClip Frame 329
stop();
Symbol 743 MovieClip Frame 330
stop();
Symbol 743 MovieClip Frame 331
stop();
Symbol 743 MovieClip Frame 332
stop();
Symbol 743 MovieClip Frame 333
stop();
Symbol 743 MovieClip Frame 334
stop();
Symbol 743 MovieClip Frame 335
stop();
Symbol 743 MovieClip Frame 336
stop();
Symbol 743 MovieClip Frame 337
stop();
Symbol 743 MovieClip Frame 338
stop();
Symbol 743 MovieClip Frame 339
stop();
Symbol 743 MovieClip Frame 340
stop();
Symbol 743 MovieClip Frame 341
stop();
Symbol 743 MovieClip Frame 342
stop();
Symbol 743 MovieClip Frame 343
stop();
Symbol 743 MovieClip Frame 344
stop();
Symbol 743 MovieClip Frame 345
stop();
Symbol 743 MovieClip Frame 346
stop();
Symbol 743 MovieClip Frame 347
stop();
Symbol 743 MovieClip Frame 348
stop();
Symbol 743 MovieClip Frame 349
stop();
Symbol 743 MovieClip Frame 350
stop();
Symbol 743 MovieClip Frame 351
stop();
Symbol 743 MovieClip Frame 352
stop();
Symbol 743 MovieClip Frame 353
stop();
Symbol 743 MovieClip Frame 354
stop();
Symbol 743 MovieClip Frame 355
stop();
Symbol 743 MovieClip Frame 356
stop();
Symbol 743 MovieClip Frame 357
stop();
Symbol 743 MovieClip Frame 358
stop();
Symbol 743 MovieClip Frame 359
stop();
Symbol 743 MovieClip Frame 360
stop();
Symbol 743 MovieClip Frame 361
stop();
Symbol 743 MovieClip Frame 362
stop();
Symbol 743 MovieClip Frame 363
stop();
Symbol 743 MovieClip Frame 364
stop();
Symbol 743 MovieClip Frame 365
stop();
Symbol 743 MovieClip Frame 366
stop();
Symbol 743 MovieClip Frame 367
stop();
Symbol 743 MovieClip Frame 368
stop();
Symbol 743 MovieClip Frame 369
stop();
Symbol 743 MovieClip Frame 370
stop();
Symbol 743 MovieClip Frame 371
stop();
Symbol 743 MovieClip Frame 372
stop();
Symbol 743 MovieClip Frame 373
stop();
Symbol 743 MovieClip Frame 374
stop();
Symbol 743 MovieClip Frame 375
stop();
Symbol 743 MovieClip Frame 376
stop();
Symbol 743 MovieClip Frame 377
stop();
Symbol 743 MovieClip Frame 378
stop();
Symbol 743 MovieClip Frame 379
stop();
Symbol 743 MovieClip Frame 380
stop();
Symbol 743 MovieClip Frame 381
stop();
Symbol 743 MovieClip Frame 382
stop();
Symbol 743 MovieClip Frame 383
stop();
Symbol 743 MovieClip Frame 384
stop();
Symbol 743 MovieClip Frame 385
stop();
Symbol 743 MovieClip Frame 386
stop();
Symbol 743 MovieClip Frame 387
stop();
Symbol 743 MovieClip Frame 388
stop();
Symbol 743 MovieClip Frame 389
stop();
Symbol 743 MovieClip Frame 390
stop();
Symbol 743 MovieClip Frame 391
stop();
Symbol 743 MovieClip Frame 392
stop();
Symbol 743 MovieClip Frame 393
stop();
Symbol 743 MovieClip Frame 394
stop();
Symbol 743 MovieClip Frame 395
stop();
Symbol 743 MovieClip Frame 396
stop();
Symbol 743 MovieClip Frame 397
stop();
Symbol 743 MovieClip Frame 398
stop();
Symbol 743 MovieClip Frame 399
stop();
Symbol 743 MovieClip Frame 400
stop();
Symbol 743 MovieClip Frame 401
stop();
Symbol 743 MovieClip Frame 402
stop();
Symbol 743 MovieClip Frame 403
stop();
Symbol 743 MovieClip Frame 404
stop();
Symbol 743 MovieClip Frame 405
stop();
Symbol 743 MovieClip Frame 406
stop();
Symbol 743 MovieClip Frame 407
stop();
Symbol 743 MovieClip Frame 408
stop();
Symbol 743 MovieClip Frame 409
stop();
Symbol 743 MovieClip Frame 410
stop();
Symbol 743 MovieClip Frame 411
stop();
Symbol 743 MovieClip Frame 412
stop();
Symbol 743 MovieClip Frame 413
stop();
Symbol 743 MovieClip Frame 414
stop();
Symbol 743 MovieClip Frame 415
stop();
Symbol 743 MovieClip Frame 416
stop();
Symbol 743 MovieClip Frame 417
stop();
Symbol 743 MovieClip Frame 418
stop();
Symbol 743 MovieClip Frame 419
stop();
Symbol 743 MovieClip Frame 420
stop();
Symbol 743 MovieClip Frame 421
stop();
Symbol 743 MovieClip Frame 422
stop();
Symbol 743 MovieClip Frame 423
stop();
Symbol 743 MovieClip Frame 424
stop();
Symbol 743 MovieClip Frame 425
stop();
Symbol 743 MovieClip Frame 426
stop();
Symbol 743 MovieClip Frame 427
stop();
Symbol 743 MovieClip Frame 428
stop();
Symbol 743 MovieClip Frame 429
stop();
Symbol 743 MovieClip Frame 430
stop();
Symbol 743 MovieClip Frame 431
stop();
Symbol 743 MovieClip Frame 432
stop();
Symbol 743 MovieClip Frame 433
stop();
Symbol 743 MovieClip Frame 434
stop();
Symbol 743 MovieClip Frame 435
stop();
Symbol 743 MovieClip Frame 436
stop();
Symbol 743 MovieClip Frame 437
stop();
Symbol 743 MovieClip Frame 438
stop();
Symbol 743 MovieClip Frame 439
stop();
Symbol 743 MovieClip Frame 440
stop();
Symbol 743 MovieClip Frame 441
stop();
Symbol 743 MovieClip Frame 442
stop();
Symbol 743 MovieClip Frame 443
stop();
Symbol 743 MovieClip Frame 444
stop();
Symbol 743 MovieClip Frame 445
stop();
Symbol 743 MovieClip Frame 446
stop();
Symbol 743 MovieClip Frame 447
stop();
Symbol 743 MovieClip Frame 448
stop();
Symbol 743 MovieClip Frame 449
stop();
Symbol 743 MovieClip Frame 450
stop();
Symbol 743 MovieClip Frame 451
stop();
Symbol 743 MovieClip Frame 452
stop();
Symbol 743 MovieClip Frame 453
stop();
Symbol 743 MovieClip Frame 454
stop();
Symbol 743 MovieClip Frame 455
stop();
Symbol 743 MovieClip Frame 456
stop();
Symbol 743 MovieClip Frame 457
stop();
Symbol 743 MovieClip Frame 458
stop();
Symbol 743 MovieClip Frame 459
stop();
Symbol 743 MovieClip Frame 460
stop();
Symbol 743 MovieClip Frame 461
stop();
Symbol 743 MovieClip Frame 462
stop();
Symbol 743 MovieClip Frame 463
stop();
Symbol 743 MovieClip Frame 464
stop();
Symbol 743 MovieClip Frame 465
stop();
Symbol 743 MovieClip Frame 466
stop();
Symbol 743 MovieClip Frame 467
stop();
Symbol 743 MovieClip Frame 468
stop();
Symbol 743 MovieClip Frame 469
stop();
Symbol 743 MovieClip Frame 470
stop();
Symbol 743 MovieClip Frame 471
stop();
Symbol 743 MovieClip Frame 472
stop();
Symbol 743 MovieClip Frame 473
stop();
Symbol 743 MovieClip Frame 474
stop();
Symbol 743 MovieClip Frame 475
stop();
Symbol 743 MovieClip Frame 476
stop();
Symbol 743 MovieClip Frame 477
stop();
Symbol 743 MovieClip Frame 478
stop();
Symbol 743 MovieClip Frame 479
stop();
Symbol 743 MovieClip Frame 480
stop();
Symbol 743 MovieClip Frame 481
stop();
_root.bossno3.explode3.split1.play();
Symbol 743 MovieClip Frame 482
stop();
Symbol 743 MovieClip Frame 483
stop();
Symbol 743 MovieClip Frame 484
stop();
Symbol 743 MovieClip Frame 485
stop();
Symbol 743 MovieClip Frame 486
stop();
Symbol 743 MovieClip Frame 487
stop();
Symbol 743 MovieClip Frame 488
stop();
Symbol 743 MovieClip Frame 489
stop();
Symbol 743 MovieClip Frame 490
stop();
Symbol 743 MovieClip Frame 491
stop();
Symbol 743 MovieClip Frame 492
stop();
Symbol 743 MovieClip Frame 493
stop();
Symbol 743 MovieClip Frame 494
stop();
Symbol 743 MovieClip Frame 495
stop();
Symbol 743 MovieClip Frame 496
stop();
Symbol 743 MovieClip Frame 497
stop();
Symbol 743 MovieClip Frame 498
stop();
Symbol 743 MovieClip Frame 499
stop();
Symbol 743 MovieClip Frame 500
stop();
Symbol 743 MovieClip Frame 501
stop();
Symbol 743 MovieClip Frame 502
stop();
Symbol 743 MovieClip Frame 503
stop();
Symbol 743 MovieClip Frame 504
stop();
Symbol 743 MovieClip Frame 505
stop();
Symbol 743 MovieClip Frame 506
stop();
Symbol 743 MovieClip Frame 507
stop();
Symbol 743 MovieClip Frame 508
stop();
Symbol 743 MovieClip Frame 509
stop();
Symbol 743 MovieClip Frame 510
stop();
Symbol 743 MovieClip Frame 511
stop();
Symbol 743 MovieClip Frame 512
stop();
Symbol 743 MovieClip Frame 513
stop();
Symbol 743 MovieClip Frame 514
stop();
Symbol 743 MovieClip Frame 515
stop();
Symbol 743 MovieClip Frame 516
stop();
Symbol 743 MovieClip Frame 517
stop();
Symbol 743 MovieClip Frame 518
stop();
Symbol 743 MovieClip Frame 519
stop();
Symbol 743 MovieClip Frame 520
stop();
Symbol 743 MovieClip Frame 521
stop();
Symbol 743 MovieClip Frame 522
stop();
Symbol 743 MovieClip Frame 523
stop();
Symbol 743 MovieClip Frame 524
stop();
Symbol 743 MovieClip Frame 525
stop();
Symbol 743 MovieClip Frame 526
stop();
Symbol 743 MovieClip Frame 527
stop();
Symbol 743 MovieClip Frame 528
stop();
Symbol 743 MovieClip Frame 529
stop();
Symbol 743 MovieClip Frame 530
stop();
Symbol 743 MovieClip Frame 531
stop();
Symbol 743 MovieClip Frame 532
stop();
Symbol 743 MovieClip Frame 533
stop();
Symbol 743 MovieClip Frame 534
stop();
Symbol 743 MovieClip Frame 535
stop();
Symbol 743 MovieClip Frame 536
stop();
Symbol 743 MovieClip Frame 537
stop();
Symbol 743 MovieClip Frame 538
stop();
Symbol 743 MovieClip Frame 539
stop();
Symbol 743 MovieClip Frame 540
stop();
Symbol 743 MovieClip Frame 541
stop();
Symbol 743 MovieClip Frame 542
stop();
Symbol 743 MovieClip Frame 543
stop();
Symbol 743 MovieClip Frame 544
stop();
Symbol 743 MovieClip Frame 545
stop();
Symbol 743 MovieClip Frame 546
stop();
Symbol 743 MovieClip Frame 547
stop();
Symbol 743 MovieClip Frame 548
stop();
Symbol 743 MovieClip Frame 549
stop();
Symbol 743 MovieClip Frame 550
stop();
Symbol 743 MovieClip Frame 551
stop();
Symbol 743 MovieClip Frame 552
stop();
Symbol 743 MovieClip Frame 553
stop();
Symbol 743 MovieClip Frame 554
stop();
Symbol 743 MovieClip Frame 555
stop();
Symbol 743 MovieClip Frame 556
stop();
Symbol 743 MovieClip Frame 557
stop();
Symbol 743 MovieClip Frame 558
stop();
Symbol 743 MovieClip Frame 559
stop();
Symbol 743 MovieClip Frame 560
stop();
Symbol 743 MovieClip Frame 561
stop();
Symbol 743 MovieClip Frame 562
stop();
Symbol 743 MovieClip Frame 563
stop();
Symbol 743 MovieClip Frame 564
stop();
Symbol 743 MovieClip Frame 565
stop();
Symbol 743 MovieClip Frame 566
stop();
Symbol 743 MovieClip Frame 567
stop();
Symbol 743 MovieClip Frame 568
stop();
Symbol 743 MovieClip Frame 569
stop();
Symbol 743 MovieClip Frame 570
stop();
Symbol 743 MovieClip Frame 571
stop();
Symbol 743 MovieClip Frame 572
stop();
Symbol 743 MovieClip Frame 573
stop();
Symbol 743 MovieClip Frame 574
stop();
Symbol 743 MovieClip Frame 575
stop();
Symbol 743 MovieClip Frame 576
stop();
Symbol 743 MovieClip Frame 577
stop();
Symbol 743 MovieClip Frame 578
stop();
Symbol 743 MovieClip Frame 579
stop();
Symbol 743 MovieClip Frame 580
stop();
Symbol 743 MovieClip Frame 581
stop();
Symbol 743 MovieClip Frame 582
stop();
Symbol 743 MovieClip Frame 583
stop();
Symbol 743 MovieClip Frame 584
stop();
Symbol 743 MovieClip Frame 585
stop();
Symbol 743 MovieClip Frame 586
stop();
Symbol 743 MovieClip Frame 587
stop();
Symbol 743 MovieClip Frame 588
stop();
Symbol 743 MovieClip Frame 589
stop();
Symbol 743 MovieClip Frame 590
stop();
Symbol 743 MovieClip Frame 591
stop();
Symbol 743 MovieClip Frame 592
stop();
Symbol 743 MovieClip Frame 593
stop();
Symbol 743 MovieClip Frame 594
stop();
Symbol 743 MovieClip Frame 595
stop();
Symbol 743 MovieClip Frame 596
stop();
Symbol 743 MovieClip Frame 597
stop();
Symbol 743 MovieClip Frame 598
stop();
Symbol 743 MovieClip Frame 599
stop();
Symbol 743 MovieClip Frame 600
stop();
_root.bossno3.explode3.split1.play();
_root.bossno3.explode3.split1.hit3.gotoAndPlay(43);
Symbol 743 MovieClip Frame 601
stop();
Symbol 743 MovieClip Frame 602
stop();
Symbol 743 MovieClip Frame 603
stop();
Symbol 743 MovieClip Frame 604
stop();
Symbol 743 MovieClip Frame 605
stop();
Symbol 743 MovieClip Frame 606
stop();
Symbol 743 MovieClip Frame 607
stop();
Symbol 743 MovieClip Frame 608
stop();
Symbol 743 MovieClip Frame 609
stop();
Symbol 743 MovieClip Frame 610
stop();
Symbol 743 MovieClip Frame 611
stop();
Symbol 743 MovieClip Frame 612
stop();
Symbol 743 MovieClip Frame 613
stop();
Symbol 743 MovieClip Frame 614
stop();
Symbol 743 MovieClip Frame 615
stop();
Symbol 743 MovieClip Frame 616
stop();
Symbol 743 MovieClip Frame 617
stop();
Symbol 743 MovieClip Frame 618
stop();
Symbol 743 MovieClip Frame 619
stop();
Symbol 743 MovieClip Frame 620
stop();
Symbol 743 MovieClip Frame 621
stop();
Symbol 743 MovieClip Frame 622
stop();
Symbol 743 MovieClip Frame 623
stop();
Symbol 743 MovieClip Frame 624
stop();
Symbol 743 MovieClip Frame 625
stop();
Symbol 743 MovieClip Frame 626
stop();
Symbol 743 MovieClip Frame 627
stop();
Symbol 743 MovieClip Frame 628
stop();
Symbol 743 MovieClip Frame 629
stop();
Symbol 743 MovieClip Frame 630
stop();
Symbol 743 MovieClip Frame 631
stop();
Symbol 743 MovieClip Frame 632
stop();
Symbol 743 MovieClip Frame 633
stop();
Symbol 743 MovieClip Frame 634
stop();
Symbol 743 MovieClip Frame 635
stop();
Symbol 743 MovieClip Frame 636
stop();
Symbol 743 MovieClip Frame 637
stop();
Symbol 743 MovieClip Frame 638
stop();
Symbol 743 MovieClip Frame 639
stop();
Symbol 743 MovieClip Frame 640
stop();
Symbol 743 MovieClip Frame 641
stop();
Symbol 743 MovieClip Frame 642
stop();
Symbol 743 MovieClip Frame 643
stop();
Symbol 743 MovieClip Frame 644
stop();
Symbol 743 MovieClip Frame 645
stop();
Symbol 743 MovieClip Frame 646
stop();
Symbol 743 MovieClip Frame 647
stop();
Symbol 743 MovieClip Frame 648
stop();
Symbol 743 MovieClip Frame 649
stop();
Symbol 743 MovieClip Frame 650
stop();
Symbol 743 MovieClip Frame 651
stop();
Symbol 743 MovieClip Frame 652
stop();
Symbol 743 MovieClip Frame 653
stop();
Symbol 743 MovieClip Frame 654
stop();
Symbol 743 MovieClip Frame 655
stop();
Symbol 743 MovieClip Frame 656
stop();
Symbol 743 MovieClip Frame 657
stop();
Symbol 743 MovieClip Frame 658
stop();
Symbol 743 MovieClip Frame 659
stop();
Symbol 743 MovieClip Frame 660
stop();
Symbol 743 MovieClip Frame 661
stop();
Symbol 743 MovieClip Frame 662
stop();
Symbol 743 MovieClip Frame 663
stop();
Symbol 743 MovieClip Frame 664
stop();
Symbol 743 MovieClip Frame 665
stop();
Symbol 743 MovieClip Frame 666
stop();
Symbol 743 MovieClip Frame 667
stop();
Symbol 743 MovieClip Frame 668
stop();
Symbol 743 MovieClip Frame 669
stop();
Symbol 743 MovieClip Frame 670
stop();
Symbol 743 MovieClip Frame 671
stop();
Symbol 743 MovieClip Frame 672
stop();
Symbol 743 MovieClip Frame 673
stop();
Symbol 743 MovieClip Frame 674
stop();
Symbol 743 MovieClip Frame 675
stop();
Symbol 743 MovieClip Frame 676
stop();
Symbol 743 MovieClip Frame 677
stop();
Symbol 743 MovieClip Frame 678
stop();
Symbol 743 MovieClip Frame 679
stop();
Symbol 743 MovieClip Frame 680
stop();
Symbol 743 MovieClip Frame 681
stop();
Symbol 743 MovieClip Frame 682
stop();
Symbol 743 MovieClip Frame 683
stop();
Symbol 743 MovieClip Frame 684
stop();
Symbol 743 MovieClip Frame 685
stop();
Symbol 743 MovieClip Frame 686
stop();
Symbol 743 MovieClip Frame 687
stop();
Symbol 743 MovieClip Frame 688
stop();
Symbol 743 MovieClip Frame 689
stop();
Symbol 743 MovieClip Frame 690
stop();
Symbol 743 MovieClip Frame 691
stop();
Symbol 743 MovieClip Frame 692
stop();
Symbol 743 MovieClip Frame 693
stop();
Symbol 743 MovieClip Frame 694
stop();
Symbol 743 MovieClip Frame 695
stop();
Symbol 743 MovieClip Frame 696
stop();
Symbol 743 MovieClip Frame 697
stop();
Symbol 743 MovieClip Frame 698
stop();
Symbol 743 MovieClip Frame 699
stop();
Symbol 743 MovieClip Frame 700
stop();
Symbol 743 MovieClip Frame 701
stop();
Symbol 743 MovieClip Frame 702
stop();
Symbol 743 MovieClip Frame 703
stop();
Symbol 743 MovieClip Frame 704
stop();
Symbol 743 MovieClip Frame 705
stop();
Symbol 743 MovieClip Frame 706
stop();
Symbol 743 MovieClip Frame 707
stop();
Symbol 743 MovieClip Frame 708
stop();
Symbol 743 MovieClip Frame 709
stop();
Symbol 743 MovieClip Frame 710
stop();
Symbol 743 MovieClip Frame 711
stop();
Symbol 743 MovieClip Frame 712
stop();
Symbol 743 MovieClip Frame 713
stop();
Symbol 743 MovieClip Frame 714
stop();
Symbol 743 MovieClip Frame 715
stop();
Symbol 743 MovieClip Frame 716
stop();
Symbol 743 MovieClip Frame 717
stop();
Symbol 743 MovieClip Frame 718
stop();
Symbol 743 MovieClip Frame 719
stop();
Symbol 743 MovieClip Frame 720
stop();
Symbol 743 MovieClip Frame 721
_root.score = _root.score + 211728;
Symbol 743 MovieClip Frame 751
_root.bossno3.gotoAndStop(242);
Instance of Symbol 743 MovieClip "explode3" in Symbol 744 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.split1.hit3.damaged3.hitTest(_root.plane.dot)) {
this.play();
this.split1.hit3.damaged3.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 362;
}
}
onClipEvent (enterFrame) {
if (this.split1.hit3.damaged3.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
this.split1.hit3.damaged3.play();
_root.score = _root.score + 358;
}
}
onClipEvent (enterFrame) {
if (this.split1.hit3.damaged3.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
this.split1.hit3.damaged3.play();
_root.score = _root.score + 358;
}
}
onClipEvent (enterFrame) {
if (this.split1.hit3.damaged3.hitTest(_root.plane.powerup.hitarea3)) {
this.play();
this.split1.hit3.damaged3.play();
_root.score = _root.score + 358;
}
}
onClipEvent (enterFrame) {
if (this.split1.hit3.damaged3.hitTest(_root.plane.rbomb)) {
this.play();
this.split1.hit3.damaged3.play();
_root.score = _root.score + 2374;
}
}
onClipEvent (enterFrame) {
if (this.split1.hit3.damaged3.hitTest(_root.plane.bbomb)) {
this.play();
this.split1.hit3.damaged3.play();
_root.score = _root.score + 2374;
}
}
onClipEvent (enterFrame) {
if (this.split1.hit3.damaged3.hitTest(_root.pbomb)) {
this.play();
this.split1.hit3.damaged3.play();
_root.score = _root.score + 2374;
}
}
Symbol 744 MovieClip Frame 241
gotoAndPlay (1);
Symbol 744 MovieClip Frame 242
stop();
_root.play();
_root.background.play();
Symbol 745 MovieClip Frame 16
stop();
Symbol 745 MovieClip Frame 31
stop();
Symbol 748 MovieClip Frame 1
stop();
Instance of Symbol 748 MovieClip "flashx" in Symbol 753 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.dot)) {
this.play();
_root.plane.powerup.shoot.planeanim.play();
_root.score = _root.score + 323;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.powerup.shoot.hitarea)) {
this.play();
_root.score = _root.score + 319;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
_root.score = _root.score + 319;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.powerup.hitarea2)) {
this.play();
_root.score = _root.score + 319;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.rbomb)) {
this.play();
_root.score = _root.score + 3719;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.plane.bbomb)) {
this.play();
_root.score = _root.score + 3719;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.pbomb)) {
this.play();
_root.score = _root.score + 3719;
}
}
Instance of Symbol 167 MovieClip in Symbol 753 MovieClip Frame 308
/* no clip actions */
Symbol 753 MovieClip Frame 403
stop();
Symbol 754 MovieClip Frame 741
stop();
_root.play();
_root.background.play();
_root.bs.play();
Symbol 756 MovieClip Frame 1
stop();
Symbol 756 MovieClip Frame 2
_root.bombno = 3;
_root.plane.gotoAndPlay(1);
_root.lives.gotoAndPlay(1);
_root.medal1no = 0;
_root.medal2no = 0;
gotoAndStop (3);
Symbol 756 MovieClip Frame 3
_root.plane.powerup.shoot.planeanim.gotoAndStop(11);
_root.plane._x = 150;
_root.plane._y = 256;
_root.plane.bomb.play();
_root.btype.prevFrame();
play();
Symbol 756 MovieClip Frame 49
gotoAndStop (1);
Symbol 770 MovieClip Frame 450
stop();
Symbol 781 MovieClip Frame 20
stop();