Frame 1
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
gotoAndPlay (1);
Frame 3
stop();
Frame 4
stop();
stopAllSounds();
Frame 11
play();
Frame 54
stop();
Frame 56
play();
Frame 71
stop();
Frame 72
play();
Frame 109
stop();
Frame 110
play();
Frame 168
stopAllSounds();
gotoAndStop (344);
Frame 343
gotoAndPlay (84);
Frame 344
_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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
play();
tellTarget ("player") {
gotoAndPlay (1);
};
Frame 355
stop();
Frame 356
_root.player.gotoAndPlay("mcomplete");
play();
stopAllSounds();
Frame 397
_root.rating = _root.rating + (_root.kills * _root.score);
Frame 405
stop();
Symbol 33 Button
on (release) {
gotoAndPlay (4);
}
Symbol 37 Button
on (keyPress "<Space>") {
gotoAndPlay (84);
}
Symbol 121 MovieClip Frame 42
gotoAndPlay (21);
Symbol 241 Button
on (release) {
nextFrame();
}
Symbol 359 MovieClip Frame 10
gotoAndPlay (5);
Symbol 374 Button
on (release) {
gotoAndPlay (4);
}
Symbol 375 Button
on (release) {
nextFrame();
}
Symbol 379 Button
on (release) {
gotoAndPlay (169);
}
Symbol 443 MovieClip Frame 2
_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
_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
_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
_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
_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
_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
_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
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
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
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
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
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
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
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
stop();
Symbol 452 MovieClip Frame 11
stop();
Symbol 474 MovieClip Frame 1
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
gotoAndPlay (1);
Symbol 474 MovieClip Frame 3
stop();
_root.backgroundstance = "still";
_root.bosscut.gotoAndPlay(2);
_root.player.gotoAndPlay("mcutscene");
Symbol 478 MovieClip Frame 1
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
gotoAndPlay (1);
Symbol 478 MovieClip Frame 3
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
gotoAndPlay (3);
Symbol 549 MovieClip Frame 23
stop();
Symbol 564 MovieClip Frame 1
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
gotoAndPlay (1);
Symbol 564 MovieClip Frame 3
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
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
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
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
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
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
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
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
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
gotoAndPlay (7);
Symbol 564 MovieClip Frame 13
tellTarget ("sprites") {
gotoAndPlay ("mdrivestop");
};
Symbol 564 MovieClip Frame 14
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
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
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
gotoAndPlay (1);
Symbol 564 MovieClip Frame 18
_root.mslugstance = "jumping";
Symbol 564 MovieClip Frame 19
_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
_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
_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
_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
_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
_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
_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
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
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
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
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
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
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
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
_root.mslugstance = "notjumping";
Symbol 564 MovieClip Frame 37
gotoAndPlay (1);
Symbol 564 MovieClip Frame 38
exploCounter++;
_root.explo.duplicateMovieClip("explo" + exploCounter, exploCounter);
_root["explo" + exploCounter]._visible = true;
Symbol 564 MovieClip Frame 48
gotoAndPlay (1);
Symbol 564 MovieClip Frame 49
_root.mslughealth.nextFrame();
_root.mslugliving = "no";
Symbol 564 MovieClip Frame 57
gotoAndPlay (1);
_root.mslugliving = "yes";
Symbol 564 MovieClip Frame 58
_root.mslughealth.nextFrame();
_root.mslugliving = "no";
_root.mslugstance = "notjumping";
if (320 < _y) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 59
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 60
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 61
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 62
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 63
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 64
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 65
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 66
gotoAndPlay (1);
_root.mslugliving = "yes";
Symbol 564 MovieClip Frame 67
if (_y < 320) {
_y = (_y + 10);
}
_root.mslugliving = "no";
_root.mslugstance = "dead";
Symbol 564 MovieClip Frame 68
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 69
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 70
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 71
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 72
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 73
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 74
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 75
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 76
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 77
if (_y < 320) {
_y = (_y + 10);
}
Symbol 564 MovieClip Frame 78
if (_y < 320) {
_y = (_y + 10);
}
stop();
tellTarget ("_root.gameover") {
gotoAndStop (2);
};
Symbol 564 MovieClip Frame 79
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 80
gotoAndPlay (79);
Symbol 564 MovieClip Frame 81
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 82
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 83
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 84
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 85
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 86
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 87
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 88
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 89
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 90
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 91
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 92
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 93
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 94
if (_y < 320) {
_y = (_y + 5);
}
Symbol 564 MovieClip Frame 95
stop();
Symbol 565 MovieClip Frame 1
laserMoveSpeed = 20;
this._x = _root.player._x + 25;
this._y = _root.player._y + 17;
Symbol 565 MovieClip Frame 2
_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
gotoAndPlay (2);
Symbol 610 MovieClip Frame 33
stop();
Symbol 614 MovieClip Frame 1
laserMoveSpeedup = 20;
this._x = _root.player._x - 26;
this._y = _root.player._y - 38;
Symbol 614 MovieClip Frame 2
_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
gotoAndPlay (2);
Symbol 614 MovieClip Frame 6
this.removeMovieClip();
Symbol 621 MovieClip Frame 1
if (9 < _root.kills) {
gotoAndPlay (3);
}
_root.chopperstance = "no";
Symbol 621 MovieClip Frame 2
gotoAndPlay (1);
Symbol 621 MovieClip Frame 3
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
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
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
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
gotoAndPlay (3);
Symbol 621 MovieClip Frame 8
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 9
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 10
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 11
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 12
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 13
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 14
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
cdropCounter++;
_root.cdrop.duplicateMovieClip("cdrop" + cdropCounter, cdropCounter);
_root["cdrop" + cdropCounter]._visible = true;
Symbol 621 MovieClip Frame 15
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 16
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
cdropCounter++;
_root.cdrop.duplicateMovieClip("cdrop" + cdropCounter, cdropCounter);
_root["cdrop" + cdropCounter]._visible = true;
Symbol 621 MovieClip Frame 17
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 18
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
cdropCounter++;
_root.cdrop.duplicateMovieClip("cdrop" + cdropCounter, cdropCounter);
_root["cdrop" + cdropCounter]._visible = true;
Symbol 621 MovieClip Frame 19
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 20
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 21
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 22
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 23
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 24
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 25
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 26
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 27
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 28
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 29
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 30
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 621 MovieClip Frame 31
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
gotoAndPlay (3);
Symbol 621 MovieClip Frame 32
stop();
_root.kills = _root.kills + 1;
Symbol 621 MovieClip Frame 33
_y = (_y - 10);
Symbol 621 MovieClip Frame 34
_y = (_y - 10);
Symbol 621 MovieClip Frame 35
_y = (_y - 10);
Symbol 621 MovieClip Frame 36
_y = (_y - 10);
Symbol 621 MovieClip Frame 37
_y = (_y - 10);
Symbol 621 MovieClip Frame 38
_y = (_y - 10);
Symbol 621 MovieClip Frame 39
_y = (_y - 10);
Symbol 621 MovieClip Frame 40
_y = (_y - 10);
Symbol 621 MovieClip Frame 41
_y = (_y - 10);
Symbol 621 MovieClip Frame 42
_y = (_y - 10);
Symbol 621 MovieClip Frame 43
_y = (_y - 10);
Symbol 621 MovieClip Frame 44
_y = (_y - 10);
Symbol 621 MovieClip Frame 45
_y = (_y - 10);
Symbol 621 MovieClip Frame 46
_y = (_y - 10);
Symbol 621 MovieClip Frame 47
_y = (_y - 10);
Symbol 621 MovieClip Frame 48
_y = (_y - 10);
Symbol 621 MovieClip Frame 49
_y = (_y - 10);
Symbol 621 MovieClip Frame 50
_y = (_y - 10);
Symbol 621 MovieClip Frame 51
_y = (_y - 10);
Symbol 621 MovieClip Frame 52
stop();
Symbol 625 MovieClip Frame 1
_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
gotoAndPlay (1);
Symbol 625 MovieClip Frame 25
this.removeMovieClip();
Symbol 639 MovieClip Frame 1
stop();
Symbol 639 MovieClip Frame 2
_root.score = _root.score - 1;
Symbol 639 MovieClip Frame 3
_root.score = _root.score - 1;
Symbol 639 MovieClip Frame 4
stop();
_root.player.gotoAndPlay("mdead");
Symbol 644 MovieClip Frame 1
_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
gotoAndPlay (1);
Symbol 644 MovieClip Frame 25
this.removeMovieClip();
Symbol 666 MovieClip Frame 1
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
gotoAndPlay (1);
Symbol 666 MovieClip Frame 3
if (this.hitTest(_root.player)) {
_root.player._rotation = 345;
} else {
_root.player._rotation = 0;
}
Symbol 666 MovieClip Frame 5
gotoAndPlay (1);
Symbol 666 MovieClip Frame 6
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
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
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
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
stop();
_root.kills = _root.kills + 1;
Symbol 679 MovieClip Frame 1
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
gotoAndPlay (1);
Symbol 679 MovieClip Frame 3
if (this.hitTest(_root.player)) {
_root.player._rotation = 345;
} else {
_root.player._rotation = 0;
}
Symbol 679 MovieClip Frame 5
gotoAndPlay (1);
Symbol 679 MovieClip Frame 6
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
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
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
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
stop();
_root.kills = _root.kills + 1;
Symbol 711 MovieClip Frame 1
if ((this._x + 50) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 2
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 3
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 4
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 5
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 6
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 7
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 8
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 9
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 10
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 11
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 12
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 13
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 14
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 15
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 16
if ((this._x + 100) < _root.player._x) {
gotoAndStop (18);
}
Symbol 711 MovieClip Frame 17
gotoAndPlay (1);
Symbol 711 MovieClip Frame 18
stop();
Symbol 766 MovieClip Frame 28
_root.kills = _root.kills + 1;
stop();
Symbol 781 MovieClip Frame 16
_root.kills = _root.kills + 1;
stop();
Symbol 782 MovieClip Frame 1
stop();
Symbol 782 MovieClip Frame 2
stop();
stance = "flamed";
Symbol 782 MovieClip Frame 3
stop();
Symbol 795 MovieClip Frame 1
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
gotoAndPlay (1);
Symbol 795 MovieClip Frame 3
if (this.hitTest(_root.player)) {
_root.player._rotation = 345;
} else {
_root.player._rotation = 0;
}
Symbol 795 MovieClip Frame 5
gotoAndPlay (1);
Symbol 795 MovieClip Frame 7
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
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
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
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
stop();
_root.kills = _root.kills + 1;
Symbol 812 MovieClip Frame 1
if (this._x < 550) {
gotoAndPlay (9);
}
Symbol 812 MovieClip Frame 8
gotoAndPlay (1);
Symbol 812 MovieClip Frame 18
bssCounter++;
_root.bss.duplicateMovieClip("bss" + bssCounter, bssCounter);
_root["bss" + bssCounter]._visible = true;
Symbol 812 MovieClip Frame 28
bssCounter++;
_root.bss.duplicateMovieClip("bss" + bssCounter, bssCounter);
_root["bss" + bssCounter]._visible = true;
Symbol 812 MovieClip Frame 38
bssCounter++;
_root.bss.duplicateMovieClip("bss" + bssCounter, bssCounter);
_root["bss" + bssCounter]._visible = true;
Symbol 813 MovieClip Frame 1
if (this._x < 550) {
gotoAndStop (3);
}
Symbol 813 MovieClip Frame 2
gotoAndPlay (1);
Symbol 813 MovieClip Frame 3
stop();
Symbol 813 MovieClip Frame 4
stop();
Symbol 813 MovieClip Frame 5
stop();
Symbol 831 MovieClip Frame 17
stop();
_root.kills = _root.kills + 1;
Symbol 832 MovieClip Frame 1
stop();
Symbol 832 MovieClip Frame 2
stop();
stance = "flamed";
Symbol 832 MovieClip Frame 3
stop();
Symbol 833 MovieClip Frame 1
stop();
Symbol 833 MovieClip Frame 2
stop();
stance = "flamed";
Symbol 833 MovieClip Frame 3
stop();
Symbol 849 MovieClip Frame 1
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 2
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 3
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 4
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 5
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 6
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 7
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 8
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 9
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 10
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 11
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 12
if (_root.player.hitTest(this)) {
gotoAndPlay (14);
}
Symbol 849 MovieClip Frame 13
gotoAndPlay (1);
Symbol 849 MovieClip Frame 14
_root.mslughealth.prevFrame();
Symbol 849 MovieClip Frame 24
stop();
Symbol 897 MovieClip Frame 10
gotoAndPlay (5);
Symbol 904 Button
on (release) {
tellTarget ("_root.bosscut") {
nextFrame();
};
}
Symbol 905 MovieClip Frame 1
stop();
Symbol 906 MovieClip Frame 1
stop();
Symbol 906 MovieClip Frame 2
tellTarget ("_root.chopper") {
gotoAndPlay ("chopper_cutscene");
};
stopAllSounds();
Symbol 906 MovieClip Frame 31
stop();
Symbol 906 MovieClip Frame 32
play();
Symbol 906 MovieClip Frame 50
stop();
_root.player.gotoAndPlay("mone");
tellTarget ("/") {
nextFrame();
};
Symbol 913 Button
on (release) {
tellTarget ("/") {
gotoAndPlay ("begin");
};
}
Symbol 914 Button
on (release) {
var gname = "f-158YL";
var gscore = _root.kills;
getURL ("index.php?act=Arcade&do=newscore", "_self", "POST");
}
Symbol 915 MovieClip Frame 1
stop();
Symbol 915 MovieClip Frame 2
stop();
_root.gameover = "yes";
Symbol 921 MovieClip Frame 3
gotoAndPlay (8);
Symbol 924 MovieClip Frame 1
_visible = false;
Symbol 931 MovieClip Frame 4
gotoAndPlay (1);
Symbol 937 MovieClip Frame 1
_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
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
gotoAndPlay (2);
Symbol 937 MovieClip Frame 29
stop();
this.removeMovieClip();
Symbol 942 MovieClip Frame 3
gotoAndPlay (4);
Symbol 943 MovieClip Frame 1
if (_root.tarmahealth < 1) {
gotoAndPlay (136);
}
Symbol 943 MovieClip Frame 135
gotoAndPlay (1);
Symbol 943 MovieClip Frame 160
stop();
tellTarget ("/") {
nextFrame();
};
Symbol 956 Button
on (release) {
gotoAndStop (168);
}
Symbol 957 Button
on (release) {
gotoAndPlay (84);
}