Frame 1
stop();
Instance of Symbol 12 MovieClip in Frame 1
onClipEvent (enterFrame) {
stop();
_root.PercentLoaded = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
tellTarget ("_root.bar") {
gotoAndPlay((currentframe = _root.PercentLoaded));
};
}
}
onClipEvent (enterFrame) {
if (_root.PercentLoaded == 100) {
_root.loaded = "Loaded. Press Play.";
_root.box = "Game is Loaded. Enjoy!";
}
}
onClipEvent (enterFrame) {
if (_root.menu.password == "warhero") {
_root.money = _root.menu.cheatmoney;
} else {
_root.money = 1500;
}
}
Instance of Symbol 34 MovieClip "hand" in Frame 1
onClipEvent (mouseMove) {
Mouse.hide();
_root.hand._x = _root._xmouse;
_root.hand._y = _root._ymouse;
updateAfterEvent();
}
Instance of Symbol 44 MovieClip "quality" in Frame 1
onClipEvent (enterFrame) {
if (_root.infantrykilled > _root.killguys) {
tellTarget ("_root") {
nextFrame();
tellTarget ("_root.ondgubbe") {
play();
if (_root.killguys > 300) {
_root.killguys = _root.killguys + 150;
} else {
_root.killguys = _root.killguys + Math.round(_root.killguys / 2);
}
};
};
}
}
onClipEvent (load) {
_root.killguys = 10;
}
Frame 3
stop();
Instance of Symbol 79 MovieClip in Frame 3
onClipEvent (mouseDown) {
if (_root.sniperlive == true) {
play();
}
}
Instance of Symbol 108 MovieClip "bunker" in Frame 3
onClipEvent (enterFrame) {
bunkrar = _root.bunkernumber;
}
onClipEvent (enterFrame) {
if (liv <= 0) {
tellTarget ("_root.bunker") {
gotoAndStop (60);
_root.bunkernumber = 0;
bunkrar = 0;
_root.bunkerdeath = true;
};
}
}
Instance of Symbol 111 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (_root.music == false) {
stop();
} else {
play();
}
}
Instance of Symbol 116 MovieClip "snipertower" in Frame 3
onClipEvent (enterFrame) {
if (liv <= 0) {
tellTarget ("_root.snipertower") {
gotoAndPlay (2);
};
}
}
Instance of Symbol 155 MovieClip "moneyplant" in Frame 3
onClipEvent (enterFrame) {
moneyplants = _root.moneyplantnumber;
}
onClipEvent (enterFrame) {
if (liv <= 0) {
tellTarget ("_root.moneyplant") {
gotoAndPlay ("death");
_root.moneyplantnumber = 0;
moneyplants = 0;
_root.moneyplantdeath = true;
};
}
}
onClipEvent (enterFrame) {
moneymake = _root.moneyplantnumber * 5;
}
Instance of Symbol 166 MovieClip "antiair" in Frame 3
onClipEvent (enterFrame) {
antiairs = _root.antiairnumber;
}
onClipEvent (enterFrame) {
if (liv <= 0) {
tellTarget ("_root.antiair") {
gotoAndStop ("death");
_root.antiairnumber = 0;
antiairs = 0;
_root.antiairdeath = true;
};
}
}
Instance of Symbol 171 MovieClip "techcenter" in Frame 3
onClipEvent (enterFrame) {
if (liv <= 0) {
tellTarget ("_root.techcenter") {
gotoAndPlay (3);
};
}
}
Instance of Symbol 219 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (_root.sniperlive == false) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 225 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (_root.techcenterlive == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 229 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (_root.techcenterlive == true) {
if (_root.sniperupgrade == false) {
this._visible = true;
} else {
this._visible = false;
}
} else {
this._visible = false;
}
}
onClipEvent (load) {
_root.sniperupgrade = false;
}
Frame 4
stop();
Instance of Symbol 155 MovieClip "moneyplant" in Frame 4
onClipEvent (enterFrame) {
moneyplants = _root.moneyplantnumber;
}
onClipEvent (enterFrame) {
if (liv <= 0) {
tellTarget ("_root.moneyplant") {
gotoAndPlay ("death");
_root.moneyplantnumber = 0;
moneyplants = 0;
_root.moneyplantdeath = true;
};
}
}
onClipEvent (enterFrame) {
moneymake = _root.moneyplantnumber * 25;
}
Instance of Symbol 282 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.move == true) {
this._x = this._x + 2;
}
}
onClipEvent (enterFrame) {
if (liv < 0) {
gotoAndStop (91);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker.bullet)) {
liv = liv - (_root.bunkernumber / 100);
}
}
onClipEvent (enterFrame) {
if (_root.bombing == true) {
gotoAndStop (91);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.gasplan.hitter)) {
liv = liv - 0.5;
}
}
onClipEvent (enterFrame) {
if (this._x > 710) {
tellTarget ("_root") {
gotoAndPlay ("defeat");
};
}
}
Instance of Symbol 305 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.move == true) {
this._x = this._x + 1.5;
}
}
onClipEvent (enterFrame) {
if (liv < 0) {
gotoAndStop (112);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker.bullet)) {
liv = liv - (_root.bunkernumber / 100);
}
}
onClipEvent (enterFrame) {
if (_root.bombing == true) {
gotoAndStop (112);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.gasplan.hitter)) {
liv = liv - 0.5;
}
}
onClipEvent (enterFrame) {
if (this._x > 710) {
tellTarget ("_root") {
gotoAndPlay ("defeat");
};
}
}
Instance of Symbol 327 MovieClip "helikopter" in Frame 4
onClipEvent (load) {
_root.bunkernumber = 1;
_root.helikopternumber = 1;
_root.moneyplantnumber = 1;
_root.antiairnumber = 1;
}
onClipEvent (enterFrame) {
_root.helikopterpris = _root.helikopternumber * 2000;
_root.bunkerpris = (_root.bunkernumber * 100) + 2000;
_root.moneyplantpris = (_root.moneyplantnumber * 1000) + 2000;
_root.antiairpris = (_root.antiairnumber * 500) + 1000;
}
onClipEvent (load) {
liv = 1000;
}
onClipEvent (enterFrame) {
if (liv <= 0) {
_root.helikopternumber = 0;
_root.helikopterdeath = true;
gotoAndStop (409);
}
}
onClipEvent (enterFrame) {
this.helikopter.helikoptrar = _root.helikopternumber;
}
Frame 5
stop();
Instance of Symbol 155 MovieClip "moneyplant" in Frame 5
onClipEvent (enterFrame) {
moneyplants = _root.moneyplantnumber;
}
onClipEvent (enterFrame) {
if (liv <= 0) {
tellTarget ("_root.moneyplant") {
gotoAndPlay ("death");
_root.moneyplantnumber = 0;
moneyplants = 0;
_root.moneyplantdeath = true;
};
}
}
onClipEvent (enterFrame) {
moneymake = _root.moneyplantnumber * 5;
}
Instance of Symbol 305 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.move == true) {
this._x = this._x + 1.5;
}
}
onClipEvent (enterFrame) {
if (liv < 0) {
gotoAndStop (112);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker.bullet)) {
liv = liv - (_root.bunkernumber / 100);
}
}
onClipEvent (enterFrame) {
if (_root.bombing == true) {
gotoAndStop (112);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.gasplan.hitter)) {
liv = liv - 0.5;
}
}
onClipEvent (enterFrame) {
if (this._x > 710) {
tellTarget ("_root") {
gotoAndPlay ("defeat");
};
}
}
Frame 6
stop();
Instance of Symbol 282 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.move == true) {
this._x = this._x + 2;
}
}
onClipEvent (enterFrame) {
if (liv < 0) {
gotoAndStop (91);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker.bullet)) {
liv = liv - (_root.bunkernumber / 100);
}
}
onClipEvent (enterFrame) {
if (_root.bombing == true) {
gotoAndStop (91);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.gasplan.hitter)) {
liv = liv - 0.5;
}
}
onClipEvent (enterFrame) {
if (this._x > 710) {
tellTarget ("_root") {
gotoAndPlay ("defeat");
};
}
}
Frame 7
stop();
Instance of Symbol 305 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.move == true) {
this._x = this._x + 1.5;
}
}
onClipEvent (enterFrame) {
if (liv < 0) {
gotoAndStop (112);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker.bullet)) {
liv = liv - (_root.bunkernumber / 100);
}
}
onClipEvent (enterFrame) {
if (_root.bombing == true) {
gotoAndStop (112);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.gasplan.hitter)) {
liv = liv - 0.5;
}
}
onClipEvent (enterFrame) {
if (this._x > 710) {
tellTarget ("_root") {
gotoAndPlay ("defeat");
};
}
}
Frame 8
stop();
Instance of Symbol 282 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.move == true) {
this._x = this._x + 2;
}
}
onClipEvent (enterFrame) {
if (liv < 0) {
gotoAndStop (91);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker.bullet)) {
liv = liv - (_root.bunkernumber / 100);
}
}
onClipEvent (enterFrame) {
if (_root.bombing == true) {
gotoAndStop (91);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.gasplan.hitter)) {
liv = liv - 0.5;
}
}
onClipEvent (enterFrame) {
if (this._x > 710) {
tellTarget ("_root") {
gotoAndPlay ("defeat");
};
}
}
Frame 9
stop();
Instance of Symbol 305 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.move == true) {
this._x = this._x + 1.5;
}
}
onClipEvent (enterFrame) {
if (liv < 0) {
gotoAndStop (112);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker.bullet)) {
liv = liv - (_root.bunkernumber / 100);
}
}
onClipEvent (enterFrame) {
if (_root.bombing == true) {
gotoAndStop (112);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.gasplan.hitter)) {
liv = liv - 0.5;
}
}
onClipEvent (enterFrame) {
if (this._x > 710) {
tellTarget ("_root") {
gotoAndPlay ("defeat");
};
}
}
Frame 10
stop();
Instance of Symbol 282 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.move == true) {
this._x = this._x + 2;
}
}
onClipEvent (enterFrame) {
if (liv < 0) {
gotoAndStop (91);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker.bullet)) {
liv = liv - (_root.bunkernumber / 100);
}
}
onClipEvent (enterFrame) {
if (_root.bombing == true) {
gotoAndStop (91);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.gasplan.hitter)) {
liv = liv - 0.5;
}
}
onClipEvent (enterFrame) {
if (this._x > 710) {
tellTarget ("_root") {
gotoAndPlay ("defeat");
};
}
}
Frame 11
stop();
Instance of Symbol 385 MovieClip in Frame 11
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
onClipEvent (enterFrame) {
if (shooting == true) {
if (this._x > 50) {
gotoAndPlay (2);
shooting = false;
}
}
}
onClipEvent (enterFrame) {
if (this._x > 700) {
this._x = -6000;
gotoAndPlay (1);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.antiair.bullet)) {
liv = liv - (_root.antiairnumber * 30);
}
}
onClipEvent (enterFrame) {
if (liv < 0) {
gotoAndStop (25);
}
}
Frame 12
stop();
Instance of Symbol 305 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.move == true) {
this._x = this._x + 1.5;
}
}
onClipEvent (enterFrame) {
if (liv < 0) {
gotoAndStop (112);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker.bullet)) {
liv = liv - (_root.bunkernumber / 100);
}
}
onClipEvent (enterFrame) {
if (_root.bombing == true) {
gotoAndStop (112);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.gasplan.hitter)) {
liv = liv - 0.5;
}
}
onClipEvent (enterFrame) {
if (this._x > 710) {
tellTarget ("_root") {
gotoAndPlay ("defeat");
};
}
}
Frame 13
stop();
Instance of Symbol 305 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.move == true) {
this._x = this._x + 1.5;
}
}
onClipEvent (enterFrame) {
if (liv < 0) {
gotoAndStop (112);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker.bullet)) {
liv = liv - (_root.bunkernumber / 100);
}
}
onClipEvent (enterFrame) {
if (_root.bombing == true) {
gotoAndStop (112);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.gasplan.hitter)) {
liv = liv - 0.5;
}
}
onClipEvent (enterFrame) {
if (this._x > 710) {
tellTarget ("_root") {
gotoAndPlay ("defeat");
};
}
}
Instance of Symbol 429 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (_root.techcenterlive == false) {
this._visible = true;
} else {
this._visible = false;
}
}
Frame 14
stop();
Instance of Symbol 451 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.move == true) {
this._x = this._x + 0.5;
}
}
onClipEvent (enterFrame) {
if (liv < 0) {
gotoAndStop (122);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker.bullet)) {
liv = liv - (_root.bunkernumber / 100);
}
}
onClipEvent (enterFrame) {
if (_root.bombing == true) {
gotoAndStop (122);
}
}
onClipEvent (enterFrame) {
if (this._x > 710) {
tellTarget ("_root") {
gotoAndPlay ("defeat");
};
}
}
Frame 15
stop();
Instance of Symbol 490 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (move == true) {
this._x = this._x + 2.2;
}
}
onClipEvent (enterFrame) {
if (liv < 0) {
gotoAndStop (91);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker.bullet)) {
liv = liv - (_root.bunkernumber / 100);
}
}
onClipEvent (enterFrame) {
if (_root.bombing == true) {
gotoAndStop (91);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.gasplan.hitter)) {
liv = liv - 0.5;
}
}
onClipEvent (enterFrame) {
if (this._x > 710) {
tellTarget ("_root") {
gotoAndPlay ("defeat");
};
}
}
Frame 16
stop();
Instance of Symbol 507 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.move == true) {
this._x = this._x + 2.3;
}
}
onClipEvent (enterFrame) {
if (liv < 0) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker.bullet)) {
liv = liv - (_root.bunkernumber / 100);
}
}
onClipEvent (enterFrame) {
if (_root.bombing == true) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.gasplan.hitter)) {
liv = liv - 0.5;
}
}
onClipEvent (enterFrame) {
if (this._x > 710) {
tellTarget ("_root") {
gotoAndPlay ("defeat");
};
}
}
Frame 17
stop();
Instance of Symbol 490 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (move == true) {
this._x = this._x + 2.2;
}
}
onClipEvent (enterFrame) {
if (liv < 0) {
gotoAndStop (91);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker.bullet)) {
liv = liv - (_root.bunkernumber / 100);
}
}
onClipEvent (enterFrame) {
if (_root.bombing == true) {
gotoAndStop (91);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.gasplan.hitter)) {
liv = liv - 0.5;
}
}
onClipEvent (enterFrame) {
if (this._x > 710) {
tellTarget ("_root") {
gotoAndPlay ("defeat");
};
}
}
Frame 18
stop();
Instance of Symbol 451 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.move == true) {
this._x = this._x + 0.5;
}
}
onClipEvent (enterFrame) {
if (liv < 0) {
gotoAndStop (122);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker.bullet)) {
liv = liv - (_root.bunkernumber / 100);
}
}
onClipEvent (enterFrame) {
if (_root.bombing == true) {
gotoAndStop (122);
}
}
onClipEvent (enterFrame) {
if (this._x > 710) {
tellTarget ("_root") {
gotoAndPlay ("defeat");
};
}
}
Frame 19
stop();
Instance of Symbol 451 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.move == true) {
this._x = this._x + 0.5;
}
}
onClipEvent (enterFrame) {
if (liv < 0) {
gotoAndStop (122);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker.bullet)) {
liv = liv - (_root.bunkernumber / 100);
}
}
onClipEvent (enterFrame) {
if (_root.bombing == true) {
gotoAndStop (122);
}
}
onClipEvent (enterFrame) {
if (this._x > 710) {
tellTarget ("_root") {
gotoAndPlay ("defeat");
};
}
}
Frame 20
stop();
Instance of Symbol 490 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (move == true) {
this._x = this._x + 2.2;
}
}
onClipEvent (enterFrame) {
if (liv < 0) {
gotoAndStop (91);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker.bullet)) {
liv = liv - (_root.bunkernumber / 100);
}
}
onClipEvent (enterFrame) {
if (_root.bombing == true) {
gotoAndStop (91);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.gasplan.hitter)) {
liv = liv - 0.5;
}
}
onClipEvent (enterFrame) {
if (this._x > 710) {
tellTarget ("_root") {
gotoAndPlay ("defeat");
};
}
}
Frame 21
prevFrame();
Frame 22
stop();
Frame 23
stop();
_root.finalratingnr = (((_root.infantrykilled * 50) + (_root.tanksdestroyed * 200)) + (_root.bombsdropped * 250)) + (_root.gasdropped * 150);
if (_root.finalratingnr > 50000) {
_root.finalrating = "Extreme";
} else if (_root.finalratingnr > 45000) {
_root.finalrating = "Unnatural";
} else if (_root.finalratingnr > 45000) {
_root.finalrating = "Impossible";
} else if (_root.finalratingnr > 40000) {
_root.finalrating = "Unusual";
} else if (_root.finalratingnr > 35000) {
_root.finalrating = "Talented";
} else if (_root.finalratingnr > 30000) {
_root.finalrating = "Very good";
} else if (_root.finalratingnr > 25000) {
_root.finalrating = "Pretty good";
} else if (_root.finalratingnr > 20000) {
_root.finalrating = "Average";
} else if (_root.finalratingnr > 15000) {
_root.finalrating = "Poor";
} else if (_root.finalratingnr > 10000) {
_root.finalrating = "Lousy";
} else if (_root.finalratingnr > 5000) {
_root.finalrating = "Terrible";
} else {
_root.finalrating = "Clown";
}
Symbol 21 Button
on (release) {
if (_root.music == true) {
_root.music = false;
} else {
_root.music = true;
}
}
Symbol 23 Button
on (release) {
tellTarget ("_root.quality") {
play();
};
}
Symbol 30 MovieClip Frame 1
stop();
Symbol 37 Button
on (release) {
if (_root.PercentLoaded > 50) {
gotoAndStop (2);
} else {
_root.box = "Game not loaded. Please wait until 50%.";
}
}
Symbol 38 Button
on (release) {
tellTarget ("_root.menu") {
gotoAndStop (2);
};
}
Symbol 39 Button
on (release) {
tellTarget ("_root.menu") {
gotoAndStop (3);
};
}
Symbol 40 Button
on (release) {
tellTarget ("_root.menu") {
gotoAndStop (4);
};
}
Symbol 41 Button
on (release) {
tellTarget ("_root.menu") {
gotoAndStop (5);
};
}
Symbol 42 Button
on (keyPress "m") {
if (_root.music == true) {
_root.music = false;
} else {
_root.music = true;
}
}
Symbol 43 Button
on (keyPress "q") {
tellTarget ("_root.quality") {
play();
};
}
Symbol 44 MovieClip Frame 1
_quality = "MEDIUM";
stop();
Symbol 44 MovieClip Frame 2
_quality = "HIGH";
stop();
Symbol 44 MovieClip Frame 3
_quality = "LOW";
stop();
Symbol 67 MovieClip Frame 139
tellTarget ("_root") {
nextFrame();
};
Symbol 77 MovieClip Frame 1
stop();
Symbol 77 MovieClip Frame 2
stop();
Symbol 77 MovieClip Frame 3
stop();
Symbol 77 MovieClip Frame 4
stop();
Symbol 77 MovieClip Frame 5
stop();
Symbol 77 MovieClip Frame 6
stop();
Symbol 77 MovieClip Frame 7
stop();
Symbol 77 MovieClip Frame 8
stop();
Symbol 77 MovieClip Frame 9
stop();
Symbol 77 MovieClip Frame 10
gotoAndPlay (2);
Symbol 79 MovieClip Frame 1
stop();
Symbol 83 Button
on (release) {
if (_root.money >= (1000 - _root.bunker.liv)) {
_root.money = _root.money - (1000 - _root.bunker.liv);
_root.bunker.liv = 1000;
}
}
Symbol 107 MovieClip Frame 7
stop();
Symbol 108 MovieClip Frame 1
stop();
_root.bunkerpurchased = false;
liv = 1000;
Symbol 108 MovieClip Frame 59
gotoAndPlay (2);
Symbol 108 MovieClip Frame 60
stop();
Symbol 110 MovieClip Frame 1
stop();
Symbol 114 Button
on (release) {
if (_root.money >= (500 - _root.snipertower.liv)) {
_root.money = _root.money - (500 - _root.snipertower.liv);
_root.snipertower.liv = 500;
}
}
Symbol 116 MovieClip Frame 1
stop();
liv = 500;
_root.sniperlive = true;
Symbol 116 MovieClip Frame 2
stop();
_root.sniperlive = false;
Symbol 140 Button
on (release) {
if (_root.money >= (500 - _root.moneyplant.liv)) {
_root.money = _root.money - (500 - _root.moneyplant.liv);
_root.moneyplant.liv = 500;
}
}
Symbol 155 MovieClip Frame 1
stop();
_root.moneyplantpurchased = false;
liv = 500;
Symbol 155 MovieClip Frame 35
_root.money = _root.money + moneymake;
gotoAndPlay (2);
Symbol 155 MovieClip Frame 36
stop();
Symbol 157 Button
on (release) {
if (_root.money >= (750 - _root.antiair.liv)) {
_root.money = _root.money - (750 - _root.antiair.liv);
_root.antiair.liv = 750;
}
}
Symbol 166 MovieClip Frame 1
stop();
_root.antiairpurchased = false;
liv = 750;
Symbol 166 MovieClip Frame 26
gotoAndPlay (2);
Symbol 166 MovieClip Frame 27
stop();
Symbol 169 Button
on (release) {
if (_root.money >= (1000 - _root.techcenter.liv)) {
_root.money = _root.money - (1000 - _root.techcenter.liv);
_root.techcenter.liv = 1000;
}
}
Symbol 171 MovieClip Frame 1
stop();
_root.techcenterlive = false;
liv = 1000;
Symbol 171 MovieClip Frame 2
stop();
liv = 1000;
_root.techcenterlive = true;
Symbol 171 MovieClip Frame 3
stop();
_root.techcenterlive = false;
Symbol 181 MovieClip Frame 1
stop();
_root.bombattack = false;
_root.bombing = false;
Symbol 181 MovieClip Frame 2
_root.bombattack = true;
Symbol 181 MovieClip Frame 40
_root.bombing = true;
Symbol 191 MovieClip Frame 1
stop();
_root.gasattack = false;
Symbol 191 MovieClip Frame 2
_root.gasattack = true;
Symbol 204 Button
on (release) {
nextFrame();
}
Symbol 215 Button
on (release) {
if (_root.money >= _root.helikopterpris) {
_root.helikopternumber = _root.helikopternumber + 1;
_root.money = _root.money - _root.helikopterpris;
tellTarget ("_root.cashsound") {
play();
if (_root.helikopterdeath == true) {
_root.helikopterdeath = false;
tellTarget ("_root.helikopter") {
gotoAndPlay (1);
_root.helikopter.liv = 1000;
};
}
};
}
}
Symbol 218 Button
on (release) {
if (_root.sniperlive == false) {
if (_root.money >= 5000) {
_root.money = _root.money - 5000;
_root.snipertower.liv = 500;
tellTarget ("_root.cashsound") {
play();
tellTarget ("_root.snipertower") {
gotoAndPlay (1);
};
};
}
}
}
Symbol 221 Button
on (release) {
if (_root.money >= 10000) {
if (_root.bombattack == false) {
_root.money = _root.money - 10000;
tellTarget ("_root.cashsound") {
play();
tellTarget ("_root.bombplan") {
gotoAndPlay (2);
_root.bombsdropped = _root.bombsdropped + 1;
};
};
}
}
}
Symbol 224 Button
on (release) {
if (_root.money >= 5000) {
if (_root.gasattack == false) {
_root.money = _root.money - 5000;
tellTarget ("_root.cashsound") {
play();
tellTarget ("_root.gasplan") {
gotoAndPlay (2);
_root.gasdropped = _root.gasdropped + 1;
};
};
}
}
}
Symbol 228 Button
on (release) {
if (_root.money >= 20000) {
if (_root.sniperupgrade == false) {
_root.money = _root.money - 20000;
tellTarget ("_root.cashsound") {
play();
_root.sniperupgrade = true;
};
}
}
}
Symbol 256 MovieClip Frame 1
stop();
Symbol 256 MovieClip Frame 181
stop();
Symbol 256 MovieClip Frame 361
stop();
Symbol 256 MovieClip Frame 541
stop();
Symbol 256 MovieClip Frame 721
stop();
Symbol 256 MovieClip Frame 901
stop();
Symbol 256 MovieClip Frame 1081
stop();
Symbol 256 MovieClip Frame 1261
stop();
Symbol 256 MovieClip Frame 1441
stop();
Symbol 256 MovieClip Frame 1621
stop();
Symbol 256 MovieClip Frame 1801
stop();
Symbol 256 MovieClip Frame 1981
stop();
Symbol 256 MovieClip Frame 2161
stop();
Symbol 256 MovieClip Frame 2342
gotoAndPlay (2162);
Symbol 257 Button
on (release, keyPress "m") {
if (_root.music == true) {
_root.music = false;
} else {
_root.music = true;
}
}
Symbol 267 Button
on (release) {
if (_root.sniperlive == true) {
liv = liv - 1;
if (_root.sniperupgrade == true) {
liv = liv - 1;
}
}
}
Symbol 281 MovieClip Frame 1
_parent._alpha = _parent._alpha - 5;
tellTarget ("_root.death") {
play();
};
Symbol 281 MovieClip Frame 2
_parent._alpha = _parent._alpha - 5;
Symbol 281 MovieClip Frame 3
_parent._alpha = _parent._alpha - 5;
Symbol 281 MovieClip Frame 4
_parent._alpha = _parent._alpha - 5;
Symbol 281 MovieClip Frame 5
_parent._alpha = _parent._alpha - 5;
Symbol 281 MovieClip Frame 6
_parent._alpha = _parent._alpha - 5;
Symbol 281 MovieClip Frame 7
_parent._alpha = _parent._alpha - 5;
Symbol 281 MovieClip Frame 8
_parent._alpha = _parent._alpha - 5;
Symbol 281 MovieClip Frame 9
_parent._alpha = _parent._alpha - 5;
Symbol 281 MovieClip Frame 10
_parent._alpha = _parent._alpha - 5;
Symbol 281 MovieClip Frame 11
_parent._alpha = _parent._alpha - 5;
Symbol 281 MovieClip Frame 12
_parent._alpha = _parent._alpha - 5;
Symbol 281 MovieClip Frame 13
_parent._alpha = _parent._alpha - 5;
Symbol 281 MovieClip Frame 14
_parent._alpha = _parent._alpha - 5;
Symbol 281 MovieClip Frame 15
_parent._alpha = _parent._alpha - 5;
Symbol 281 MovieClip Frame 16
_parent._alpha = _parent._alpha - 5;
Symbol 281 MovieClip Frame 17
_parent._alpha = _parent._alpha - 5;
Symbol 281 MovieClip Frame 18
_parent._alpha = _parent._alpha - 5;
Symbol 281 MovieClip Frame 19
_parent._alpha = _parent._alpha - 5;
Symbol 281 MovieClip Frame 20
_parent._alpha = 100;
_parent._x = -20 - random(20);
_parent._y = random(202) + 84;
tellTarget ("_parent") {
gotoAndPlay (1);
};
Symbol 282 MovieClip Frame 1
liv = 2;
move = true;
Symbol 282 MovieClip Frame 2
move = true;
Symbol 282 MovieClip Frame 80
move = false;
Instance of Symbol 162 MovieClip "bullet" in Symbol 282 MovieClip Frame 80
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker)) {
_root.bunker.liv = _root.bunker.liv - 1;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.snipertower)) {
_root.snipertower.liv = _root.snipertower.liv - 1;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.moneyplant)) {
_root.moneyplant.liv = _root.moneyplant.liv - 1;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.antiair)) {
_root.antiair.liv = _root.antiair.liv - 1;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.techcenter)) {
_root.techcenter.liv = _root.techcenter.liv - 1;
}
}
Symbol 282 MovieClip Frame 90
pos = random(4);
if (pos == 1) {
gotoAndPlay (2);
} else if (pos == 2) {
gotoAndPlay (15);
} else if (pos == 3) {
gotoAndPlay (27);
} else if (pos == 4) {
gotoAndPlay (36);
} else {
gotoAndPlay (40);
}
move = true;
Symbol 282 MovieClip Frame 91
stop();
move = false;
_root.money = _root.money + 2;
liv = 10;
_root.infantrykilled = _root.infantrykilled + 1;
_root.standingkilled = _root.standingkilled + 1;
Symbol 285 MovieClip Frame 1
_parent.move = true;
Symbol 285 MovieClip Frame 2
_parent.move = false;
Symbol 285 MovieClip Frame 3
_parent.move = true;
Symbol 285 MovieClip Frame 4
_parent.move = false;
Symbol 298 MovieClip Frame 1
_parent._x = _parent._x - 0.1;
Symbol 298 MovieClip Frame 2
_parent._x = _parent._x - 0.1;
Symbol 298 MovieClip Frame 3
_parent._x = _parent._x - 0.1;
Symbol 298 MovieClip Frame 4
_parent._x = _parent._x - 0.1;
Symbol 298 MovieClip Frame 5
_parent._x = _parent._x - 0.1;
Symbol 298 MovieClip Frame 6
_parent._x = _parent._x - 0.1;
Symbol 298 MovieClip Frame 7
_parent._x = _parent._x - 0.1;
Symbol 298 MovieClip Frame 8
_parent._x = _parent._x - 0.1;
Symbol 298 MovieClip Frame 9
_parent._x = _parent._x - 0.1;
Symbol 298 MovieClip Frame 10
_parent._x = _parent._x - 0.1;
Symbol 298 MovieClip Frame 11
_parent._x = _parent._x - 0.1;
Symbol 298 MovieClip Frame 12
_parent._x = _parent._x - 0.1;
Symbol 304 MovieClip Frame 1
_parent._alpha = _parent._alpha - 5;
tellTarget ("_root.death") {
play();
};
Symbol 304 MovieClip Frame 3
_parent._alpha = _parent._alpha - 5;
Symbol 304 MovieClip Frame 5
_parent._alpha = _parent._alpha - 5;
Symbol 304 MovieClip Frame 7
_parent._alpha = _parent._alpha - 5;
Symbol 304 MovieClip Frame 9
_parent._alpha = _parent._alpha - 5;
Symbol 304 MovieClip Frame 10
_parent._alpha = _parent._alpha - 5;
Symbol 304 MovieClip Frame 11
_parent._alpha = _parent._alpha - 5;
Symbol 304 MovieClip Frame 12
_parent._alpha = _parent._alpha - 5;
Symbol 304 MovieClip Frame 13
_parent._alpha = _parent._alpha - 5;
Symbol 304 MovieClip Frame 14
_parent._alpha = _parent._alpha - 5;
Symbol 304 MovieClip Frame 15
_parent._alpha = _parent._alpha - 5;
Symbol 304 MovieClip Frame 16
_parent._alpha = _parent._alpha - 5;
Symbol 304 MovieClip Frame 17
_parent._alpha = _parent._alpha - 5;
Symbol 304 MovieClip Frame 18
_parent._alpha = _parent._alpha - 5;
Symbol 304 MovieClip Frame 19
_parent._alpha = _parent._alpha - 5;
Symbol 304 MovieClip Frame 20
_parent._alpha = 0;
Symbol 304 MovieClip Frame 21
_parent._alpha = 100;
_parent._x = -20;
tellTarget ("_parent") {
gotoAndPlay (1);
};
Symbol 305 MovieClip Frame 1
liv = 2;
Symbol 305 MovieClip Frame 101
move = false;
Instance of Symbol 162 MovieClip "bullet" in Symbol 305 MovieClip Frame 101
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker)) {
_root.bunker.liv = _root.bunker.liv - 1;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.snipertower)) {
_root.snipertower.liv = _root.snipertower.liv - 1;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.moneyplant)) {
_root.moneyplant.liv = _root.moneyplant.liv - 1;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.antiair)) {
_root.antiair.liv = _root.antiair.liv - 1;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.techcenter)) {
_root.techcenter.liv = _root.techcenter.liv - 1;
}
}
Symbol 305 MovieClip Frame 111
pos = random(4);
if (pos == 1) {
gotoAndPlay (2);
} else if (pos == 2) {
gotoAndPlay (15);
} else if (pos == 3) {
gotoAndPlay (27);
} else if (pos == 4) {
gotoAndPlay (36);
} else {
gotoAndPlay (40);
}
Symbol 305 MovieClip Frame 112
stop();
move = false;
_root.money = _root.money + 2;
liv = 10;
_root.infantrykilled = _root.infantrykilled + 1;
_root.crawlingkilled = _root.crawlingkilled + 1;
Symbol 314 Button
on (release) {
if (_root.money >= (1000 - _root.helikopter.liv)) {
_root.money = _root.money - (1000 - _root.helikopter.liv);
_root.helikopter.liv = 1000;
}
}
Symbol 315 MovieClip Frame 1
stop();
Symbol 324 Button
on (release) {
play();
_root.money = _root.money + (1000 * _root.helikopternumber);
}
Instance of Symbol 315 MovieClip "helikopter" in Symbol 327 MovieClip Frame 241
onClipEvent (enterFrame) {
helikoptrar = _root.helikopternumber;
}
onClipEvent (enterFrame) {
liv = _parent.liv;
}
Instance of Symbol 315 MovieClip "helikopter" in Symbol 327 MovieClip Frame 302
onClipEvent (enterFrame) {
liv = _parent.liv;
}
Symbol 327 MovieClip Frame 328
stop();
Instance of Symbol 315 MovieClip "helikopter" in Symbol 327 MovieClip Frame 344
onClipEvent (enterFrame) {
helikoptrar = _root.helikopternumber;
}
onClipEvent (enterFrame) {
liv = _parent.liv;
}
Symbol 327 MovieClip Frame 408
gotoAndPlay (1);
Symbol 327 MovieClip Frame 409
stop();
Symbol 360 Button
on (release) {
if (_root.money >= _root.bunkerpris) {
if (_root.bunkerpurchased == false) {
tellTarget ("_root.bunker") {
gotoAndPlay (2);
_root.bunkerpurchased = true;
_root.money = _root.money - _root.bunkerpris;
tellTarget ("_root.cashsound") {
play();
if (_root.bunkerdeath == true) {
tellTarget ("_root.bunker") {
gotoAndPlay (2);
_root.bunkerdeath = false;
};
}
};
};
} else {
_root.money = _root.money - _root.bunkerpris;
_root.bunkernumber = _root.bunkernumber + 1;
tellTarget ("_root.cashsound") {
play();
if (_root.bunkerdeath == true) {
tellTarget ("_root.bunker") {
gotoAndPlay (2);
_root.bunkerdeath = false;
};
}
};
}
}
}
Symbol 378 Button
on (release) {
if (_root.money >= _root.antiairpris) {
if (_root.antiairpurchased == false) {
tellTarget ("_root.antiair") {
gotoAndPlay (2);
_root.antiairpurchased = true;
_root.money = _root.money - _root.antiairpris;
tellTarget ("_root.cashsound") {
play();
if (_root.antiairdeath == true) {
tellTarget ("_root.antiair") {
gotoAndPlay (2);
_root.antiairdeath = false;
_root.antiairdeath.liv = 750;
};
}
};
};
} else {
_root.money = _root.money - _root.antiairpris;
_root.antiairnumber = _root.antiairnumber + 1;
tellTarget ("_root.cashsound") {
play();
if (_root.antiairdeath == true) {
tellTarget ("_root.antiair") {
gotoAndPlay (2);
_root.antiairdeath = false;
_root.antiairdeath.liv = 750;
};
}
};
}
}
}
Symbol 385 MovieClip Frame 1
liv = 1000;
death = false;
shooting = true;
Symbol 385 MovieClip Frame 2
stop();
shooting = true;
Instance of Symbol 88 MovieClip in Symbol 385 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hittest(_root.helikopter)) {
_root.helikopter.liv = _root.helikopter.liv - 5;
}
}
Symbol 385 MovieClip Frame 24
gotoAndStop (2);
Symbol 385 MovieClip Frame 25
stop();
death = true;
_root.planesdestroyed = _root.planesdestroyed + 1;
liv = 10000;
Symbol 407 Button
on (release) {
if (_root.money >= _root.moneyplantpris) {
if (_root.moneyplantpurchased == false) {
tellTarget ("_root.moneyplant") {
gotoAndPlay (2);
_root.moneyplantpurchased = true;
_root.money = _root.money - _root.moneyplantpris;
tellTarget ("_root.cashsound") {
play();
if (_root.moneyplantdeath == true) {
tellTarget ("_root.moneyplant") {
gotoAndPlay (2);
_root.moneyplantdeath = false;
};
}
};
};
} else {
_root.money = _root.money - _root.moneyplantpris;
_root.moneyplantnumber = _root.moneyplantnumber + 1;
tellTarget ("_root.cashsound") {
play();
if (_root.moneyplantdeath == true) {
tellTarget ("_root.moneyplant") {
gotoAndPlay (2);
_root.moneyplantdeath = false;
_root.moneyplant.liv = 1000;
};
}
};
}
}
}
Symbol 428 Button
on (release) {
if (_root.techcenterlive == false) {
if (_root.money >= 10000) {
_root.money = _root.money - 10000;
_root.techcenter.liv = 1000;
tellTarget ("_root.cashsound") {
play();
tellTarget ("_root.techcenter") {
gotoAndPlay (2);
};
};
}
}
}
Symbol 442 MovieClip Frame 1
_parent._x = _parent._x - 5;
Symbol 442 MovieClip Frame 13
tellTarget ("_parent") {
play();
};
Symbol 450 MovieClip Frame 1
_parent._alpha = _parent._alpha - 5;
Symbol 450 MovieClip Frame 2
_parent._alpha = _parent._alpha - 5;
Symbol 450 MovieClip Frame 3
_parent._alpha = _parent._alpha - 5;
Symbol 450 MovieClip Frame 4
_parent._alpha = _parent._alpha - 5;
Symbol 450 MovieClip Frame 5
_parent._alpha = _parent._alpha - 5;
Symbol 450 MovieClip Frame 6
_parent._alpha = _parent._alpha - 5;
Symbol 450 MovieClip Frame 7
_parent._alpha = _parent._alpha - 5;
Symbol 450 MovieClip Frame 8
_parent._alpha = _parent._alpha - 5;
Symbol 450 MovieClip Frame 9
_parent._alpha = _parent._alpha - 5;
Symbol 450 MovieClip Frame 10
_parent._alpha = _parent._alpha - 5;
Symbol 450 MovieClip Frame 11
_parent._alpha = _parent._alpha - 5;
Symbol 450 MovieClip Frame 12
_parent._alpha = _parent._alpha - 5;
Symbol 450 MovieClip Frame 13
_parent._alpha = _parent._alpha - 5;
Symbol 450 MovieClip Frame 14
_parent._alpha = _parent._alpha - 5;
Symbol 450 MovieClip Frame 15
_parent._alpha = _parent._alpha - 5;
Symbol 450 MovieClip Frame 16
_parent._alpha = _parent._alpha - 5;
Symbol 450 MovieClip Frame 17
_parent._alpha = _parent._alpha - 5;
Symbol 450 MovieClip Frame 18
_parent._alpha = _parent._alpha - 5;
Symbol 450 MovieClip Frame 19
_parent._alpha = _parent._alpha - 5;
Symbol 450 MovieClip Frame 20
_parent._alpha = 100;
_parent._x = -100;
tellTarget ("_parent") {
gotoAndPlay (1);
};
Symbol 451 MovieClip Frame 1
liv = 50;
move = true;
Symbol 451 MovieClip Frame 120
stop();
move = false;
Instance of Symbol 442 MovieClip in Symbol 451 MovieClip Frame 120
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker)) {
_root.bunker.liv = _root.bunker.liv - 10;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.snipertower)) {
_root.snipertower.liv = _root.snipertower.liv - 10;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.moneyplant)) {
_root.moneyplant.liv = _root.moneyplant.liv - 10;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.antiair)) {
_root.antiair.liv = _root.antiair.liv - 10;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.techcenter)) {
_root.techcenter.liv = _root.techcenter.liv - 10;
}
}
Symbol 451 MovieClip Frame 121
pos = random(4);
if (pos == 1) {
gotoAndPlay (2);
} else if (pos == 2) {
gotoAndPlay (15);
} else if (pos == 3) {
gotoAndPlay (27);
} else if (pos == 4) {
gotoAndPlay (36);
} else {
gotoAndPlay (40);
}
move = true;
Symbol 451 MovieClip Frame 122
stop();
move = false;
_root.tanksdestroyed = _root.tanksdestroyed + 1;
_root.money = _root.money + 100;
Symbol 475 Button
on (release) {
if (_root.sniperlive == true) {
liv = liv - 1;
}
}
Symbol 489 MovieClip Frame 1
_parent._alpha = _parent._alpha - 5;
tellTarget ("_root.death") {
play();
};
Symbol 489 MovieClip Frame 2
_parent._alpha = _parent._alpha - 5;
Symbol 489 MovieClip Frame 3
_parent._alpha = _parent._alpha - 5;
Symbol 489 MovieClip Frame 4
_parent._alpha = _parent._alpha - 5;
Symbol 489 MovieClip Frame 5
_parent._alpha = _parent._alpha - 5;
Symbol 489 MovieClip Frame 6
_parent._alpha = _parent._alpha - 5;
Symbol 489 MovieClip Frame 7
_parent._alpha = _parent._alpha - 5;
Symbol 489 MovieClip Frame 8
_parent._alpha = _parent._alpha - 5;
Symbol 489 MovieClip Frame 9
_parent._alpha = _parent._alpha - 5;
Symbol 489 MovieClip Frame 10
_parent._alpha = _parent._alpha - 5;
Symbol 489 MovieClip Frame 11
_parent._alpha = _parent._alpha - 5;
Symbol 489 MovieClip Frame 12
_parent._alpha = _parent._alpha - 5;
Symbol 489 MovieClip Frame 13
_parent._alpha = _parent._alpha - 5;
Symbol 489 MovieClip Frame 14
_parent._alpha = _parent._alpha - 5;
Symbol 489 MovieClip Frame 15
_parent._alpha = _parent._alpha - 5;
Symbol 489 MovieClip Frame 16
_parent._alpha = _parent._alpha - 5;
Symbol 489 MovieClip Frame 17
_parent._alpha = _parent._alpha - 5;
Symbol 489 MovieClip Frame 18
_parent._alpha = _parent._alpha - 5;
Symbol 489 MovieClip Frame 19
_parent._alpha = _parent._alpha - 5;
Symbol 489 MovieClip Frame 20
_parent._alpha = 100;
_parent._x = -20 - random(20);
_parent._y = random(202) + 84;
tellTarget ("_parent") {
gotoAndPlay (1);
};
Symbol 490 MovieClip Frame 1
liv = 5;
move = true;
Symbol 490 MovieClip Frame 81
move = false;
Instance of Symbol 162 MovieClip "bullet" in Symbol 490 MovieClip Frame 81
onClipEvent (enterFrame) {
if (this.hittest(_root.bunker)) {
_root.bunker.liv = _root.bunker.liv - 2;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.snipertower)) {
_root.snipertower.liv = _root.snipertower.liv - 2;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.moneyplant)) {
_root.moneyplant.liv = _root.moneyplant.liv - 2;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.antiair)) {
_root.antiair.liv = _root.antiair.liv - 2;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.techcenter)) {
_root.techcenter.liv = _root.techcenter.liv - 2;
}
}
Symbol 490 MovieClip Frame 90
pos = random(4);
if (pos == 1) {
gotoAndPlay (2);
} else if (pos == 2) {
gotoAndPlay (15);
} else if (pos == 3) {
gotoAndPlay (27);
} else if (pos == 4) {
gotoAndPlay (36);
} else {
gotoAndPlay (40);
}
move = true;
Symbol 490 MovieClip Frame 91
stop();
move = false;
_root.money = _root.money + 5;
liv = 10;
_root.infantrykilled = _root.infantrykilled + 1;
move = false;
_root.specopskilled = _root.specopskilled + 1;
Symbol 506 MovieClip Frame 1
_parent._alpha = _parent._alpha - 5;
tellTarget ("_root.death") {
play();
};
Symbol 506 MovieClip Frame 2
_parent._alpha = _parent._alpha - 5;
Symbol 506 MovieClip Frame 3
_parent._alpha = _parent._alpha - 5;
Symbol 506 MovieClip Frame 4
_parent._alpha = _parent._alpha - 5;
Symbol 506 MovieClip Frame 5
_parent._alpha = _parent._alpha - 5;
Symbol 506 MovieClip Frame 6
_parent._alpha = _parent._alpha - 5;
Symbol 506 MovieClip Frame 7
_parent._alpha = _parent._alpha - 5;
Symbol 506 MovieClip Frame 8
_parent._alpha = _parent._alpha - 5;
Symbol 506 MovieClip Frame 9
_parent._alpha = _parent._alpha - 5;
Symbol 506 MovieClip Frame 10
_parent._alpha = _parent._alpha - 5;
Symbol 506 MovieClip Frame 11
_parent._alpha = _parent._alpha - 5;
Symbol 506 MovieClip Frame 12
_parent._alpha = _parent._alpha - 5;
Symbol 506 MovieClip Frame 13
_parent._alpha = _parent._alpha - 5;
Symbol 506 MovieClip Frame 14
_parent._alpha = _parent._alpha - 5;
Symbol 506 MovieClip Frame 15
_parent._alpha = _parent._alpha - 5;
Symbol 506 MovieClip Frame 16
_parent._alpha = _parent._alpha - 5;
Symbol 506 MovieClip Frame 17
_parent._alpha = _parent._alpha - 5;
Symbol 506 MovieClip Frame 18
_parent._alpha = _parent._alpha - 5;
Symbol 506 MovieClip Frame 19
_parent._alpha = _parent._alpha - 5;
Symbol 506 MovieClip Frame 20
_parent._alpha = 100;
_parent._x = -20 - random(20);
_parent._y = random(202) + 84;
tellTarget ("_parent") {
gotoAndPlay (1);
};
Symbol 507 MovieClip Frame 1
liv = 6;
move = true;
stop();
Symbol 507 MovieClip Frame 2
stop();
move = false;
_root.money = _root.money + 5;
liv = 10;
_root.infantrykilled = _root.infantrykilled + 1;
_root.agentskilled = _root.agentskilled + 1;
Symbol 523 MovieClip Frame 300
tellTarget ("_root") {
nextFrame();
};