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
play();
Frame 35
stop();
Frame 36
stop();
Frame 37
play();
Frame 69
stop();
Frame 72
play();
Frame 84
stopAllSounds();
Frame 109
stop();
Frame 110
stop();
Frame 111
play();
Frame 135
play();
stopAllSounds();
Frame 144
stopAllSounds();
Frame 169
stopAllSounds();
_root.enemyb1n = "no";
_root.enemyb2n = "no";
_root.enemyb3n = "no";
_root.enemyb4n = "no";
_root.enemyb5n = "no";
_root.plane1n = "no";
_root.plane2n = "no";
gotoAndStop (348);
Frame 344
gotoAndPlay (84);
Frame 345
stop();
stopAllSounds();
Frame 346
stop();
stopAllSounds();
Frame 347
stop();
stopAllSounds();
Frame 348
_root.nadeAmmo = 5.5;
_root.lives = 5;
_root.kills = 0;
_root.marcojumpspeed = 20;
_root.marcowalkspeed = 15;
_root.shotdirection = "right";
_root.direction = "right";
stop();
Instance of Symbol 456 MovieClip "edge" in Frame 348
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 456 MovieClip "ground" in Frame 348
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 456 MovieClip "wall" in Frame 348
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 456 MovieClip "clear" in Frame 348
onClipEvent (load) {
_visible = false;
}
Frame 377
gotoAndPlay (84);
Frame 378
stop();
Frame 379
play();
Frame 399
stop();
Frame 402
play();
Frame 428
stop();
Frame 430
stop();
_root.nadeAmmo = 0;
_root.lives = 3;
_root.kills = 0;
_root.marcojumpspeed = 20;
_root.marcowalkspeed = 15;
_root.player._xscale = -100;
_root.shotdirection = "left";
_root.direction = "left";
Instance of Symbol 456 MovieClip "edge" in Frame 430
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 456 MovieClip "ground" in Frame 430
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 456 MovieClip "wall" in Frame 430
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 456 MovieClip "wall2" in Frame 430
onClipEvent (load) {
_visible = false;
}
Frame 431
play();
stopAllSounds();
Frame 456
stop();
Frame 458
play();
Frame 485
play();
Frame 495
stop();
_root.mslugliving = "yes";
_root.mslugstance = "";
Frame 496
_root.score = 3;
_root.gameover = "no";
_root.background.gotoAndPlay(1);
_root.death = new Sound();
_root.death.attachSound("enemy_die");
_root.scream = new Sound();
_root.scream.attachSound("metal_slug_soilder_screams");
_root.shotCounter = 0;
_root.nadeCounter = 0;
_root.kills = 0;
_root.chopperhealth = 40;
_root.tank1health = 20;
_root.tank1stance = "alive";
_root.tank2health = 20;
_root.tank2stance = "alive";
_root.tank3health = 20;
_root.tank3stance = "alive";
_root.truck1health = 60;
_root.truck1stance = "alive";
_root.truck2health = 60;
_root.truck2stance = "alive";
_root.mslugliving = "yes";
_root.truck2dead = "no";
_root.truck1dead = "no";
_root.tank1dead = "no";
_root.tank2dead = "no";
_root.tank3dead = "no";
_root.xmach1dead = "no";
_root.xmach1health = 30;
_root.xmach1stance = "alive";
_root.metalstrip = "no";
stop();
Instance of Symbol 456 MovieClip "edge" in Frame 496
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 456 MovieClip "ground" in Frame 496
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 456 MovieClip "wall" in Frame 496
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 456 MovieClip "clear" in Frame 496
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2020 MovieClip "nade" in Frame 496
onClipEvent (enterFrame) {
_visible = false;
if (this._name != "nade") {
_visible = true;
}
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
if (this.hitTest(_root.truck1.hitarea) and (_root.truck1dead != "yes")) {
_root.truck1.gotoAndPlay(3);
_root.truck1health = _root.truck1health - 20;
this.gotoAndPlay(12);
}
if (this.hitTest(_root.truck2.hitarea) and (_root.truck2dead != "yes")) {
_root.truck2.gotoAndPlay(3);
_root.truck2health = _root.truck2health - 20;
this.gotoAndPlay(12);
}
if (this.hitTest(_root.tank1.hitarea) and (_root.tank1dead != "yes")) {
_root.tank1.gotoAndPlay(3);
_root.tank1health = _root.tank1health - 20;
this.gotoAndPlay(12);
}
if (this.hitTest(_root.tank2.hitarea) and (_root.tank2dead != "yes")) {
_root.tank2.gotoAndPlay(3);
_root.tank2health = _root.tank2health - 20;
this.gotoAndPlay(12);
}
if (this.hitTest(_root.tank3.hitarea) and (_root.tank3dead != "yes")) {
_root.tank3.gotoAndPlay(3);
_root.tank3health = _root.tank3health - 20;
this.gotoAndPlay(12);
}
if (this.hitTest(_root.tank4.hitarea) and (_root.tank4dead != "yes")) {
_root.tank3.gotoAndPlay(3);
_root.tank3health = _root.tank3health - 20;
this.gotoAndPlay(12);
}
if (this.hitTest(_root.car1.hitarea) and (_root.car1.dead != "yes")) {
_root.car1.gotoAndPlay(8);
this.gotoAndPlay(12);
}
if (this.hitTest(_root.car2.hitarea) and (_root.car2.dead != "yes")) {
_root.car2.gotoAndPlay(8);
this.gotoAndPlay(12);
}
if (this.hitTest(_root.car3.hitarea) and (_root.car3.dead != "yes")) {
_root.car3.gotoAndPlay(8);
this.gotoAndPlay(12);
}
if (this.hitTest(_root.car4.hitarea) and (_root.car4.dead != "yes")) {
_root.car4.gotoAndPlay(8);
this.gotoAndPlay(12);
}
if (this.hitTest(_root.car5.hitarea) and (_root.car5.dead != "yes")) {
_root.car5.gotoAndPlay(8);
this.gotoAndPlay(12);
}
if (this.hitTest(_root.background.xmach1.hitarea) and (_root.xmach1dead != "yes")) {
_root.background.xmach1.gotoAndPlay(3);
_root.xmach1health = _root.xmach1health - 20;
this.gotoAndPlay(12);
}
}
onClipEvent (load) {
this._x = _root.player._x + 30;
this._y = _root.player._y - 180;
}
Instance of Symbol 2029 MovieClip "chopper" in Frame 496
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 2030 MovieClip "cdrop" in Frame 496
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 1859 MovieClip "tank1shot" in Frame 496
onClipEvent (enterFrame) {
_visible = false;
if (this._name != "tank1shot") {
_visible = true;
}
}
onClipEvent (load) {
_x = (_root.tank1._x - 38);
_y = (_root.tank1._y - 20);
}
Instance of Symbol 2060 MovieClip "tank2shot" in Frame 496
onClipEvent (enterFrame) {
_visible = false;
if (this._name != "tank2shot") {
_visible = true;
}
}
onClipEvent (load) {
_x = (_root.tank2._x - 38);
_y = (_root.tank2._y - 20);
}
Instance of Symbol 2061 MovieClip "tank3shot" in Frame 496
onClipEvent (enterFrame) {
_visible = false;
if (this._name != "tank3shot") {
_visible = true;
}
}
onClipEvent (load) {
_x = (_root.tank3._x - 38);
_y = (_root.tank3._y - 20);
}
Instance of Symbol 2062 MovieClip "tank4shot" in Frame 496
onClipEvent (enterFrame) {
_visible = false;
if (this._name != "tank3shot") {
_visible = true;
}
}
onClipEvent (load) {
_x = (_root.tank3._x - 38);
_y = (_root.tank3._y - 20);
}
Instance of Symbol 2065 MovieClip "xmach1shot" in Frame 496
onClipEvent (enterFrame) {
_visible = false;
if (this._name != "xmach1shot") {
_visible = true;
}
}
onClipEvent (load) {
_x = (_root.background._x - 1660);
_y = (_root.background._y - 30);
}
Frame 525
gotoAndPlay (84);
Frame 526
play();
_root.bosshealth = 300;
_root.boosdir = "left";
_root.mslugliving = "yes";
_root.mslugstance = "notjumping";
_root.backgroundstance = "still";
Instance of Symbol 2020 MovieClip "nade" in Frame 526
onClipEvent (enterFrame) {
_visible = false;
if (this._name != "nade") {
_visible = true;
}
if (_root.backgroundstance == "moving") {
this._x = this._x - _root.background.backgroundspeed;
} else {
this._x = this._x;
}
if (this.hitTest(_root.truck1.hitarea) and (_root.truck1dead != "yes")) {
_root.truck1.gotoAndPlay(3);
_root.truck1health = _root.truck1health - 20;
this.gotoAndPlay(12);
}
if (this.hitTest(_root.truck2.hitarea) and (_root.truck2dead != "yes")) {
_root.truck2.gotoAndPlay(3);
_root.truck2health = _root.truck2health - 20;
this.gotoAndPlay(12);
}
if (this.hitTest(_root.tank1.hitarea) and (_root.tank1dead != "yes")) {
_root.tank1.gotoAndPlay(3);
_root.tank1health = _root.tank1health - 20;
this.gotoAndPlay(12);
}
if (this.hitTest(_root.tank2.hitarea) and (_root.tank2dead != "yes")) {
_root.tank2.gotoAndPlay(3);
_root.tank2health = _root.tank2health - 20;
this.gotoAndPlay(12);
}
if (this.hitTest(_root.tank3.hitarea) and (_root.tank3dead != "yes")) {
_root.tank3.gotoAndPlay(3);
_root.tank3health = _root.tank3health - 20;
this.gotoAndPlay(12);
}
if (this.hitTest(_root.tank4.hitarea) and (_root.tank4dead != "yes")) {
_root.tank3.gotoAndPlay(3);
_root.tank3health = _root.tank3health - 20;
this.gotoAndPlay(12);
}
if (this.hitTest(_root.car1.hitarea) and (_root.car1.dead != "yes")) {
_root.car1.gotoAndPlay(8);
this.gotoAndPlay(12);
}
if (this.hitTest(_root.car2.hitarea) and (_root.car2.dead != "yes")) {
_root.car2.gotoAndPlay(8);
this.gotoAndPlay(12);
}
if (this.hitTest(_root.car3.hitarea) and (_root.car3.dead != "yes")) {
_root.car3.gotoAndPlay(8);
this.gotoAndPlay(12);
}
if (this.hitTest(_root.car4.hitarea) and (_root.car4.dead != "yes")) {
_root.car4.gotoAndPlay(8);
this.gotoAndPlay(12);
}
if (this.hitTest(_root.car5.hitarea) and (_root.car5.dead != "yes")) {
_root.car5.gotoAndPlay(8);
this.gotoAndPlay(12);
}
if (this.hitTest(_root.background.xmach1.hitarea) and (_root.xmach1dead != "yes")) {
_root.background.xmach1.gotoAndPlay(3);
_root.xmach1health = _root.xmach1health - 20;
this.gotoAndPlay(12);
}
}
onClipEvent (load) {
this._x = _root.player._x + 30;
this._y = _root.player._y - 180;
}
Frame 536
stop();
Frame 537
_root.bosshealth = 300;
_root.boosdir = "left";
_root.mslugliving = "yes";
_root.mslugstance = "notjumping";
_root.backgroundstance = "still";
gotoAndPlay (526);
Symbol 60 Button
on (release) {
gotoAndPlay (4);
}
Symbol 65 Button
on (keyPress "<Space>") {
gotoAndPlay (84);
}
Symbol 119 Button
on (release) {
nextFrame();
}
Symbol 174 Button
on (release) {
stopAllSounds();
gotoAndPlay (4);
}
Symbol 175 Button
on (release) {
nextFrame();
}
Symbol 179 Button
on (release) {
gotoAndPlay (170);
}
Symbol 186 Button
on (release) {
gotoAndPlay (345);
}
Symbol 194 Button
on (keyPress "<Space>") {
gotoAndPlay (176);
}
Symbol 310 MovieClip Frame 22
stop();
this.removeMovieClip();
Symbol 324 MovieClip Frame 7
gotoAndPlay (3);
Symbol 341 MovieClip Frame 24
gotoAndPlay (1);
Instance of Symbol 352 MovieClip "s2" in Symbol 353 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (Key.isDown(65)) {
_visible = true;
} else if (Key.isDown(38)) {
_visible = true;
} else if (Key.isDown(68)) {
_visible = true;
} else {
_visible = false;
}
} else if (Key.isDown(37)) {
if (Key.isDown(65)) {
_visible = true;
} else if (Key.isDown(38)) {
_visible = true;
} else if (Key.isDown(68)) {
_visible = true;
} else {
_visible = false;
}
} else {
_visible = true;
}
}
Instance of Symbol 247 MovieClip "s2" in Symbol 356 MovieClip Frame 73
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (Key.isDown(65)) {
_visible = true;
} else if (Key.isDown(38)) {
_visible = true;
} else if (Key.isDown(68)) {
_visible = true;
} else {
_visible = false;
}
} else if (Key.isDown(37)) {
if (Key.isDown(65)) {
_visible = true;
} else if (Key.isDown(38)) {
_visible = true;
} else if (Key.isDown(68)) {
_visible = true;
} else {
_visible = false;
}
} else {
_visible = true;
}
}
Instance of Symbol 262 MovieClip "s2" in Symbol 356 MovieClip Frame 93
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (Key.isDown(65)) {
_visible = true;
} else if (Key.isDown(38)) {
_visible = true;
} else if (Key.isDown(68)) {
_visible = true;
} else {
_visible = false;
}
} else if (Key.isDown(37)) {
if (Key.isDown(65)) {
_visible = true;
} else if (Key.isDown(38)) {
_visible = true;
} else if (Key.isDown(68)) {
_visible = true;
} else {
_visible = false;
}
} else {
_visible = true;
}
}
Instance of Symbol 324 MovieClip "s2" in Symbol 356 MovieClip Frame 112
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (Key.isDown(65)) {
_visible = true;
} else if (Key.isDown(38)) {
_visible = true;
} else if (Key.isDown(68)) {
_visible = true;
} else {
_visible = false;
}
} else if (Key.isDown(37)) {
if (Key.isDown(65)) {
_visible = true;
} else if (Key.isDown(38)) {
_visible = true;
} else if (Key.isDown(68)) {
_visible = true;
} else {
_visible = false;
}
} else {
_visible = true;
}
}
Symbol 356 MovieClip Frame 176
_root.nextFrame();
Symbol 363 Button
on (keyPress "b") {
gotoAndPlay (526);
}
Symbol 373 Button
on (keyPress "<Space>") {
gotoAndPlay (84);
}
Symbol 376 MovieClip Frame 10
gotoAndPlay (5);
Symbol 408 MovieClip Frame 2
_y = (_y - 10);
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 408 MovieClip Frame 3
_y = (_y - 10);
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 408 MovieClip Frame 4
_y = (_y - 10);
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 408 MovieClip Frame 5
_y = (_y - 10);
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 408 MovieClip Frame 6
_y = (_y - 10);
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 408 MovieClip Frame 7
_y = (_y - 10);
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 408 MovieClip Frame 8
_y = (_y - 10);
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 408 MovieClip Frame 10
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 408 MovieClip Frame 11
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 408 MovieClip Frame 12
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 408 MovieClip Frame 13
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 408 MovieClip Frame 14
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 408 MovieClip Frame 15
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 408 MovieClip Frame 16
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 408 MovieClip Frame 20
stop();
Symbol 417 MovieClip Frame 11
stop();
Symbol 427 Button
on (release) {
gotoAndPlay (346);
}
Symbol 432 Button
on (release) {
gotoAndPlay (347);
}
Symbol 437 Button
on (release) {
gotoAndPlay (84);
}
Symbol 442 Button
on (release) {
getURL ("http://emeciton.vze.com", "_blank");
}
Symbol 446 Button
on (release) {
getURL ("mailto:screwlooseweb@hotmail.com", "_self");
}
Symbol 453 Button
on (release) {
stopAllSounds();
gotoAndPlay (345);
}
Symbol 529 MovieClip Frame 1
f = random(4) + 1;
if (f == 1) {
stop();
} else if (f == 2) {
gotoAndStop (2);
} else if (f == 3) {
gotoAndStop (3);
} else {
gotoAndStop (4);
}
Symbol 529 MovieClip Frame 2
stop();
Symbol 529 MovieClip Frame 3
stop();
Symbol 529 MovieClip Frame 4
stop();
Symbol 601 MovieClip Frame 36
stop();
Symbol 616 MovieClip Frame 7
_root.kills = _root.kills + 1;
stop();
Symbol 649 MovieClip Frame 17
stop();
Symbol 684 MovieClip Frame 17
stop();
_root.kills = _root.kills + 1;
Symbol 711 MovieClip Frame 13
stop();
Symbol 712 MovieClip Frame 1
if (Key.isDown(65) and hitarea.hitTest(_root.player.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (6);
}
if (this.hitarea.hitTest(_root.player.squash)) {
gotoAndPlay (5);
}
if (this.hitarea.hitTest(_root.shot1)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot1.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot2)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot2.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot3)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot3.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot4)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot4.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot5)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot5.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot6)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
gotoAndPlay (5);
_root.kills = _root.kills + 1;
}
_root.shot6.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot7)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot7.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot8)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot8.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot9)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot9.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot10)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot10.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot11)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot11.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot12)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot12.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot13)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot13.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot14)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot14.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot15)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot15.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot16)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot16.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot17)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot17.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot18)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot18.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot19)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot19.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot20)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot20.gotoAndStop(4);
}
if (this.hitTest(_root.nade1.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade2.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade3.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade4.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade5.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade6.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade7.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade8.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade9.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade10.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
Instance of Symbol 468 MovieClip "hitarea" in Symbol 712 MovieClip Frame 1
onClipEvent (load) {
setProperty(this, _visible , false);
}
Symbol 712 MovieClip Frame 2
gotoAndPlay (1);
Symbol 712 MovieClip Frame 3
stop();
stance = "flamed";
ton = new Sound(this);
ton.attachSound("metal_slug_soilder_screams");
ton.start(0, 1);
Symbol 712 MovieClip Frame 4
stance2 = "dead";
ton1 = new Sound(this);
ton1.attachSound("enemy_die");
ton1.start(0, 1);
Symbol 712 MovieClip Frame 5
stop();
stance2 = "dead";
ton1 = new Sound(this);
ton1.attachSound("enemy_die");
ton1.start(0, 1);
Symbol 712 MovieClip Frame 6
ton1 = new Sound(this);
ton1.attachSound("enemy_die");
ton1.start(0, 1);
stop();
Symbol 799 MovieClip Frame 1
_visible = false;
if (hitTest(_root.player) and (_root.mslugliving != "yes")) {
} else if (hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player.gotoAndPlay("mpain");
} else if (hitTest(_root.player) and (_root.mslugstance != "notjumping")) {
_root.player.gotoAndPlay("mjumppain");
}
Symbol 799 MovieClip Frame 2
gotoAndPlay (1);
Symbol 799 MovieClip Frame 3
stop();
Symbol 822 MovieClip Frame 1
stop();
Symbol 876 MovieClip Frame 28
_root.kills = _root.kills + 1;
stop();
Symbol 877 MovieClip Frame 1
if (Key.isDown(65) and hitarea.hitTest(_root.player.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (6);
}
if (this.hitTest(_root.edge)) {
s.play();
}
if (this.hitarea.hitTest(_root.shot1)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot1.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot2)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot2.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot3)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot3.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot4)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot4.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot5)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot5.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot6)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot6.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot7)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot7.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot8)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot8.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot9)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot9.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot10)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot10.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot11)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot11.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot12)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot12.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot13)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot13.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot14)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot14.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot15)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot15.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot16)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot16.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot17)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot17.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot18)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot18.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot19)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot19.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot20)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot20.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.nade1.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitarea.hitTest(_root.nade2.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitarea.hitTest(_root.nade3.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitarea.hitTest(_root.nade4.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitarea.hitTest(_root.nade5.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitarea.hitTest(_root.nade6.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitarea.hitTest(_root.nade7.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitarea.hitTest(_root.nade8.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitarea.hitTest(_root.nade9.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitarea.hitTest(_root.nade10.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
Instance of Symbol 468 MovieClip "hitarea" in Symbol 877 MovieClip Frame 1
onClipEvent (load) {
setProperty(this, _visible , false);
}
Symbol 877 MovieClip Frame 2
gotoAndPlay (1);
Symbol 877 MovieClip Frame 3
stop();
stance = "flamed";
ton = new Sound(this);
ton.attachSound("metal_slug_soilder_screams");
ton.start(0, 1);
Symbol 877 MovieClip Frame 4
stance2 = "dead";
ton1 = new Sound(this);
ton1.attachSound("enemy_die");
ton1.start(0, 1);
Symbol 877 MovieClip Frame 5
stop();
stance2 = "dead";
ton1 = new Sound(this);
ton1.attachSound("enemy_die");
ton1.start(0, 1);
Symbol 877 MovieClip Frame 6
ton1 = new Sound(this);
ton1.attachSound("enemy_die");
ton1.start(0, 1);
stop();
Symbol 898 MovieClip Frame 1
if (this.hitTest(_root.wall)) {
removeMovieClip(this);
}
if (this.hitTest(_root.edge)) {
gotoAndPlay (9);
}
if (this.hitarea.hitTest(_root.shot1)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot1.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot2)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot2.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot3)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot3.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot4)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot4.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot5)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot5.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot6)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot6.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot7)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot7.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot8)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot8.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot9)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot9.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot10)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot10.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot11)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot11.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot12)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot12.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot13)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot13.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot14)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot14.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot15)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot15.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot16)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot16.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot17)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot17.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot18)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot18.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot19)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot19.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot20)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot20.gotoAndStop(4);
}
if (this.hitTest(_root.nade1.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade2.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade3.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade4.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade5.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade6.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade7.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade8.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade9.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade10.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
play();
Instance of Symbol 468 MovieClip "hitarea" in Symbol 898 MovieClip Frame 1
onClipEvent (load) {
setProperty(this, _visible , false);
}
Symbol 898 MovieClip Frame 2
call(1);
Symbol 898 MovieClip Frame 3
call(1);
Symbol 898 MovieClip Frame 4
call(1);
Symbol 898 MovieClip Frame 5
call(1);
Symbol 898 MovieClip Frame 6
call(1);
Symbol 898 MovieClip Frame 7
call(1);
Symbol 898 MovieClip Frame 8
gotoAndPlay (1);
Symbol 898 MovieClip Frame 9
if (this.hitTest(_root.wall)) {
removeMovieClip(this);
}
if (this.hitarea.hitTest(_root.shot1)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot1.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot2)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot2.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot3)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot3.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot4)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot4.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot5)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot5.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot6)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot6.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot7)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot7.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot8)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot8.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot9)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot9.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot10)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot10.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot11)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot11.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot12)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot12.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot13)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot13.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot14)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot14.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot15)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot15.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot16)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot16.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot17)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot17.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot18)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot18.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot19)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot19.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot20)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot20.gotoAndStop(4);
}
if (this.hitTest(_root.nade1.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade2.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade3.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade4.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade5.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade6.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade7.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade8.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade9.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade10.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
play();
Symbol 898 MovieClip Frame 10
call(9);
Symbol 898 MovieClip Frame 11
call(9);
Symbol 898 MovieClip Frame 12
call(9);
Symbol 898 MovieClip Frame 13
call(9);
Symbol 898 MovieClip Frame 14
call(9);
Symbol 898 MovieClip Frame 15
call(9);
Symbol 898 MovieClip Frame 16
call(9);
Symbol 898 MovieClip Frame 17
call(9);
Symbol 898 MovieClip Frame 18
call(9);
_root.bazookaCounter++;
_root.bazooka.duplicateMovieClip("bazooka" + _root.bazookaCounter, _root.bazookaCounter);
_root["bazooka" + _root.bazookaCounter]._visible = true;
if (this._name == "enemyb3") {
_root.enemyb3n = "yes";
}
if (this._name == "enemyb4") {
_root.enemyb4n = "yes";
}
Symbol 898 MovieClip Frame 19
call(9);
Symbol 898 MovieClip Frame 20
call(9);
Symbol 898 MovieClip Frame 21
call(9);
Symbol 898 MovieClip Frame 22
call(9);
gotoAndPlay (17);
Symbol 898 MovieClip Frame 23
call(9);
Symbol 898 MovieClip Frame 24
call(9);
Symbol 898 MovieClip Frame 25
call(9);
Symbol 898 MovieClip Frame 26
call(9);
Symbol 898 MovieClip Frame 27
call(9);
Symbol 898 MovieClip Frame 28
call(9);
Symbol 898 MovieClip Frame 29
call(9);
Symbol 898 MovieClip Frame 30
call(9);
Symbol 898 MovieClip Frame 31
call(9);
Symbol 898 MovieClip Frame 32
call(9);
Symbol 898 MovieClip Frame 33
call(9);
Symbol 898 MovieClip Frame 34
call(9);
Symbol 898 MovieClip Frame 35
call(9);
Symbol 898 MovieClip Frame 36
call(9);
Symbol 898 MovieClip Frame 37
call(9);
Symbol 898 MovieClip Frame 38
call(9);
Symbol 898 MovieClip Frame 39
call(9);
Symbol 898 MovieClip Frame 40
call(9);
gotoAndPlay (1);
Symbol 898 MovieClip Frame 41
stance2 = "dead";
ton1 = new Sound(this);
ton1.attachSound("enemy_die");
ton1.start(0, 1);
stop();
Symbol 898 MovieClip Frame 42
stop();
stance = "flamed";
ton = new Sound(this);
ton.attachSound("metal_slug_soilder_screams");
ton.start(0, 1);
Symbol 1049 MovieClip Frame 17
stop();
_root.kills = _root.kills + 1;
Symbol 1050 MovieClip Frame 1
if (Key.isDown(65) and hitarea.hitTest(_root.player.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
}
if (this.hitTest(_root.player.squash)) {
gotoAndPlay (4);
}
if (this.hitTest(_root.cutscene.taxi)) {
gotoAndPlay (4);
}
if (this.hitTest(_root.shot1)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
_root.shot1.gotoAndStop(4);
}
if (this.hitTest(_root.shot2)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
_root.shot2.gotoAndStop(4);
}
if (this.hitTest(_root.shot3)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
_root.shot3.gotoAndStop(4);
}
if (this.hitTest(_root.shot4)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
_root.shot4.gotoAndStop(4);
}
if (this.hitTest(_root.shot5)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
_root.shot5.gotoAndStop(4);
}
if (this.hitTest(_root.shot6)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
_root.shot6.gotoAndStop(4);
}
if (this.hitTest(_root.shot7)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
_root.shot7.gotoAndStop(4);
}
if (this.hitTest(_root.shot8)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
_root.shot8.gotoAndStop(4);
}
if (this.hitTest(_root.shot9)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
_root.shot9.gotoAndStop(4);
}
if (this.hitTest(_root.shot10)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
_root.shot10.gotoAndStop(4);
}
if (this.hitTest(_root.shot11)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
_root.shot11.gotoAndStop(4);
}
if (this.hitTest(_root.shot12)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
_root.shot12.gotoAndStop(4);
}
if (this.hitTest(_root.shot13)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
_root.shot13.gotoAndStop(4);
}
if (this.hitTest(_root.shot14)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
_root.shot14.gotoAndStop(4);
}
if (this.hitTest(_root.shot15)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
_root.shot15.gotoAndStop(4);
}
if (this.hitTest(_root.shot16)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
_root.shot16.gotoAndStop(4);
}
if (this.hitTest(_root.shot17)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
_root.shot17.gotoAndStop(4);
}
if (this.hitTest(_root.shot18)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
_root.shot18.gotoAndStop(4);
}
if (this.hitTest(_root.shot19)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
_root.shot19.gotoAndStop(4);
}
if (this.hitTest(_root.shot20)) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
_root.shot20.gotoAndStop(4);
}
if (this.hitTest(_root.nade1.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade2.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade3.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade4.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade5.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade6.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade7.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade8.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade9.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade10.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
Instance of Symbol 468 MovieClip "hitarea" in Symbol 1050 MovieClip Frame 1
onClipEvent (load) {
setProperty(this, _visible , false);
}
Symbol 1050 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1050 MovieClip Frame 3
stop();
stance = "flamed";
ton = new Sound(this);
ton.attachSound("metal_slug_soilder_screams");
ton.start();
Symbol 1050 MovieClip Frame 4
stop();
ton1 = new Sound(this);
ton1.attachSound("enemy_die");
ton1.start();
Symbol 1152 MovieClip Frame 1
if (Key.isDown(65) and hitarea.hitTest(_root.player.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (6);
}
if (this.hitTest(_root.player.squash)) {
gotoAndPlay (5);
}
if (this.hitTest(_root.edge)) {
_x = (_x - 15);
}
if (this.hitarea.hitTest(_root.shot1)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot1.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot2)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot2.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot3)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot3.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot4)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot4.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot5)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot5.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot6)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
gotoAndPlay (5);
_root.kills = _root.kills + 1;
}
_root.shot6.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot7)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot7.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot8)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot8.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot9)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot9.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot10)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot10.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot11)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot11.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot12)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot12.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot13)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot13.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot14)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot14.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot15)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot15.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot16)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot16.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot17)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot17.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot18)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot18.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot19)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot19.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot20)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot20.gotoAndStop(4);
}
if (this.hitTest(_root.nade1.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade2.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade3.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade4.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade5.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade6.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade7.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade8.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade9.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitTest(_root.nade10.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
Instance of Symbol 468 MovieClip "hitarea" in Symbol 1152 MovieClip Frame 1
onClipEvent (load) {
setProperty(this, _visible , false);
}
Symbol 1152 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1152 MovieClip Frame 3
stop();
stance = "flamed";
ton = new Sound(this);
ton.attachSound("metal_slug_soilder_screams");
ton.start(0, 1);
Symbol 1152 MovieClip Frame 4
stance2 = "dead";
ton1 = new Sound(this);
ton1.attachSound("enemy_die");
ton1.start(0, 1);
Symbol 1152 MovieClip Frame 5
stop();
stance2 = "dead";
ton1 = new Sound(this);
ton1.attachSound("enemy_die");
ton1.start(0, 1);
Symbol 1152 MovieClip Frame 6
ton1 = new Sound(this);
ton1.attachSound("enemy_die");
ton1.start(0, 1);
stop();
Symbol 1155 MovieClip Frame 1
if (Key.isDown(65) and hitarea.hitTest(_root.player.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndStop (43);
}
if (this.hitTest(_root.wall)) {
removeMovieClip(this);
}
if (this.hitTest(_root.edge)) {
gotoAndPlay (9);
}
if (this.hitarea.hitTest(_root.shot1)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot1.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot2)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot2.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot3)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot3.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot4)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot4.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot5)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot5.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot6)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot6.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot7)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot7.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot8)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot8.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot9)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot9.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot10)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot10.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot11)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot11.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot12)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot12.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot13)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot13.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot14)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot14.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot15)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot15.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot16)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot16.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot17)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot17.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot18)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot18.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot19)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot19.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot20)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot20.gotoAndStop(4);
}
if (this.hitTest(_root.nade1.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade2.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade3.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade4.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade5.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade6.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade7.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade8.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade9.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade10.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
Instance of Symbol 468 MovieClip "hitarea" in Symbol 1155 MovieClip Frame 1
onClipEvent (load) {
setProperty(this, _visible , false);
}
Symbol 1155 MovieClip Frame 2
call(1);
Symbol 1155 MovieClip Frame 3
call(1);
Symbol 1155 MovieClip Frame 4
call(1);
Symbol 1155 MovieClip Frame 5
call(1);
Symbol 1155 MovieClip Frame 6
call(1);
Symbol 1155 MovieClip Frame 7
call(1);
Symbol 1155 MovieClip Frame 8
gotoAndPlay (1);
Symbol 1155 MovieClip Frame 9
if (Key.isDown(65) and hitarea.hitTest(_root.player.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (43);
}
if (this.hitTest(_root.wall)) {
removeMovieClip(this);
}
if (this.hitarea.hitTest(_root.shot1)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot1.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot2)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot2.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot3)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot3.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot4)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot4.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot5)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot5.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot6)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot6.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot7)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot7.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot8)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot8.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot9)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot9.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot10)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot10.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot11)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot11.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot12)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot12.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot13)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot13.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot14)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot14.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot15)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot15.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot16)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot16.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot17)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot17.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot18)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot18.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot19)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot19.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot20)) {
_root.kills = _root.kills + 1;
gotoAndPlay (41);
_root.shot20.gotoAndStop(4);
}
if (this.hitTest(_root.nade1.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade2.hitarea)) {
gotoAndPlay (42);
_root.kills = _root.kills + 1;
}
if (this.hitTest(_root.nade3.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade4.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade5.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade6.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade7.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade8.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade9.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
if (this.hitTest(_root.nade10.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
}
Symbol 1155 MovieClip Frame 10
call(9);
Symbol 1155 MovieClip Frame 11
call(9);
Symbol 1155 MovieClip Frame 12
call(9);
Symbol 1155 MovieClip Frame 13
call(9);
Symbol 1155 MovieClip Frame 14
call(9);
Symbol 1155 MovieClip Frame 15
call(9);
Symbol 1155 MovieClip Frame 16
call(9);
Symbol 1155 MovieClip Frame 17
call(9);
Symbol 1155 MovieClip Frame 18
call(9);
_root.bazookaCounter++;
_root.bazooka.duplicateMovieClip("bazooka" + _root.bazookaCounter, _root.bazookaCounter);
_root["bazooka" + _root.bazookaCounter]._visible = true;
if (this._name == "enemyb1") {
_root.enemyb1n = "yes";
}
if (this._name == "enemyb2") {
_root.enemyb2n = "yes";
}
if (this._name == "enemyb5") {
_root.enemyb5n = "yes";
}
Symbol 1155 MovieClip Frame 19
call(9);
Symbol 1155 MovieClip Frame 20
call(9);
Symbol 1155 MovieClip Frame 21
call(9);
Symbol 1155 MovieClip Frame 22
call(9);
Symbol 1155 MovieClip Frame 23
call(9);
Symbol 1155 MovieClip Frame 24
call(9);
Symbol 1155 MovieClip Frame 25
call(9);
Symbol 1155 MovieClip Frame 26
call(9);
Symbol 1155 MovieClip Frame 27
call(9);
Symbol 1155 MovieClip Frame 28
call(9);
Symbol 1155 MovieClip Frame 29
call(9);
Symbol 1155 MovieClip Frame 30
call(9);
Symbol 1155 MovieClip Frame 31
call(9);
Symbol 1155 MovieClip Frame 32
call(9);
Symbol 1155 MovieClip Frame 33
call(9);
Symbol 1155 MovieClip Frame 34
call(9);
Symbol 1155 MovieClip Frame 35
call(9);
Symbol 1155 MovieClip Frame 36
call(9);
Symbol 1155 MovieClip Frame 37
call(9);
Symbol 1155 MovieClip Frame 38
call(9);
Symbol 1155 MovieClip Frame 39
call(9);
Symbol 1155 MovieClip Frame 40
call(9);
gotoAndPlay (1);
Symbol 1155 MovieClip Frame 41
stance2 = "dead";
ton1 = new Sound(this);
ton1.attachSound("enemy_die");
ton1.start(0, 1);
stop();
Symbol 1155 MovieClip Frame 42
stop();
stance = "flamed";
ton = new Sound(this);
ton.attachSound("metal_slug_soilder_screams");
ton.start(0, 1);
Symbol 1155 MovieClip Frame 43
ton1 = new Sound(this);
ton1.attachSound("enemy_die");
ton1.start(0, 1);
stop();
Symbol 1171 MovieClip Frame 1
if (this.hitTest(_root.player.hitarea2)) {
gotoAndPlay (15);
_root.cutscene.gotoAndStop(2);
}
Symbol 1171 MovieClip Frame 2
call(1);
Symbol 1171 MovieClip Frame 3
call(1);
Symbol 1171 MovieClip Frame 4
call(1);
Symbol 1171 MovieClip Frame 5
call(1);
Symbol 1171 MovieClip Frame 6
call(1);
Symbol 1171 MovieClip Frame 7
call(1);
Symbol 1171 MovieClip Frame 8
call(1);
Symbol 1171 MovieClip Frame 9
call(1);
Symbol 1171 MovieClip Frame 10
call(1);
Symbol 1171 MovieClip Frame 11
call(1);
Symbol 1171 MovieClip Frame 12
call(1);
Symbol 1171 MovieClip Frame 13
call(1);
Symbol 1171 MovieClip Frame 14
gotoAndPlay (1);
Symbol 1171 MovieClip Frame 25
stop();
Instance of Symbol 456 MovieClip "stop" in Symbol 1244 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 456 MovieClip "stop2" in Symbol 1244 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1297 MovieClip Frame 1
if (Key.isDown(65)) {
gotoAndPlay (8);
}
if (Key.isDown(68)) {
gotoAndPlay (47);
}
if (Key.isDown(38)) {
gotoAndPlay (19);
}
Symbol 1297 MovieClip Frame 2
if (Key.isDown(65)) {
gotoAndPlay (8);
}
if (Key.isDown(68)) {
gotoAndPlay (47);
}
if (Key.isDown(38)) {
gotoAndPlay (19);
}
Symbol 1297 MovieClip Frame 3
if (Key.isDown(65)) {
gotoAndPlay (8);
}
if (Key.isDown(68)) {
gotoAndPlay (47);
}
if (Key.isDown(38)) {
gotoAndPlay (19);
}
Symbol 1297 MovieClip Frame 4
if (Key.isDown(65)) {
gotoAndPlay (8);
}
if (Key.isDown(68)) {
gotoAndPlay (47);
}
if (Key.isDown(38)) {
gotoAndPlay (19);
}
Symbol 1297 MovieClip Frame 5
if (Key.isDown(65)) {
gotoAndPlay (8);
}
if (Key.isDown(68)) {
gotoAndPlay (47);
}
if (Key.isDown(38)) {
gotoAndPlay (19);
}
Symbol 1297 MovieClip Frame 6
if (Key.isDown(65)) {
gotoAndPlay (8);
}
if (Key.isDown(68)) {
gotoAndPlay (47);
}
if (Key.isDown(38)) {
gotoAndPlay (19);
}
Symbol 1297 MovieClip Frame 7
gotoAndPlay (1);
Symbol 1297 MovieClip Frame 8
_root.capable = "yes";
if (_root.direction == "left") {
_root.shotdirection = "left";
} else if (_root.direction == "right") {
_root.shotdirection = "right";
}
Symbol 1297 MovieClip Frame 9
_root.capable = "no";
Symbol 1297 MovieClip Frame 14
if (Key.isDown(38)) {
gotoAndPlay (21);
}
if (Key.isDown(65)) {
gotoAndPlay (8);
}
Symbol 1297 MovieClip Frame 15
if (Key.isDown(38)) {
gotoAndPlay (21);
}
if (Key.isDown(65)) {
gotoAndPlay (8);
}
Symbol 1297 MovieClip Frame 16
if (Key.isDown(38)) {
gotoAndPlay (21);
}
if (Key.isDown(65)) {
gotoAndPlay (8);
}
Symbol 1297 MovieClip Frame 17
if (Key.isDown(38)) {
gotoAndPlay (21);
}
if (Key.isDown(65)) {
gotoAndPlay (8);
}
Symbol 1297 MovieClip Frame 18
gotoAndPlay (1);
Symbol 1297 MovieClip Frame 19
if (Key.isDown(65)) {
gotoAndPlay (26);
}
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (35);
}
Symbol 1297 MovieClip Frame 20
if (Key.isDown(65)) {
gotoAndPlay (26);
}
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (35);
}
Symbol 1297 MovieClip Frame 21
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (35);
}
if (Key.isDown(65)) {
gotoAndPlay (26);
}
Symbol 1297 MovieClip Frame 22
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (35);
}
if (Key.isDown(65)) {
gotoAndPlay (26);
}
Symbol 1297 MovieClip Frame 23
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (35);
}
if (Key.isDown(65)) {
gotoAndPlay (26);
}
Symbol 1297 MovieClip Frame 24
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (35);
}
if (Key.isDown(65)) {
gotoAndPlay (26);
}
Symbol 1297 MovieClip Frame 25
gotoAndPlay (21);
Symbol 1297 MovieClip Frame 26
_root.shotdirection = "up";
_root.capable = "yes";
Symbol 1297 MovieClip Frame 27
_root.capable = "no";
Symbol 1297 MovieClip Frame 31
if (Key.isDown(38)) {
gotoAndPlay (21);
}
if (Key.isDown(65)) {
gotoAndPlay (8);
}
if (_root.direction == "right") {
_root.shotdirection = "right";
} else if (_root.direction == "left") {
_root.shotdirection = "left";
}
Symbol 1297 MovieClip Frame 32
if (Key.isDown(38)) {
gotoAndPlay (21);
}
if (Key.isDown(65)) {
gotoAndPlay (8);
}
Symbol 1297 MovieClip Frame 33
if (Key.isDown(38)) {
gotoAndPlay (21);
}
if (Key.isDown(65)) {
gotoAndPlay (8);
}
Symbol 1297 MovieClip Frame 34
if (Key.isDown(38)) {
gotoAndPlay (21);
}
if (Key.isDown(65)) {
gotoAndPlay (8);
}
Symbol 1297 MovieClip Frame 35
if (Key.isDown(65)) {
gotoAndPlay (8);
}
if (Key.isDown(38)) {
gotoAndPlay (19);
} else {
play();
}
Symbol 1297 MovieClip Frame 36
if (Key.isDown(65)) {
gotoAndPlay (8);
}
if (Key.isDown(38)) {
gotoAndPlay (19);
} else {
play();
}
Symbol 1297 MovieClip Frame 37
gotoAndPlay (1);
Symbol 1297 MovieClip Frame 38
_root.knifey = "no";
Symbol 1297 MovieClip Frame 46
gotoAndPlay (1);
Symbol 1297 MovieClip Frame 47
_root.capable = "no";
Symbol 1297 MovieClip Frame 48
if (_root.direction == "left") {
_root.shotdirection = "left";
} else if (_root.direction == "right") {
_root.shotdirection = "right";
}
_root.nadeCounter++;
_root.nade.duplicateMovieClip("nade" + _root.nadeCounter, _root.nadeCounter);
_root["nade" + _root.nadeCounter]._visible = true;
Symbol 1297 MovieClip Frame 52
_root.capable = "yes";
gotoAndPlay (1);
Symbol 1318 MovieClip Frame 1
if (Key.isDown(65)) {
gotoAndPlay (12);
}
if (Key.isDown(68)) {
gotoAndPlay (51);
}
if (Key.isDown(38)) {
gotoAndPlay (23);
}
Symbol 1318 MovieClip Frame 2
call(1);
Symbol 1318 MovieClip Frame 3
call(1);
Symbol 1318 MovieClip Frame 4
call(1);
Symbol 1318 MovieClip Frame 5
call(1);
Symbol 1318 MovieClip Frame 6
call(1);
Symbol 1318 MovieClip Frame 7
call(1);
Symbol 1318 MovieClip Frame 8
call(1);
Symbol 1318 MovieClip Frame 9
call(1);
Symbol 1318 MovieClip Frame 10
call(1);
Symbol 1318 MovieClip Frame 11
gotoAndPlay (1);
Symbol 1318 MovieClip Frame 12
if (_root.direction == "left") {
_root.shotdirection = "left";
} else if (_root.direction == "right") {
_root.shotdirection = "right";
}
_root.capable = "yes";
Symbol 1318 MovieClip Frame 13
_root.capable = "no";
Symbol 1318 MovieClip Frame 18
if (Key.isDown(38)) {
gotoAndPlay (25);
}
if (Key.isDown(65)) {
gotoAndPlay (12);
}
Symbol 1318 MovieClip Frame 19
if (Key.isDown(38)) {
gotoAndPlay (25);
}
if (Key.isDown(65)) {
gotoAndPlay (12);
}
Symbol 1318 MovieClip Frame 20
if (Key.isDown(38)) {
gotoAndPlay (25);
}
if (Key.isDown(65)) {
gotoAndPlay (12);
}
Symbol 1318 MovieClip Frame 21
if (Key.isDown(38)) {
gotoAndPlay (25);
}
if (Key.isDown(65)) {
gotoAndPlay (12);
}
Symbol 1318 MovieClip Frame 22
gotoAndPlay (1);
Symbol 1318 MovieClip Frame 23
if (Key.isDown(65)) {
gotoAndPlay (30);
}
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (39);
}
Symbol 1318 MovieClip Frame 24
if (Key.isDown(65)) {
gotoAndPlay (30);
}
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (39);
}
Symbol 1318 MovieClip Frame 25
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (39);
}
if (Key.isDown(65)) {
gotoAndPlay (30);
}
Symbol 1318 MovieClip Frame 26
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (39);
}
if (Key.isDown(65)) {
gotoAndPlay (30);
}
Symbol 1318 MovieClip Frame 27
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (39);
}
if (Key.isDown(65)) {
gotoAndPlay (30);
}
Symbol 1318 MovieClip Frame 28
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (39);
}
if (Key.isDown(65)) {
gotoAndPlay (30);
}
Symbol 1318 MovieClip Frame 29
gotoAndPlay (1);
Symbol 1318 MovieClip Frame 30
_root.shotdirection = "up";
_root.capable = "yes";
Symbol 1318 MovieClip Frame 31
_root.capable = "no";
Symbol 1318 MovieClip Frame 35
if (Key.isDown(38)) {
gotoAndPlay (25);
}
if (Key.isDown(65)) {
gotoAndPlay (12);
}
if (_root.direction == "right") {
_root.shotdirection = "right";
} else if (_root.direction == "left") {
_root.shotdirection = "left";
}
Symbol 1318 MovieClip Frame 36
if (Key.isDown(38)) {
gotoAndPlay (25);
}
if (Key.isDown(65)) {
gotoAndPlay (12);
}
Symbol 1318 MovieClip Frame 37
if (Key.isDown(38)) {
gotoAndPlay (25);
}
if (Key.isDown(65)) {
gotoAndPlay (12);
}
Symbol 1318 MovieClip Frame 38
if (Key.isDown(38)) {
gotoAndPlay (25);
}
if (Key.isDown(65)) {
gotoAndPlay (12);
}
Symbol 1318 MovieClip Frame 39
if (Key.isDown(65)) {
gotoAndPlay (12);
}
if (Key.isDown(38)) {
gotoAndPlay (23);
} else {
play();
}
Symbol 1318 MovieClip Frame 40
if (Key.isDown(65)) {
gotoAndPlay (12);
}
if (Key.isDown(38)) {
gotoAndPlay (23);
} else {
play();
}
Symbol 1318 MovieClip Frame 41
gotoAndPlay (1);
Symbol 1318 MovieClip Frame 42
_root.knifey = "no";
Symbol 1318 MovieClip Frame 50
gotoAndPlay (1);
Symbol 1318 MovieClip Frame 51
_root.capable = "no";
Symbol 1318 MovieClip Frame 52
if (_root.direction == "left") {
_root.shotdirection = "left";
} else if (_root.direction == "right") {
_root.shotdirection = "right";
}
_root.nadeCounter++;
_root.nade.duplicateMovieClip("nade" + _root.nadeCounter, _root.nadeCounter);
_root["nade" + _root.nadeCounter]._visible = true;
Symbol 1318 MovieClip Frame 56
_root.capable = "yes";
gotoAndPlay (1);
Instance of Symbol 1297 MovieClip "s2" in Symbol 1339 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (Key.isDown(65)) {
_visible = true;
} else if (Key.isDown(38)) {
_visible = true;
} else if (Key.isDown(68)) {
_visible = true;
} else {
_visible = false;
}
} else if (Key.isDown(37)) {
if (Key.isDown(65)) {
_visible = true;
} else if (Key.isDown(38)) {
_visible = true;
} else if (Key.isDown(68)) {
_visible = true;
} else {
_visible = false;
}
} else {
_visible = true;
}
}
Instance of Symbol 1318 MovieClip "s1" in Symbol 1339 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (Key.isDown(65)) {
_visible = false;
} else if (Key.isDown(38)) {
_visible = false;
} else if (Key.isDown(68)) {
_visible = false;
} else {
_visible = true;
}
} else if (Key.isDown(37)) {
if (Key.isDown(65)) {
_visible = false;
} else if (Key.isDown(38)) {
_visible = false;
} else if (Key.isDown(68)) {
_visible = false;
} else {
_visible = true;
}
} else {
_visible = false;
}
}
Symbol 1342 MovieClip Frame 24
gotoAndPlay (1);
Symbol 1373 MovieClip Frame 1
if (Key.isDown(65)) {
gotoAndPlay (25);
}
if (Key.isDown(68)) {
gotoAndPlay (64);
}
if (Key.isDown(38)) {
gotoAndPlay (36);
}
if (Key.isDown(40)) {
gotoAndPlay (70);
}
Symbol 1373 MovieClip Frame 2
call(1);
Symbol 1373 MovieClip Frame 3
call(1);
Symbol 1373 MovieClip Frame 4
call(1);
Symbol 1373 MovieClip Frame 5
call(1);
Symbol 1373 MovieClip Frame 6
call(1);
Symbol 1373 MovieClip Frame 7
call(1);
Symbol 1373 MovieClip Frame 8
call(1);
Symbol 1373 MovieClip Frame 9
call(1);
Symbol 1373 MovieClip Frame 10
call(1);
Symbol 1373 MovieClip Frame 11
call(1);
Symbol 1373 MovieClip Frame 12
call(1);
Symbol 1373 MovieClip Frame 13
call(1);
Symbol 1373 MovieClip Frame 14
call(1);
Symbol 1373 MovieClip Frame 15
call(1);
Symbol 1373 MovieClip Frame 16
call(1);
Symbol 1373 MovieClip Frame 17
call(1);
Symbol 1373 MovieClip Frame 18
call(1);
Symbol 1373 MovieClip Frame 19
call(1);
Symbol 1373 MovieClip Frame 20
call(1);
Symbol 1373 MovieClip Frame 21
call(1);
Symbol 1373 MovieClip Frame 22
call(1);
Symbol 1373 MovieClip Frame 23
call(1);
Symbol 1373 MovieClip Frame 24
call(1);
Symbol 1373 MovieClip Frame 25
if (_root.player._xscale == -100) {
_root.shotdirection = "left";
} else if (_root.player._xscale == 100) {
_root.shotdirection = "right";
}
_root.capable = "yes";
Symbol 1373 MovieClip Frame 26
_root.capable = "no";
Symbol 1373 MovieClip Frame 31
if (Key.isDown(38)) {
gotoAndPlay (38);
}
if (Key.isDown(40)) {
gotoAndPlay (72);
}
if (Key.isDown(65)) {
gotoAndPlay (25);
}
Symbol 1373 MovieClip Frame 32
if (Key.isDown(38)) {
gotoAndPlay (38);
}
if (Key.isDown(40)) {
gotoAndPlay (72);
}
if (Key.isDown(65)) {
gotoAndPlay (25);
}
Symbol 1373 MovieClip Frame 33
if (Key.isDown(38)) {
gotoAndPlay (38);
}
if (Key.isDown(40)) {
gotoAndPlay (72);
}
if (Key.isDown(65)) {
gotoAndPlay (25);
}
Symbol 1373 MovieClip Frame 34
if (Key.isDown(38)) {
gotoAndPlay (38);
}
if (Key.isDown(40)) {
gotoAndPlay (72);
}
if (Key.isDown(65)) {
gotoAndPlay (25);
}
Symbol 1373 MovieClip Frame 35
gotoAndPlay (1);
Symbol 1373 MovieClip Frame 36
if (Key.isDown(65)) {
gotoAndPlay (43);
}
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (52);
}
Symbol 1373 MovieClip Frame 37
if (Key.isDown(65)) {
gotoAndPlay (43);
}
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (52);
}
Symbol 1373 MovieClip Frame 38
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (52);
}
if (Key.isDown(65)) {
gotoAndPlay (43);
}
Symbol 1373 MovieClip Frame 39
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (52);
}
if (Key.isDown(65)) {
gotoAndPlay (43);
}
Symbol 1373 MovieClip Frame 40
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (52);
}
if (Key.isDown(65)) {
gotoAndPlay (43);
}
Symbol 1373 MovieClip Frame 41
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (52);
}
if (Key.isDown(65)) {
gotoAndPlay (43);
}
Symbol 1373 MovieClip Frame 42
gotoAndPlay (1);
Symbol 1373 MovieClip Frame 43
_root.shotdirection = "up";
_root.capable = "yes";
Symbol 1373 MovieClip Frame 44
_root.capable = "no";
Symbol 1373 MovieClip Frame 48
if (Key.isDown(38)) {
gotoAndPlay (38);
}
if (Key.isDown(65)) {
gotoAndPlay (25);
}
Symbol 1373 MovieClip Frame 49
if (Key.isDown(38)) {
gotoAndPlay (38);
}
if (Key.isDown(65)) {
gotoAndPlay (25);
}
Symbol 1373 MovieClip Frame 50
if (Key.isDown(38)) {
gotoAndPlay (38);
}
if (Key.isDown(65)) {
gotoAndPlay (25);
}
Symbol 1373 MovieClip Frame 51
if (Key.isDown(38)) {
gotoAndPlay (38);
}
if (Key.isDown(65)) {
gotoAndPlay (25);
}
Symbol 1373 MovieClip Frame 52
if (Key.isDown(65)) {
gotoAndPlay (25);
}
if (Key.isDown(38)) {
gotoAndPlay (36);
} else {
play();
}
Symbol 1373 MovieClip Frame 53
if (Key.isDown(65)) {
gotoAndPlay (25);
}
if (Key.isDown(38)) {
gotoAndPlay (36);
} else {
play();
}
Symbol 1373 MovieClip Frame 54
gotoAndPlay (1);
Symbol 1373 MovieClip Frame 63
gotoAndPlay (1);
Symbol 1373 MovieClip Frame 64
_root.capable = "no";
Symbol 1373 MovieClip Frame 65
if (_root.direction == "left") {
_root.shotdirection = "left";
} else if (_root.direction == "right") {
_root.shotdirection = "right";
}
_root.nadeCounter++;
_root.nade.duplicateMovieClip("nade" + _root.nadeCounter, _root.nadeCounter);
_root["nade" + _root.nadeCounter]._visible = true;
Symbol 1373 MovieClip Frame 69
_root.capable = "yes";
gotoAndPlay (1);
Symbol 1373 MovieClip Frame 72
if (Key.isDown(40)) {
play();
} else {
gotoAndPlay (1);
}
if (Key.isDown(65)) {
_root.capable = "yes";
gotoAndPlay (74);
}
Symbol 1373 MovieClip Frame 73
gotoAndPlay (72);
Symbol 1373 MovieClip Frame 74
_root.capable = "yes";
_root.shotdirection = "down";
Symbol 1373 MovieClip Frame 75
_root.capable = "no";
Symbol 1373 MovieClip Frame 78
gotoAndPlay (72);
Symbol 1373 MovieClip Frame 81
gotoAndPlay (1);
Symbol 1410 MovieClip Frame 18
stop();
Symbol 1412 MovieClip Frame 1
if (hitarea2.hitTest(_root.ground)) {
} else {
gotoAndPlay (15);
}
if (hitarea2.hitTest(_root.background.end)) {
gotoAndPlay (39);
}
if (hitarea2.hitTest(_root.background.stop)) {
_root.plane1n = "yes";
_root.plane1.gotoAndPlay(2);
}
if (hitarea2.hitTest(_root.background.stop2)) {
t = new Sound(this);
t.attachSound("airstrike_plane");
t.start(0, 1);
_root.plane2n = "yes";
_root.plane2.gotoAndPlay(2);
}
if (Key.isDown(83)) {
gotoAndPlay (3);
} else if (Key.isDown(39) and (_x < 275)) {
_root.backmove = "no";
_root.direction = "right";
_x = (_x + _root.marcowalkspeed);
_xscale = 100;
sprites.gotoAndStop(2);
} else if (Key.isDown(39) and (_x > 275)) {
_root.direction = "right";
_root.backmove = "yes";
_root.background._x = _root.background._x - _root.marcowalkspeed;
_xscale = 100;
sprites.gotoAndStop(2);
} else if (Key.isDown(37) and this.hitTest(_root.wall)) {
_root.backmove = "no";
_root.direction = "left";
_xscale = -100;
sprites.gotoAndStop(2);
} else if (Key.isDown(37)) {
_root.backmove = "no";
_root.direction = "left";
_x = (_x - _root.marcowalkspeed);
_xscale = -100;
sprites.gotoAndStop(2);
} else {
_root.backmove = "no";
sprites.gotoAndStop(1);
}
Instance of Symbol 1341 MovieClip "hitarea" in Symbol 1412 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1341 MovieClip "hitarea2" in Symbol 1412 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1412 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1412 MovieClip Frame 3
if (hitarea2.hitTest(_root.background.end)) {
gotoAndPlay (39);
}
if (hitarea2.hitTest(_root.background.stop)) {
_root.plane1.gotoAndPlay(2);
_root.plane1n = "yes";
}
if (hitarea2.hitTest(_root.background.stop2)) {
_root.plane2n = "yes";
_root.plane2.gotoAndPlay(2);
}
_y = (_y - _root.marcojumpspeed);
if (Key.isDown(39) and (_x < 275)) {
_root.direction = "right";
_x = (_x + _root.marcowalkspeed);
_xscale = 100;
sprites.gotoAndStop("marco_legs_jump_direction");
} else if (Key.isDown(39)) {
_root.direction = "right";
_root.background._x = _root.background._x - _root.marcowalkspeed;
_xscale = 100;
sprites.gotoAndStop("marco_legs_jump_direction");
} else if (Key.isDown(37) and this.hitTest(_root.wall)) {
_root.direction = "left";
_xscale = -100;
sprites.gotoAndStop("marco_legs_jump_direction");
} else if (Key.isDown(37)) {
_root.direction = "left";
_x = (_x - _root.marcowalkspeed);
_xscale = -100;
sprites.gotoAndStop("marco_legs_jump_direction");
}
Symbol 1412 MovieClip Frame 4
call(3);
Symbol 1412 MovieClip Frame 5
call(3);
Symbol 1412 MovieClip Frame 6
call(3);
Symbol 1412 MovieClip Frame 7
call(3);
Symbol 1412 MovieClip Frame 8
call(3);
Symbol 1412 MovieClip Frame 9
call(3);
Symbol 1412 MovieClip Frame 10
call(3);
Symbol 1412 MovieClip Frame 11
call(3);
Symbol 1412 MovieClip Frame 12
call(3);
Symbol 1412 MovieClip Frame 13
call(3);
Symbol 1412 MovieClip Frame 14
call(3);
Symbol 1412 MovieClip Frame 15
if (hitarea2.hitTest(_root.background.end)) {
gotoAndPlay (39);
}
if (hitarea2.hitTest(_root.background.stop)) {
_root.plane1.gotoAndPlay(2);
_root.plane1n = "yes";
}
if (hitarea2.hitTest(_root.background.stop2)) {
_root.plane2n = "yes";
_root.plane2.gotoAndPlay(2);
}
if (hitarea2.hitTest(_root.ground)) {
gotoAndPlay (1);
} else {
_y = (_y + _root.marcojumpspeed);
}
if (Key.isDown(39) and (_x < 275)) {
_x = (_x + _root.marcowalkspeed);
_xscale = 100;
sprites.gotoAndStop("marco_legs_jump_direction");
} else if (Key.isDown(39)) {
_root.background._x = _root.background._x - _root.marcowalkspeed;
_xscale = 100;
sprites.gotoAndStop("marco_legs_jump_direction");
} else if (Key.isDown(37) and this.hitTest(_root.wall)) {
_xscale = -100;
sprites.gotoAndStop("marco_legs_jump_direction");
} else if (Key.isDown(37)) {
_x = (_x - _root.marcowalkspeed);
_xscale = -100;
sprites.gotoAndStop("marco_legs_jump_direction");
}
Symbol 1412 MovieClip Frame 16
gotoAndPlay (15);
Symbol 1412 MovieClip Frame 17
if (hitarea2.hitTest(_root.ground)) {
play();
} else {
_y = (_y + _root.marcojumpspeed);
}
_root.backmove = "no";
Symbol 1412 MovieClip Frame 18
call(17);
Symbol 1412 MovieClip Frame 19
call(17);
Symbol 1412 MovieClip Frame 20
call(17);
Symbol 1412 MovieClip Frame 21
call(17);
Symbol 1412 MovieClip Frame 22
call(17);
Symbol 1412 MovieClip Frame 23
call(17);
Symbol 1412 MovieClip Frame 24
call(17);
Symbol 1412 MovieClip Frame 25
call(17);
Symbol 1412 MovieClip Frame 26
call(17);
Symbol 1412 MovieClip Frame 27
call(17);
Symbol 1412 MovieClip Frame 28
call(17);
Symbol 1412 MovieClip Frame 29
call(17);
Symbol 1412 MovieClip Frame 30
call(17);
Symbol 1412 MovieClip Frame 31
call(17);
Symbol 1412 MovieClip Frame 32
call(17);
Symbol 1412 MovieClip Frame 33
call(17);
Symbol 1412 MovieClip Frame 34
call(17);
Symbol 1412 MovieClip Frame 35
call(17);
Symbol 1412 MovieClip Frame 38
_root.inv.gotoAndPlay(2);
_root.lives = _root.lives - 1;
gotoAndPlay (1);
Symbol 1412 MovieClip Frame 39
_root.capable = "no";
if (_root.intaxi == "yes") {
gotoAndStop (41);
}
Instance of Symbol 1341 MovieClip "hitarea2" in Symbol 1412 MovieClip Frame 39
onClipEvent (load) {
_visible = false;
}
Symbol 1412 MovieClip Frame 40
gotoAndPlay (39);
Symbol 1412 MovieClip Frame 41
stop();
Symbol 1413 MovieClip Frame 1
if (this.hitTest(_root.player.shotkiller)) {
removeMovieClip(this);
}
if (_root.shotCounter == 20) {
_root.shotCounter = 1;
}
_root.shotCount = _root.shotCount + 1;
if (_root.shotdirection == "left") {
this._x = _root.player._x - 70;
this._y = _root.player._y - 50;
shotMoveSpeed = -30;
shotySpeed = 0;
} else if (_root.shotdirection == "right") {
this._x = _root.player._x + 70;
this._y = _root.player._y - 50;
shotMoveSpeed = 30;
shotySpeed = 0;
} else if (_root.shotdirection == "up") {
this._rotation = 90;
this._x = _root.player._x;
this._y = _root.player._y - 160;
shotMoveSpeed = 0;
shotySpeed = -30;
} else if (_root.shotdirection == "down") {
this._rotation = 90;
this._x = _root.player._x;
this._y = _root.player._y + 20;
shotMoveSpeed = 0;
shotySpeed = 30;
}
if (this._name != "shot") {
ton = new Sound(this);
ton.attachSound("pistol");
ton.start(0, 1);
}
Symbol 1413 MovieClip Frame 2
_visible = false;
if (this._name != "shot") {
_visible = true;
_x = (_x + shotMoveSpeed);
_y = (_y + shotySpeed);
}
if (this._x > 600) {
this.removeMovieClip();
}
if (this._x < -10) {
this.removeMovieClip();
}
if (this._y > 360) {
gotoAndPlay (4);
}
Symbol 1413 MovieClip Frame 3
gotoAndPlay (2);
Symbol 1413 MovieClip Frame 4
stop();
Symbol 1416 MovieClip Frame 1
if (_root.nadeAmmo < 1) {
gotoAndStop (37);
} else {
_root.nadeAmmo = _root.nadeAmmo - 0.5;
}
if (_root.nadeCounter == 10) {
_root.nadeCounter = 1;
}
_root.nadeCount = _root.nadeCount + 1;
if (_root.shotdirection == "left") {
dir = "left";
_xscale = -100;
this._x = _root.player._x - 70;
this._y = _root.player._y - 50;
} else if (_root.shotdirection == "right") {
dir = "right";
_xscale = 100;
this._x = _root.player._x + 70;
this._y = _root.player._y - 50;
}
Symbol 1416 MovieClip Frame 2
_visible = false;
if (this._name != "nade") {
_visible = true;
}
if (this._name == "nade") {
stop();
}
_y = (_y - 10);
Symbol 1416 MovieClip Frame 3
_y = (_y - 10);
Symbol 1416 MovieClip Frame 4
_y = (_y - 10);
Symbol 1416 MovieClip Frame 5
_y = (_y - 10);
Symbol 1416 MovieClip Frame 6
if (this.hitTest(_root.ground)) {
gotoAndPlay (8);
} else {
_y = (_y + 20);
if (dir == "right") {
_x = (_x + 20);
} else {
_x = (_x - 20);
}
}
Symbol 1416 MovieClip Frame 7
gotoAndPlay (6);
Symbol 1416 MovieClip Frame 8
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 9
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 10
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 11
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 12
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 13
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 14
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
ton = new Sound(this);
ton.attachSound("gren_expl");
ton.start(0, 1);
Instance of Symbol 1415 MovieClip "hitarea" in Symbol 1416 MovieClip Frame 14
onClipEvent (load) {
_visible = false;
}
Symbol 1416 MovieClip Frame 15
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 16
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 17
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 18
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 19
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 20
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 21
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 22
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 23
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 24
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 25
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 26
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 27
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 28
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 29
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 30
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 31
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 32
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 33
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 34
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 35
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 36
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1416 MovieClip Frame 37
stop();
Symbol 1464 MovieClip Frame 23
stop();
Symbol 1465 MovieClip Frame 1
if (_root.bazookaCounter == 20) {
_root.bazookaCounter = 1;
}
_root.bazookaCount = _root.bazookaCount + 1;
if (_root.enemyb1n == "yes") {
this._x = _root.background._x + 220;
this._y = _root.background._y + 80;
shotMoveSpeed = -30;
shotySpeed = 0;
}
if (_root.enemyb2n == "yes") {
this._x = _root.background._x + 770;
this._y = _root.background._y + 80;
shotMoveSpeed = -30;
shotySpeed = 0;
}
if (_root.enemyb3n == "yes") {
this._x = _root.background._x + 1750;
this._y = _root.background._y - 100;
shotMoveSpeed = 0;
shotySpeed = 30;
}
if (_root.enemyb4n == "yes") {
this._x = _root.background._x + 3220;
this._y = _root.background._y - 100;
shotMoveSpeed = 0;
shotySpeed = 30;
}
if (_root.enemyb5n == "yes") {
this._x = _root.background._x + 4760;
this._y = _root.background._y + 80;
shotMoveSpeed = -30;
shotySpeed = 0;
}
Symbol 1465 MovieClip Frame 2
if ((_root.enemyb3n == "yes") and (_root.backmove == "yes")) {
shotMoveSpeed = -_root.marcowalkspeed;
}
if ((_root.enemyb4n == "yes") and (_root.backmove == "yes")) {
shotMoveSpeed = -_root.marcowalkspeed;
}
_visible = false;
if (this._name != "bazooka") {
_visible = true;
_x = (_x + shotMoveSpeed);
_y = (_y + shotySpeed);
}
if (this.hitTest(_root.wall)) {
removeMovieClip(this);
}
if (this.hitTest(_root.ground)) {
gotoAndStop (4);
}
if (this.hitTest(_root.player.hitarea)) {
_root.player.gotoAndPlay("dead");
gotoAndStop (4);
}
Symbol 1465 MovieClip Frame 3
gotoAndPlay (2);
Symbol 1465 MovieClip Frame 4
ton = new Sound(this);
ton.attachSound("nadeblow");
ton.start(0, 1);
stop();
Symbol 1467 MovieClip Frame 1
if (Key.isDown(65) and (_root.capable == "yes")) {
_root.shotCounter++;
_root.shot.duplicateMovieClip("shot" + _root.shotCounter, _root.shotCounter);
_root["shot" + _root.shotCounter]._visible = true;
}
Symbol 1467 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1469 MovieClip Frame 1
stop();
Symbol 1469 MovieClip Frame 2
_root.player._visible = false;
_root.player.hitarea._name = "crap";
Symbol 1469 MovieClip Frame 5
_root.player._visible = true;
Symbol 1469 MovieClip Frame 8
_root.player._visible = false;
Symbol 1469 MovieClip Frame 10
_root.player._visible = true;
_root.player.crap._name = "hitarea";
gotoAndStop (1);
Symbol 1473 MovieClip Frame 1
stopAllSounds();
Symbol 1473 MovieClip Frame 2
stop();
Symbol 1475 MovieClip Frame 1
t = new Sound(this);
t.attachSound("airstrike_plane");
t.start(0, 1);
Symbol 1491 MovieClip Frame 11
_root.bombCounter++;
_root.bomb.duplicateMovieClip("bomb" + _root.bombCounter, _root.bombCounter);
_root["bomb" + _root.bombCounter]._visible = true;
Symbol 1491 MovieClip Frame 22
_root.bombCounter++;
_root.bomb.duplicateMovieClip("bomb" + _root.bombCounter, _root.bombCounter);
_root["bomb" + _root.bombCounter]._visible = true;
Symbol 1491 MovieClip Frame 32
_root.bombCounter++;
_root.bomb.duplicateMovieClip("bomb" + _root.bombCounter, _root.bombCounter);
_root["bomb" + _root.bombCounter]._visible = true;
Symbol 1491 MovieClip Frame 33
stop();
Symbol 1494 MovieClip Frame 1
stop();
Symbol 1495 MovieClip Frame 1
stop();
Symbol 1495 MovieClip Frame 2
if (_x < -100) {
} else if (_x > -100) {
_x = (_x - 20);
} else if ((Key.isDown(39) and (_root.backmove == "yes")) and (_x > -100)) {
_x = (_x - 40);
}
if (this.hitTest(_root.shot1)) {
hit.gotoAndPlay(2);
}
if (this.hitTest(_root.shot2)) {
hit.gotoAndPlay(2);
}
if (this.hitTest(_root.shot3)) {
hit.gotoAndPlay(2);
}
if (this.hitTest(_root.shot4)) {
hit.gotoAndPlay(2);
}
if (this.hitTest(_root.shot5)) {
hit.gotoAndPlay(2);
}
if (this.hitTest(_root.shot6)) {
hit.gotoAndPlay(2);
}
if (this.hitTest(_root.shot7)) {
hit.gotoAndPlay(2);
}
if (this.hitTest(_root.shot8)) {
hit.gotoAndPlay(2);
}
if (this.hitTest(_root.shot9)) {
hit.gotoAndPlay(2);
}
if (this.hitTest(_root.shot10)) {
hit.gotoAndPlay(2);
}
if (this.hitTest(_root.shot11)) {
hit.gotoAndPlay(2);
}
if (this.hitTest(_root.shot12)) {
hit.gotoAndPlay(2);
}
if (this.hitTest(_root.shot13)) {
hit.gotoAndPlay(2);
}
if (this.hitTest(_root.shot14)) {
hit.gotoAndPlay(2);
}
if (this.hitTest(_root.shot15)) {
hit.gotoAndPlay(2);
}
if (this.hitTest(_root.shot16)) {
hit.gotoAndPlay(2);
}
if (this.hitTest(_root.shot17)) {
hit.gotoAndPlay(2);
}
if (this.hitTest(_root.shot18)) {
hit.gotoAndPlay(2);
}
if (this.hitTest(_root.shot19)) {
hit.gotoAndPlay(2);
}
if (this.hitTest(_root.shot20)) {
hit.gotoAndPlay(2);
}
Instance of Symbol 1475 MovieClip "hitarea" in Symbol 1495 MovieClip Frame 2
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1491 MovieClip in Symbol 1495 MovieClip Frame 2
onClipEvent (load) {
_visible = false;
}
Symbol 1495 MovieClip Frame 3
gotoAndPlay (2);
Symbol 1499 MovieClip Frame 1
if (_root.bombCounter == 5) {
_root.bombCounter = 1;
}
_root.bombCount = _root.bombCount + 1;
if (_root.plane1n == "yes") {
this._x = _root.plane1._x;
this._y = _root.plane1._y + 20;
shotMoveSpeed = 0;
shotySpeed = 20;
}
if (_root.plane2n == "yes") {
this._x = _root.plane2._x;
this._y = _root.plane2._y + 20;
shotMoveSpeed = 0;
shotySpeed = 20;
}
Symbol 1499 MovieClip Frame 2
if (_root.backmove == "yes") {
shotMoveSpeed = -_root.marcowalkspeed;
}
_visible = false;
if (this._name != "bomb") {
_visible = true;
_x = (_x + shotMoveSpeed);
_y = (_y + shotySpeed);
}
if (this.hitTest(_root.ground)) {
gotoAndStop (4);
}
if (this.hitTest(_root.player.hitarea)) {
_root.player.gotoAndPlay("dead");
gotoAndStop (4);
}
Symbol 1499 MovieClip Frame 3
gotoAndPlay (2);
Symbol 1499 MovieClip Frame 4
ton = new Sound(this);
ton.attachSound("nadeblow");
ton.start(0, 1);
stop();
Symbol 1542 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("cut2");
}
Symbol 1545 MovieClip Frame 1
stop();
Symbol 1545 MovieClip Frame 2
stop();
stopAllSounds();
Symbol 1545 MovieClip Frame 4
play();
Symbol 1545 MovieClip Frame 16
_root.intaxi = "yes";
Symbol 1545 MovieClip Frame 47
stop();
Symbol 1551 Button
on (keyPress "<Space>") {
gotoAndStop (430);
}
Symbol 1560 MovieClip Frame 1
stop();
_root.backgroundstance = "still";
Symbol 1575 MovieClip Frame 1
stop();
Symbol 1591 MovieClip Frame 12
_root.tankshotCounter++;
_root.tankshot.duplicateMovieClip("tankshot" + _root.tankshotCounter, _root.tankshotCounter);
_root["tankshot" + _root.tankshotCounter]._visible = true;
Symbol 1591 MovieClip Frame 26
_root.tank.sprites.gotoAndStop(2);
Symbol 1647 MovieClip Frame 1
if (this.hitTest(_root.player.hitarea2) and (_root.runover != "yes")) {
_root.player.gotoAndPlay("dead");
}
Symbol 1647 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1666 MovieClip Frame 28
if (_root.tankdir == "right") {
_root.tank._x = _root.tank._x + 20;
} else if (_root.tankdir == "left") {
_root.tank._x = _root.tank._x - 20;
}
Instance of Symbol 1647 MovieClip in Symbol 1666 MovieClip Frame 28
onClipEvent (load) {
_visible = false;
}
Symbol 1666 MovieClip Frame 29
call(28);
Symbol 1666 MovieClip Frame 30
call(28);
Symbol 1666 MovieClip Frame 31
call(28);
Symbol 1666 MovieClip Frame 32
call(28);
Symbol 1666 MovieClip Frame 33
call(28);
Symbol 1666 MovieClip Frame 34
call(28);
Symbol 1666 MovieClip Frame 35
call(28);
Symbol 1666 MovieClip Frame 36
call(28);
Symbol 1666 MovieClip Frame 37
if (_root.tankdir == "right") {
_root.tank._x = _root.tank._x + 20;
} else if (_root.tankdir == "left") {
_root.tank._x = _root.tank._x - 20;
}
Symbol 1666 MovieClip Frame 38
call(28);
Symbol 1666 MovieClip Frame 39
call(28);
Symbol 1666 MovieClip Frame 40
call(28);
Symbol 1666 MovieClip Frame 41
call(28);
Symbol 1666 MovieClip Frame 42
call(28);
Symbol 1666 MovieClip Frame 43
call(28);
Symbol 1666 MovieClip Frame 44
call(28);
Symbol 1666 MovieClip Frame 45
if (_root.tankdir == "right") {
_root.tankdir = "left";
_root.tank._xscale = -100;
_root.tank.sprites.gotoAndStop(1);
} else if (_root.tankdir == "left") {
_root.tankdir = "right";
_root.tank._xscale = 100;
_root.tank.sprites.gotoAndStop(1);
}
Symbol 1667 MovieClip Frame 1
stop();
Symbol 1669 MovieClip Frame 1
health = 40;
_root.tankdir = "right";
Instance of Symbol 1577 MovieClip "stopper" in Symbol 1669 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1669 MovieClip Frame 2
if (health < 1) {
gotoAndStop (4);
}
if (this.stopper.hitTest(_root.shot1)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot1.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot2)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot2.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot3)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot3.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot4)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot4.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot5)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot5.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot6)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot6.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot7)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot7.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot8)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot8.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot9)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot9.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot10)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot10.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot11)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot11.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot12)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot12.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot13)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot13.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot14)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot14.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot15)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot15.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot16)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot16.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot17)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot17.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot18)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot18.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot19)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot19.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot20)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot20.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.nade1)) {
_root.nade1.gotoAndPlay(12);
gotoAndStop (4);
}
if (this.stopper.hitTest(_root.nade2)) {
_root.nade2.gotoAndPlay(12);
gotoAndStop (4);
}
if (this.stopper.hitTest(_root.nade3)) {
_root.nade3.gotoAndPlay(12);
gotoAndStop (4);
}
if (this.stopper.hitTest(_root.nade4)) {
_root.nade4.gotoAndPlay(12);
gotoAndStop (4);
}
if (this.stopper.hitTest(_root.nade5)) {
_root.nade5.gotoAndPlay(12);
gotoAndStop (4);
}
if (this.stopper.hitTest(_root.nade6)) {
_root.nade6.gotoAndPlay(12);
gotoAndStop (4);
}
if (this.stopper.hitTest(_root.nade7)) {
_root.nade7.gotoAndPlay(12);
gotoAndStop (4);
}
if (this.stopper.hitTest(_root.nade8)) {
_root.nade8.gotoAndPlay(12);
gotoAndStop (4);
}
if (this.stopper.hitTest(_root.nade9)) {
_root.nade9.gotoAndPlay(12);
gotoAndStop (4);
}
if (this.stopper.hitTest(_root.nade10)) {
_root.nade10.gotoAndPlay(12);
gotoAndStop (4);
}
Symbol 1669 MovieClip Frame 3
gotoAndPlay (2);
Symbol 1669 MovieClip Frame 4
stop();
_root.play();
Symbol 1675 MovieClip Frame 1
if (_name == "tankshot") {
_visible = false;
stop();
}
if (_root.tankdir == "left") {
this._x = _root.tank._x - 80;
this._y = _root.tank._y - 17;
shotMoveSpeed = -30;
_xscale = -100;
} else if (_root.tankdir == "right") {
this._x = _root.tank._x + 80;
this._y = _root.tank._y - 17;
shotMoveSpeed = 30;
}
Symbol 1675 MovieClip Frame 2
_x = (_x + shotMoveSpeed);
if (this.hitTest(_root.player.hitarea)) {
_root.player.gotoAndPlay("dead");
gotoAndStop (4);
}
Symbol 1675 MovieClip Frame 3
gotoAndPlay (2);
Symbol 1675 MovieClip Frame 4
stop();
Symbol 1676 MovieClip Frame 1
if (hitarea2.hitTest(_root.ground)) {
} else {
gotoAndPlay (15);
}
if (hitarea2.hitTest(_root.background.end)) {
gotoAndPlay (39);
}
if (hitarea2.hitTest(_root.background.stop)) {
_root.plane1n = "yes";
_root.plane1.gotoAndPlay(2);
}
if (hitarea2.hitTest(_root.background.stop2)) {
t = new Sound(this);
t.attachSound("airstrike_plane");
t.start(0, 1);
_root.plane2n = "yes";
_root.plane2.gotoAndPlay(2);
}
if (Key.isDown(83)) {
gotoAndPlay (3);
} else if (Key.isDown(39) and this.hitTest(_root.wall2)) {
_root.backmove = "no";
_root.direction = "right";
_xscale = 100;
sprites.gotoAndStop(2);
} else if (Key.isDown(39)) {
_root.direction = "right";
_root.backmove = "no";
_x = (_x + _root.marcowalkspeed);
_xscale = 100;
sprites.gotoAndStop(2);
} else if (Key.isDown(37) and this.hitTest(_root.wall)) {
_root.backmove = "no";
_root.direction = "left";
_xscale = -100;
sprites.gotoAndStop(2);
} else if (Key.isDown(37)) {
_root.backmove = "no";
_root.direction = "left";
_x = (_x - _root.marcowalkspeed);
_xscale = -100;
sprites.gotoAndStop(2);
} else {
_root.backmove = "no";
sprites.gotoAndStop(1);
}
Instance of Symbol 1341 MovieClip "hitarea" in Symbol 1676 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1341 MovieClip "hitarea2" in Symbol 1676 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1676 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1676 MovieClip Frame 3
if (hitarea2.hitTest(_root.background.end)) {
gotoAndPlay (39);
}
if (hitarea2.hitTest(_root.background.stop)) {
_root.plane1.gotoAndPlay(2);
_root.plane1n = "yes";
}
if (hitarea2.hitTest(_root.background.stop2)) {
_root.plane2n = "yes";
_root.plane2.gotoAndPlay(2);
}
_y = (_y - _root.marcojumpspeed);
if (Key.isDown(39) and this.hitTest(_root.wall2)) {
_root.direction = "right";
_xscale = 100;
sprites.gotoAndStop("marco_legs_jump_direction");
} else if (Key.isDown(39)) {
_x = (_x + _root.marcowalkspeed);
_root.direction = "right";
_xscale = 100;
sprites.gotoAndStop("marco_legs_jump_direction");
} else if (Key.isDown(37) and this.hitTest(_root.wall)) {
_root.direction = "left";
_xscale = -100;
sprites.gotoAndStop("marco_legs_jump_direction");
} else if (Key.isDown(37)) {
_root.direction = "left";
_x = (_x - _root.marcowalkspeed);
_xscale = -100;
sprites.gotoAndStop("marco_legs_jump_direction");
}
Symbol 1676 MovieClip Frame 4
call(3);
Symbol 1676 MovieClip Frame 5
call(3);
Symbol 1676 MovieClip Frame 6
call(3);
Symbol 1676 MovieClip Frame 7
call(3);
Symbol 1676 MovieClip Frame 8
call(3);
Symbol 1676 MovieClip Frame 9
call(3);
Symbol 1676 MovieClip Frame 10
call(3);
Symbol 1676 MovieClip Frame 11
call(3);
Symbol 1676 MovieClip Frame 12
call(3);
Symbol 1676 MovieClip Frame 13
call(3);
Symbol 1676 MovieClip Frame 14
call(3);
Symbol 1676 MovieClip Frame 15
if (hitarea2.hitTest(_root.background.end)) {
gotoAndPlay (39);
}
if (hitarea2.hitTest(_root.background.stop)) {
_root.plane1.gotoAndPlay(2);
_root.plane1n = "yes";
}
if (hitarea2.hitTest(_root.background.stop2)) {
_root.plane2n = "yes";
_root.plane2.gotoAndPlay(2);
}
if (hitarea2.hitTest(_root.ground)) {
gotoAndPlay (1);
} else {
_y = (_y + _root.marcojumpspeed);
}
if (Key.isDown(39) and this.hitTest(_root.wall2)) {
_root.direction = "right";
_xscale = 100;
sprites.gotoAndStop("marco_legs_jump_direction");
} else if (Key.isDown(39)) {
_root.direction = "right";
_x = (_x + _root.marcowalkspeed);
_xscale = 100;
sprites.gotoAndStop("marco_legs_jump_direction");
} else if (Key.isDown(37) and this.hitTest(_root.wall)) {
_root.direction = "left";
_xscale = -100;
sprites.gotoAndStop("marco_legs_jump_direction");
} else if (Key.isDown(37)) {
_root.direction = "left";
_x = (_x - _root.marcowalkspeed);
_xscale = -100;
sprites.gotoAndStop("marco_legs_jump_direction");
}
Symbol 1676 MovieClip Frame 16
gotoAndPlay (15);
Symbol 1676 MovieClip Frame 17
if (hitarea2.hitTest(_root.ground)) {
play();
} else {
_y = (_y + _root.marcojumpspeed);
}
_root.backmove = "no";
_root.runover = "yes";
Symbol 1676 MovieClip Frame 18
call(17);
Symbol 1676 MovieClip Frame 19
call(17);
Symbol 1676 MovieClip Frame 20
call(17);
Symbol 1676 MovieClip Frame 21
call(17);
Symbol 1676 MovieClip Frame 22
call(17);
Symbol 1676 MovieClip Frame 23
call(17);
Symbol 1676 MovieClip Frame 24
call(17);
Symbol 1676 MovieClip Frame 25
call(17);
Symbol 1676 MovieClip Frame 26
call(17);
Symbol 1676 MovieClip Frame 27
call(17);
Symbol 1676 MovieClip Frame 28
call(17);
Symbol 1676 MovieClip Frame 29
call(17);
Symbol 1676 MovieClip Frame 30
call(17);
Symbol 1676 MovieClip Frame 31
call(17);
Symbol 1676 MovieClip Frame 32
call(17);
Symbol 1676 MovieClip Frame 33
call(17);
Symbol 1676 MovieClip Frame 34
call(17);
Symbol 1676 MovieClip Frame 35
call(17);
if (_root.lives == 0) {
_root.dead.gotoAndStop(2);
gotoAndStop (41);
}
Symbol 1676 MovieClip Frame 38
_root.inv.gotoAndPlay(2);
_root.lives = _root.lives - 1;
_root.runover = "no";
gotoAndPlay (1);
Symbol 1676 MovieClip Frame 39
_root.capable = "no";
if (_root.intaxi == "yes") {
gotoAndStop (41);
}
Instance of Symbol 1341 MovieClip "hitarea2" in Symbol 1676 MovieClip Frame 39
onClipEvent (load) {
_visible = false;
}
Symbol 1676 MovieClip Frame 40
gotoAndPlay (39);
Symbol 1676 MovieClip Frame 41
stop();
Symbol 1678 MovieClip Frame 1
if (_root.nadeAmmo < 1) {
gotoAndStop (37);
} else {
_root.nadeAmmo = _root.nadeAmmo - 0.5;
}
if (_root.nadeCounter == 10) {
_root.nadeCounter = 1;
}
_root.nadeCount = _root.nadeCount + 1;
if (_root.shotdirection == "left") {
dir = "left";
_xscale = 100;
this._x = _root.player._x - 70;
this._y = _root.player._y - 50;
} else if (_root.shotdirection == "right") {
dir = "right";
_xscale = -100;
this._x = _root.player._x + 70;
this._y = _root.player._y - 50;
}
Symbol 1678 MovieClip Frame 2
_visible = false;
if (this._name != "nade") {
_visible = true;
}
if (this._name == "nade") {
stop();
}
_y = (_y - 10);
Symbol 1678 MovieClip Frame 3
_y = (_y - 10);
Symbol 1678 MovieClip Frame 4
_y = (_y - 10);
Symbol 1678 MovieClip Frame 5
_y = (_y - 10);
Symbol 1678 MovieClip Frame 6
if (this.hitTest(_root.ground)) {
gotoAndPlay (8);
} else {
_y = (_y + 20);
if (dir == "right") {
_x = (_x + 20);
} else {
_x = (_x - 20);
}
}
Symbol 1678 MovieClip Frame 7
gotoAndPlay (6);
Symbol 1678 MovieClip Frame 8
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 9
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 10
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 11
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 12
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 13
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 14
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
ton = new Sound(this);
ton.attachSound("gren_expl");
ton.start(0, 1);
Instance of Symbol 1415 MovieClip "hitarea" in Symbol 1678 MovieClip Frame 14
onClipEvent (load) {
_visible = false;
}
Symbol 1678 MovieClip Frame 15
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 16
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 17
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 18
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 19
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 20
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 21
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 22
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 23
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 24
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 25
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 26
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 27
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 28
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 29
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 30
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 31
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 32
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 33
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 34
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 35
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 36
if (Key.isDown(39) and (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1678 MovieClip Frame 37
stop();
Symbol 1684 Button
on (release) {
_root.gotoAndPlay("cut2");
}
Symbol 1688 Button
on (release) {
_root.gotoAndPlay("menu");
}
Symbol 1689 MovieClip Frame 1
stop();
Symbol 1689 MovieClip Frame 2
stop();
Symbol 1694 MovieClip Frame 1
stopAllSounds();
Symbol 1694 MovieClip Frame 2
stop();
Symbol 1719 MovieClip Frame 11
_root.nextFrame();
Symbol 1727 Button
on (release) {
gotoAndPlay (496);
}
Symbol 1837 MovieClip Frame 32
gotoAndPlay (3);
Symbol 1904 MovieClip Frame 1
if (this.hitTest(_root.edge)) {
gotoAndPlay (3);
}
Symbol 1904 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1904 MovieClip Frame 50
gotoAndPlay (7);
Symbol 1908 MovieClip Frame 1
if (_root.tank1health < 1) {
_root.tank1stance = "dead";
gotoAndStop (5);
}
if (stopper.hitTest(_root.player) and Key.isDown(39)) {
_root.backgroundstance = "still";
_root.player._x = _root.player._x - 10;
}
if (this.stopper.hitTest(_root.nade1)) {
_root.nade1.gotoAndPlay(12);
gotoAndStop (5);
}
if (this.stopper.hitTest(_root.nade2)) {
_root.nade2.gotoAndPlay(12);
gotoAndStop (5);
}
if (this.stopper.hitTest(_root.nade3)) {
_root.nade3.gotoAndPlay(12);
gotoAndStop (5);
}
if (this.stopper.hitTest(_root.nade4)) {
_root.nade4.gotoAndPlay(12);
gotoAndStop (5);
}
if (this.stopper.hitTest(_root.nade5)) {
_root.nade5.gotoAndPlay(12);
gotoAndStop (5);
}
if (this.stopper.hitTest(_root.nade6)) {
_root.nade6.gotoAndPlay(12);
gotoAndStop (5);
}
if (this.stopper.hitTest(_root.nade7)) {
_root.nade7.gotoAndPlay(12);
gotoAndStop (5);
}
if (this.stopper.hitTest(_root.nade8)) {
_root.nade8.gotoAndPlay(12);
gotoAndStop (5);
}
if (this.stopper.hitTest(_root.nade9)) {
_root.nade9.gotoAndPlay(12);
gotoAndStop (5);
}
if (this.stopper.hitTest(_root.nade10)) {
_root.nade10.gotoAndPlay(12);
gotoAndStop (5);
}
Instance of Symbol 468 MovieClip "hitarea" in Symbol 1908 MovieClip Frame 1
onClipEvent (load) {
setProperty(this, _visible , false);
}
Instance of Symbol 468 MovieClip "stopper" in Symbol 1908 MovieClip Frame 1
onClipEvent (load) {
setProperty(this, _visible , false);
}
Symbol 1908 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1908 MovieClip Frame 4
gotoAndPlay (1);
Symbol 1908 MovieClip Frame 5
stop();
_root.kills = _root.kills + 1;
_root.tank1dead = "yes";
Symbol 1909 MovieClip Frame 1
if (hitTest(_root.player) and (_root.mslugliving != "yes")) {
gotoAndPlay (3);
} else if (hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player.gotoAndPlay("mpain");
gotoAndStop (3);
} else if (hitTest(_root.player) and (_root.mslugstance != "notjumping")) {
_root.player.gotoAndPlay("mjumppain");
gotoAndPlay (3);
}
Symbol 1909 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1909 MovieClip Frame 3
stop();
Symbol 1910 MovieClip Frame 1
missile.gotoAndPlay(1);
Symbol 1911 MovieClip Frame 1
if (this.hitTest(_root.edge)) {
gotoAndPlay (3);
} else {
health = 20;
}
if (this.hitTest(_root.shot1)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot1.gotoAndPlay(4);
}
if (this.hitTest(_root.shot2)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot2.gotoAndPlay(4);
}
if (this.hitTest(_root.shot3)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot3.gotoAndStop(4);
}
if (this.hitTest(_root.shot4)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot4.gotoAndStop(4);
}
if (this.hitTest(_root.shot5)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot5.gotoAndStop(4);
}
if (this.hitTest(_root.shot6)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot6.gotoAndStop(4);
}
if (this.hitTest(_root.shot7)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot7.gotoAndStop(4);
}
if (this.hitTest(_root.shot8)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot8.gotoAndStop(4);
}
if (this.hitTest(_root.shot9)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot9.gotoAndStop(4);
}
if (this.hitTest(_root.shot10)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot10.gotoAndStop(4);
}
if (this.hitTest(_root.shot11)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot11.gotoAndStop(4);
}
if (this.hitTest(_root.shot12)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot12.gotoAndStop(4);
}
if (this.hitTest(_root.shot13)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot13.gotoAndStop(4);
}
if (this.hitTest(_root.shot14)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot14.gotoAndStop(4);
}
if (this.hitTest(_root.shot15)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot15.gotoAndStop(4);
}
if (this.hitTest(_root.shot16)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot16.gotoAndStop(4);
}
if (this.hitTest(_root.shot17)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot17.gotoAndStop(4);
}
if (this.hitTest(_root.shot18)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot18.gotoAndStop(4);
}
if (this.hitTest(_root.shot19)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot19.gotoAndStop(4);
}
if (this.hitTest(_root.shot20)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot20.gotoAndStop(4);
}
if (this.hitTest(_root.nade1.hitarea)) {
gotoAndStop (5);
}
if (this.hitTest(_root.nade2.hitarea)) {
gotoAndStop (5);
}
if (this.hitTest(_root.nade3.hitarea)) {
gotoAndStop (5);
}
if (this.hitTest(_root.nade4.hitarea)) {
gotoAndStop (5);
}
if (this.hitTest(_root.nade5.hitarea)) {
gotoAndStop (5);
}
if (this.hitTest(_root.nade6.hitarea)) {
gotoAndStop (5);
}
if (this.hitTest(_root.nade7.hitarea)) {
gotoAndStop (5);
}
if (this.hitTest(_root.nade8.hitarea)) {
gotoAndStop (5);
}
if (this.hitTest(_root.nade9.hitarea)) {
gotoAndStop (5);
}
if (this.hitTest(_root.nade10.hitarea)) {
gotoAndStop (5);
}
Instance of Symbol 1577 MovieClip "stopper" in Symbol 1911 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1911 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1911 MovieClip Frame 3
if (health < 1) {
gotoAndStop (5);
}
if (stopper.hitTest(_root.player) and Key.isDown(39)) {
_root.backgroundstance = "still";
_root.player._x = _root.player._x - 10;
}
if (this.stopper.hitTest(_root.shot1)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot1.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot2)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot2.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot3)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot3.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot4)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot4.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot5)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot5.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot6)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot6.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot7)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot7.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot8)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot8.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot9)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot9.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot10)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot10.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot11)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot11.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot12)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot12.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot13)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot13.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot14)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot14.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot15)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot15.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot16)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot16.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot17)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot17.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot18)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot18.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot19)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot19.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot20)) {
health = health - 1;
hit.gotoAndPlay(2);
_root.shot20.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.nade1)) {
_root.nade1.gotoAndPlay(12);
gotoAndStop (5);
}
if (this.stopper.hitTest(_root.nade2)) {
_root.nade2.gotoAndPlay(12);
gotoAndStop (5);
}
if (this.stopper.hitTest(_root.nade3)) {
_root.nade3.gotoAndPlay(12);
gotoAndStop (5);
}
if (this.stopper.hitTest(_root.nade4)) {
_root.nade4.gotoAndPlay(12);
gotoAndStop (5);
}
if (this.stopper.hitTest(_root.nade5)) {
_root.nade5.gotoAndPlay(12);
gotoAndStop (5);
}
if (this.stopper.hitTest(_root.nade6)) {
_root.nade6.gotoAndPlay(12);
gotoAndStop (5);
}
if (this.stopper.hitTest(_root.nade7)) {
_root.nade7.gotoAndPlay(12);
gotoAndStop (5);
}
if (this.stopper.hitTest(_root.nade8)) {
_root.nade8.gotoAndPlay(12);
gotoAndStop (5);
}
if (this.stopper.hitTest(_root.nade9)) {
_root.nade9.gotoAndPlay(12);
gotoAndStop (5);
}
if (this.stopper.hitTest(_root.nade10)) {
_root.nade10.gotoAndPlay(12);
gotoAndStop (5);
}
Symbol 1911 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1911 MovieClip Frame 5
stop();
Symbol 1912 MovieClip Frame 1
if (this.hitTest(_root.edge)) {
s.play();
}
if (this.hitarea.hitTest(_root.player.squash)) {
gotoAndPlay (5);
}
if (this.hitarea.hitTest(_root.shot1)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot1.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot2)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot2.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot3)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot3.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot4)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot4.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot5)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot5.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot6)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot6.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot7)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot7.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot8)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot8.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot9)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot9.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot10)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot10.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot11)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot11.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot12)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot12.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot13)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot13.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot14)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot14.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot15)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot15.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot16)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot16.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot17)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot17.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot18)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot18.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot19)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot19.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.shot20)) {
i = random(2) + 1;
if (i == 1) {
_root.kills = _root.kills + 1;
gotoAndPlay (4);
} else {
_root.kills = _root.kills + 1;
gotoAndPlay (5);
}
_root.shot20.gotoAndStop(4);
}
if (this.hitarea.hitTest(_root.nade1)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitarea.hitTest(_root.nade2)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitarea.hitTest(_root.nade3)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitarea.hitTest(_root.nade4)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitarea.hitTest(_root.nade5)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitarea.hitTest(_root.nade6)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitarea.hitTest(_root.nade7)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitarea.hitTest(_root.nade8)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitarea.hitTest(_root.nade9)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
if (this.hitarea.hitTest(_root.nade10)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
}
Instance of Symbol 468 MovieClip "hitarea" in Symbol 1912 MovieClip Frame 1
onClipEvent (load) {
setProperty(this, _visible , false);
}
Symbol 1912 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1912 MovieClip Frame 3
stop();
stance = "flamed";
ton = new Sound(this);
ton.attachSound("metal_slug_soilder_screams");
ton.start(0, 1);
Symbol 1912 MovieClip Frame 4
stance2 = "dead";
ton1 = new Sound(this);
ton1.attachSound("enemy_die");
ton1.start(0, 1);
Symbol 1912 MovieClip Frame 5
stop();
stance2 = "dead";
ton1 = new Sound(this);
ton1.attachSound("enemy_die");
ton1.start(0, 1);
Symbol 1912 MovieClip Frame 6
ton1 = new Sound(this);
ton1.attachSound("enemy_die");
ton1.start(0, 1);
stop();
Symbol 1914 MovieClip Frame 1
if (this.hitTest(_root.player)) {
_root.plane2n = "yes";
_root.plane2.gotoAndPlay(2);
}
Symbol 1914 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1915 MovieClip Frame 1
if (this.hitTest(_root.player)) {
gotoAndPlay (15);
}
Symbol 1915 MovieClip Frame 2
call(1);
Symbol 1915 MovieClip Frame 3
call(1);
Symbol 1915 MovieClip Frame 4
call(1);
Symbol 1915 MovieClip Frame 5
call(1);
Symbol 1915 MovieClip Frame 6
call(1);
Symbol 1915 MovieClip Frame 7
call(1);
Symbol 1915 MovieClip Frame 8
call(1);
Symbol 1915 MovieClip Frame 9
call(1);
Symbol 1915 MovieClip Frame 10
call(1);
Symbol 1915 MovieClip Frame 11
call(1);
Symbol 1915 MovieClip Frame 12
call(1);
Symbol 1915 MovieClip Frame 13
call(1);
Symbol 1915 MovieClip Frame 14
gotoAndPlay (1);
Symbol 1915 MovieClip Frame 15
_root.mslughealth.prevFrame();
Symbol 1915 MovieClip Frame 25
stop();
Symbol 1916 MovieClip Frame 1
if (this.hitTest(_root.player)) {
_root.plane1n = "yes";
_root.plane1.gotoAndPlay(2);
}
Symbol 1916 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1917 MovieClip Frame 1
backgroundspeed = 10;
if ((Key.isDown(39) and (_root.player._x > 200)) and (_root.mslugstance != "dead")) {
this._x = this._x - backgroundspeed;
_root.backgroundstance = "moving";
} else {
_root.backgroundstance = "still";
}
if (bgstopper2.hitTest(_root.bgstopper)) {
gotoAndStop (3);
}
Instance of Symbol 1852 MovieClip in Symbol 1917 MovieClip Frame 1
onClipEvent (load) {
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(this)) {
_root.background.gotoAndPlay(3);
}
}
Instance of Symbol 1914 MovieClip "stop2" in Symbol 1917 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1916 MovieClip "stop" in Symbol 1917 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1917 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1917 MovieClip Frame 3
_root.backgroundstance = "still";
_root.bosscut.gotoAndStop(2);
_root.chopper.gotoAndPlay("chopper_cutscene");
_root.player.gotoAndPlay("mcutscene");
stop();
Symbol 1918 MovieClip Frame 1
if (_root.bombCounter == 5) {
_root.bombCounter = 1;
}
_root.bombCount = _root.bombCount + 1;
if (_root.plane1n == "yes") {
this._x = _root.plane1._x;
this._y = _root.plane1._y + 20;
shotMoveSpeed = 0;
shotySpeed = 20;
}
if (_root.plane2n == "yes") {
this._x = _root.plane2._x;
this._y = _root.plane2._y + 20;
shotMoveSpeed = 0;
shotySpeed = 20;
}
Symbol 1918 MovieClip Frame 2
if (_root.backmove == "yes") {
shotMoveSpeed = -_root.marcowalkspeed;
}
_visible = false;
if (this._name != "bomb") {
_visible = true;
_x = (_x + shotMoveSpeed);
_y = (_y + shotySpeed);
}
if (this.hitTest(_root.ground)) {
gotoAndStop (4);
}
if (hitTest(_root.player) and (_root.mslugliving != "yes")) {
gotoAndPlay (4);
} else if (hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player.gotoAndPlay("mpain");
gotoAndPlay (4);
} else if (hitTest(_root.player) and (_root.mslugstance != "notjumping")) {
_root.player.gotoAndPlay("mjumppain");
gotoAndPlay (4);
}
Symbol 1918 MovieClip Frame 3
gotoAndPlay (2);
Symbol 1918 MovieClip Frame 4
ton = new Sound(this);
ton.attachSound("nadeblow");
ton.start(0, 1);
stop();
Symbol 1921 MovieClip Frame 1
stopAllSounds();
Symbol 1921 MovieClip Frame 2
stop();
Symbol 1925 MovieClip Frame 1
if (_root.shotCounter > 19) {
_root.shotCounter = 0;
}
if (Key.isDown(65) and (_root.shotCount < 5)) {
_root.shotCounter++;
_root.shot.duplicateMovieClip("shot" + _root.shotCounter, _root.shotCounter);
_root["shot" + _root.shotCounter]._visible = true;
tellTarget ("msvcsprites") {
gotoAndStop ("msvcshoot");
};
} else if (Key.isDown(65) and (_root.shotCount > 4)) {
tellTarget ("msvcsprites") {
gotoAndStop ("msvcidle");
};
} else {
_root.shotCount = 0;
tellTarget ("msvcsprites") {
gotoAndStop ("msvcidle");
};
}
if (Key.isDown(38)) {
this._rotation = this._rotation - 9;
} else if (Key.isDown(40)) {
this._rotation = this._rotation + 9;
}
Symbol 1925 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2014 MovieClip Frame 1
if (Key.isDown(83)) {
gotoAndPlay (18);
} else if (Key.isDown(37)) {
gotoAndPlay (3);
} else if (Key.isDown(39)) {
gotoAndPlay (3);
} else if (Key.isDown(68)) {
gotoAndPlay (38);
} else {
tellTarget ("sprites") {
gotoAndStop ("midle");
};
}
_root.mslugliving = "yes";
_y = 320;
Instance of Symbol 1927 MovieClip "squash" in Symbol 2014 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 2014 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2014 MovieClip Frame 3
if (Key.isDown(83)) {
gotoAndPlay (18);
} else if (Key.isDown(37)) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(39)) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else {
gotoAndPlay (13);
}
Symbol 2014 MovieClip Frame 4
if (Key.isDown(83)) {
gotoAndPlay (18);
} else if (Key.isDown(37)) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(39)) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else {
gotoAndPlay (13);
}
Symbol 2014 MovieClip Frame 5
if (Key.isDown(83)) {
gotoAndPlay (18);
} else if (Key.isDown(37)) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(39)) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else {
gotoAndPlay (13);
}
Symbol 2014 MovieClip Frame 6
if (Key.isDown(83)) {
gotoAndPlay (18);
} else if (Key.isDown(37)) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(39)) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else {
gotoAndPlay (13);
}
Symbol 2014 MovieClip Frame 7
if (Key.isDown(83)) {
gotoAndPlay (18);
} else if (Key.isDown(37)) {
_x = (_x - 10);
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(39) and (_root.backgroundstance == "moving")) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else {
gotoAndPlay (13);
}
if (_x < 30) {
_x = 30;
}
if (_x > 500) {
_x = 500;
}
Symbol 2014 MovieClip Frame 8
if (Key.isDown(83)) {
gotoAndPlay (18);
} else if (Key.isDown(37)) {
_x = (_x - 10);
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(39) and (_root.backgroundstance == "moving")) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else {
gotoAndPlay (13);
}
if (_x < 30) {
_x = 30;
}
if (_x > 500) {
_x = 500;
}
Symbol 2014 MovieClip Frame 9
if (Key.isDown(83)) {
gotoAndPlay (18);
} else if (Key.isDown(37)) {
_x = (_x - 10);
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(39) and (_root.backgroundstance == "moving")) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else {
gotoAndPlay (13);
}
if (_x < 30) {
_x = 30;
}
if (_x > 500) {
_x = 500;
}
Symbol 2014 MovieClip Frame 10
if (Key.isDown(83)) {
gotoAndPlay (18);
} else if (Key.isDown(37)) {
_x = (_x - 10);
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(39) and (_root.backgroundstance == "moving")) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else {
gotoAndPlay (13);
}
if (_x < 30) {
_x = 30;
}
if (_x > 500) {
_x = 500;
}
Symbol 2014 MovieClip Frame 11
if (Key.isDown(83)) {
gotoAndPlay (18);
} else if (Key.isDown(37)) {
_x = (_x - 10);
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else if (Key.isDown(39) and (_root.backgroundstance == "moving")) {
tellTarget ("sprites") {
gotoAndStop ("mdrive");
};
} else {
gotoAndPlay (13);
}
if (_x < 30) {
_x = 30;
}
if (_x > 500) {
_x = 500;
}
Symbol 2014 MovieClip Frame 12
gotoAndPlay (7);
Symbol 2014 MovieClip Frame 13
tellTarget ("sprites") {
gotoAndPlay ("mdrivestop");
};
Symbol 2014 MovieClip Frame 14
if (Key.isDown(16)) {
gotoAndPlay (18);
} else if (Key.isDown(37)) {
gotoAndPlay (3);
} else if (Key.isDown(39)) {
gotoAndPlay (3);
}
Symbol 2014 MovieClip Frame 15
if (Key.isDown(16)) {
gotoAndPlay (18);
} else if (Key.isDown(37)) {
gotoAndPlay (3);
} else if (Key.isDown(39)) {
gotoAndPlay (3);
}
Symbol 2014 MovieClip Frame 16
if (Key.isDown(16)) {
gotoAndPlay (18);
} else if (Key.isDown(37)) {
gotoAndPlay (3);
} else if (Key.isDown(39)) {
gotoAndPlay (3);
}
Symbol 2014 MovieClip Frame 17
gotoAndPlay (1);
Symbol 2014 MovieClip Frame 18
_root.mslugstance = "jumping";
Symbol 2014 MovieClip Frame 19
_y = (_y - 10);
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 2014 MovieClip Frame 20
_y = (_y - 10);
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 2014 MovieClip Frame 21
_y = (_y - 10);
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 2014 MovieClip Frame 22
_y = (_y - 10);
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 2014 MovieClip Frame 23
_y = (_y - 10);
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 2014 MovieClip Frame 24
_y = (_y - 10);
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 2014 MovieClip Frame 25
_y = (_y - 10);
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
Symbol 2014 MovieClip Frame 27
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 2014 MovieClip Frame 28
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 2014 MovieClip Frame 29
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 2014 MovieClip Frame 30
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 2014 MovieClip Frame 31
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 2014 MovieClip Frame 32
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 2014 MovieClip Frame 33
if (Key.isDown(37)) {
_x = (_x - 10);
} else if (Key.isDown(39) and (_root.backgroundstance == "still")) {
_x = (_x + 10);
}
if (this._y < 320) {
_y = (_y + 10);
} else {
_y = _y;
}
Symbol 2014 MovieClip Frame 34
_root.mslugstance = "notjumping";
Symbol 2014 MovieClip Frame 37
gotoAndPlay (1);
Symbol 2014 MovieClip Frame 38
_root.nadeCounter++;
_root.nade.duplicateMovieClip("nade" + _root.nadeCounter, _root.nadeCounter);
_root["nade" + _root.nadeCounter]._visible = true;
if (_root.nadeCounter == 10) {
_root.nadeCounter = 0;
}
Symbol 2014 MovieClip Frame 48
gotoAndPlay (1);
Symbol 2014 MovieClip Frame 49
_root.mslughealth.nextFrame();
_root.mslugliving = "no";
Symbol 2014 MovieClip Frame 57
gotoAndPlay (1);
_root.mslugliving = "yes";
Symbol 2014 MovieClip Frame 58
_root.mslughealth.nextFrame();
_root.mslugliving = "no";
_root.mslugstance = "notjumping";
if (_y > 320) {
_y = (_y + 10);
}
Symbol 2014 MovieClip Frame 59
if (_y < 320) {
_y = (_y + 10);
}
Symbol 2014 MovieClip Frame 60
if (_y < 320) {
_y = (_y + 10);
}
Symbol 2014 MovieClip Frame 61
if (_y < 320) {
_y = (_y + 10);
}
Symbol 2014 MovieClip Frame 62
if (_y < 320) {
_y = (_y + 10);
}
Symbol 2014 MovieClip Frame 63
if (_y < 320) {
_y = (_y + 10);
}
Symbol 2014 MovieClip Frame 64
if (_y < 320) {
_y = (_y + 10);
}
Symbol 2014 MovieClip Frame 65
if (_y < 320) {
_y = (_y + 10);
}
Symbol 2014 MovieClip Frame 66
gotoAndPlay (1);
_root.mslugliving = "yes";
Symbol 2014 MovieClip Frame 67
if (_y < 320) {
_y = (_y + 10);
}
_root.mslugliving = "no";
_root.mslugstance = "dead";
Symbol 2014 MovieClip Frame 68
if (_y < 320) {
_y = (_y + 10);
}
Symbol 2014 MovieClip Frame 69
if (_y < 320) {
_y = (_y + 10);
}
Symbol 2014 MovieClip Frame 70
if (_y < 320) {
_y = (_y + 10);
}
Symbol 2014 MovieClip Frame 71
if (_y < 320) {
_y = (_y + 10);
}
Symbol 2014 MovieClip Frame 72
if (_y < 320) {
_y = (_y + 10);
}
Symbol 2014 MovieClip Frame 73
if (_y < 320) {
_y = (_y + 10);
}
Symbol 2014 MovieClip Frame 74
if (_y < 320) {
_y = (_y + 10);
}
Symbol 2014 MovieClip Frame 75
if (_y < 320) {
_y = (_y + 10);
}
Symbol 2014 MovieClip Frame 76
if (_y < 320) {
_y = (_y + 10);
}
Symbol 2014 MovieClip Frame 77
if (_y < 320) {
_y = (_y + 10);
}
Symbol 2014 MovieClip Frame 78
if (_y < 320) {
_y = (_y + 10);
}
stop();
tellTarget ("_root.gameover") {
gotoAndStop (2);
};
Symbol 2014 MovieClip Frame 79
if (_y < 320) {
_y = (_y + 5);
}
if (_root.metalstrip == "yes") {
gotoAndPlay (96);
}
Symbol 2014 MovieClip Frame 80
gotoAndPlay (79);
Symbol 2014 MovieClip Frame 81
if (_y < 320) {
_y = (_y + 5);
}
Symbol 2014 MovieClip Frame 82
if (_y < 320) {
_y = (_y + 5);
}
Symbol 2014 MovieClip Frame 83
if (_y < 320) {
_y = (_y + 5);
}
Symbol 2014 MovieClip Frame 84
if (_y < 320) {
_y = (_y + 5);
}
Symbol 2014 MovieClip Frame 85
if (_y < 320) {
_y = (_y + 5);
}
Symbol 2014 MovieClip Frame 86
if (_y < 320) {
_y = (_y + 5);
}
Symbol 2014 MovieClip Frame 87
if (_y < 320) {
_y = (_y + 5);
}
Symbol 2014 MovieClip Frame 88
if (_y < 320) {
_y = (_y + 5);
}
Symbol 2014 MovieClip Frame 89
if (_y < 320) {
_y = (_y + 5);
}
Symbol 2014 MovieClip Frame 90
if (_y < 320) {
_y = (_y + 5);
}
Symbol 2014 MovieClip Frame 91
if (_y < 320) {
_y = (_y + 5);
}
Symbol 2014 MovieClip Frame 92
if (_y < 320) {
_y = (_y + 5);
}
Symbol 2014 MovieClip Frame 93
if (_y < 320) {
_y = (_y + 5);
}
Symbol 2014 MovieClip Frame 94
if (_y < 320) {
_y = (_y + 5);
}
Symbol 2014 MovieClip Frame 95
stop();
_root.ending.gotoAndPlay(2);
Symbol 2014 MovieClip Frame 97
stop();
Symbol 2017 MovieClip Frame 1
this._rotation = _root.player.msvc._rotation;
this._x = _root.player._x - 30;
this._y = _root.player._y + 17;
shotMoveSpeed = Math.cos((_rotation * Math.PI) / 180) * 20;
shotySpeed = Math.sin((_rotation * Math.PI) / 180) * 20;
_root.shotCount = _root.shotCount + 1;
Symbol 2017 MovieClip Frame 2
_visible = false;
if (this._name != "shot") {
_visible = true;
this._x = this._x + shotMoveSpeed;
this._y = this._y + shotySpeed;
}
if (this._x > 600) {
this.removeMovieClip();
}
if (this._x < -10) {
this.removeMovieClip();
}
if (this._y < -10) {
this.removeMovieClip();
}
if (this._y > 360) {
gotoAndPlay (4);
}
if (this.hitTest(_root.chopper.hitarea)) {
_root.chopperhealth = _root.chopperhealth - 1;
gotoAndPlay (4);
}
if (this.hitTest(_root.background.tank1.hitarea) and (_root.tank1stance != "dead")) {
_root.tank1health = _root.tank1health - 1;
_root.background.tank1.gotoAndPlay(3);
gotoAndPlay (4);
}
if (this.hitTest(_root.xmach1.hitarea) and (_root.xmach1stance != "dead")) {
_root.xmach1health = _root.xmach1health - 1;
_root.xmach1.gotoAndPlay(3);
gotoAndPlay (4);
}
Symbol 2017 MovieClip Frame 3
gotoAndPlay (2);
Symbol 2017 MovieClip Frame 4
play();
_name = (random(100) + 1);
Symbol 2017 MovieClip Frame 7
this.removeMovieClip();
Symbol 2020 MovieClip Frame 1
_x = (_x + 30);
_y = (_y - 2);
if (_name == "nade") {
stop();
}
Symbol 2020 MovieClip Frame 2
_x = (_x + 30);
_y = (_y - 2);
Symbol 2020 MovieClip Frame 3
_x = (_x + 30);
_y = (_y - 2);
Symbol 2020 MovieClip Frame 4
_x = (_x + 30);
_y = (_y - 2);
Symbol 2020 MovieClip Frame 5
_x = (_x + 30);
_y = (_y - 2);
Symbol 2020 MovieClip Frame 6
_x = (_x + 30);
_y = (_y + 15);
Symbol 2020 MovieClip Frame 7
_x = (_x + 30);
_y = (_y + 15);
Symbol 2020 MovieClip Frame 8
_x = (_x + 30);
_y = (_y + 15);
Symbol 2020 MovieClip Frame 9
_x = (_x + 30);
_y = (_y + 15);
Symbol 2020 MovieClip Frame 10
_x = (_x + 30);
_y = (_y + 15);
Symbol 2020 MovieClip Frame 12
_name = (random(100) + 1);
Instance of Symbol 1577 MovieClip "hitarea" in Symbol 2020 MovieClip Frame 12
onClipEvent (load) {
_visible = false;
}
Symbol 2020 MovieClip Frame 33
stop();
this.removeMovieClip();
Symbol 2028 MovieClip Frame 23
stop();
Symbol 2029 MovieClip Frame 1
if (_root.kills > 5) {
gotoAndPlay (3);
}
_root.chopperstance = "no";
Symbol 2029 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2029 MovieClip Frame 3
chopperspeed = 11;
if (this._x > _root.player._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 (_root.player._x > _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";
Instance of Symbol 468 MovieClip "hitarea" in Symbol 2029 MovieClip Frame 3
onClipEvent (load) {
setProperty(this, _visible , false);
}
Symbol 2029 MovieClip Frame 4
if (this._x > _root.player._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 (_root.player._x > _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 2029 MovieClip Frame 5
if (this._x > _root.player._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 (_root.player._x > _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 2029 MovieClip Frame 6
if (this._x > _root.player._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 (_root.player._x > _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 2029 MovieClip Frame 7
gotoAndPlay (3);
Symbol 2029 MovieClip Frame 8
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 2029 MovieClip Frame 9
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 2029 MovieClip Frame 10
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 2029 MovieClip Frame 11
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 2029 MovieClip Frame 12
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 2029 MovieClip Frame 13
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 2029 MovieClip Frame 14
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
cdropCounter++;
_root.cdrop.duplicateMovieClip("cdrop" + cdropCounter, cdropCounter);
_root["cdrop" + cdropCounter]._visible = true;
Symbol 2029 MovieClip Frame 15
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 2029 MovieClip Frame 16
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
cdropCounter++;
_root.cdrop.duplicateMovieClip("cdrop" + cdropCounter, cdropCounter);
_root["cdrop" + cdropCounter]._visible = true;
Symbol 2029 MovieClip Frame 17
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 2029 MovieClip Frame 18
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
cdropCounter++;
_root.cdrop.duplicateMovieClip("cdrop" + cdropCounter, cdropCounter);
_root["cdrop" + cdropCounter]._visible = true;
Symbol 2029 MovieClip Frame 19
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 2029 MovieClip Frame 20
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 2029 MovieClip Frame 21
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 2029 MovieClip Frame 22
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 2029 MovieClip Frame 23
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 2029 MovieClip Frame 24
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 2029 MovieClip Frame 25
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 2029 MovieClip Frame 26
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 2029 MovieClip Frame 27
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 2029 MovieClip Frame 28
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 2029 MovieClip Frame 29
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 2029 MovieClip Frame 30
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
Symbol 2029 MovieClip Frame 31
if (_root.chopperhealth < 1) {
gotoAndPlay (32);
}
gotoAndPlay (3);
Symbol 2029 MovieClip Frame 32
stop();
_root.kills = _root.kills + 1;
Symbol 2029 MovieClip Frame 33
_y = (_y - 10);
Symbol 2029 MovieClip Frame 34
_y = (_y - 10);
Symbol 2029 MovieClip Frame 35
_y = (_y - 10);
Symbol 2029 MovieClip Frame 36
_y = (_y - 10);
Symbol 2029 MovieClip Frame 37
_y = (_y - 10);
Symbol 2029 MovieClip Frame 38
_y = (_y - 10);
Symbol 2029 MovieClip Frame 39
_y = (_y - 10);
Symbol 2029 MovieClip Frame 40
_y = (_y - 10);
Symbol 2029 MovieClip Frame 41
_y = (_y - 10);
Symbol 2029 MovieClip Frame 42
_y = (_y - 10);
Symbol 2029 MovieClip Frame 43
_y = (_y - 10);
Symbol 2029 MovieClip Frame 44
_y = (_y - 10);
Symbol 2029 MovieClip Frame 45
_y = (_y - 10);
Symbol 2029 MovieClip Frame 46
_y = (_y - 10);
Symbol 2029 MovieClip Frame 47
_y = (_y - 10);
Symbol 2029 MovieClip Frame 48
_y = (_y - 10);
Symbol 2029 MovieClip Frame 49
_y = (_y - 10);
Symbol 2029 MovieClip Frame 50
_y = (_y - 10);
Symbol 2029 MovieClip Frame 51
_y = (_y - 10);
Symbol 2029 MovieClip Frame 52
stop();
Symbol 2029 MovieClip Frame 53
if (_root.kills > 20) {
gotoAndPlay (3);
}
_root.chopperstance = "no";
_root.chopperhealth = 40;
Symbol 2029 MovieClip Frame 54
gotoAndPlay (53);
Symbol 2030 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 (this._y > 360) {
gotoAndPlay (3);
}
Symbol 2030 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2030 MovieClip Frame 25
this.removeMovieClip();
Symbol 2044 MovieClip Frame 1
stop();
Symbol 2044 MovieClip Frame 2
_root.score = _root.score - 1;
Symbol 2044 MovieClip Frame 3
_root.score = _root.score - 1;
Symbol 2044 MovieClip Frame 4
stop();
_root.player.gotoAndPlay("mdead");
Symbol 2044 MovieClip Frame 5
stop();
_root.player.gotoAndPlay("mdead");
Symbol 2044 MovieClip Frame 6
stop();
_root.player.gotoAndPlay("mdead");
Symbol 2044 MovieClip Frame 7
stop();
_root.player.gotoAndPlay("mdead");
Symbol 2060 MovieClip Frame 1
_x = (_x - 30);
_y = (_y - 8);
if (hitTest(_root.player) and (_root.mslugliving != "yes")) {
gotoAndPlay (12);
} else if (hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player.gotoAndPlay("mpain");
gotoAndPlay (12);
} else if (hitTest(_root.player) and (_root.mslugstance != "notjumping")) {
_root.player.gotoAndPlay("mjumppain");
gotoAndPlay (12);
}
if (this._x < 0) {
gotoAndPlay (12);
}
if (this._x > 550) {
gotoAndPlay (12);
}
Symbol 2060 MovieClip Frame 2
call(1);
Symbol 2060 MovieClip Frame 3
call(1);
Symbol 2060 MovieClip Frame 4
call(1);
Symbol 2060 MovieClip Frame 5
call(1);
Symbol 2060 MovieClip Frame 6
_x = (_x - 30);
_y = (_y + 32);
if (hitTest(_root.player) and (_root.mslugliving != "yes")) {
gotoAndPlay (12);
} else if (hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player.gotoAndPlay("mpain");
gotoAndPlay (12);
} else if (hitTest(_root.player) and (_root.mslugstance != "notjumping")) {
_root.player.gotoAndPlay("mjumppain");
gotoAndPlay (12);
}
if (this._x < 0) {
gotoAndPlay (12);
}
if (this._x > 550) {
gotoAndPlay (12);
}
Symbol 2060 MovieClip Frame 7
call(6);
Symbol 2060 MovieClip Frame 8
call(6);
Symbol 2060 MovieClip Frame 9
call(6);
Symbol 2060 MovieClip Frame 10
call(6);
Symbol 2060 MovieClip Frame 12
stop();
Symbol 2061 MovieClip Frame 1
_x = (_x - 30);
_y = (_y - 8);
if (hitTest(_root.player) and (_root.mslugliving != "yes")) {
gotoAndPlay (12);
} else if (hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player.gotoAndPlay("mpain");
gotoAndPlay (12);
} else if (hitTest(_root.player) and (_root.mslugstance != "notjumping")) {
_root.player.gotoAndPlay("mjumppain");
gotoAndPlay (12);
}
if (this._x < 0) {
gotoAndPlay (12);
}
if (this._x > 550) {
gotoAndPlay (12);
}
Symbol 2061 MovieClip Frame 2
call(1);
Symbol 2061 MovieClip Frame 3
call(1);
Symbol 2061 MovieClip Frame 4
call(1);
Symbol 2061 MovieClip Frame 5
call(1);
Symbol 2061 MovieClip Frame 6
_x = (_x - 30);
_y = (_y + 32);
if (hitTest(_root.player) and (_root.mslugliving != "yes")) {
gotoAndPlay (12);
} else if (hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player.gotoAndPlay("mpain");
gotoAndPlay (12);
} else if (hitTest(_root.player) and (_root.mslugstance != "notjumping")) {
_root.player.gotoAndPlay("mjumppain");
gotoAndPlay (12);
}
if (this._x < 0) {
gotoAndPlay (12);
}
if (this._x > 550) {
gotoAndPlay (12);
}
Symbol 2061 MovieClip Frame 7
call(6);
Symbol 2061 MovieClip Frame 8
call(6);
Symbol 2061 MovieClip Frame 9
call(6);
Symbol 2061 MovieClip Frame 10
call(6);
Symbol 2061 MovieClip Frame 12
stop();
Symbol 2062 MovieClip Frame 1
_x = (_x - 30);
_y = (_y - 8);
if (hitTest(_root.player) and (_root.mslugliving != "yes")) {
gotoAndPlay (12);
} else if (hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player.gotoAndPlay("mpain");
gotoAndPlay (12);
} else if (hitTest(_root.player) and (_root.mslugstance != "notjumping")) {
_root.player.gotoAndPlay("mjumppain");
gotoAndPlay (12);
}
if (this._x < 0) {
gotoAndPlay (12);
}
if (this._x > 550) {
gotoAndPlay (12);
}
Symbol 2062 MovieClip Frame 2
call(1);
Symbol 2062 MovieClip Frame 3
call(1);
Symbol 2062 MovieClip Frame 4
call(1);
Symbol 2062 MovieClip Frame 5
call(1);
Symbol 2062 MovieClip Frame 6
_x = (_x - 30);
_y = (_y + 32);
if (hitTest(_root.player) and (_root.mslugliving != "yes")) {
gotoAndPlay (12);
} else if (hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player.gotoAndPlay("mpain");
gotoAndPlay (12);
} else if (hitTest(_root.player) and (_root.mslugstance != "notjumping")) {
_root.player.gotoAndPlay("mjumppain");
gotoAndPlay (12);
}
if (this._x < 0) {
gotoAndPlay (12);
}
if (this._x > 550) {
gotoAndPlay (12);
}
Symbol 2062 MovieClip Frame 7
call(6);
Symbol 2062 MovieClip Frame 8
call(6);
Symbol 2062 MovieClip Frame 9
call(6);
Symbol 2062 MovieClip Frame 10
call(6);
Symbol 2062 MovieClip Frame 12
stop();
Symbol 2065 MovieClip Frame 1
if (this.hitTest(_root.ground)) {
gotoAndPlay (3);
} else {
_y = (_y + 21);
}
if (hitTest(_root.player) and (_root.mslugliving != "yes")) {
gotoAndPlay (5);
} else if (hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player.gotoAndPlay("mpain");
gotoAndPlay (5);
}
Symbol 2065 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2065 MovieClip Frame 3
if (this._x > 550) {
gotoAndPlay (5);
} else {
_x = (_x - 15);
}
if (hitTest(_root.player) and (_root.mslugliving != "yes")) {
gotoAndPlay (5);
} else if (hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player.gotoAndPlay("mpain");
gotoAndPlay (5);
}
Symbol 2065 MovieClip Frame 4
gotoAndPlay (3);
Symbol 2065 MovieClip Frame 5
stop();
Symbol 2072 Button
on (release) {
tellTarget ("/") {
gotoAndPlay ("mstart");
};
}
Symbol 2073 Button
on (release) {
tellTarget ("/") {
gotoAndPlay ("menu");
};
}
Symbol 2074 MovieClip Frame 1
stop();
Symbol 2074 MovieClip Frame 2
stop();
_root.gameover = "yes";
stopAllSounds();
Symbol 2089 MovieClip Frame 1
stop();
Symbol 2089 MovieClip Frame 2
stop();
stopAllSounds();
Symbol 2089 MovieClip Frame 7
stop();
Symbol 2089 MovieClip Frame 8
play();
Symbol 2089 MovieClip Frame 16
tellTarget ("/") {
gotoAndPlay ("tele");
};
Symbol 2096 MovieClip Frame 1
stop();
Symbol 2096 MovieClip Frame 2
this._x = _root.player._x + 50;
Symbol 2096 MovieClip Frame 8
_root.metalstrip = "yes";
Symbol 2096 MovieClip Frame 15
stop();
_root.bosscut.nextFrame();
Symbol 2143 MovieClip Frame 17
s = random(2) + 1;
if (s == 1) {
_root.boos.sprites.gotoAndStop(2);
} else {
_root.boos.sprites.gotoAndStop(3);
}
Symbol 2165 MovieClip Frame 6
_root.boosshotCounter++;
_root.boosshot.duplicateMovieClip("boosshot" + _root.boosshotCounter, _root.boosshotCounter);
_root["boosshot" + _root.boosshotCounter]._visible = true;
Symbol 2165 MovieClip Frame 11
_root.boos.sprites.gotoAndStop(3);
Symbol 2191 MovieClip Frame 1
if (_root.boosdir == "left") {
_root.boos._x = _root.boos._x - 40;
_root.boos._y = _root.boos._y - 20;
} else if (_root.boosdir == "right") {
_root.boos._x = _root.boos._x + 40;
_root.boos._y = _root.boos._y - 20;
}
Symbol 2191 MovieClip Frame 2
call(1);
Symbol 2191 MovieClip Frame 3
call(1);
Symbol 2191 MovieClip Frame 4
call(1);
Symbol 2191 MovieClip Frame 5
call(1);
Symbol 2191 MovieClip Frame 6
if (_root.boosdir == "left") {
_root.boos._x = _root.boos._x - 40;
_root.boos._y = _root.boos._y + 20;
} else if (_root.boosdir == "right") {
_root.boos._x = _root.boos._x + 40;
_root.boos._y = _root.boos._y + 20;
}
Symbol 2191 MovieClip Frame 7
call(6);
Symbol 2191 MovieClip Frame 8
call(6);
Symbol 2191 MovieClip Frame 9
call(6);
Symbol 2191 MovieClip Frame 10
call(6);
Symbol 2191 MovieClip Frame 11
if (_root.boosdir == "left") {
_root.boos._xscale = -95;
_root.boosdir = "right";
} else if (_root.boosdir == "right") {
_root.boos._xscale = 95;
_root.boosdir = "left";
}
Symbol 2191 MovieClip Frame 16
_root.boos.sprites.gotoAndStop(1);
Symbol 2192 MovieClip Frame 1
stop();
Symbol 2194 MovieClip Frame 1
stop();
Symbol 2224 MovieClip Frame 18
_root.boosdead = "yes";
Symbol 2224 MovieClip Frame 40
stop();
Symbol 2225 MovieClip Frame 1
if (_root.bosshealth < 1) {
gotoAndPlay (3);
}
if (this.stopper.hitTest(_root.shot1)) {
_root.bosshealth = _root.bosshealth - 1;
hit.gotoAndPlay(2);
_root.shot1.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot2)) {
_root.bosshealth = _root.bosshealth - 1;
hit.gotoAndPlay(2);
_root.shot2.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot3)) {
_root.bosshealth = _root.bosshealth - 1;
hit.gotoAndPlay(2);
_root.shot3.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot4)) {
_root.bosshealth = _root.bosshealth - 1;
hit.gotoAndPlay(2);
_root.shot4.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot5)) {
_root.bosshealth = _root.bosshealth - 1;
hit.gotoAndPlay(2);
_root.shot5.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot6)) {
_root.bosshealth = _root.bosshealth - 1;
hit.gotoAndPlay(2);
_root.shot6.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot7)) {
_root.bosshealth = _root.bosshealth - 1;
hit.gotoAndPlay(2);
_root.shot7.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot8)) {
_root.bosshealth = _root.bosshealth - 1;
hit.gotoAndPlay(2);
_root.shot8.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot9)) {
_root.bosshealth = _root.bosshealth - 1;
hit.gotoAndPlay(2);
_root.shot9.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot10)) {
_root.bosshealth = _root.bosshealth - 1;
hit.gotoAndPlay(2);
_root.shot10.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot11)) {
_root.bosshealth = _root.bosshealth - 1;
hit.gotoAndPlay(2);
_root.shot11.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot12)) {
_root.bosshealth = _root.bosshealth - 1;
hit.gotoAndPlay(2);
_root.shot12.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot13)) {
_root.bosshealth = _root.bosshealth - 1;
hit.gotoAndPlay(2);
_root.shot13.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot14)) {
_root.bosshealth = _root.bosshealth - 1;
hit.gotoAndPlay(2);
_root.shot14.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot15)) {
_root.bosshealth = _root.bosshealth - 1;
hit.gotoAndPlay(2);
_root.shot15.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot16)) {
_root.bosshealth = _root.bosshealth - 1;
hit.gotoAndPlay(2);
_root.shot16.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot17)) {
_root.bosshealth = _root.bosshealth - 1;
hit.gotoAndPlay(2);
_root.shot17.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot18)) {
_root.bosshealth = _root.bosshealth - 1;
hit.gotoAndPlay(2);
_root.shot18.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot19)) {
_root.bosshealth = _root.bosshealth - 1;
hit.gotoAndPlay(2);
_root.shot19.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.shot20)) {
_root.bosshealth = _root.bosshealth - 1;
hit.gotoAndPlay(2);
_root.shot20.gotoAndStop(4);
}
if (this.stopper.hitTest(_root.nade1)) {
_root.bosshealth = _root.bosshealth - 20;
_root.nade1.gotoAndPlay(12);
hit.gotoAndPlay(2);
}
if (this.stopper.hitTest(_root.nade2)) {
_root.bosshealth = _root.bosshealth - 20;
_root.nade2.gotoAndPlay(12);
hit.gotoAndPlay(2);
}
if (this.stopper.hitTest(_root.nade3)) {
_root.bosshealth = _root.bosshealth - 20;
_root.nade3.gotoAndPlay(12);
hit.gotoAndPlay(2);
}
if (this.stopper.hitTest(_root.nade4)) {
_root.bosshealth = _root.bosshealth - 20;
_root.nade4.gotoAndPlay(12);
hit.gotoAndPlay(2);
}
if (this.stopper.hitTest(_root.nade5)) {
_root.bosshealth = _root.bosshealth - 20;
_root.nade5.gotoAndPlay(12);
hit.gotoAndPlay(2);
}
if (this.stopper.hitTest(_root.nade6)) {
_root.bosshealth = _root.bosshealth - 20;
_root.nade6.gotoAndPlay(12);
hit.gotoAndPlay(2);
}
if (this.stopper.hitTest(_root.nade7)) {
_root.bosshealth = _root.bosshealth - 20;
_root.nade7.gotoAndPlay(12);
hit.gotoAndPlay(2);
}
if (this.stopper.hitTest(_root.nade8)) {
_root.bosshealth = _root.bosshealth - 20;
_root.nade8.gotoAndPlay(12);
hit.gotoAndPlay(2);
}
if (this.stopper.hitTest(_root.nade9)) {
_root.bosshealth = _root.bosshealth - 20;
_root.nade9.gotoAndPlay(12);
hit.gotoAndPlay(2);
}
if (this.stopper.hitTest(_root.nade10)) {
_root.bosshealth = _root.bosshealth - 20;
_root.nade10.gotoAndPlay(12);
hit.gotoAndPlay(2);
}
Instance of Symbol 2110 MovieClip "stopper" in Symbol 2225 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 2225 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2225 MovieClip Frame 3
if (_y < 320) {
_y = 320;
}
stop();
Symbol 2226 MovieClip Frame 1
if (_name == "boosshot") {
_visible = false;
stop();
}
if (_root.boosdir == "left") {
this._x = _root.boos._x - 65;
this._y = _root.boos._y;
shotMoveSpeed = -30;
_xscale = -100;
} else if (_root.boosdir == "right") {
this._x = _root.boos._x + 65;
this._y = _root.boos._y;
shotMoveSpeed = 30;
}
Symbol 2226 MovieClip Frame 2
_x = (_x + shotMoveSpeed);
if (hitTest(_root.player) and (_root.mslugliving != "yes")) {
gotoAndPlay (4);
} else if (hitTest(_root.player) and (_root.mslugstance != "jumping")) {
_root.player.gotoAndPlay("mpain");
gotoAndPlay (4);
} else if (hitTest(_root.player) and (_root.mslugstance != "notjumping")) {
_root.player.gotoAndPlay("mjumppain");
gotoAndPlay (4);
}
Symbol 2226 MovieClip Frame 3
gotoAndPlay (2);
Symbol 2226 MovieClip Frame 4
stop();
Symbol 2228 MovieClip Frame 1
if (_root.boosdead == "yes") {
_root.player.gotoAndPlay("mcomplete");
gotoAndStop (3);
}
Symbol 2228 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2230 Button
on (release) {
tellTarget ("/") {
gotoAndPlay ("reset");
};
}
Symbol 2231 MovieClip Frame 1
stop();
Symbol 2231 MovieClip Frame 2
stop();
_root.gameover = "yes";
stopAllSounds();
Symbol 2242 Button
on (release) {
_root.gotoAndPlay("menu");
}
Symbol 2243 MovieClip Frame 1
stop();
Symbol 2243 MovieClip Frame 2
stopAllSounds();
Symbol 2243 MovieClip Frame 85
stop();
Symbol 2246 MovieClip Frame 1
stopAllSounds();
Symbol 2246 MovieClip Frame 2
stop();