Frame 1
fscommand ("FullScreen", false);
fscommand ("allowscale", false);
fscommand ("showmenu", false);
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);
stopAllSounds();
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Frame 6
stop();
Frame 7
_root.nadeAmmo = 6;
_root.score = 0;
_root.kills = 0;
_root.POW = 0;
_root.marcojumpspeed = 20;
_root.marcowalkspeed = 15;
_root.shotdirection = "right";
_root.direction = "right";
stop();
Instance of Symbol 124 MovieClip "edge" in Frame 7
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 127 MovieClip "edge2" in Frame 7
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 128 MovieClip "ground" in Frame 7
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 128 MovieClip "wall" in Frame 7
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 128 MovieClip "clear" in Frame 7
onClipEvent (load) {
_visible = false;
}
Symbol 50 Button
on (release) {
gotoAndStop (3);
}
Symbol 55 Button
on (release) {
_quality = "low";
}
Symbol 60 Button
on (release) {
_quality = "medium";
}
Symbol 68 Button
on (release) {
_quality = "high";
}
Symbol 69 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 2
stop();
Symbol 69 MovieClip Frame 3
stop();
Symbol 70 Button
on (keyPress "<Space>") {
gotoAndStop (4);
}
Symbol 73 Button
on (release) {
this.MenuSettings.gotoAndStop(2);
}
Symbol 76 Button
on (release) {
gotoAndStop (4);
}
Symbol 81 Button
on (release) {
fscommand ("quit");
}
Symbol 84 Button
on (release) {
gotoAndStop (5);
}
Symbol 98 Button
on (keyPress "<Space>") {
gotoAndStop (7);
}
Symbol 106 Button
on (keyPress "<Space>") {
gotoAndStop (2);
}
Symbol 111 Button
on (release) {
gotoAndStop (2);
}
Symbol 117 Button
on (release) {
fscommand ("quit");
}
Symbol 122 Button
on (release) {
gotoAndStop (2);
}
Symbol 335 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 335 MovieClip Frame 2
stop();
Symbol 335 MovieClip Frame 3
stop();
Symbol 335 MovieClip Frame 4
stop();
Symbol 358 MovieClip Frame 1
ton = new Sound(this);
ton.attachSound("flashbang_explode2");
ton.start(0, 1);
Symbol 358 MovieClip Frame 22
stop();
this.removeMovieClip();
Symbol 393 MovieClip Frame 36
stop();
Symbol 401 MovieClip Frame 7
_root.kills = _root.kills + 1;
stop();
Symbol 418 MovieClip Frame 17
stop();
Symbol 437 MovieClip Frame 18
stop();
Symbol 438 MovieClip Frame 1
if (Key.isDown(65) && (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);
_root.nade1.gotoAndPlay(27);
}
if (this.hitTest(_root.nade2.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade2.gotoAndPlay(27);
}
if (this.hitTest(_root.nade3.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade3.gotoAndPlay(27);
}
if (this.hitTest(_root.nade4.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade4.gotoAndPlay(27);
}
if (this.hitTest(_root.nade5.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade5.gotoAndPlay(27);
}
if (this.hitTest(_root.nade6.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade6.gotoAndPlay(27);
}
if (this.hitTest(_root.nade7.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade7.gotoAndPlay(27);
}
if (this.hitTest(_root.nade8.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade8.gotoAndPlay(27);
}
if (this.hitTest(_root.nade9.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade9.gotoAndPlay(27);
}
if (this.hitTest(_root.nade10.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade10.gotoAndPlay(27);
}
Instance of Symbol 144 MovieClip "hitarea" in Symbol 438 MovieClip Frame 1
onClipEvent (load) {
setProperty(this, _visible , false);
}
Symbol 438 MovieClip Frame 2
gotoAndPlay (1);
Symbol 438 MovieClip Frame 3
stop();
stance = "flamed";
ton = new Sound(this);
ton.attachSound("Death 04");
ton.start(0, 1);
_root.score = _root.score + 25;
Symbol 438 MovieClip Frame 4
stance2 = "dead";
ton1 = new Sound(this);
ton1.attachSound("Death 01");
ton1.start(0, 1);
_root.score = _root.score + 50;
Symbol 438 MovieClip Frame 5
stop();
stance2 = "dead";
ton1 = new Sound(this);
ton1.attachSound("Death 02");
ton1.start(0, 1);
_root.score = _root.score + 50;
Symbol 438 MovieClip Frame 6
ton1 = new Sound(this);
ton1.attachSound("Death 03");
ton1.start(0, 1);
stop();
_root.score = _root.score + 50;
Symbol 531 MovieClip Frame 57
stop();
Symbol 532 MovieClip Frame 1
if (Key.isDown(65) && (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);
}
Instance of Symbol 144 MovieClip "hitarea" in Symbol 532 MovieClip Frame 1
onClipEvent (load) {
setProperty(this, _visible , false);
}
Symbol 532 MovieClip Frame 2
gotoAndPlay (1);
Symbol 532 MovieClip Frame 4
stop();
_root.POW_Score.nextFrame();
_root.score = _root.score + 50;
Symbol 580 MovieClip Frame 18
stop();
Symbol 581 MovieClip Frame 1
if (Key.isDown(65) && (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);
_root.nade1.gotoAndPlay(27);
}
if (this.hitTest(_root.nade2.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade2.gotoAndPlay(27);
}
if (this.hitTest(_root.nade3.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade3.gotoAndPlay(27);
}
if (this.hitTest(_root.nade4.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade4.gotoAndPlay(27);
}
if (this.hitTest(_root.nade5.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade5.gotoAndPlay(27);
}
if (this.hitTest(_root.nade6.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade6.gotoAndPlay(27);
}
if (this.hitTest(_root.nade7.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade7.gotoAndPlay(27);
}
if (this.hitTest(_root.nade8.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade8.gotoAndPlay(27);
}
if (this.hitTest(_root.nade9.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade9.gotoAndPlay(27);
}
if (this.hitTest(_root.nade10.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade10.gotoAndPlay(27);
}
Instance of Symbol 144 MovieClip "hitarea" in Symbol 581 MovieClip Frame 1
onClipEvent (load) {
setProperty(this, _visible , false);
}
Symbol 581 MovieClip Frame 2
gotoAndPlay (1);
Symbol 581 MovieClip Frame 3
stop();
stance = "flamed";
ton = new Sound(this);
ton.attachSound("Death 04");
ton.start(0, 1);
_root.score = _root.score + 200;
Symbol 581 MovieClip Frame 4
stance2 = "dead";
ton1 = new Sound(this);
ton1.attachSound("Death 03");
ton1.start(0, 1);
_root.score = _root.score + 50;
Symbol 581 MovieClip Frame 5
stop();
stance2 = "dead";
ton1 = new Sound(this);
ton1.attachSound("Death 02");
ton1.start(0, 1);
_root.score = _root.score + 50;
Symbol 581 MovieClip Frame 6
ton1 = new Sound(this);
ton1.attachSound("Death 01");
ton1.start(0, 1);
stop();
_root.score = _root.score + 50;
Symbol 638 MovieClip Frame 21
stop();
Symbol 639 MovieClip Frame 1
if (this.hitTest(_root.wall)) {
removeMovieClip(this);
}
if (this.hitTest(_root.edge2)) {
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);
_root.nade1.gotoAndPlay(27);
}
if (this.hitTest(_root.nade2.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade2.gotoAndPlay(27);
}
if (this.hitTest(_root.nade3.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade3.gotoAndPlay(27);
}
if (this.hitTest(_root.nade4.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade4.gotoAndPlay(27);
}
if (this.hitTest(_root.nade5.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade5.gotoAndPlay(27);
}
if (this.hitTest(_root.nade6.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade6.gotoAndPlay(27);
}
if (this.hitTest(_root.nade7.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade7.gotoAndPlay(27);
}
if (this.hitTest(_root.nade8.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade8.gotoAndPlay(27);
}
if (this.hitTest(_root.nade9.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade9.gotoAndPlay(27);
}
if (this.hitTest(_root.nade10.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade10.gotoAndPlay(27);
}
play();
Instance of Symbol 144 MovieClip "hitarea" in Symbol 639 MovieClip Frame 1
onClipEvent (load) {
setProperty(this, _visible , false);
}
Symbol 639 MovieClip Frame 2
call(1);
Symbol 639 MovieClip Frame 3
call(1);
Symbol 639 MovieClip Frame 4
call(1);
Symbol 639 MovieClip Frame 5
call(1);
Symbol 639 MovieClip Frame 6
call(1);
Symbol 639 MovieClip Frame 7
call(1);
Symbol 639 MovieClip Frame 8
gotoAndPlay (1);
Symbol 639 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);
_root.nade1.gotoAndPlay(27);
}
if (this.hitTest(_root.nade2.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade2.gotoAndPlay(27);
}
if (this.hitTest(_root.nade3.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade3.gotoAndPlay(27);
}
if (this.hitTest(_root.nade4.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade4.gotoAndPlay(27);
}
if (this.hitTest(_root.nade5.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade5.gotoAndPlay(27);
}
if (this.hitTest(_root.nade6.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade6.gotoAndPlay(27);
}
if (this.hitTest(_root.nade7.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade7.gotoAndPlay(27);
}
if (this.hitTest(_root.nade8.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade8.gotoAndPlay(27);
}
if (this.hitTest(_root.nade9.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade9.gotoAndPlay(27);
}
if (this.hitTest(_root.nade10.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade10.gotoAndPlay(27);
}
play();
Symbol 639 MovieClip Frame 10
call(9);
Symbol 639 MovieClip Frame 11
call(9);
Symbol 639 MovieClip Frame 12
call(9);
Symbol 639 MovieClip Frame 13
call(9);
Symbol 639 MovieClip Frame 14
call(9);
Symbol 639 MovieClip Frame 15
call(9);
Symbol 639 MovieClip Frame 16
call(9);
Symbol 639 MovieClip Frame 17
call(9);
Symbol 639 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 639 MovieClip Frame 19
call(9);
Symbol 639 MovieClip Frame 20
call(9);
Symbol 639 MovieClip Frame 21
call(9);
Symbol 639 MovieClip Frame 22
call(9);
gotoAndPlay (17);
Symbol 639 MovieClip Frame 23
call(9);
Symbol 639 MovieClip Frame 24
call(9);
Symbol 639 MovieClip Frame 25
call(9);
Symbol 639 MovieClip Frame 26
call(9);
Symbol 639 MovieClip Frame 27
call(9);
Symbol 639 MovieClip Frame 28
call(9);
Symbol 639 MovieClip Frame 29
call(9);
Symbol 639 MovieClip Frame 30
call(9);
Symbol 639 MovieClip Frame 31
call(9);
Symbol 639 MovieClip Frame 32
call(9);
Symbol 639 MovieClip Frame 33
call(9);
Symbol 639 MovieClip Frame 34
call(9);
Symbol 639 MovieClip Frame 35
call(9);
Symbol 639 MovieClip Frame 36
call(9);
Symbol 639 MovieClip Frame 37
call(9);
Symbol 639 MovieClip Frame 38
call(9);
Symbol 639 MovieClip Frame 39
call(9);
Symbol 639 MovieClip Frame 40
call(9);
gotoAndPlay (1);
Symbol 639 MovieClip Frame 41
stance2 = "dead";
ton1 = new Sound(this);
ton1.attachSound("Death 02");
ton1.start(0, 1);
stop();
_root.score = _root.score + 200;
Symbol 639 MovieClip Frame 42
stop();
stance = "flamed";
ton = new Sound(this);
ton.attachSound("Death 04");
ton.start(0, 1);
_root.score = _root.score + 300;
Symbol 662 MovieClip Frame 1
_visible = false;
if (this.hitTest(_root.player.hitarea)) {
_root.player.gotoAndPlay("dead2");
}
Symbol 662 MovieClip Frame 2
gotoAndPlay (1);
Symbol 662 MovieClip Frame 3
stop();
Symbol 720 MovieClip Frame 1
stop();
Symbol 721 MovieClip Frame 1
if (Key.isDown(65) && (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);
_root.nade1.gotoAndPlay(27);
}
if (this.hitarea.hitTest(_root.nade2.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade2.gotoAndPlay(27);
}
if (this.hitarea.hitTest(_root.nade3.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade3.gotoAndPlay(27);
}
if (this.hitarea.hitTest(_root.nade4.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade4.gotoAndPlay(27);
}
if (this.hitarea.hitTest(_root.nade5.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade4.gotoAndPlay(27);
}
if (this.hitarea.hitTest(_root.nade6.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade6.gotoAndPlay(27);
}
if (this.hitarea.hitTest(_root.nade7.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade7.gotoAndPlay(27);
}
if (this.hitarea.hitTest(_root.nade8.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade8.gotoAndPlay(27);
}
if (this.hitarea.hitTest(_root.nade9.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade9.gotoAndPlay(27);
}
if (this.hitarea.hitTest(_root.nade10.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (3);
_root.nade10.gotoAndPlay(27);
}
Instance of Symbol 144 MovieClip "hitarea" in Symbol 721 MovieClip Frame 1
onClipEvent (load) {
setProperty(this, _visible , false);
}
Symbol 721 MovieClip Frame 2
gotoAndPlay (1);
Symbol 721 MovieClip Frame 3
stop();
stance = "flamed";
ton = new Sound(this);
ton.attachSound("Death 03");
ton.start(0, 1);
_root.score = _root.score + 100;
Symbol 721 MovieClip Frame 4
stance2 = "dead";
ton1 = new Sound(this);
ton1.attachSound("Death 01");
ton1.start(0, 1);
_root.score = _root.score + 50;
Symbol 721 MovieClip Frame 5
stop();
stance2 = "dead";
ton1 = new Sound(this);
ton1.attachSound("Death 02");
ton1.start(0, 1);
_root.score = _root.score + 50;
Symbol 721 MovieClip Frame 6
ton1 = new Sound(this);
ton1.attachSound("Death 05");
ton1.start(0, 1);
stop();
_root.score = _root.score + 50;
Symbol 780 MovieClip Frame 18
stop();
Symbol 781 MovieClip Frame 1
if (Key.isDown(65) && (hitarea.hitTest(_root.player.hitarea))) {
_root.kills = _root.kills + 1;
gotoAndStop (43);
}
if (this.hitTest(_root.wall)) {
removeMovieClip(this);
}
if (this.hitTest(_root.edge2)) {
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);
_root.nade1.gotoAndPlay(27);
}
if (this.hitTest(_root.nade2.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade2.gotoAndPlay(27);
}
if (this.hitTest(_root.nade3.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade3.gotoAndPlay(27);
}
if (this.hitTest(_root.nade4.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade4.gotoAndPlay(27);
}
if (this.hitTest(_root.nade5.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade5.gotoAndPlay(27);
}
if (this.hitTest(_root.nade6.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade6.gotoAndPlay(27);
}
if (this.hitTest(_root.nade7.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade7.gotoAndPlay(27);
}
if (this.hitTest(_root.nade8.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade8.gotoAndPlay(27);
}
if (this.hitTest(_root.nade9.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade9.gotoAndPlay(27);
}
if (this.hitTest(_root.nade10.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade10.gotoAndPlay(27);
}
Instance of Symbol 144 MovieClip "hitarea" in Symbol 781 MovieClip Frame 1
onClipEvent (load) {
setProperty(this, _visible , false);
}
Symbol 781 MovieClip Frame 2
call(1);
Symbol 781 MovieClip Frame 3
call(1);
Symbol 781 MovieClip Frame 4
call(1);
Symbol 781 MovieClip Frame 5
call(1);
Symbol 781 MovieClip Frame 6
call(1);
Symbol 781 MovieClip Frame 7
call(1);
Symbol 781 MovieClip Frame 8
gotoAndPlay (1);
Symbol 781 MovieClip Frame 9
if (Key.isDown(65) && (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);
_root.nade1.gotoAndPlay(27);
}
if (this.hitTest(_root.nade2.hitarea)) {
gotoAndPlay (42);
_root.kills = _root.kills + 1;
_root.nade2.gotoAndPlay(27);
}
if (this.hitTest(_root.nade3.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade3.gotoAndPlay(27);
}
if (this.hitTest(_root.nade4.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade4.gotoAndPlay(27);
}
if (this.hitTest(_root.nade5.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade5.gotoAndPlay(27);
}
if (this.hitTest(_root.nade6.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade6.gotoAndPlay(27);
}
if (this.hitTest(_root.nade7.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade7.gotoAndPlay(27);
}
if (this.hitTest(_root.nade8.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade8.gotoAndPlay(27);
}
if (this.hitTest(_root.nade9.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade9.gotoAndPlay(27);
}
if (this.hitTest(_root.nade10.hitarea)) {
_root.kills = _root.kills + 1;
gotoAndPlay (42);
_root.nade10.gotoAndPlay(27);
}
Symbol 781 MovieClip Frame 10
call(9);
Symbol 781 MovieClip Frame 11
call(9);
Symbol 781 MovieClip Frame 12
call(9);
Symbol 781 MovieClip Frame 13
call(9);
Symbol 781 MovieClip Frame 14
call(9);
Symbol 781 MovieClip Frame 15
call(9);
Symbol 781 MovieClip Frame 16
call(9);
Symbol 781 MovieClip Frame 17
call(9);
Symbol 781 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 781 MovieClip Frame 19
call(9);
Symbol 781 MovieClip Frame 20
call(9);
Symbol 781 MovieClip Frame 21
call(9);
Symbol 781 MovieClip Frame 22
call(9);
Symbol 781 MovieClip Frame 23
call(9);
Symbol 781 MovieClip Frame 24
call(9);
Symbol 781 MovieClip Frame 25
call(9);
Symbol 781 MovieClip Frame 26
call(9);
Symbol 781 MovieClip Frame 27
call(9);
Symbol 781 MovieClip Frame 28
call(9);
Symbol 781 MovieClip Frame 29
call(9);
Symbol 781 MovieClip Frame 30
call(9);
Symbol 781 MovieClip Frame 31
call(9);
Symbol 781 MovieClip Frame 32
call(9);
Symbol 781 MovieClip Frame 33
call(9);
Symbol 781 MovieClip Frame 34
call(9);
Symbol 781 MovieClip Frame 35
call(9);
Symbol 781 MovieClip Frame 36
call(9);
Symbol 781 MovieClip Frame 37
call(9);
Symbol 781 MovieClip Frame 38
call(9);
Symbol 781 MovieClip Frame 39
call(9);
Symbol 781 MovieClip Frame 40
call(9);
gotoAndPlay (17);
Symbol 781 MovieClip Frame 41
stance2 = "dead";
ton1 = new Sound(this);
ton1.attachSound("Death 01");
ton1.start(0, 1);
stop();
_root.score = _root.score + 153;
Symbol 781 MovieClip Frame 42
stop();
stance = "flamed";
ton = new Sound(this);
ton.attachSound("Death 04");
ton.start(0, 1);
_root.score = _root.score + 173;
Symbol 781 MovieClip Frame 43
ton1 = new Sound(this);
ton1.attachSound("Death 02");
ton1.start(0, 1);
stop();
_root.score = _root.score + 152;
Symbol 794 MovieClip Frame 1
if (this.hitTest(_root.player.hitarea2)) {
gotoAndStop (25);
_root.cutscene.gotoAndStop(2);
}
Instance of Symbol 792 MovieClip in Symbol 794 MovieClip Frame 1
onClipEvent (load) {
setProperty(this, _visible , false);
}
Symbol 794 MovieClip Frame 2
call(1);
Symbol 794 MovieClip Frame 3
call(1);
Symbol 794 MovieClip Frame 4
call(1);
Symbol 794 MovieClip Frame 5
call(1);
Symbol 794 MovieClip Frame 6
call(1);
Symbol 794 MovieClip Frame 7
call(1);
Symbol 794 MovieClip Frame 8
call(1);
Symbol 794 MovieClip Frame 9
call(1);
Symbol 794 MovieClip Frame 10
call(1);
Symbol 794 MovieClip Frame 11
call(1);
Symbol 794 MovieClip Frame 12
call(1);
Symbol 794 MovieClip Frame 13
call(1);
Symbol 794 MovieClip Frame 14
gotoAndPlay (1);
Symbol 794 MovieClip Frame 25
stop();
Symbol 802 MovieClip Frame 1
if (this.hitarea.hitTest(_root.player.hitarea)) {
gotoAndPlay (15);
}
Instance of Symbol 144 MovieClip "hitarea" in Symbol 802 MovieClip Frame 1
onClipEvent (load) {
setProperty(this, _visible , false);
}
Symbol 802 MovieClip Frame 2
call(1);
Symbol 802 MovieClip Frame 3
call(1);
Symbol 802 MovieClip Frame 4
call(1);
Symbol 802 MovieClip Frame 5
call(1);
Symbol 802 MovieClip Frame 6
call(1);
Symbol 802 MovieClip Frame 7
call(1);
Symbol 802 MovieClip Frame 8
call(1);
Symbol 802 MovieClip Frame 9
call(1);
Symbol 802 MovieClip Frame 10
call(1);
Symbol 802 MovieClip Frame 11
call(1);
Symbol 802 MovieClip Frame 12
call(1);
Symbol 802 MovieClip Frame 13
call(1);
Symbol 802 MovieClip Frame 14
gotoAndPlay (1);
Symbol 802 MovieClip Frame 15
_root.nadeAmmo = _root.nadeAmmo + 3;
Symbol 802 MovieClip Frame 38
stop();
Instance of Symbol 128 MovieClip "stop" in Symbol 806 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 128 MovieClip "stop2" in Symbol 806 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 128 MovieClip "stop1" in Symbol 806 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 856 MovieClip Frame 1
if (Key.isDown(65)) {
gotoAndPlay (8);
}
if (Key.isDown(68)) {
gotoAndPlay (47);
}
if (Key.isDown(38)) {
gotoAndPlay (19);
}
Symbol 856 MovieClip Frame 2
call(1);
Symbol 856 MovieClip Frame 3
call(1);
Symbol 856 MovieClip Frame 4
call(1);
Symbol 856 MovieClip Frame 5
call(1);
Symbol 856 MovieClip Frame 6
call(1);
Symbol 856 MovieClip Frame 7
gotoAndPlay (1);
Symbol 856 MovieClip Frame 8
_root.capable = "yes";
if (_root.direction == "left") {
_root.shotdirection = "left";
} else if (_root.direction == "right") {
_root.shotdirection = "right";
}
Symbol 856 MovieClip Frame 9
_root.capable = "no";
Symbol 856 MovieClip Frame 14
if (Key.isDown(38)) {
gotoAndPlay (21);
}
if (Key.isDown(65)) {
gotoAndPlay (8);
}
Symbol 856 MovieClip Frame 15
if (Key.isDown(38)) {
gotoAndPlay (21);
}
if (Key.isDown(65)) {
gotoAndPlay (8);
}
Symbol 856 MovieClip Frame 16
if (Key.isDown(38)) {
gotoAndPlay (21);
}
if (Key.isDown(65)) {
gotoAndPlay (8);
}
Symbol 856 MovieClip Frame 17
if (Key.isDown(38)) {
gotoAndPlay (21);
}
if (Key.isDown(65)) {
gotoAndPlay (8);
}
Symbol 856 MovieClip Frame 18
gotoAndPlay (1);
Symbol 856 MovieClip Frame 19
if (Key.isDown(65)) {
gotoAndPlay (26);
}
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (33);
}
Symbol 856 MovieClip Frame 21
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (33);
}
if (Key.isDown(65)) {
gotoAndPlay (26);
}
Symbol 856 MovieClip Frame 25
gotoAndPlay (21);
Symbol 856 MovieClip Frame 26
_root.shotdirection = "up";
_root.capable = "yes";
Symbol 856 MovieClip Frame 27
_root.capable = "no";
Symbol 856 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 856 MovieClip Frame 32
if (Key.isDown(38)) {
gotoAndPlay (21);
}
if (Key.isDown(65)) {
gotoAndPlay (8);
}
Symbol 856 MovieClip Frame 35
if (Key.isDown(65)) {
gotoAndPlay (8);
}
if (Key.isDown(38)) {
gotoAndPlay (19);
} else {
play();
}
Symbol 856 MovieClip Frame 37
gotoAndPlay (1);
Symbol 856 MovieClip Frame 38
_root.knifey = "no";
Symbol 856 MovieClip Frame 46
gotoAndPlay (1);
Symbol 856 MovieClip Frame 47
_root.capable = "no";
Symbol 856 MovieClip Frame 48
Symbol 856 MovieClip Frame 55
_root.capable = "yes";
gotoAndPlay (1);
Symbol 902 MovieClip Frame 1
if (Key.isDown(65)) {
gotoAndPlay (14);
}
if (Key.isDown(68)) {
gotoAndPlay (53);
}
if (Key.isDown(38)) {
gotoAndPlay (19);
}
Symbol 902 MovieClip Frame 2
call(1);
Symbol 902 MovieClip Frame 3
call(1);
Symbol 902 MovieClip Frame 4
call(1);
Symbol 902 MovieClip Frame 5
call(1);
Symbol 902 MovieClip Frame 6
call(1);
Symbol 902 MovieClip Frame 7
call(1);
Symbol 902 MovieClip Frame 8
call(1);
Symbol 902 MovieClip Frame 9
call(1);
Symbol 902 MovieClip Frame 10
call(1);
Symbol 902 MovieClip Frame 11
call(1);
Symbol 902 MovieClip Frame 12
call(1);
Symbol 902 MovieClip Frame 13
gotoAndPlay (1);
Symbol 902 MovieClip Frame 14
_root.capable = "yes";
if (_root.direction == "left") {
_root.shotdirection = "left";
} else if (_root.direction == "right") {
_root.shotdirection = "right";
}
Symbol 902 MovieClip Frame 15
_root.capable = "no";
Symbol 902 MovieClip Frame 20
if (Key.isDown(38)) {
gotoAndPlay (27);
}
if (Key.isDown(65)) {
gotoAndPlay (14);
}
Symbol 902 MovieClip Frame 24
gotoAndPlay (1);
Symbol 902 MovieClip Frame 25
if (Key.isDown(65)) {
gotoAndPlay (14);
}
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (39);
}
Symbol 902 MovieClip Frame 27
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (39);
}
if (Key.isDown(65)) {
gotoAndPlay (32);
}
Symbol 902 MovieClip Frame 31
gotoAndPlay (31);
Symbol 902 MovieClip Frame 32
_root.shotdirection = "up";
_root.capable = "yes";
Symbol 902 MovieClip Frame 33
_root.capable = "no";
Symbol 902 MovieClip Frame 37
if (Key.isDown(38)) {
gotoAndPlay (27);
}
if (Key.isDown(65)) {
gotoAndPlay (14);
}
if (_root.direction == "right") {
_root.shotdirection = "right";
} else if (_root.direction == "left") {
_root.shotdirection = "left";
}
Symbol 902 MovieClip Frame 38
if (Key.isDown(38)) {
gotoAndPlay (27);
}
if (Key.isDown(65)) {
gotoAndPlay (14);
}
Symbol 902 MovieClip Frame 41
if (Key.isDown(65)) {
gotoAndPlay (14);
}
if (Key.isDown(38)) {
gotoAndPlay (25);
} else {
play();
}
Symbol 902 MovieClip Frame 43
gotoAndPlay (1);
Symbol 902 MovieClip Frame 44
_root.knifey = "no";
Symbol 902 MovieClip Frame 52
gotoAndPlay (1);
Symbol 902 MovieClip Frame 53
_root.capable = "no";
Symbol 902 MovieClip Frame 54
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 902 MovieClip Frame 61
_root.capable = "yes";
gotoAndPlay (1);
Instance of Symbol 856 MovieClip "s2" in Symbol 915 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 902 MovieClip "s1" in Symbol 915 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 940 MovieClip Frame 26
gotoAndPlay (1);
Symbol 1006 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 (73);
}
Symbol 1006 MovieClip Frame 2
call(1);
Symbol 1006 MovieClip Frame 3
call(1);
Symbol 1006 MovieClip Frame 4
call(1);
Symbol 1006 MovieClip Frame 5
call(1);
Symbol 1006 MovieClip Frame 6
call(1);
Symbol 1006 MovieClip Frame 7
call(1);
Symbol 1006 MovieClip Frame 8
call(1);
Symbol 1006 MovieClip Frame 9
call(1);
Symbol 1006 MovieClip Frame 10
call(1);
Symbol 1006 MovieClip Frame 11
call(1);
Symbol 1006 MovieClip Frame 12
call(1);
Symbol 1006 MovieClip Frame 13
call(1);
Symbol 1006 MovieClip Frame 14
call(1);
Symbol 1006 MovieClip Frame 15
call(1);
Symbol 1006 MovieClip Frame 16
call(1);
Symbol 1006 MovieClip Frame 17
call(1);
Symbol 1006 MovieClip Frame 18
call(1);
Symbol 1006 MovieClip Frame 19
call(1);
Symbol 1006 MovieClip Frame 20
call(1);
Symbol 1006 MovieClip Frame 21
call(1);
Symbol 1006 MovieClip Frame 22
call(1);
Symbol 1006 MovieClip Frame 23
call(1);
Symbol 1006 MovieClip Frame 24
call(1);
Symbol 1006 MovieClip Frame 25
if (_root.player._xscale == -100) {
_root.shotdirection = "left";
} else if (_root.player._xscale == 100) {
_root.shotdirection = "right";
}
_root.capable = "yes";
Symbol 1006 MovieClip Frame 26
_root.capable = "no";
Symbol 1006 MovieClip Frame 31
if (Key.isDown(38)) {
gotoAndPlay (38);
} else {
gotoAndPlay (50);
}
if (Key.isDown(40)) {
gotoAndPlay (75);
}
if (Key.isDown(65)) {
gotoAndPlay (25);
}
Symbol 1006 MovieClip Frame 35
gotoAndPlay (1);
Symbol 1006 MovieClip Frame 36
if (Key.isDown(65)) {
gotoAndPlay (43);
}
if (Key.isDown(38)) {
play();
} else {
gotoAndPlay (50);
}
Symbol 1006 MovieClip Frame 37
call(36);
Symbol 1006 MovieClip Frame 38
call(36);
Symbol 1006 MovieClip Frame 39
call(36);
Symbol 1006 MovieClip Frame 40
call(36);
Symbol 1006 MovieClip Frame 41
call(36);
Symbol 1006 MovieClip Frame 42
gotoAndPlay (38);
Symbol 1006 MovieClip Frame 43
_root.shotdirection = "up";
_root.capable = "yes";
Symbol 1006 MovieClip Frame 44
_root.capable = "no";
Symbol 1006 MovieClip Frame 48
if (Key.isDown(38)) {
gotoAndPlay (38);
}
if (Key.isDown(65)) {
gotoAndPlay (25);
}
Symbol 1006 MovieClip Frame 52
if (Key.isDown(65)) {
gotoAndPlay (25);
}
if (Key.isDown(38)) {
gotoAndPlay (36);
} else {
play();
}
Symbol 1006 MovieClip Frame 54
gotoAndPlay (1);
Symbol 1006 MovieClip Frame 63
gotoAndPlay (1);
Symbol 1006 MovieClip Frame 64
_root.capable = "no";
Symbol 1006 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 1006 MovieClip Frame 72
_root.capable = "yes";
gotoAndPlay (1);
Symbol 1006 MovieClip Frame 75
if (Key.isDown(40)) {
play();
} else {
gotoAndPlay (1);
}
if (Key.isDown(65)) {
_root.capable = "yes";
gotoAndPlay (77);
}
Symbol 1006 MovieClip Frame 76
gotoAndPlay (75);
Symbol 1006 MovieClip Frame 77
_root.capable = "yes";
_root.shotdirection = "down";
Symbol 1006 MovieClip Frame 78
_root.capable = "no";
Symbol 1006 MovieClip Frame 81
gotoAndPlay (75);
Symbol 1006 MovieClip Frame 84
gotoAndPlay (75);
Symbol 1025 MovieClip Frame 2
_root.player_lives.nextFrame();
Symbol 1025 MovieClip Frame 18
stop();
Symbol 1042 MovieClip Frame 17
stop();
Symbol 1071 MovieClip Frame 2
_root.player_lives.nextFrame();
Symbol 1071 MovieClip Frame 27
stop();
Symbol 1079 MovieClip Frame 1
if (hitarea2.hitTest(_root.ground)) {
} else {
gotoAndPlay (15);
}
if (hitarea2.hitTest(_root.background.end)) {
gotoAndPlay (81);
}
if (Key.isDown(83)) {
gotoAndPlay (3);
} else if (Key.isDown(39) && (_x < 275)) {
_root.backmove = "no";
_root.direction = "right";
_x = (_x + _root.marcowalkspeed);
_xscale = 100;
sprites.gotoAndStop(2);
} else if (Key.isDown(39) && (_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) && (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);
}
if (hitarea2.hitTest(_root.background.stop)) {
_root.plane1n = "yes";
_root.plane1.gotoAndPlay(2);
}
if (hitarea2.hitTest(_root.background.stop1)) {
_root.plane2n = "yes";
_root.plane2.gotoAndPlay(2);
}
if (hitarea2.hitTest(_root.background.stop2)) {
_root.plane3n = "yes";
_root.plane3.gotoAndPlay(2);
}
if (Key.isDown(27)) {
_root.Settings.gotoAndStop(2);
}
Instance of Symbol 917 MovieClip "hitarea" in Symbol 1079 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 917 MovieClip "hitarea2" in Symbol 1079 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1079 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1079 MovieClip Frame 3
if (hitarea2.hitTest(_root.background.end)) {
gotoAndPlay (81);
}
_y = (_y - _root.marcojumpspeed);
if (Key.isDown(39) && (_x < 275)) {
_root.direction = "right";
_x = (_x + _root.marcowalkspeed);
_xscale = 100;
sprites.gotoAndPlay("marco_legs_jump_direction");
} else if (Key.isDown(39)) {
_root.direction = "right";
_root.background._x = _root.background._x - _root.marcowalkspeed;
_xscale = 100;
sprites.gotoAndPlay("marco_legs_jump_direction");
} else if (Key.isDown(37) && (this.hitTest(_root.wall))) {
_root.direction = "left";
_xscale = -100;
sprites.gotoAndPlay("marco_legs_jump_direction");
} else if (Key.isDown(37)) {
_root.direction = "left";
_x = (_x - _root.marcowalkspeed);
_xscale = -100;
sprites.gotoAndPlay("marco_legs_jump_direction");
}
if (hitarea2.hitTest(_root.background.stop)) {
_root.plane1n = "yes";
_root.plane1.gotoAndPlay(2);
}
if (hitarea2.hitTest(_root.background.stop1)) {
_root.plane2n = "yes";
_root.plane2.gotoAndPlay(2);
}
if (hitarea2.hitTest(_root.background.stop2)) {
_root.plane3n = "yes";
_root.plane3.gotoAndPlay(2);
}
Symbol 1079 MovieClip Frame 4
call(3);
Symbol 1079 MovieClip Frame 5
call(3);
Symbol 1079 MovieClip Frame 6
call(3);
Symbol 1079 MovieClip Frame 7
call(3);
Symbol 1079 MovieClip Frame 8
call(3);
Symbol 1079 MovieClip Frame 9
call(3);
Symbol 1079 MovieClip Frame 10
call(3);
Symbol 1079 MovieClip Frame 11
call(3);
Symbol 1079 MovieClip Frame 12
call(3);
Symbol 1079 MovieClip Frame 13
call(3);
Symbol 1079 MovieClip Frame 14
call(3);
Symbol 1079 MovieClip Frame 15
if (hitarea2.hitTest(_root.background.end)) {
gotoAndPlay (81);
}
if (hitarea2.hitTest(_root.ground)) {
gotoAndPlay (1);
} else {
_y = (_y + _root.marcojumpspeed);
}
if (Key.isDown(39) && (_x < 275)) {
_x = (_x + _root.marcowalkspeed);
_xscale = 100;
sprites.gotoAndPlay("marco_legs_jump_direction");
} else if (Key.isDown(39)) {
_root.background._x = _root.background._x - _root.marcowalkspeed;
_xscale = 100;
sprites.gotoAndPlay("marco_legs_jump_direction");
} else if (Key.isDown(37) && (this.hitTest(_root.wall))) {
_xscale = -100;
sprites.gotoAndPlay("marco_legs_jump_direction");
} else if (Key.isDown(37)) {
_x = (_x - _root.marcowalkspeed);
_xscale = -100;
sprites.gotoAndPlay("marco_legs_jump_direction");
}
if (hitarea2.hitTest(_root.background.stop)) {
_root.plane1n = "yes";
_root.plane1.gotoAndPlay(2);
}
if (hitarea2.hitTest(_root.background.stop1)) {
_root.plane2n = "yes";
_root.plane2.gotoAndPlay(2);
}
if (hitarea2.hitTest(_root.background.stop2)) {
_root.plane3n = "yes";
_root.plane3.gotoAndPlay(2);
}
Symbol 1079 MovieClip Frame 16
gotoAndPlay (15);
Symbol 1079 MovieClip Frame 17
if (hitarea2.hitTest(_root.ground)) {
play();
} else {
_y = (_y + _root.marcojumpspeed);
}
_root.backmove = "no";
_root.POW_Score.gotoAndStop(1);
_root.capable = "no";
Symbol 1079 MovieClip Frame 18
call(17);
Symbol 1079 MovieClip Frame 19
call(17);
Symbol 1079 MovieClip Frame 20
call(17);
Symbol 1079 MovieClip Frame 21
call(17);
Symbol 1079 MovieClip Frame 22
call(17);
Symbol 1079 MovieClip Frame 23
call(17);
Symbol 1079 MovieClip Frame 24
call(17);
Symbol 1079 MovieClip Frame 25
call(17);
Symbol 1079 MovieClip Frame 26
call(17);
Symbol 1079 MovieClip Frame 27
call(17);
Symbol 1079 MovieClip Frame 28
call(17);
Symbol 1079 MovieClip Frame 29
call(17);
Symbol 1079 MovieClip Frame 30
call(17);
Symbol 1079 MovieClip Frame 31
call(17);
Symbol 1079 MovieClip Frame 32
call(17);
Symbol 1079 MovieClip Frame 33
call(17);
Symbol 1079 MovieClip Frame 34
call(17);
Symbol 1079 MovieClip Frame 35
call(17);
Symbol 1079 MovieClip Frame 36
call(17);
Symbol 1079 MovieClip Frame 37
call(17);
Symbol 1079 MovieClip Frame 38
call(17);
Symbol 1079 MovieClip Frame 39
call(17);
Symbol 1079 MovieClip Frame 40
call(17);
Symbol 1079 MovieClip Frame 41
call(17);
Symbol 1079 MovieClip Frame 42
call(17);
Symbol 1079 MovieClip Frame 43
_root.inv.gotoAndPlay(2);
_root.lives = _root.lives - 1;
gotoAndPlay (1);
Symbol 1079 MovieClip Frame 44
_root.capable = "no";
if (_root.intaxi == "yes") {
gotoAndPlay (81);
}
Instance of Symbol 917 MovieClip "hitarea2" in Symbol 1079 MovieClip Frame 44
onClipEvent (load) {
_visible = false;
}
Symbol 1079 MovieClip Frame 45
gotoAndPlay (44);
Symbol 1079 MovieClip Frame 46
if (hitarea2.hitTest(_root.ground)) {
play();
} else {
_y = (_y + _root.marcojumpspeed);
}
_root.backmove = "no";
_root.POW_Score.gotoAndStop(1);
_root.capable = "no";
Instance of Symbol 917 MovieClip "hitarea2" in Symbol 1079 MovieClip Frame 46
onClipEvent (load) {
_visible = false;
}
Symbol 1079 MovieClip Frame 47
call(46);
Symbol 1079 MovieClip Frame 48
call(46);
Symbol 1079 MovieClip Frame 49
call(46);
Symbol 1079 MovieClip Frame 50
call(46);
Symbol 1079 MovieClip Frame 51
call(46);
Symbol 1079 MovieClip Frame 52
call(46);
Symbol 1079 MovieClip Frame 53
call(46);
Symbol 1079 MovieClip Frame 54
call(46);
Symbol 1079 MovieClip Frame 55
call(46);
Symbol 1079 MovieClip Frame 56
call(46);
Symbol 1079 MovieClip Frame 57
call(46);
Symbol 1079 MovieClip Frame 58
call(46);
Symbol 1079 MovieClip Frame 59
call(46);
Symbol 1079 MovieClip Frame 60
call(46);
Symbol 1079 MovieClip Frame 61
call(46);
Symbol 1079 MovieClip Frame 62
call(46);
Symbol 1079 MovieClip Frame 63
call(46);
Symbol 1079 MovieClip Frame 64
call(46);
Symbol 1079 MovieClip Frame 65
call(46);
Symbol 1079 MovieClip Frame 66
call(46);
Symbol 1079 MovieClip Frame 67
call(46);
Symbol 1079 MovieClip Frame 68
call(46);
Symbol 1079 MovieClip Frame 69
call(46);
Symbol 1079 MovieClip Frame 70
call(46);
Symbol 1079 MovieClip Frame 71
call(46);
Symbol 1079 MovieClip Frame 72
call(46);
Symbol 1079 MovieClip Frame 73
call(46);
Symbol 1079 MovieClip Frame 74
call(46);
Symbol 1079 MovieClip Frame 75
call(46);
Symbol 1079 MovieClip Frame 76
call(46);
Symbol 1079 MovieClip Frame 77
call(46);
Symbol 1079 MovieClip Frame 78
_root.inv.gotoAndPlay(2);
_root.lives = _root.lives - 1;
gotoAndPlay (1);
Symbol 1079 MovieClip Frame 79
_root.capable = "no";
if (_root.intaxi == "yes") {
gotoAndPlay (81);
}
Instance of Symbol 917 MovieClip "hitarea2" in Symbol 1079 MovieClip Frame 79
onClipEvent (load) {
_visible = false;
}
Symbol 1079 MovieClip Frame 80
gotoAndPlay (43);
Symbol 1079 MovieClip Frame 82
gotoAndPlay (81);
Symbol 1083 MovieClip Frame 1
if (this.hitTest(_root.player.shotkiller)) {
removeMovieClip(this);
}
if (_root.shotCounter == 20) {
_root.shotCounter = 6;
}
_root.shotCount = _root.shotCount + 1;
if (_root.shotdirection == "left") {
this._rotation = 180;
this._x = _root.player._x - 100;
this._y = _root.player._y - 50;
shotMoveSpeed = -30;
shotySpeed = 0;
} else if (_root.shotdirection == "right") {
this._x = _root.player._x + 100;
this._y = _root.player._y - 50;
shotMoveSpeed = 30;
shotySpeed = 0;
} else if (_root.shotdirection == "up") {
this._rotation = 270;
this._x = _root.player._x;
this._y = _root.player._y - 170;
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 1083 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 < 0) {
this.removeMovieClip();
}
if (this._y > 360) {
gotoAndPlay (4);
}
Symbol 1083 MovieClip Frame 3
gotoAndPlay (2);
Symbol 1083 MovieClip Frame 4
stop();
Symbol 1101 MovieClip Frame 1
if (_root.nadeAmmo < 1) {
gotoAndStop (29);
} else {
_root.nadeAmmo = _root.nadeAmmo - 1;
}
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 1101 MovieClip Frame 2
_visible = false;
if (this._name != "nade") {
_visible = true;
}
if (this._name == "nade") {
stop();
}
_y = (_y - 10);
Instance of Symbol 1086 MovieClip "hitarea" in Symbol 1101 MovieClip Frame 2
onClipEvent (load) {
_visible = false;
}
Symbol 1101 MovieClip Frame 3
_y = (_y - 10);
Symbol 1101 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 1101 MovieClip Frame 7
gotoAndPlay (6);
Symbol 1101 MovieClip Frame 8
if (Key.isDown(39) && (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1101 MovieClip Frame 14
if (Key.isDown(39) && (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Symbol 1101 MovieClip Frame 15
if (Key.isDown(39) && (_root.backmove == "yes")) {
_x = (_x - _root.marcowalkspeed);
}
Instance of Symbol 1086 MovieClip "hitarea" in Symbol 1101 MovieClip Frame 27
onClipEvent (load) {
_visible = false;
}
Symbol 1101 MovieClip Frame 29
stop();
Symbol 1125 MovieClip Frame 23
stop();
Symbol 1126 MovieClip Frame 1
if (_root.bazookaCounter == 20) {
_root.bazookaCounter = 1;
}
_root.bazookaCount = _root.bazookaCount + 1;
if (_root.enemyb1n == "yes") {
this._x = _root.background._x + 170;
this._y = _root.background._y + 100;
shotMoveSpeed = -30;
shotySpeed = 0;
}
if (_root.enemyb2n == "yes") {
this._x = _root.background._x + 720;
this._y = _root.background._y + 100;
shotMoveSpeed = -30;
shotySpeed = 0;
}
if (_root.enemyb3n == "yes") {
this._x = _root.background._x + 1725;
this._y = _root.background._y + 8;
shotMoveSpeed = 0;
shotySpeed = 30;
}
if (_root.enemyb4n == "yes") {
this._x = _root.background._x + 3195;
this._y = _root.background._y + 6;
shotMoveSpeed = 0;
shotySpeed = 30;
}
if (_root.enemyb5n == "yes") {
this._x = _root.background._x + 4690;
this._y = _root.background._y + 70;
shotMoveSpeed = -30;
shotySpeed = 0;
}
Symbol 1126 MovieClip Frame 2
if ((_root.enemyb3n == "yes") && (_root.backmove == "yes")) {
shotMoveSpeed = -_root.marcowalkspeed;
}
if ((_root.enemyb4n == "yes") && (_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);
}
if (this._x > 600) {
this.removeMovieClip();
}
if (this._x < -10) {
this.removeMovieClip();
}
if (this._y < 0) {
this.removeMovieClip();
}
if (this._y > 360) {
gotoAndPlay (4);
}
Symbol 1126 MovieClip Frame 3
gotoAndPlay (2);
Symbol 1126 MovieClip Frame 4
ton = new Sound(this);
ton.attachSound("nadeblow");
ton.start(0, 1);
stop();
Symbol 1149 MovieClip Frame 23
stop();
Symbol 1150 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;
}
if (_root.plane3n == "yes") {
this._x = _root.plane3._x;
this._y = _root.plane3._y + 20;
shotMoveSpeed = 0;
shotySpeed = 20;
}
Symbol 1150 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 1150 MovieClip Frame 3
gotoAndPlay (2);
Symbol 1150 MovieClip Frame 4
ton = new Sound(this);
ton.attachSound("nadeblow");
ton.start(0, 1);
stop();
Symbol 1152 MovieClip Frame 1
stop();
Symbol 1152 MovieClip Frame 2
_root.player._visible = false;
_root.player.hitarea._name = "crap";
Symbol 1152 MovieClip Frame 5
_root.player._visible = true;
Symbol 1152 MovieClip Frame 8
_root.player._visible = false;
Symbol 1152 MovieClip Frame 10
_root.player._visible = true;
_root.player.crap._name = "hitarea";
gotoAndStop (1);
Symbol 1155 MovieClip Frame 1
stopAllSounds();
Symbol 1155 MovieClip Frame 2
stop();
Symbol 1157 MovieClip Frame 1
if (Key.isDown(65) && (_root.capable == "yes")) {
_root.shotCounter++;
_root.shot.duplicateMovieClip("shot" + _root.shotCounter, _root.shotCounter);
_root["shot" + _root.shotCounter]._visible = true;
}
Symbol 1157 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1178 MovieClip Frame 1
stop();
Symbol 1178 MovieClip Frame 4
stop();
Symbol 1178 MovieClip Frame 5
stop();
Symbol 1178 MovieClip Frame 6
stop();
_root.Player_Dead.gotoAndPlay(1);
Symbol 1191 MovieClip Frame 1
stop();
_root.POW = (_root.POW = 0);
Symbol 1191 MovieClip Frame 2
stop();
_root.POW = _root.POW + 1;
Symbol 1191 MovieClip Frame 3
stop();
_root.POW = _root.POW + 1;
Symbol 1191 MovieClip Frame 4
stop();
_root.POW = _root.POW + 1;
Symbol 1191 MovieClip Frame 5
stop();
_root.POW = _root.POW + 1;
Symbol 1191 MovieClip Frame 6
stop();
_root.POW = _root.POW + 1;
Symbol 1191 MovieClip Frame 7
stop();
_root.POW = _root.POW + 1;
Symbol 1193 MovieClip Frame 1
t = new Sound(this);
t.attachSound("heli_pass_quick1");
t.start(0, 1);
Symbol 1211 MovieClip Frame 11
_root.bombCounter++;
_root.bomb.duplicateMovieClip("bomb" + _root.bombCounter, _root.bombCounter);
_root["bomb" + _root.bombCounter]._visible = true;
Symbol 1211 MovieClip Frame 22
_root.bombCounter++;
_root.bomb.duplicateMovieClip("bomb" + _root.bombCounter, _root.bombCounter);
_root["bomb" + _root.bombCounter]._visible = true;
Symbol 1211 MovieClip Frame 32
_root.bombCounter++;
_root.bomb.duplicateMovieClip("bomb" + _root.bombCounter, _root.bombCounter);
_root["bomb" + _root.bombCounter]._visible = true;
Symbol 1211 MovieClip Frame 33
stop();
Symbol 1213 MovieClip Frame 1
stop();
Symbol 1216 MovieClip Frame 1
stop();
Symbol 1217 MovieClip Frame 1
stop();
Symbol 1217 MovieClip Frame 2
if (_x < -350) {
} else if (_x > -350) {
_x = (_x - 20);
} else if ((Key.isDown(39) && (_root.backmove == "yes")) && (_x > -100)) {
_x = (_x - 40);
}
if (this.hitarea.hitTest(_root.shot1)) {
hit.gotoAndPlay(2);
_root.shot1.gotoAndStop(4);
_root.score = _root.score + 11;
}
if (this.hitarea.hitTest(_root.shot2)) {
hit.gotoAndPlay(2);
_root.shot2.gotoAndStop(4);
_root.score = _root.score + 11;
}
if (this.hitarea.hitTest(_root.shot3)) {
hit.gotoAndPlay(2);
_root.shot3.gotoAndStop(4);
_root.score = _root.score + 11;
}
if (this.hitarea.hitTest(_root.shot4)) {
hit.gotoAndPlay(2);
_root.shot4.gotoAndStop(4);
_root.score = _root.score + 11;
}
if (this.hitarea.hitTest(_root.shot5)) {
hit.gotoAndPlay(2);
_root.shot5.gotoAndStop(4);
_root.score = _root.score + 11;
}
if (this.hitarea.hitTest(_root.shot6)) {
hit.gotoAndPlay(2);
_root.shot6.gotoAndStop(4);
_root.score = _root.score + 11;
}
if (this.hitarea.hitTest(_root.shot7)) {
hit.gotoAndPlay(2);
_root.shot7.gotoAndStop(4);
_root.score = _root.score + 11;
}
if (this.hitarea.hitTest(_root.shot8)) {
hit.gotoAndPlay(2);
_root.shot8.gotoAndStop(4);
_root.score = _root.score + 11;
}
if (this.hitarea.hitTest(_root.shot9)) {
hit.gotoAndPlay(2);
_root.shot9.gotoAndStop(4);
_root.score = _root.score + 11;
}
if (this.hitarea.hitTest(_root.shot10)) {
hit.gotoAndPlay(2);
_root.shot10.gotoAndStop(4);
_root.score = _root.score + 11;
}
if (this.hitarea.hitTest(_root.shot11)) {
hit.gotoAndPlay(2);
_root.shot11.gotoAndStop(4);
_root.score = _root.score + 11;
}
if (this.hitarea.hitTest(_root.shot12)) {
hit.gotoAndPlay(2);
_root.shot12.gotoAndStop(4);
_root.score = _root.score + 11;
}
if (this.hitarea.hitTest(_root.shot13)) {
hit.gotoAndPlay(2);
_root.shot13.gotoAndStop(4);
_root.score = _root.score + 11;
}
if (this.hitarea.hitTest(_root.shot14)) {
hit.gotoAndPlay(2);
_root.shot14.gotoAndStop(4);
_root.score = _root.score + 11;
}
if (this.hitarea.hitTest(_root.shot15)) {
hit.gotoAndPlay(2);
_root.shot15.gotoAndStop(4);
_root.score = _root.score + 11;
}
if (this.hitarea.hitTest(_root.shot16)) {
hit.gotoAndPlay(2);
_root.shot16.gotoAndStop(4);
_root.score = _root.score + 11;
}
if (this.hitarea.hitTest(_root.shot17)) {
hit.gotoAndPlay(2);
_root.shot17.gotoAndStop(4);
_root.score = _root.score + 11;
}
if (this.hitarea.hitTest(_root.shot18)) {
hit.gotoAndPlay(2);
_root.shot18.gotoAndStop(4);
_root.score = _root.score + 11;
}
if (this.hitarea.hitTest(_root.shot19)) {
hit.gotoAndPlay(2);
_root.shot19.gotoAndStop(4);
_root.score = _root.score + 11;
}
if (this.hitarea.hitTest(_root.shot20)) {
hit.gotoAndPlay(2);
_root.shot20.gotoAndStop(4);
_root.score = _root.score + 11;
}
if (this.hitTest(_root.nade1.hitarea)) {
hit2.gotoAndPlay(2);
_root.nade1.gotoAndPlay(29);
_root.score = _root.score + 222;
}
if (this.hitTest(_root.nade2.hitarea)) {
hit2.gotoAndPlay(2);
_root.nade2.gotoAndPlay(29);
_root.score = _root.score + 222;
}
if (this.hitTest(_root.nade3.hitarea)) {
hit2.gotoAndPlay(2);
_root.nade3.gotoAndPlay(29);
_root.score = _root.score + 222;
}
if (this.hitTest(_root.nade4.hitarea)) {
hit2.gotoAndPlay(2);
_root.nade4.gotoAndPlay(29);
_root.score = _root.score + 222;
}
if (this.hitTest(_root.nade5.hitarea)) {
hit2.gotoAndPlay(2);
_root.nade5.gotoAndPlay(29);
_root.score = _root.score + 222;
}
if (this.hitTest(_root.nade6.hitarea)) {
hit2.gotoAndPlay(2);
_root.nade6.gotoAndPlay(29);
_root.score = _root.score + 222;
}
if (this.hitTest(_root.nade7.hitarea)) {
hit2.gotoAndPlay(2);
_root.nade7.gotoAndPlay(29);
_root.score = _root.score + 222;
}
if (this.hitTest(_root.nade8.hitarea)) {
hit2.gotoAndPlay(2);
_root.nade8.gotoAndPlay(29);
_root.score = _root.score + 222;
}
if (this.hitTest(_root.nade9.hitarea)) {
hit2.gotoAndPlay(2);
_root.nade9.gotoAndPlay(29);
_root.score = _root.score + 222;
}
if (this.hitTest(_root.nade10.hitarea)) {
hit2.gotoAndPlay(2);
_root.nade10.gotoAndPlay(29);
_root.score = _root.score + 222;
}
Instance of Symbol 1193 MovieClip "hitarea" in Symbol 1217 MovieClip Frame 2
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1211 MovieClip in Symbol 1217 MovieClip Frame 2
onClipEvent (load) {
_visible = false;
}
Symbol 1217 MovieClip Frame 3
gotoAndPlay (2);
Symbol 1222 Button
on (keyPress "<Space>") {
nextFrame();
}
Symbol 1248 MovieClip Frame 1
stop();
Symbol 1248 MovieClip Frame 19
_root._root.score = _root._root.score + 1000;
Symbol 1248 MovieClip Frame 29
_root._root.score = _root._root.score + 1000;
Symbol 1248 MovieClip Frame 39
_root._root.score = _root._root.score + 1000;
Symbol 1248 MovieClip Frame 49
_root._root.score = _root._root.score + 1000;
Symbol 1248 MovieClip Frame 59
_root._root.score = _root._root.score + 1000;
Symbol 1248 MovieClip Frame 69
_root._root.score = _root._root.score + 1000;
Symbol 1248 MovieClip Frame 70
stop();
Symbol 1248 MovieClip Frame 71
gotoAndPlay (70);
Symbol 1254 Button
on (release) {
_root.gotoAndPlay(2);
}
Symbol 1257 Button
on (release) {
_root.gotoAndStop(5);
}
Symbol 1259 Button
on (keyPress "<Space>") {
_root.gotoAndPlay(2);
}
Symbol 1263 MovieClip Frame 1
stop();
Symbol 1263 MovieClip Frame 2
play();
Symbol 1263 MovieClip Frame 14
this.gotoAndPlay(2);
Symbol 1264 MovieClip Frame 1
stop();
Symbol 1264 MovieClip Frame 2
stop();
Symbol 1264 MovieClip Frame 4
play();
Symbol 1264 MovieClip Frame 16
Symbol 1264 MovieClip Frame 45
stopAllSounds();
Symbol 1264 MovieClip Frame 46
play();
if (_root.POW < 0) {
this.POW_Score2.gotoAndStop(70);
} else if (_root.POW < 1) {
this.POW_Score2.gotoAndStop(70);
} else if (_root.POW < 2) {
this.POW_Score2.gotoAndStop(60);
} else if (_root.POW < 3) {
this.POW_Score2.gotoAndStop(50);
} else if (_root.POW < 4) {
this.POW_Score2.gotoAndStop(40);
} else if (_root.POW < 5) {
this.POW_Score2.gotoAndStop(30);
} else if (_root.POW < 6) {
this.POW_Score2.gotoAndStop(20);
} else if (_root.POW < 7) {
this.POW_Score2.gotoAndStop(10);
}
Symbol 1264 MovieClip Frame 91
stop();
if (_root.POW < 0) {
this.POW_Score2.stop();
} else if (_root.POW < 1) {
this.POW_Score2.gotoAndPlay(70);
} else if (_root.POW < 2) {
this.POW_Score2.gotoAndPlay(60);
} else if (_root.POW < 3) {
this.POW_Score2.gotoAndPlay(50);
} else if (_root.POW < 4) {
this.POW_Score2.gotoAndPlay(40);
} else if (_root.POW < 5) {
this.POW_Score2.gotoAndPlay(30);
} else if (_root.POW < 6) {
this.POW_Score2.gotoAndPlay(20);
} else if (_root.POW < 7) {
this.POW_Score2.gotoAndPlay(10);
}
Symbol 1266 MovieClip Frame 1
stop();
Symbol 1266 MovieClip Frame 2
stopAllSounds();
Symbol 1266 MovieClip Frame 17
_root.gotoAndPlay(6);
Symbol 1270 Button
on (release) {
_root.gotoAndStop(2);
}
Symbol 1275 Button
on (release) {
this.gotoAndStop(3);
}
Symbol 1276 Button
on (keyPress "<Space>") {
this.gotoAndStop(3);
}
Symbol 1277 MovieClip Frame 1
stop();
Symbol 1277 MovieClip Frame 2
stop();
Symbol 1277 MovieClip Frame 3
stop();