Frame 1 (260 B)
loadingstuff = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%";
if (_root.getBytesLoaded() >= _root.getBytesTotal()) {
gotoAndStop (3);
}
num = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
loaderbar.gotoAndStop(num);
Frame 2 (17 B)
gotoAndPlay (1);
Frame 3 (8 B)
stop();
Frame 4 (26 B)
stop();
stopAllSounds();
Frame 11 (8 B)
play();
Frame 54 (8 B)
stop();
Frame 56 (8 B)
play();
Frame 71 (8 B)
stop();
Frame 72 (8 B)
play();
Frame 109 (8 B)
stop();
Frame 110 (8 B)
play();
Frame 168 (37 B)
stopAllSounds();
gotoAndStop (344);
Frame 343 (18 B)
gotoAndPlay (84);
Frame 344 (207 B)
_root.score = 3;
_root.maxlasers = 5;
_root.gameover = "no";
_root.background.gotoAndPlay(1);
_root.kills = 0;
_root.chopperhealth = 40;
_root.tarmahealth = 100;
_root.mslugliving = "yes";
stop();
Instance of Symbol 610 MovieClip "explo" in Frame 344 (1.69 KiB) ●
onClipEvent (enterFrame) {
_visible = false;
if (this._name != "explo") {
_visible = true;
}
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
if (this.hitTest(_root.enemy1)) {
_root.enemy1.gotoAndStop(2);
}
if (this.hitTest(_root.enemy2)) {
_root.enemy2.gotoAndStop(2);
}
if (this.hitTest(_root.enemy3)) {
_root.enemy3.gotoAndStop(2);
}
if (this.hitTest(_root.enemy4)) {
_root.enemy4.gotoAndStop(2);
}
if (this.hitTest(_root.enemy5)) {
_root.enemy5.gotoAndStop(2);
}
if (this.hitTest(_root.enemy6)) {
_root.enemy6.gotoAndStop(2);
}
if (this.hitTest(_root.enemy7)) {
_root.enemy7.gotoAndStop(2);
}
if (this.hitTest(_root.enemy8)) {
_root.enemy8.gotoAndStop(2);
}
if (this.hitTest(_root.enemy9)) {
_root.enemy9.gotoAndStop(2);
}
if (this.hitTest(_root.enemy10)) {
_root.enemy10.gotoAndStop(2);
}
if (this.hitTest(_root.enemy11)) {
_root.enemy11.gotoAndStop(2);
}
if (this.hitTest(_root.enemy12)) {
_root.enemy12.gotoAndStop(2);
}
if (this.hitTest(_root.enemy13)) {
_root.enemy13.gotoAndStop(2);
}
if (this.hitTest(_root.enemy14)) {
_root.enemy14.gotoAndStop(2);
}
if (this.hitTest(_root.enemy15)) {
_root.enemy15.gotoAndStop(2);
}
if (this.hitTest(_root.enemy16)) {
_root.enemy16.gotoAndStop(2);
}
if (this.hitTest(_root.enemy17)) {
_root.enemy17.gotoAndStop(2);
}
if (this.hitTest(_root.enemy18)) {
_root.enemy18.gotoAndStop(2);
}
if (this.hitTest(_root.enemy19)) {
_root.enemy19.gotoAndStop(2);
}
if (this.hitTest(_root.enemy20)) {
_root.enemy20.gotoAndStop(2);
}
}
onClipEvent (load) {
this._x = _root.player._x + 230;
this._y = _root.player._y - 120;
}
Instance of Symbol 614 MovieClip "laserup" in Frame 344 (161 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
}
Instance of Symbol 621 MovieClip "chopper" in Frame 344 (196 B)
onClipEvent (enterFrame) {
if ((_root.chopperstance != "no") and (_root.backgroundstance != "still")) {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
}
Instance of Symbol 625 MovieClip "cdrop" in Frame 344 (319 B)
onClipEvent (enterFrame) {
_visible = false;
if (this._name != "cdrop") {
_visible = true;
}
if (_root.backgroundstance != "still") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
}
onClipEvent (load) {
this._x = _root.chopper._x;
this._y = _root.chopper._y + 40;
}
Instance of Symbol 644 MovieClip "bss" in Frame 344 (184 B)
onClipEvent (enterFrame) {
_visible = false;
if (this._name != "bss") {
_visible = true;
}
}
onClipEvent (load) {
_x = (_root.enemy9._x - 38);
_y = (_root.enemy9._y - 20);
}
Instance of Symbol 666 MovieClip "rc1" in Frame 344 (161 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
}
Instance of Symbol 679 MovieClip "rc2" in Frame 344 (161 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
}
Instance of Symbol 666 MovieClip "rc3" in Frame 344 (161 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
}
Instance of Symbol 782 MovieClip "enemy3" in Frame 344 (250 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
if (this.hitTest(_root.player) and (this.stance != "flamed")) {
gotoAndStop (346);
}
}
Instance of Symbol 782 MovieClip "enemy4" in Frame 344 (250 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
if (this.hitTest(_root.player) and (this.stance != "flamed")) {
gotoAndStop (346);
}
}
Instance of Symbol 795 MovieClip "rc4" in Frame 344 (161 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
}
Instance of Symbol 666 MovieClip "rc5" in Frame 344 (161 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
}
Instance of Symbol 782 MovieClip "enemy5" in Frame 344 (250 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
if (this.hitTest(_root.player) and (this.stance != "flamed")) {
gotoAndStop (346);
}
}
Instance of Symbol 782 MovieClip "enemy6" in Frame 344 (250 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
if (this.hitTest(_root.player) and (this.stance != "flamed")) {
gotoAndStop (346);
}
}
Instance of Symbol 782 MovieClip "enemy7" in Frame 344 (250 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
if (this.hitTest(_root.player) and (this.stance != "flamed")) {
gotoAndStop (346);
}
}
Instance of Symbol 782 MovieClip "enemy1" in Frame 344 (250 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
if (this.hitTest(_root.player) and (this.stance != "flamed")) {
gotoAndStop (346);
}
}
Instance of Symbol 782 MovieClip "enemy2" in Frame 344 (250 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
if (this.hitTest(_root.player) and (this.stance != "flamed")) {
gotoAndStop (346);
}
}
Instance of Symbol 679 MovieClip "rc6" in Frame 344 (161 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
}
Instance of Symbol 782 MovieClip "enemy8" in Frame 344 (250 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
if (this.hitTest(_root.player) and (this.stance != "flamed")) {
gotoAndStop (346);
}
}
Instance of Symbol 813 MovieClip "enemy9" in Frame 344 (250 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
if (this.hitTest(_root.player) and (this.stance != "flamed")) {
gotoAndStop (346);
}
}
Instance of Symbol 795 MovieClip "rc7" in Frame 344 (161 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
}
Instance of Symbol 679 MovieClip "rc8" in Frame 344 (161 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
}
Instance of Symbol 782 MovieClip "enemy10" in Frame 344 (250 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
if (this.hitTest(_root.player) and (this.stance != "flamed")) {
gotoAndStop (346);
}
}
Instance of Symbol 666 MovieClip "rc9" in Frame 344 (161 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
}
Instance of Symbol 782 MovieClip "enemy11" in Frame 344 (250 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
if (this.hitTest(_root.player) and (this.stance != "flamed")) {
gotoAndStop (346);
}
}
Instance of Symbol 832 MovieClip "enemy12" in Frame 344 (250 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
if (this.hitTest(_root.player) and (this.stance != "flamed")) {
gotoAndStop (346);
}
}
Instance of Symbol 833 MovieClip "enemy13" in Frame 344 (250 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
if (this.hitTest(_root.player) and (this.stance != "flamed")) {
gotoAndStop (346);
}
}
Instance of Symbol 795 MovieClip "rc10" in Frame 344 (161 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
}
Instance of Symbol 679 MovieClip "rc11" in Frame 344 (161 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
}
Instance of Symbol 832 MovieClip "enemy14" in Frame 344 (250 B)
onClipEvent (enterFrame) {
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
if (this.hitTest(_root.player) and (this.stance != "flamed")) {
gotoAndStop (346);
}
}
Frame 345 (56 B)
play();
tellTarget ("player") {
gotoAndPlay (1);
};
Frame 355 (8 B)
stop();
Frame 356 (66 B)
_root.player.gotoAndPlay("mcomplete");
play();
stopAllSounds();
Frame 397 (59 B)
_root.rating = _root.rating + (_root.kills * _root.score);
Frame 405 (8 B)
stop();
Symbol 33 Button (34 B)
on (release) {
gotoAndPlay (4);
}
Symbol 37 Button (52 B)
on (keyPress "<Space>") {
gotoAndPlay (84);
}
Symbol 121 MovieClip Frame 42 (18 B)
gotoAndPlay (21);
Symbol 241 Button (30 B)
on (release) {
nextFrame();
}
Symbol 359 MovieClip Frame 10 (17 B)
gotoAndPlay (5);
Symbol 374 Button (34 B)
on (release) {
gotoAndPlay (4);
}
Symbol 375 Button (30 B)
on (release) {
nextFrame();
}
Symbol 379 Button (36 B)
on (release) {
gotoAndPlay (169);
}
Symbol 443 MovieClip Frame 2 (164 B)
_y = (_y - 10);
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 443 MovieClip Frame 3 (164 B)
_y = (_y - 10);
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 443 MovieClip Frame 4 (164 B)
_y = (_y - 10);
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 443 MovieClip Frame 5 (164 B)
_y = (_y - 10);
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 443 MovieClip Frame 6 (164 B)
_y = (_y - 10);
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 443 MovieClip Frame 7 (164 B)
_y = (_y - 10);
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 443 MovieClip Frame 8 (164 B)
_y = (_y - 10);
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 443 MovieClip Frame 10 (215 B)
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 443 MovieClip Frame 11 (215 B)
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 443 MovieClip Frame 12 (215 B)
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 443 MovieClip Frame 13 (215 B)
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 443 MovieClip Frame 14 (215 B)
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 443 MovieClip Frame 15 (215 B)
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 443 MovieClip Frame 16 (215 B)
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 443 MovieClip Frame 20 (8 B)
stop();
Symbol 452 MovieClip Frame 11 (8 B)
stop();
Symbol 474 MovieClip Frame 1 (323 B)
backgroundspeed = 10;
if ((Key.isDown(Key.RIGHT) and (200 < _root.player._x)) and (_root.gameover != "yes")) {
this._x = this._x - backgroundspeed;
_root.backgroundstance = "moving";
} else {
_root.backgroundstance = "still";
}
if (_root.background.bgstopper2.hitTest(_root.bgstopper)) {
gotoAndStop (3);
}
Symbol 474 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 474 MovieClip Frame 3 (114 B)
stop();
_root.backgroundstance = "still";
_root.bosscut.gotoAndPlay(2);
_root.player.gotoAndPlay("mcutscene");
Symbol 478 MovieClip Frame 1 (363 B)
if (Key.isDown(Key.CONTROL)) {
laserCounter++;
_root.laser.duplicateMovieClip("laser" + laserCounter, laserCounter);
_root["laser" + laserCounter]._visible = true;
tellTarget ("msvcsprites") {
gotoAndStop ("msvcshoot");
};
} else {
tellTarget ("msvcsprites") {
gotoAndStop ("msvcidle");
};
}
if (Key.isDown(Key.UP)) {
gotoAndPlay (3);
}
Symbol 478 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 478 MovieClip Frame 3 (379 B)
if (Key.isDown(Key.CONTROL)) {
laserCounterup++;
_root.laserup.duplicateMovieClip("laserup" + laserCounterup, laserCounterup);
_root["laserup" + laserCounterup]._visible = true;
tellTarget ("msvcsprites") {
gotoAndStop ("msvcshoot");
};
} else {
tellTarget ("msvcsprites") {
gotoAndStop ("msvcidle");
};
}
if (Key.isDown(Key.DOWN)) {
gotoAndPlay (1);
}
Symbol 478 MovieClip Frame 4 (17 B)
gotoAndPlay (3);
Symbol 549 MovieClip Frame 23 (8 B)
stop();
Symbol 564 MovieClip Frame 1 (300 B)
if (Key.isDown(Key.SHIFT)) {
gotoAndPlay (18);
} else if (Key.isDown(Key.LEFT)) {
gotoAndPlay (3);
} else if (Key.isDown(Key.RIGHT)) {
gotoAndPlay (3);
} else if (Key.isDown(Key.SPACE)) {
gotoAndPlay (38);
} else {
tellTarget ("sprites") {
gotoAndStop ("midle");
};
}
_y = 320;
Symbol 564 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 564 MovieClip Frame 3 (273 B)
if (Key.isDown(Key.SHIFT)) {
gotoAndPlay (18);
} else if (Key.isDown(Key.LEFT)) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(Key.RIGHT)) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else {
gotoAndPlay (13);
}
Symbol 564 MovieClip Frame 4 (273 B)
if (Key.isDown(Key.SHIFT)) {
gotoAndPlay (18);
} else if (Key.isDown(Key.LEFT)) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(Key.RIGHT)) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else {
gotoAndPlay (13);
}
Symbol 564 MovieClip Frame 5 (273 B)
if (Key.isDown(Key.SHIFT)) {
gotoAndPlay (18);
} else if (Key.isDown(Key.LEFT)) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(Key.RIGHT)) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else {
gotoAndPlay (13);
}
Symbol 564 MovieClip Frame 6 (273 B)
if (Key.isDown(Key.SHIFT)) {
gotoAndPlay (18);
} else if (Key.isDown(Key.LEFT)) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(Key.RIGHT)) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else {
gotoAndPlay (13);
}
Symbol 564 MovieClip Frame 7 (558 B)
if (Key.isDown(Key.SHIFT)) {
gotoAndPlay (18);
} else if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "moving")) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else {
gotoAndPlay (13);
}
if (_x < 30) {
_x = 30;
}
if (500 < _x) {
_x = 500;
}
Symbol 564 MovieClip Frame 8 (558 B)
if (Key.isDown(Key.SHIFT)) {
gotoAndPlay (18);
} else if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "moving")) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else {
gotoAndPlay (13);
}
if (_x < 30) {
_x = 30;
}
if (500 < _x) {
_x = 500;
}
Symbol 564 MovieClip Frame 9 (558 B)
if (Key.isDown(Key.SHIFT)) {
gotoAndPlay (18);
} else if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "moving")) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else {
gotoAndPlay (13);
}
if (_x < 30) {
_x = 30;
}
if (500 < _x) {
_x = 500;
}
Symbol 564 MovieClip Frame 10 (558 B)
if (Key.isDown(Key.SHIFT)) {
gotoAndPlay (18);
} else if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "moving")) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else {
gotoAndPlay (13);
}
if (_x < 30) {
_x = 30;
}
if (500 < _x) {
_x = 500;
}
Symbol 564 MovieClip Frame 11 (558 B)
if (Key.isDown(Key.SHIFT)) {
gotoAndPlay (18);
} else if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "moving")) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else {
gotoAndPlay (13);
}
if (_x < 30) {
_x = 30;
}
if (500 < _x) {
_x = 500;
}
Symbol 564 MovieClip Frame 12 (17 B)
gotoAndPlay (7);
Symbol 564 MovieClip Frame 13 (59 B)
tellTarget ("sprites") {
gotoAndPlay ("mdrivestop");
};
Symbol 564 MovieClip Frame 14 (163 B)
if (Key.isDown(Key.SHIFT)) {
gotoAndPlay (18);
} else if (Key.isDown(Key.LEFT)) {
gotoAndPlay (3);
} else if (Key.isDown(Key.RIGHT)) {
gotoAndPlay (3);
}
Symbol 564 MovieClip Frame 15 (163 B)
if (Key.isDown(Key.SHIFT)) {
gotoAndPlay (18);
} else if (Key.isDown(Key.LEFT)) {
gotoAndPlay (3);
} else if (Key.isDown(Key.RIGHT)) {
gotoAndPlay (3);
}
Symbol 564 MovieClip Frame 16 (163 B)
if (Key.isDown(Key.SHIFT)) {
gotoAndPlay (18);
} else if (Key.isDown(Key.LEFT)) {
gotoAndPlay (3);
} else if (Key.isDown(Key.RIGHT)) {
gotoAndPlay (3);
}
Symbol 564 MovieClip Frame 17 (17 B)
gotoAndPlay (1);
Symbol 564 MovieClip Frame 18 (31 B)
_root.mslugstance = "jumping";
Symbol 564 MovieClip Frame 19 (164 B)
_y = (_y - 10);
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 564 MovieClip Frame 20 (164 B)
_y = (_y - 10);
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 564 MovieClip Frame 21 (164 B)
_y = (_y - 10);
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 564 MovieClip Frame 22 (164 B)
_y = (_y - 10);
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 564 MovieClip Frame 23 (164 B)
_y = (_y - 10);
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 564 MovieClip Frame 24 (164 B)
_y = (_y - 10);
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 564 MovieClip Frame 25 (164 B)
_y = (_y - 10);
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 564 MovieClip Frame 27 (215 B)
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 564 MovieClip Frame 28 (215 B)
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 564 MovieClip Frame 29 (215 B)
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 564 MovieClip Frame 30 (215 B)
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 564 MovieClip Frame 31 (215 B)
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 564 MovieClip Frame 32 (215 B)
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 564 MovieClip Frame 33 (215 B)
if (Key.isDown(Key.LEFT)) {
_x = (_x - 10);
} else if (Key.isDown(Key.RIGHT) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 564 MovieClip Frame 34 (34 B)
_root.mslugstance = "notjumping";
Symbol 564 MovieClip Frame 37 (17 B)
gotoAndPlay (1);
Symbol 564 MovieClip Frame 38 (135 B)
exploCounter++;
_root.explo.duplicateMovieClip("explo" + exploCounter, exploCounter);
_root["explo" + exploCounter]._visible = true;
Symbol 564 MovieClip Frame 48 (17 B)
gotoAndPlay (1);
Symbol 564 MovieClip Frame 49 (58 B)
_root.mslughealth.nextFrame();
_root.mslugliving = "no";
Symbol 564 MovieClip Frame 57 (46 B)
gotoAndPlay (1);
_root.mslugliving = "yes";
Symbol 564 MovieClip Frame 58 (135 B)
_root.mslughealth.nextFrame();
_root.mslugliving = "no";
_root.mslugstance = "notjumping";
if (320 < _y) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 59 (41 B)
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 60 (41 B)
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 61 (41 B)
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 62 (41 B)
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 63 (41 B)
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 64 (41 B)
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 65 (41 B)
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 66 (46 B)
gotoAndPlay (1);
_root.mslugliving = "yes";
Symbol 564 MovieClip Frame 67 (98 B)
if (_y < 320) {
_y = (_y + 10);
}
_root.mslugliving = "no";
_root.mslugstance = "dead";
Symbol 564 MovieClip Frame 68 (41 B)
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 69 (41 B)
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 70 (41 B)
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 71 (41 B)
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 72 (41 B)
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 73 (41 B)
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 74 (41 B)
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 75 (41 B)
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 76 (41 B)
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 77 (41 B)
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 78 (107 B)
if (_y < 320) {
_y = (_y + 10);
}
stop();
tellTarget ("_root.gameover") {
gotoAndStop (2);
};
Symbol 564 MovieClip Frame 79 (40 B)
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 80 (18 B)
gotoAndPlay (79);
Symbol 564 MovieClip Frame 81 (40 B)
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 82 (40 B)
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 83 (40 B)
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 84 (40 B)
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 85 (40 B)
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 86 (40 B)
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 87 (40 B)
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 88 (40 B)
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 89 (40 B)
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 90 (40 B)
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 91 (40 B)
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 92 (40 B)
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 93 (40 B)
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 94 (40 B)
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 95 (8 B)
stop();
Symbol 565 MovieClip Frame 1 (87 B)
laserMoveSpeed = 20;
this._x = _root.player._x + 25;
this._y = _root.player._y + 17;
Symbol 565 MovieClip Frame 2 (2.04 KiB) ●
_visible = false;
if (this._name != "laser") {
_visible = true;
this._x = this._x + laserMoveSpeed;
}
if (600 < this._x) {
this.removeMovieClip();
}
if (this.hitTest(_root.enemy1)) {
_root.enemy1.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy2)) {
_root.enemy2.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy3)) {
_root.enemy3.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy4)) {
_root.enemy4.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy5)) {
_root.enemy5.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy6)) {
_root.enemy6.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy7)) {
_root.enemy7.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy8)) {
_root.enemy8.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy9)) {
_root.enemy9.gotoAndStop(5);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy10)) {
_root.enemy10.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy11)) {
_root.enemy11.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy12)) {
_root.enemy12.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy13)) {
_root.enemy13.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy14)) {
_root.enemy14.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy15)) {
_root.enemy15.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy16)) {
_root.enemy16.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy17)) {
_root.enemy17.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy18)) {
_root.enemy18.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy19)) {
_root.enemy19.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy20)) {
_root.enemy20.gotoAndStop(3);
this.removeMovieClip();
}
Symbol 565 MovieClip Frame 3 (17 B)
gotoAndPlay (2);
Symbol 610 MovieClip Frame 33 (8 B)
stop();
Symbol 614 MovieClip Frame 1 (89 B)
laserMoveSpeedup = 20;
this._x = _root.player._x - 26;
this._y = _root.player._y - 38;
Symbol 614 MovieClip Frame 2 (1.39 KiB) ●
_visible = false;
if (this._name != "laserup") {
_visible = true;
this._y = this._y - laserMoveSpeedup;
}
if (this._y < 0) {
this.removeMovieClip();
}
if (this.hitTest(_root.enemy1)) {
_root.enemy1.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy2)) {
_root.enemy2.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy3)) {
_root.enemy3.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy4)) {
_root.enemy4.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy5)) {
_root.enemy5.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy6)) {
_root.enemy6.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy7)) {
_root.enemy7.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy8)) {
_root.enemy8.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy9)) {
_root.enemy9.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy10)) {
_root.enemy10gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.enemy11)) {
_root.enemy11.gotoAndStop(3);
this.removeMovieClip();
}
if (this.hitTest(_root.chopper)) {
_root.chopperhealth = _root.chopperhealth - 1;
gotoAndPlay (4);
}
if (this.hitTest(_root.tarma.tpbh)) {
_root.tarmahealth = _root.tarmahealth - 1;
gotoAndPlay (4);
}
Symbol 614 MovieClip Frame 3 (17 B)
gotoAndPlay (2);
Symbol 614 MovieClip Frame 6 (24 B)
this.removeMovieClip();
Symbol 621 MovieClip Frame 1 (77 B)
if (9 < _root.kills) {
gotoAndPlay (3);
}
_root.chopperstance = "no";
Symbol 621 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 621 MovieClip Frame 3 (528 B)
chopperspeed = 11;
if (_root.player._x < this._x) {
distance = this._x - _root.player._x;
}
if (this._x < _root.player._x) {
distance = this._x + _root.player._x;
}
if (_root.player._x < _x) {
_x = (_x - chopperspeed);
} else if (_x < _root.player._x) {
_x = (_x + chopperspeed);
}
if (distance < chopperspeed) {
_x = _root.player._x;
}
if (_root.player._x == _root.chopper._x) {
gotoAndPlay (8);
}
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
_root.chopperstance = "yes";
Symbol 621 MovieClip Frame 4 (478 B)
if (_root.player._x < this._x) {
distance = this._x - _root.player._x;
}
if (this._x < _root.player._x) {
distance = this._x + _root.player._x;
}
if (_root.player._x < _x) {
_x = (_x - chopperspeed);
} else if (_x < _root.player._x) {
_x = (_x + chopperspeed);
}
if (distance < chopperspeed) {
_x = _root.player._x;
}
if (_root.player._x == _root.chopper._x) {
gotoAndPlay (8);
}
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 5 (478 B)
if (_root.player._x < this._x) {
distance = this._x - _root.player._x;
}
if (this._x < _root.player._x) {
distance = this._x + _root.player._x;
}
if (_root.player._x < _x) {
_x = (_x - chopperspeed);
} else if (_x < _root.player._x) {
_x = (_x + chopperspeed);
}
if (distance < chopperspeed) {
_x = _root.player._x;
}
if (_root.player._x == _root.chopper._x) {
gotoAndPlay (8);
}
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 6 (478 B)
if (_root.player._x < this._x) {
distance = this._x - _root.player._x;
}
if (this._x < _root.player._x) {
distance = this._x + _root.player._x;
}
if (_root.player._x < _x) {
_x = (_x - chopperspeed);
} else if (_x < _root.player._x) {
_x = (_x + chopperspeed);
}
if (distance < chopperspeed) {
_x = _root.player._x;
}
if (_root.player._x == _root.chopper._x) {
gotoAndPlay (8);
}
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 7 (17 B)
gotoAndPlay (3);
Symbol 621 MovieClip Frame 8 (57 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 9 (57 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 10 (57 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 11 (57 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 12 (57 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 13 (57 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 14 (194 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
cdropCounter++;
_root.cdrop.duplicateMovieClip("cdrop" + cdropCounter, cdropCounter);
_root["cdrop" + cdropCounter]._visible = true;
Symbol 621 MovieClip Frame 15 (57 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 16 (194 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
cdropCounter++;
_root.cdrop.duplicateMovieClip("cdrop" + cdropCounter, cdropCounter);
_root["cdrop" + cdropCounter]._visible = true;
Symbol 621 MovieClip Frame 17 (57 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 18 (194 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
cdropCounter++;
_root.cdrop.duplicateMovieClip("cdrop" + cdropCounter, cdropCounter);
_root["cdrop" + cdropCounter]._visible = true;
Symbol 621 MovieClip Frame 19 (57 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 20 (57 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 21 (57 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 22 (57 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 23 (57 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 24 (57 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 25 (57 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 26 (57 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 27 (57 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 28 (57 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 29 (57 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 30 (57 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 31 (76 B)
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
gotoAndPlay (3);
Symbol 621 MovieClip Frame 32 (40 B)
stop();
_root.kills = _root.kills + 1;
Symbol 621 MovieClip Frame 33 (17 B)
_y = (_y - 10);
Symbol 621 MovieClip Frame 34 (17 B)
_y = (_y - 10);
Symbol 621 MovieClip Frame 35 (17 B)
_y = (_y - 10);
Symbol 621 MovieClip Frame 36 (17 B)
_y = (_y - 10);
Symbol 621 MovieClip Frame 37 (17 B)
_y = (_y - 10);
Symbol 621 MovieClip Frame 38 (17 B)
_y = (_y - 10);
Symbol 621 MovieClip Frame 39 (17 B)
_y = (_y - 10);
Symbol 621 MovieClip Frame 40 (17 B)
_y = (_y - 10);
Symbol 621 MovieClip Frame 41 (17 B)
_y = (_y - 10);
Symbol 621 MovieClip Frame 42 (17 B)
_y = (_y - 10);
Symbol 621 MovieClip Frame 43 (17 B)
_y = (_y - 10);
Symbol 621 MovieClip Frame 44 (17 B)
_y = (_y - 10);
Symbol 621 MovieClip Frame 45 (17 B)
_y = (_y - 10);
Symbol 621 MovieClip Frame 46 (17 B)
_y = (_y - 10);
Symbol 621 MovieClip Frame 47 (17 B)
_y = (_y - 10);
Symbol 621 MovieClip Frame 48 (17 B)
_y = (_y - 10);
Symbol 621 MovieClip Frame 49 (17 B)
_y = (_y - 10);
Symbol 621 MovieClip Frame 50 (17 B)
_y = (_y - 10);
Symbol 621 MovieClip Frame 51 (17 B)
_y = (_y - 10);
Symbol 621 MovieClip Frame 52 (8 B)
stop();
Symbol 625 MovieClip Frame 1 (416 B)
_y = (_y + 14);
if (hitTest(_root.player) and (_root.mslugliving != "yes")) {
gotoAndPlay (3);
} else if (hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player.gotoAndPlay("mpain");
gotoAndPlay (3);
} else if (hitTest(_root.player) and (_root.mslugstance != "notjumping")) {
_root.player.gotoAndPlay("mjumppain");
gotoAndPlay (3);
}
if (360 < this._y) {
gotoAndPlay (3);
}
Symbol 625 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 625 MovieClip Frame 25 (24 B)
this.removeMovieClip();
Symbol 639 MovieClip Frame 1 (8 B)
stop();
Symbol 639 MovieClip Frame 2 (31 B)
_root.score = _root.score - 1;
Symbol 639 MovieClip Frame 3 (31 B)
_root.score = _root.score - 1;
Symbol 639 MovieClip Frame 4 (44 B)
stop();
_root.player.gotoAndPlay("mdead");
Symbol 644 MovieClip Frame 1 (461 B)
_x = (_x - 10);
if (hitTest(_root.player) and (_root.mslugliving != "yes")) {
gotoAndPlay (3);
} else if (hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player.gotoAndPlay("mpain");
gotoAndPlay (3);
} else if (hitTest(_root.player) and (_root.mslugstance != "notjumping")) {
_root.player.gotoAndPlay("mjumppain");
gotoAndPlay (3);
}
if (this._x < 0) {
gotoAndPlay (3);
}
if (550 < this._x) {
gotoAndPlay (3);
}
Symbol 644 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 644 MovieClip Frame 25 (24 B)
this.removeMovieClip();
Symbol 666 MovieClip Frame 1 (455 B)
if (rc.hitTest(_root.player) and (_root.mslugstance != "jumping")) {
gotoAndPlay (6);
}
if (this.hitTest(_root.player)) {
_root.player._rotation = 350;
} else {
_root.player._rotation = 0;
}
if (rcc.hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player._rotation = 340;
_root.player._y = this._y - 20;
} else {
_root.player._rotation = 0;
}
if (this.hitTest(_root["explo" + exploCounter])) {
gotoAndPlay (6);
}
Symbol 666 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 666 MovieClip Frame 3 (109 B)
if (this.hitTest(_root.player)) {
_root.player._rotation = 345;
} else {
_root.player._rotation = 0;
}
Symbol 666 MovieClip Frame 5 (17 B)
gotoAndPlay (1);
Symbol 666 MovieClip Frame 6 (238 B)
if (this.hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player._rotation = 335;
_root.player._y = this._y - 30;
} else {
_root.player._rotation = _root.player._rotation;
_root.player._y = _root.player._y;
}
Symbol 666 MovieClip Frame 7 (238 B)
if (this.hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player._rotation = 330;
_root.player._y = this._y - 40;
} else {
_root.player._rotation = _root.player._rotation;
_root.player._y = _root.player._y;
}
Symbol 666 MovieClip Frame 8 (238 B)
if (this.hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player._rotation = 355;
_root.player._y = this._y - 30;
} else {
_root.player._rotation = _root.player._rotation;
_root.player._y = _root.player._y;
}
Symbol 666 MovieClip Frame 9 (206 B)
if (this.hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player._rotation = 0;
_root.player._y = 320;
} else {
_root.player._rotation = 0;
_root.player._y = _root.player._y;
}
Symbol 666 MovieClip Frame 30 (40 B)
stop();
_root.kills = _root.kills + 1;
Symbol 679 MovieClip Frame 1 (455 B)
if (rc.hitTest(_root.player) and (_root.mslugstance != "jumping")) {
gotoAndPlay (6);
}
if (this.hitTest(_root.player)) {
_root.player._rotation = 340;
} else {
_root.player._rotation = 0;
}
if (rcc.hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player._rotation = 340;
_root.player._y = this._y - 20;
} else {
_root.player._rotation = 0;
}
if (this.hitTest(_root["explo" + exploCounter])) {
gotoAndPlay (6);
}
Symbol 679 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 679 MovieClip Frame 3 (109 B)
if (this.hitTest(_root.player)) {
_root.player._rotation = 345;
} else {
_root.player._rotation = 0;
}
Symbol 679 MovieClip Frame 5 (17 B)
gotoAndPlay (1);
Symbol 679 MovieClip Frame 6 (238 B)
if (this.hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player._rotation = 335;
_root.player._y = this._y - 30;
} else {
_root.player._rotation = _root.player._rotation;
_root.player._y = _root.player._y;
}
Symbol 679 MovieClip Frame 7 (238 B)
if (this.hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player._rotation = 340;
_root.player._y = this._y - 40;
} else {
_root.player._rotation = _root.player._rotation;
_root.player._y = _root.player._y;
}
Symbol 679 MovieClip Frame 8 (238 B)
if (this.hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player._rotation = 355;
_root.player._y = this._y - 30;
} else {
_root.player._rotation = _root.player._rotation;
_root.player._y = _root.player._y;
}
Symbol 679 MovieClip Frame 9 (206 B)
if (this.hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player._rotation = 0;
_root.player._y = 320;
} else {
_root.player._rotation = 0;
_root.player._y = _root.player._y;
}
Symbol 679 MovieClip Frame 31 (40 B)
stop();
_root.kills = _root.kills + 1;
Symbol 711 MovieClip Frame 1 (66 B)
if ((this._x + 50) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 2 (67 B)
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 3 (67 B)
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 4 (67 B)
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 5 (67 B)
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 6 (67 B)
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 7 (67 B)
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 8 (67 B)
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 9 (67 B)
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 10 (67 B)
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 11 (67 B)
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 12 (67 B)
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 13 (67 B)
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 14 (67 B)
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 15 (67 B)
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 16 (67 B)
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 17 (17 B)
gotoAndPlay (1);
Symbol 711 MovieClip Frame 18 (8 B)
stop();
Symbol 766 MovieClip Frame 28 (40 B)
_root.kills = _root.kills + 1;
stop();
Symbol 781 MovieClip Frame 16 (40 B)
_root.kills = _root.kills + 1;
stop();
Symbol 782 MovieClip Frame 1 (8 B)
stop();
Symbol 782 MovieClip Frame 2 (28 B)
stop();
stance = "flamed";
Symbol 782 MovieClip Frame 3 (8 B)
stop();
Symbol 795 MovieClip Frame 1 (455 B)
if (rc.hitTest(_root.player) and (_root.mslugstance != "jumping")) {
gotoAndPlay (6);
}
if (this.hitTest(_root.player)) {
_root.player._rotation = 330;
} else {
_root.player._rotation = 0;
}
if (rcc.hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player._rotation = 325;
_root.player._y = this._y - 20;
} else {
_root.player._rotation = 0;
}
if (this.hitTest(_root["explo" + exploCounter])) {
gotoAndPlay (6);
}
Symbol 795 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 795 MovieClip Frame 3 (109 B)
if (this.hitTest(_root.player)) {
_root.player._rotation = 345;
} else {
_root.player._rotation = 0;
}
Symbol 795 MovieClip Frame 5 (17 B)
gotoAndPlay (1);
Symbol 795 MovieClip Frame 7 (241 B)
if (this.hitTest(_root.player) and (_root.mslugstance == "notjumping")) {
_root.player._rotation = 335;
_root.player._y = this._y - 30;
} else {
_root.player._rotation = _root.player._rotation;
_root.player._y = _root.player._y;
}
Symbol 795 MovieClip Frame 8 (241 B)
if (this.hitTest(_root.player) and (_root.mslugstance == "notjumping")) {
_root.player._rotation = 340;
_root.player._y = this._y - 40;
} else {
_root.player._rotation = _root.player._rotation;
_root.player._y = _root.player._y;
}
Symbol 795 MovieClip Frame 9 (241 B)
if (this.hitTest(_root.player) and (_root.mslugstance == "notjumping")) {
_root.player._rotation = 355;
_root.player._y = this._y - 30;
} else {
_root.player._rotation = _root.player._rotation;
_root.player._y = _root.player._y;
}
Symbol 795 MovieClip Frame 10 (209 B)
if (this.hitTest(_root.player) and (_root.mslugstance == "notjumping")) {
_root.player._rotation = 0;
_root.player._y = 320;
} else {
_root.player._rotation = 0;
_root.player._y = _root.player._y;
}
Symbol 795 MovieClip Frame 33 (40 B)
stop();
_root.kills = _root.kills + 1;
Symbol 812 MovieClip Frame 1 (46 B)
if (this._x < 550) {
gotoAndPlay (9);
}
Symbol 812 MovieClip Frame 8 (17 B)
gotoAndPlay (1);
Symbol 812 MovieClip Frame 18 (121 B)
bssCounter++;
_root.bss.duplicateMovieClip("bss" + bssCounter, bssCounter);
_root["bss" + bssCounter]._visible = true;
Symbol 812 MovieClip Frame 28 (121 B)
bssCounter++;
_root.bss.duplicateMovieClip("bss" + bssCounter, bssCounter);
_root["bss" + bssCounter]._visible = true;
Symbol 812 MovieClip Frame 38 (121 B)
bssCounter++;
_root.bss.duplicateMovieClip("bss" + bssCounter, bssCounter);
_root["bss" + bssCounter]._visible = true;
Symbol 813 MovieClip Frame 1 (46 B)
if (this._x < 550) {
gotoAndStop (3);
}
Symbol 813 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 813 MovieClip Frame 3 (8 B)
stop();
Symbol 813 MovieClip Frame 4 (8 B)
stop();
Symbol 813 MovieClip Frame 5 (8 B)
stop();
Symbol 831 MovieClip Frame 17 (40 B)
stop();
_root.kills = _root.kills + 1;
Symbol 832 MovieClip Frame 1 (8 B)
stop();
Symbol 832 MovieClip Frame 2 (28 B)
stop();
stance = "flamed";
Symbol 832 MovieClip Frame 3 (8 B)
stop();
Symbol 833 MovieClip Frame 1 (8 B)
stop();
Symbol 833 MovieClip Frame 2 (28 B)
stop();
stance = "flamed";
Symbol 833 MovieClip Frame 3 (8 B)
stop();
Symbol 849 MovieClip Frame 1 (57 B)
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 2 (57 B)
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 3 (57 B)
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 4 (57 B)
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 5 (57 B)
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 6 (57 B)
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 7 (57 B)
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 8 (57 B)
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 9 (57 B)
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 10 (57 B)
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 11 (57 B)
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 12 (57 B)
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 13 (17 B)
gotoAndPlay (1);
Symbol 849 MovieClip Frame 14 (31 B)
_root.mslughealth.prevFrame();
Symbol 849 MovieClip Frame 24 (8 B)
stop();
Symbol 897 MovieClip Frame 10 (17 B)
gotoAndPlay (5);
Symbol 904 Button (67 B)
on (release) {
tellTarget ("_root.bosscut") {
nextFrame();
};
}
Symbol 905 MovieClip Frame 1 (8 B)
stop();
Symbol 906 MovieClip Frame 1 (8 B)
stop();
Symbol 906 MovieClip Frame 2 (89 B)
tellTarget ("_root.chopper") {
gotoAndPlay ("chopper_cutscene");
};
stopAllSounds();
Symbol 906 MovieClip Frame 31 (8 B)
stop();
Symbol 906 MovieClip Frame 32 (8 B)
play();
Symbol 906 MovieClip Frame 50 (82 B)
stop();
_root.player.gotoAndPlay("mone");
tellTarget ("/") {
nextFrame();
};
Symbol 913 Button (65 B)
on (release) {
tellTarget ("/") {
gotoAndPlay ("begin");
};
}
Symbol 914 Button (64 B)
on (release) {
tellTarget ("/") {
gotoAndPlay ("menu");
};
}
Symbol 915 MovieClip Frame 1 (8 B)
stop();
Symbol 915 MovieClip Frame 2 (33 B)
stop();
_root.gameover = "yes";
Symbol 921 MovieClip Frame 3 (17 B)
gotoAndPlay (8);
Symbol 924 MovieClip Frame 1 (19 B)
_visible = false;
Symbol 931 MovieClip Frame 4 (17 B)
gotoAndPlay (1);
Symbol 937 MovieClip Frame 1 (169 B)
_root.move = "yes";
_root.pointx = _root.player._x;
_root.pointy = _root.player._y;
fire = random(1) + 1;
if (fire == 1) {
gotoAndPlay (2);
} else {
stop();
}
Symbol 937 MovieClip Frame 2 (619 B)
if (this.hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player.gotoAndPlay("mpain");
gotoAndPlay (5);
} else if (this.hitTest(_root.player) and (_root.mslugstance != "notjumping")) {
_root.player.gotoAndPlay("mjumppain");
gotoAndPlay (5);
}
if (_root.move == "yes") {
speed = 10;
x = _root.pointx - _x;
y = _root.pointy - _y;
z = Math.sqrt((x * x) + (y * y));
steps = z / speed;
if (z < speed) {
_x = _root.pointx;
_y = _root.pointy;
_root.move = "no";
} else {
xstep = x / steps;
ystep = y / steps;
_x = (_x + xstep);
_y = (_y + ystep);
}
}
Symbol 937 MovieClip Frame 3 (17 B)
gotoAndPlay (2);
Symbol 937 MovieClip Frame 29 (33 B)
stop();
this.removeMovieClip();
Symbol 942 MovieClip Frame 3 (17 B)
gotoAndPlay (4);
Symbol 943 MovieClip Frame 1 (56 B)
if (_root.tarmahealth < 1) {
gotoAndPlay (136);
}
Symbol 943 MovieClip Frame 135 (17 B)
gotoAndPlay (1);
Symbol 943 MovieClip Frame 160 (47 B)
stop();
tellTarget ("/") {
nextFrame();
};
Symbol 956 Button (36 B)
on (release) {
gotoAndStop (168);
}
Symbol 957 Button (35 B)
on (release) {
gotoAndPlay (84);
}