Frame 1
stop();
stage.showmenu = false;
Frame 2
stop();
Frame 4
stop();
_root.HUD.troopkills = 0;
_root.HUD.herokills = 0;
_root.HUD.gold = 100;
_root.HUD.score = 0;
_root._quality = "HIGH";
Instance of Symbol 314 MovieClip in Frame 5
onClipEvent (load) {
play();
}
Instance of Symbol 681 MovieClip in Frame 6
onClipEvent (keyDown) {
_root.nextFrame();
}
Frame 8
stopAllSounds();
_root.endf = _root._currentframe;
Frame 9
_root._quality = "MEDIUM";
stop();
_root.enemygold = 30;
Instance of Symbol 1119 MovieClip "gubbe" in Frame 9
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 120) {
_y = 120;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1145 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1145 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1150 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1209 MovieClip "HUD" in Frame 9
onClipEvent (load) {
_root.HUD.troopkills = 0;
_root.HUD.herokills = 0;
_root.HUD.gold = 100;
_root.HUD.score = 0;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1243 MovieClip in Frame 9
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 9
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 9
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == true) & (_root.lefttroops.six.death == true)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1274 MovieClip "moneybar" in Frame 9
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 1277 MovieClip "music" in Frame 9
onClipEvent (load) {
_root.musicplaying = true;
}
Instance of Symbol 1287 MovieClip "quit" in Frame 9
onClipEvent (load) {
_visible = false;
}
Frame 10
stop();
Frame 11
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 12
_root._quality = "LOW";
stop();
_root.enemygold = 35;
Instance of Symbol 1145 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1145 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1150 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (110 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (110 + random(100));
death = false;
}
Instance of Symbol 1119 MovieClip "gubbe" in Frame 12
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 120) {
_y = 120;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1209 MovieClip "HUD" in Frame 12
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1274 MovieClip "moneybar" in Frame 12
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 13
stop();
Frame 14
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 15
_root._quality = "LOW";
stop();
_root.enemygold = 40;
Instance of Symbol 1145 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1145 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1150 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (110 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (110 + random(100));
death = false;
}
Instance of Symbol 1119 MovieClip "gubbe" in Frame 15
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 120) {
_y = 120;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1209 MovieClip "HUD" in Frame 15
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1243 MovieClip in Frame 15
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.lefttroops.three.death == false) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.lefttroops.five.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1274 MovieClip "moneybar" in Frame 15
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 16
stop();
_root.talker = 1;
Frame 17
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 18
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 1145 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1145 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1150 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (110 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (110 + random(100));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (110 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (110 + random(100));
death = false;
}
Instance of Symbol 1119 MovieClip "gubbe" in Frame 18
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 120) {
_y = 120;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1209 MovieClip "HUD" in Frame 18
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1243 MovieClip in Frame 18
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 18
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 18
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1274 MovieClip "moneybar" in Frame 18
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 19
stop();
Frame 20
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 21
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 1145 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1145 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1150 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (110 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (110 + random(100));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (110 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (110 + random(100));
death = false;
}
Instance of Symbol 1119 MovieClip "gubbe" in Frame 21
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 120) {
_y = 120;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1209 MovieClip "HUD" in Frame 21
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1243 MovieClip in Frame 21
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 21
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 21
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1274 MovieClip "moneybar" in Frame 21
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 22
stop();
Frame 23
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 24
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 1145 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1145 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1209 MovieClip "HUD" in Frame 24
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1243 MovieClip in Frame 24
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 24
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 24
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1274 MovieClip "moneybar" in Frame 24
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 1119 MovieClip "gubbe" in Frame 24
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 170) {
_y = 170;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1150 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Frame 25
stop();
Frame 26
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 27
_root._quality = "LOW";
stop();
_root.enemygold = 70;
Instance of Symbol 1145 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1145 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1119 MovieClip "gubbe" in Frame 27
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 170) {
_y = 170;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1150 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1209 MovieClip "HUD" in Frame 27
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1243 MovieClip in Frame 27
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 27
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 27
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1274 MovieClip "moneybar" in Frame 27
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 28
stop();
Frame 29
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 30
_root._quality = "LOW";
stop();
_root.enemygold = 70;
Instance of Symbol 1145 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1145 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1119 MovieClip "gubbe" in Frame 30
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 170) {
_y = 170;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1150 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1209 MovieClip "HUD" in Frame 30
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1243 MovieClip in Frame 30
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 30
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 30
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1274 MovieClip "moneybar" in Frame 30
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 31
stop();
Frame 32
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 33
_root._quality = "LOW";
stop();
_root.enemygold = 80;
Instance of Symbol 1145 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1145 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1119 MovieClip "gubbe" in Frame 33
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 170) {
_y = 170;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1150 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1209 MovieClip "HUD" in Frame 33
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1243 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1274 MovieClip "moneybar" in Frame 33
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 34
stop();
Frame 35
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 36
_root._quality = "LOW";
stop();
_root.enemygold = 80;
Instance of Symbol 1145 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1145 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1119 MovieClip "gubbe" in Frame 36
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 170) {
_y = 170;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1150 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1209 MovieClip "HUD" in Frame 36
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 0;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1243 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 36
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1274 MovieClip "moneybar" in Frame 36
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 1243 MovieClip in Frame 36
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Frame 37
stop();
Frame 38
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 39
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 1145 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1145 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1119 MovieClip "gubbe" in Frame 39
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 170) {
_y = 170;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1150 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1209 MovieClip "HUD" in Frame 39
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 500;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1274 MovieClip "moneybar" in Frame 39
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 1243 MovieClip in Frame 39
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Frame 40
stop();
Frame 41
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 42
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 1145 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1145 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1119 MovieClip "gubbe" in Frame 42
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 170) {
_y = 170;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1150 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1209 MovieClip "HUD" in Frame 42
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 500;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1243 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 42
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1274 MovieClip "moneybar" in Frame 42
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 1243 MovieClip in Frame 42
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Frame 43
stop();
Frame 44
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 45
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 1145 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1145 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1119 MovieClip "gubbe" in Frame 45
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 160) {
_y = 160;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1150 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1209 MovieClip "HUD" in Frame 45
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1243 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 45
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 45
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1274 MovieClip "moneybar" in Frame 45
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 46
stop();
Frame 47
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 48
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 1145 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1145 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1119 MovieClip "gubbe" in Frame 48
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 160) {
_y = 160;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1150 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1209 MovieClip "HUD" in Frame 48
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1243 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1274 MovieClip "moneybar" in Frame 48
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 49
stop();
Frame 50
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 51
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 1145 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1145 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1119 MovieClip "gubbe" in Frame 51
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 160) {
_y = 160;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1150 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1209 MovieClip "HUD" in Frame 51
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1243 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1274 MovieClip "moneybar" in Frame 51
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 52
stop();
Frame 53
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 54
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 1145 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1145 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1119 MovieClip "gubbe" in Frame 54
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 160) {
_y = 160;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1150 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1209 MovieClip "HUD" in Frame 54
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1243 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1274 MovieClip "moneybar" in Frame 54
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 1243 MovieClip in Frame 54
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Frame 55
stop();
Frame 56
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 57
_root._quality = "LOW";
stop();
_root.enemygold = 200;
Instance of Symbol 1145 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1145 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1119 MovieClip "gubbe" in Frame 57
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 160) {
_y = 160;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1150 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1209 MovieClip "HUD" in Frame 57
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1243 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1274 MovieClip "moneybar" in Frame 57
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 1243 MovieClip in Frame 57
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 57
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Frame 58
stop();
Frame 59
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 60
_root._quality = "LOW";
stop();
_root.enemygold = 200;
Instance of Symbol 1145 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1145 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1119 MovieClip "gubbe" in Frame 60
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 160) {
_y = 160;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1150 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1209 MovieClip "HUD" in Frame 60
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1243 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1274 MovieClip "moneybar" in Frame 60
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 1243 MovieClip in Frame 60
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 60
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 60
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Frame 61
stop();
Frame 62
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 63
_root._quality = "LOW";
stop();
_root.enemygold = 200;
Instance of Symbol 1145 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1145 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1150 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1150 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1209 MovieClip "HUD" in Frame 63
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 1000;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1243 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1274 MovieClip "moneybar" in Frame 63
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 1119 MovieClip "gubbe" in Frame 63
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 160) {
_y = 160;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Frame 64
stop();
Frame 65
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 66
_root._quality = "LOW";
stop();
_root.enemygold = 300;
Instance of Symbol 1145 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1145 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1119 MovieClip "gubbe" in Frame 66
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1209 MovieClip "HUD" in Frame 66
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 1000;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
_root.HUD.gold = _root.HUD.gold + 1;
}
Instance of Symbol 1243 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1243 MovieClip in Frame 66
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 66
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1243 MovieClip in Frame 66
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1274 MovieClip "moneybar" in Frame 66
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 68
_root._quality = "MEDIUM";
Frame 69
_root._quality = "HIGH";
Frame 70
stopAllSounds();
gotoAndStop (4);
Symbol 38 MovieClip Frame 33
gotoAndPlay (1);
Symbol 59 MovieClip Frame 29
gotoAndPlay (1);
Symbol 61 MovieClip Frame 26
stop();
Symbol 62 MovieClip Frame 9
stop();
Symbol 78 MovieClip Frame 42
_root.righttroops.attack7.gotoAndPlay(1);
Symbol 78 MovieClip Frame 70
stop();
Symbol 81 MovieClip Frame 26
stop();
Symbol 102 MovieClip Frame 29
gotoAndPlay (1);
Symbol 118 MovieClip Frame 21
gotoAndPlay (1);
Symbol 136 MovieClip Frame 25
gotoAndPlay (1);
Symbol 137 MovieClip Frame 23
_root.lefttroops.attack8.gotoAndPlay(2);
Symbol 140 MovieClip Frame 26
stop();
Symbol 144 MovieClip Frame 18
_root.lefttroops.attack3.gotoAndPlay(6);
Symbol 147 MovieClip Frame 26
stop();
Symbol 166 MovieClip Frame 33
gotoAndPlay (1);
Symbol 173 MovieClip Frame 16
_root.lefttroops.attack9.play();
Symbol 176 MovieClip Frame 42
stop();
Symbol 197 Button
on (release) {
_root.nextFrame();
}
Symbol 198 MovieClip Frame 1
stop();
Symbol 200 MovieClip Frame 100
_root.play();
Symbol 216 MovieClip Frame 1
stop();
Instance of Symbol 200 MovieClip in Symbol 216 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.loadedd = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
_root.loaded = _root.loadedd + " %";
_currentframe = _root.loadedd;
gotoAndStop(_root.loadedd);
}
Symbol 216 MovieClip Frame 26
stop();
Symbol 221 Button
on (release) {
getURL ("http://www.armorgames.com");
}
Symbol 227 Button
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Symbol 239 MovieClip Frame 81
_root.play();
_root.play();
Symbol 248 Button
on (release) {
_root.gotoAndStop("intro");
}
Symbol 255 Button
on (release) {
gotoAndStop (2);
}
Symbol 261 Button
on (release) {
gotoAndStop (3);
}
Symbol 269 Button
on (press) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 280 Button
on (press) {
getURL ("http://www.just2play.com", "_blank");
}
Symbol 289 Button
on (release) {
gotoAndStop (1);
}
Symbol 295 Button
on (press) {
getURL ("http://www.flashgem.com", "_blank");
}
Symbol 296 Button
on (release) {
getURL ("http://senor-taco.deviantart.com", "_blank");
}
Symbol 297 MovieClip Frame 1
stop();
Symbol 310 Button
on (press) {
getURL ("http://www.flashgem.com", "_blank");
}
Symbol 314 MovieClip Frame 3
stop();
Instance of Symbol 328 MovieClip in Symbol 672 MovieClip Frame 1
onClipEvent (keyDown) {
_root.nextFrame();
}
Symbol 672 MovieClip Frame 850
_root.nextFrame();
Symbol 697 MovieClip Frame 21
gotoAndPlay (1);
Symbol 728 MovieClip Frame 19
gotoAndPlay (1);
_root.gubbe.gotoAndStop(1);
Symbol 735 MovieClip Frame 8
stop();
Symbol 736 MovieClip Frame 1
_root.gubbe.attack = true;
Instance of Symbol 735 MovieClip "attack" in Symbol 736 MovieClip Frame 13
onClipEvent (load) {
_visible = false;
}
Symbol 736 MovieClip Frame 20
_root.gubbe.gotoAndStop(1);
_root.gubbe.attack = false;
Symbol 757 MovieClip Frame 37
gotoAndPlay (1);
Symbol 762 MovieClip Frame 21
stop();
Symbol 769 MovieClip Frame 21
gotoAndPlay (1);
Symbol 786 MovieClip Frame 23
_root.lefttroops.attack2.gotoAndPlay(6);
Symbol 808 MovieClip Frame 21
stop();
Symbol 823 Button
on (rollOver) {
_root.moneybar.gotoAndStop(3);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
on (release, keyPress "2") {
if (gold >= 50) {
if (_root.lefttroops.three.death == true) {
gold = gold - 50;
_root.lefttroops.three.speed = 2 + (random(10) / 10);
_root.lefttroops.three.death = false;
_root.lefttroops.three.life = 10 + random(5);
_root.lefttroops.three._x = -150;
} else if (_root.lefttroops.four.death == true) {
gold = gold - 50;
_root.lefttroops.four.speed = 2 + (random(10) / 10);
_root.lefttroops.four.death = false;
_root.lefttroops.four.life = 10 + random(5);
_root.lefttroops.four._x = -150;
}
}
}
Symbol 824 Button
on (rollOver) {
_root.moneybar.gotoAndStop(4);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
on (release, keyPress "3") {
if (gold >= 20) {
if (_root.lefttroops.five.death == true) {
gold = gold - 20;
_root.lefttroops.five.speed = 1 + (random(10) / 10);
_root.lefttroops.five.death = false;
_root.lefttroops.five.life = 5 + random(5);
_root.lefttroops.five._x = -150;
} else if (_root.lefttroops.six.death == true) {
gold = gold - 20;
_root.lefttroops.six.speed = 1 + (random(10) / 10);
_root.lefttroops.six.death = false;
_root.lefttroops.six.life = 5 + random(5);
_root.lefttroops.six._x = -150;
}
}
}
Symbol 825 Button
on (rollOver) {
_root.moneybar.gotoAndStop(5);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
on (release, keyPress "4") {
if (gold >= 100) {
if (_root.lefttroops.nine.death == true) {
_root.lefttroops.nine._x = -150;
gold = gold - 100;
_root.lefttroops.nine.speed = 2 + (random(15) / 10);
_root.lefttroops.nine.death = false;
_root.lefttroops.nine.life = 30 + random(10);
}
}
}
Symbol 826 Button
on (rollOver) {
_root.moneybar.gotoAndStop(6);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
on (release, keyPress "5") {
if (gold >= 125) {
if (_root.lefttroops.seven.death == true) {
_root.lefttroops.seven._x = -150;
gold = gold - 125;
_root.lefttroops.seven.speed = 2 + (random(25) / 10);
_root.lefttroops.seven.death = false;
_root.lefttroops.seven.life = 10 + random(10);
}
}
}
Symbol 827 Button
on (rollOver) {
_root.moneybar.gotoAndStop(7);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
on (release, keyPress "6") {
if (gold >= 150) {
if (_root.lefttroops.twelve.death == true) {
_root.lefttroops.twelve._x = -150;
gold = gold - 150;
_root.lefttroops.twelve.speed = 3 + (random(30) / 10);
_root.lefttroops.twelve.death = false;
_root.lefttroops.twelve.life = 20 + random(30);
}
}
}
Symbol 828 Button
on (rollOver) {
_root.moneybar.gotoAndStop(8);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
on (release, keyPress "7") {
if (gold >= 200) {
if (_root.lefttroops.eight.death == true) {
_root.lefttroops.eight._x = -150;
gold = gold - 200;
_root.lefttroops.eight.speed = 1 + (random(10) / 10);
_root.lefttroops.eight.death = false;
_root.lefttroops.eight.life = 20 + random(5);
}
}
}
Symbol 829 Button
on (rollOver) {
_root.moneybar.gotoAndStop(9);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
on (release, keyPress "8") {
if (gold >= 300) {
if (_root.lefttroops.ten.death == true) {
_root.lefttroops.ten._x = -150;
gold = gold - 300;
_root.lefttroops.ten.speed = 1 + (random(5) / 10);
_root.lefttroops.ten.death = false;
_root.lefttroops.ten.life = 20 + random(10);
}
}
}
Symbol 830 Button
on (rollOver) {
_root.moneybar.gotoAndStop(10);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
on (release, keyPress "9") {
if (gold >= 500) {
if (_root.lefttroops.eleven.death == true) {
_root.lefttroops.eleven._x = -150;
gold = gold - 500;
_root.lefttroops.eleven.speed = 2 + (random(25) / 10);
_root.lefttroops.eleven.death = false;
_root.lefttroops.eleven.life = 50 + random(20);
}
}
}
Symbol 835 Button
on (rollOver) {
_root.moneybar.gotoAndStop(2);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
Symbol 836 Button
on (rollOver) {
_root.moneybar.gotoAndStop(12);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
Symbol 842 Button
on (rollOver) {
_root.moneybar.gotoAndStop(11);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
on (release, keyPress "q") {
if (_root._quality == "HIGH") {
_root._quality = "MEDIUM";
} else if (_root._quality == "MEDIUM") {
_root._quality = "LOW";
} else if (_root._quality == "LOW") {
_root._quality = "HIGH";
}
}
Symbol 929 MovieClip Frame 21
stop();
Symbol 1026 Button
on (release) {
_root.nextFrame();
stopAllSounds();
}
Symbol 1028 Button
on (release) {
gotoAndPlay (1);
}
Instance of Symbol 684 MovieClip in Symbol 1030 MovieClip Frame 1
onClipEvent (keyDown) {
if ((((((((((!Key.isDown(32)) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(39))) & (!Key.isDown(37))) & (!Key.isDown(96))) & (!Key.isDown(87))) & (!Key.isDown(65))) & (!Key.isDown(83))) & (!Key.isDown(68))) {
_root.nextFrame();
stopAllSounds();
}
}
Symbol 1030 MovieClip Frame 2690
stop();
Symbol 1036 MovieClip Frame 15
stop();
Symbol 1041 MovieClip Frame 15
stop();
Symbol 1045 MovieClip Frame 15
stop();
Symbol 1048 Button
on (press, keyPress "<Space>") {
nextFrame();
}
Symbol 1064 Button
on (press, keyPress "<Space>") {
_root.nextFrame();
}
Symbol 1066 MovieClip Frame 1
stop();
_root.talker = 1;
Instance of Symbol 1046 MovieClip in Symbol 1066 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1066 MovieClip Frame 2
stop();
_root.talker = 2;
Symbol 1066 MovieClip Frame 3
stop();
_root.talker = 1;
Symbol 1066 MovieClip Frame 4
stop();
_root.talker = 2;
Symbol 1066 MovieClip Frame 5
stop();
_root.talker = 1;
Symbol 1066 MovieClip Frame 6
stop();
_root.talker = 3;
Symbol 1066 MovieClip Frame 7
stop();
_root.talker = 1;
Symbol 1066 MovieClip Frame 8
stop();
_root.talker = 3;
Symbol 1066 MovieClip Frame 9
stop();
_root.talker = 2;
Symbol 1066 MovieClip Frame 10
stop();
_root.talker = 3;
Symbol 1066 MovieClip Frame 11
stop();
_root.talker = 1;
Symbol 1066 MovieClip Frame 12
stop();
_root.talker = 2;
Symbol 1066 MovieClip Frame 13
stop();
_root.talker = 3;
Instance of Symbol 1073 MovieClip in Symbol 1078 MovieClip Frame 1
onClipEvent (load) {
_root._quality = "HIGH";
}
Symbol 1079 Button
on (release) {
nextFrame();
}
Symbol 1101 MovieClip Frame 59
gotoAndPlay (1);
Symbol 1104 Button
on (release, keyPress "<Enter>") {
_root.nextFrame();
}
Symbol 1118 MovieClip Frame 46
stop();
Symbol 1119 MovieClip Frame 1
stop();
_root.gubbe.attack = false;
Instance of Symbol 735 MovieClip "move" in Symbol 1119 MovieClip Frame 1
onClipEvent (load) {
stop();
_visible = false;
}
Instance of Symbol 1114 MovieClip in Symbol 1119 MovieClip Frame 1
onClipEvent (enterFrame) {
_currentframe = Math.round(_root.gubbehealth);
gotoAndStop(Math.round(_root.gubbehealth));
}
Symbol 1119 MovieClip Frame 2
attack = false;
Symbol 1122 MovieClip Frame 10
gotoAndPlay (18);
Symbol 1122 MovieClip Frame 23
_root.righttroops.attack2.gotoAndPlay(5);
Symbol 1123 MovieClip Frame 1
stop();
Symbol 1123 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 20;
Symbol 1137 MovieClip Frame 37
gotoAndPlay (1);
Symbol 1139 MovieClip Frame 10
gotoAndPlay (18);
Symbol 1139 MovieClip Frame 23
_root.righttroops.attack1.gotoAndPlay(6);
Symbol 1141 MovieClip Frame 21
stop();
Symbol 1142 MovieClip Frame 1
stop();
Symbol 1142 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 10;
_root.HUD.score = _root.HUD.score + 10;
Instance of Symbol 1123 MovieClip "three" in Symbol 1143 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1142 MovieClip "two" in Symbol 1143 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1142 MovieClip "one" in Symbol 1143 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 1143 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 1143 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1147 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("instructions");
}
Symbol 1150 MovieClip Frame 1
stop();
Symbol 1157 Button
on (rollOver) {
_root.moneybar.gotoAndStop(2);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
on (release, keyPress "1") {
if (gold >= 20) {
if (_root.lefttroops.one.death == true) {
_root.lefttroops.one.speed = 1 + (random(20) / 10);
_root.lefttroops.one.death = false;
_root.lefttroops.one.life = 5 + random(5);
_root.lefttroops.one._x = -150;
gold = gold - 20;
} else if (_root.lefttroops.two.death == true) {
_root.lefttroops.two.speed = 1 + (random(20) / 10);
_root.lefttroops.two.death = false;
_root.lefttroops.two.life = 5 + random(5);
_root.lefttroops.two._x = -150;
gold = gold - 20;
}
} else {
_root.nomoney.play();
}
}
Symbol 1158 Button
on (rollOver) {
_root.moneybar.gotoAndStop(3);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
on (release, keyPress "2") {
if (gold >= 50) {
if (_root.lefttroops.three.death == true) {
gold = gold - 50;
_root.lefttroops.three.speed = 2 + (random(10) / 10);
_root.lefttroops.three.death = false;
_root.lefttroops.three.life = 10 + random(5);
_root.lefttroops.three._x = -150;
} else if (_root.lefttroops.four.death == true) {
gold = gold - 50;
_root.lefttroops.four.speed = 2 + (random(10) / 10);
_root.lefttroops.four.death = false;
_root.lefttroops.four.life = 10 + random(5);
_root.lefttroops.four._x = -150;
}
} else {
_root.nomoney.play();
}
}
Symbol 1159 Button
on (rollOver) {
_root.moneybar.gotoAndStop(4);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
on (release, keyPress "3") {
if (gold >= 20) {
if (_root.lefttroops.five.death == true) {
gold = gold - 20;
_root.lefttroops.five.speed = 1 + (random(10) / 10);
_root.lefttroops.five.death = false;
_root.lefttroops.five.life = 5 + random(5);
_root.lefttroops.five._x = -150;
} else if (_root.lefttroops.six.death == true) {
gold = gold - 20;
_root.lefttroops.six.speed = 1 + (random(10) / 10);
_root.lefttroops.six.death = false;
_root.lefttroops.six.life = 5 + random(5);
_root.lefttroops.six._x = -150;
}
} else {
_root.nomoney.play();
}
}
Symbol 1160 Button
on (rollOver) {
_root.moneybar.gotoAndStop(5);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
on (release, keyPress "4") {
if (gold >= 100) {
if (_root.lefttroops.nine.death == true) {
_root.lefttroops.nine._x = -150;
gold = gold - 100;
_root.lefttroops.nine.speed = 2 + (random(15) / 10);
_root.lefttroops.nine.death = false;
_root.lefttroops.nine.life = 30 + random(10);
}
} else {
_root.nomoney.play();
}
}
Symbol 1161 Button
on (rollOver) {
_root.moneybar.gotoAndStop(6);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
on (release, keyPress "5") {
if (gold >= 125) {
if (_root.lefttroops.seven.death == true) {
_root.lefttroops.seven._x = -150;
gold = gold - 125;
_root.lefttroops.seven.speed = 2 + (random(25) / 10);
_root.lefttroops.seven.death = false;
_root.lefttroops.seven.life = 10 + random(10);
}
} else {
_root.nomoney.play();
}
}
Symbol 1162 Button
on (rollOver) {
_root.moneybar.gotoAndStop(7);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
on (release, keyPress "6") {
if (gold >= 150) {
if (_root.lefttroops.twelve.death == true) {
_root.lefttroops.twelve._x = -150;
gold = gold - 150;
_root.lefttroops.twelve.speed = 3 + (random(30) / 10);
_root.lefttroops.twelve.death = false;
_root.lefttroops.twelve.life = 20 + random(30);
}
} else {
_root.nomoney.play();
}
}
Symbol 1163 Button
on (rollOver) {
_root.moneybar.gotoAndStop(8);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
on (release, keyPress "7") {
if (gold >= 200) {
if (_root.lefttroops.eight.death == true) {
_root.lefttroops.eight._x = -150;
gold = gold - 200;
_root.lefttroops.eight.speed = 1 + (random(10) / 10);
_root.lefttroops.eight.death = false;
_root.lefttroops.eight.life = 20 + random(5);
}
} else {
_root.nomoney.play();
}
}
Symbol 1164 Button
on (rollOver) {
_root.moneybar.gotoAndStop(9);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
on (release, keyPress "8") {
if (gold >= 300) {
if (_root.lefttroops.ten.death == true) {
_root.lefttroops.ten._x = -150;
gold = gold - 300;
_root.lefttroops.ten.speed = 1 + (random(5) / 10);
_root.lefttroops.ten.death = false;
_root.lefttroops.ten.life = 20 + random(10);
}
} else {
_root.nomoney.play();
}
}
Symbol 1165 Button
on (rollOver) {
_root.moneybar.gotoAndStop(10);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
on (release, keyPress "9") {
if (gold >= 500) {
if (_root.lefttroops.eleven.death == true) {
_root.lefttroops.eleven._x = -150;
gold = gold - 500;
_root.lefttroops.eleven.speed = 2 + (random(25) / 10);
_root.lefttroops.eleven.death = false;
_root.lefttroops.eleven.life = 50 + random(20);
}
} else {
_root.nomoney.play();
}
}
Symbol 1166 Button
on (rollOver) {
_root.moneybar.gotoAndStop(12);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
on (release, keyPress "m") {
if (_root.musicplaying == true) {
_root.music.gotoAndStop(2);
stopAllSounds();
_root.musicplaying = false;
} else if (_root.musicplaying == false) {
_root.music.gotoAndStop(1);
_root.musicplaying = true;
}
}
Symbol 1206 Button
on (release) {
_root.quit._visible = true;
}
Symbol 1230 MovieClip Frame 12
gotoAndPlay (1);
Symbol 1232 MovieClip Frame 19
_root.lefttroops.attack1.gotoAndPlay(7);
Symbol 1237 MovieClip Frame 27
stop();
Symbol 1238 MovieClip Frame 1
stop();
Symbol 1239 MovieClip Frame 19
gotoAndPlay (1);
Symbol 1240 MovieClip Frame 1
stop();
Instance of Symbol 1238 MovieClip "one" in Symbol 1241 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1238 MovieClip "two" in Symbol 1241 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1240 MovieClip "three" in Symbol 1241 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1240 MovieClip "four" in Symbol 1241 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 1241 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 1241 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1274 MovieClip Frame 1
stop();
Symbol 1277 MovieClip Frame 2
stop();
Symbol 1280 MovieClip Frame 1
stop();
Symbol 1285 Button
on (release) {
_root.gotoAndStop("qual");
}
Symbol 1286 Button
on (release) {
_root.quit._visible = false;
}
Symbol 1287 MovieClip Frame 1
stop();
Symbol 1301 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1046 MovieClip in Symbol 1301 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1301 MovieClip Frame 2
stop();
_root.talker = 3;
Symbol 1301 MovieClip Frame 3
stop();
_root.talker = 1;
Symbol 1301 MovieClip Frame 4
stop();
_root.talker = 3;
Symbol 1301 MovieClip Frame 5
stop();
_root.talker = 1;
Symbol 1301 MovieClip Frame 6
stop();
_root.talker = 3;
Symbol 1301 MovieClip Frame 7
stop();
_root.talker = 1;
Symbol 1301 MovieClip Frame 8
stop();
_root.talker = 2;
Symbol 1301 MovieClip Frame 9
stop();
_root.talker = 1;
Symbol 1301 MovieClip Frame 10
stop();
_root.talker = 2;
Symbol 1301 MovieClip Frame 11
stop();
_root.talker = 3;
Symbol 1301 MovieClip Frame 12
stop();
_root.talker = 1;
Symbol 1301 MovieClip Frame 13
stop();
_root.talker = 2;
Symbol 1304 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 1323 MovieClip Frame 33
gotoAndPlay (1);
Symbol 1327 MovieClip Frame 19
_root.righttroops.attack3.gotoAndPlay(6);
Symbol 1329 MovieClip Frame 26
stop();
Symbol 1330 MovieClip Frame 1
stop();
Symbol 1330 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 20;
Instance of Symbol 1330 MovieClip "six" in Symbol 1331 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 650) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1123 MovieClip "three" in Symbol 1331 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1142 MovieClip "two" in Symbol 1331 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1142 MovieClip "one" in Symbol 1331 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1330 MovieClip "five" in Symbol 1331 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 680) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 735 MovieClip "attack3" in Symbol 1331 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 1331 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 1331 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1123 MovieClip "four" in Symbol 1331 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Symbol 1333 Button
on (release) {
_currentframe = _root.endf;
gotoAndStop(_root.endf);
}
Symbol 1335 MovieClip Frame 29
gotoAndPlay (1);
Symbol 1338 MovieClip Frame 18
_root.lefttroops.attack3.gotoAndPlay(6);
Symbol 1341 MovieClip Frame 26
stop();
Symbol 1342 MovieClip Frame 1
stop();
Instance of Symbol 1238 MovieClip "one" in Symbol 1343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1238 MovieClip "two" in Symbol 1343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1240 MovieClip "three" in Symbol 1343 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1240 MovieClip "four" in Symbol 1343 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 1343 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 1343 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1342 MovieClip "five" in Symbol 1343 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 18)) {
_root.lefttroops.attack3._x = this._x + 300;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if (this._x >= 150) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1342 MovieClip "six" in Symbol 1343 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 18)) {
_root.lefttroops.attack3._x = this._x + 300;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if (this._x >= 120) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 735 MovieClip "attack3" in Symbol 1343 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1363 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1046 MovieClip in Symbol 1363 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1363 MovieClip Frame 2
stop();
_root.talker = 2;
Symbol 1363 MovieClip Frame 3
stop();
_root.talker = 1;
Symbol 1363 MovieClip Frame 4
stop();
_root.talker = 2;
Symbol 1363 MovieClip Frame 5
stop();
_root.talker = 1;
Symbol 1363 MovieClip Frame 6
stop();
_root.talker = 2;
Symbol 1363 MovieClip Frame 7
stop();
_root.talker = 1;
Symbol 1363 MovieClip Frame 8
stop();
_root.talker = 2;
Symbol 1363 MovieClip Frame 9
stop();
_root.talker = 1;
Symbol 1363 MovieClip Frame 10
stop();
_root.talker = 3;
Symbol 1363 MovieClip Frame 11
stop();
_root.talker = 1;
Symbol 1363 MovieClip Frame 12
stop();
_root.talker = 3;
Symbol 1363 MovieClip Frame 13
stop();
_root.talker = 1;
Symbol 1363 MovieClip Frame 14
stop();
_root.talker = 3;
Symbol 1363 MovieClip Frame 15
stop();
_root.talker = 1;
Symbol 1363 MovieClip Frame 16
stop();
_root.talker = 3;
Symbol 1363 MovieClip Frame 17
stop();
_root.talker = 1;
Symbol 1363 MovieClip Frame 18
stop();
_root.talker = 3;
Symbol 1363 MovieClip Frame 19
stop();
_root.talker = 1;
Symbol 1365 MovieClip Frame 1
_root._quality = "HIGH";
Instance of Symbol 1330 MovieClip "six" in Symbol 1369 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 650) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1123 MovieClip "three" in Symbol 1369 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1142 MovieClip "two" in Symbol 1369 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1142 MovieClip "one" in Symbol 1369 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1330 MovieClip "five" in Symbol 1369 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 680) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 735 MovieClip "attack3" in Symbol 1369 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 1369 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 1369 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1123 MovieClip "four" in Symbol 1369 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Symbol 1386 MovieClip Frame 12
gotoAndPlay (1);
Symbol 1387 MovieClip Frame 25
_root.lefttroops.attack7.gotoAndPlay(5);
Symbol 1395 MovieClip Frame 61
stop();
Symbol 1396 MovieClip Frame 1
stop();
Instance of Symbol 1238 MovieClip "one" in Symbol 1397 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1238 MovieClip "two" in Symbol 1397 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1240 MovieClip "three" in Symbol 1397 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 1397 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 1397 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1342 MovieClip "five" in Symbol 1397 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 18)) {
_root.lefttroops.attack3._x = this._x + 300;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if (this._x >= 150) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 735 MovieClip "attack3" in Symbol 1397 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1396 MovieClip "nine" in Symbol 1397 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 25)) {
_root.lefttroops.attack7._x = this._x + 29;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(15) / 10);
death = false;
life = 30 + random(10);
}
Instance of Symbol 735 MovieClip "attack7" in Symbol 1397 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1404 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1046 MovieClip in Symbol 1404 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1404 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 1404 MovieClip Frame 3
stop();
_root.talker = 3;
Symbol 1404 MovieClip Frame 4
stop();
_root.talker = 2;
Symbol 1404 MovieClip Frame 5
stop();
_root.talker = 1;
Symbol 1404 MovieClip Frame 6
stop();
_root.talker = 3;
Symbol 1406 MovieClip Frame 1
_root._quality = "HIGH";
Instance of Symbol 1238 MovieClip "one" in Symbol 1410 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1238 MovieClip "two" in Symbol 1410 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1240 MovieClip "three" in Symbol 1410 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 1410 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 1410 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1342 MovieClip "five" in Symbol 1410 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 18)) {
_root.lefttroops.attack3._x = this._x + 300;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if (this._x >= 150) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 735 MovieClip "attack3" in Symbol 1410 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1396 MovieClip "nine" in Symbol 1410 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 25)) {
_root.lefttroops.attack7._x = this._x + 29;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(15) / 10);
death = false;
life = 30 + random(10);
}
Instance of Symbol 735 MovieClip "attack7" in Symbol 1410 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1342 MovieClip "six" in Symbol 1410 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 18)) {
_root.lefttroops.attack3._x = this._x + 300;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if (this._x >= 120) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1240 MovieClip "four" in Symbol 1410 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Symbol 1427 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1046 MovieClip in Symbol 1427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1427 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 1427 MovieClip Frame 3
stop();
_root.talker = 2;
Symbol 1427 MovieClip Frame 4
stop();
_root.talker = 1;
Symbol 1427 MovieClip Frame 5
stop();
_root.talker = 2;
Symbol 1427 MovieClip Frame 6
stop();
_root.talker = 1;
Symbol 1427 MovieClip Frame 7
stop();
_root.talker = 2;
Symbol 1427 MovieClip Frame 8
stop();
_root.talker = 1;
Symbol 1427 MovieClip Frame 9
stop();
_root.talker = 3;
Symbol 1427 MovieClip Frame 10
stop();
_root.talker = 1;
Symbol 1427 MovieClip Frame 11
stop();
_root.talker = 3;
Symbol 1427 MovieClip Frame 12
stop();
_root.talker = 1;
Symbol 1427 MovieClip Frame 13
stop();
_root.talker = 3;
Symbol 1427 MovieClip Frame 14
stop();
_root.talker = 1;
Symbol 1427 MovieClip Frame 15
stop();
_root.talker = 3;
Symbol 1427 MovieClip Frame 16
stop();
_root.talker = 1;
Symbol 1427 MovieClip Frame 17
stop();
_root.talker = 3;
Symbol 1429 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 1433 MovieClip Frame 29
gotoAndPlay (1);
Symbol 1434 MovieClip Frame 16
_root.lefttroops.attack4.gotoAndPlay(5);
Symbol 1436 MovieClip Frame 26
stop();
Symbol 1437 MovieClip Frame 1
stop();
Instance of Symbol 1238 MovieClip "one" in Symbol 1438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1238 MovieClip "two" in Symbol 1438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1240 MovieClip "three" in Symbol 1438 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 1438 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 1438 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1342 MovieClip "five" in Symbol 1438 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 18)) {
_root.lefttroops.attack3._x = this._x + 300;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if (this._x >= 150) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 735 MovieClip "attack3" in Symbol 1438 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1396 MovieClip "nine" in Symbol 1438 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 25)) {
_root.lefttroops.attack7._x = this._x + 29;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(15) / 10);
death = false;
life = 30 + random(10);
}
Instance of Symbol 735 MovieClip "attack7" in Symbol 1438 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1342 MovieClip "six" in Symbol 1438 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 18)) {
_root.lefttroops.attack3._x = this._x + 300;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if (this._x >= 120) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1240 MovieClip "four" in Symbol 1438 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1437 MovieClip "seven" in Symbol 1438 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 16)) {
_root.lefttroops.attack4._x = this._x + 26;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(25) / 10);
death = false;
life = 10 + random(10);
}
Instance of Symbol 735 MovieClip "attack4" in Symbol 1438 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1453 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1046 MovieClip in Symbol 1453 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1453 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 1453 MovieClip Frame 3
stop();
_root.talker = 2;
Symbol 1453 MovieClip Frame 4
stop();
_root.talker = 1;
Symbol 1453 MovieClip Frame 5
stop();
_root.talker = 2;
Symbol 1453 MovieClip Frame 6
stop();
_root.talker = 1;
Symbol 1453 MovieClip Frame 7
stop();
_root.talker = 2;
Symbol 1453 MovieClip Frame 8
stop();
_root.talker = 1;
Symbol 1453 MovieClip Frame 9
stop();
_root.talker = 2;
Symbol 1453 MovieClip Frame 10
stop();
_root.talker = 1;
Symbol 1453 MovieClip Frame 11
stop();
_root.talker = 3;
Symbol 1453 MovieClip Frame 12
stop();
_root.talker = 1;
Symbol 1453 MovieClip Frame 13
stop();
_root.talker = 3;
Symbol 1453 MovieClip Frame 14
stop();
_root.talker = 1;
Symbol 1453 MovieClip Frame 15
stop();
_root.talker = 3;
Symbol 1456 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 1485 MovieClip Frame 29
gotoAndPlay (1);
Symbol 1513 MovieClip Frame 21
_root.righttroops.attack5.gotoAndPlay(3);
Symbol 1522 MovieClip Frame 20
stop();
Symbol 1523 MovieClip Frame 1
stop();
Symbol 1523 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 300;
_root.HUD.score = _root.HUD.score + 300;
Instance of Symbol 1330 MovieClip "six" in Symbol 1524 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 650) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1123 MovieClip "four" in Symbol 1524 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1123 MovieClip "three" in Symbol 1524 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1142 MovieClip "two" in Symbol 1524 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1142 MovieClip "one" in Symbol 1524 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1330 MovieClip "five" in Symbol 1524 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 680) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 735 MovieClip "attack3" in Symbol 1524 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 1524 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 1524 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1523 MovieClip "eight" in Symbol 1524 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack5._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 3 + (random(20) / 10);
death = false;
life = 40 + random(20);
}
Instance of Symbol 735 MovieClip "attack5" in Symbol 1524 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1537 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1046 MovieClip in Symbol 1537 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1537 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 1537 MovieClip Frame 3
stop();
_root.talker = 3;
Symbol 1537 MovieClip Frame 4
stop();
_root.talker = 2;
Symbol 1537 MovieClip Frame 5
stop();
_root.talker = 1;
Symbol 1537 MovieClip Frame 6
stop();
_root.talker = 2;
Symbol 1537 MovieClip Frame 7
stop();
_root.talker = 1;
Symbol 1537 MovieClip Frame 8
stop();
_root.talker = 2;
Symbol 1537 MovieClip Frame 9
stop();
_root.talker = 1;
Symbol 1537 MovieClip Frame 10
stop();
_root.talker = 3;
Symbol 1537 MovieClip Frame 11
stop();
_root.talker = 1;
Symbol 1537 MovieClip Frame 12
stop();
_root.talker = 2;
Symbol 1539 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 1561 MovieClip Frame 17
gotoAndPlay (1);
Symbol 1582 MovieClip Frame 42
_root.righttroops.attack4.gotoAndPlay(4);
Symbol 1591 MovieClip Frame 12
stop();
Symbol 1592 MovieClip Frame 1
stop();
Symbol 1592 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 30;
_root.HUD.score = _root.HUD.score + 30;
Instance of Symbol 1592 MovieClip "seven" in Symbol 1593 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack4._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 2)) {
_x = 900;
_root.enemygold = _root.enemygold - 3;
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
Instance of Symbol 1330 MovieClip "six" in Symbol 1593 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 650) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1123 MovieClip "three" in Symbol 1593 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1142 MovieClip "two" in Symbol 1593 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1142 MovieClip "one" in Symbol 1593 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1330 MovieClip "five" in Symbol 1593 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 680) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1123 MovieClip "four" in Symbol 1593 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack3" in Symbol 1593 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack4" in Symbol 1593 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 1593 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 1593 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1594 MovieClip Frame 25
gotoAndPlay (1);
Symbol 1595 MovieClip Frame 23
_root.lefttroops.attack8.gotoAndPlay(2);
Symbol 1598 MovieClip Frame 26
stop();
Symbol 1599 MovieClip Frame 1
stop();
Instance of Symbol 1238 MovieClip "one" in Symbol 1600 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1238 MovieClip "two" in Symbol 1600 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1240 MovieClip "three" in Symbol 1600 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 1600 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 1600 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1342 MovieClip "five" in Symbol 1600 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 18)) {
_root.lefttroops.attack3._x = this._x + 300;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if (this._x >= 150) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 735 MovieClip "attack3" in Symbol 1600 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack7" in Symbol 1600 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1342 MovieClip "six" in Symbol 1600 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 18)) {
_root.lefttroops.attack3._x = this._x + 300;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if (this._x >= 120) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1240 MovieClip "four" in Symbol 1600 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack4" in Symbol 1600 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1599 MovieClip "twelve" in Symbol 1600 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack8._x = this._x + 61;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 3 + (random(30) / 10);
death = false;
life = 20 + random(30);
}
Instance of Symbol 735 MovieClip "attack8" in Symbol 1600 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1628 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1046 MovieClip in Symbol 1628 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1628 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 1628 MovieClip Frame 3
stop();
_root.talker = 2;
Symbol 1628 MovieClip Frame 4
stop();
_root.talker = 1;
Symbol 1628 MovieClip Frame 5
stop();
_root.talker = 2;
Symbol 1628 MovieClip Frame 6
stop();
_root.talker = 1;
Symbol 1628 MovieClip Frame 7
stop();
_root.talker = 2;
Symbol 1628 MovieClip Frame 8
stop();
_root.talker = 1;
Symbol 1628 MovieClip Frame 9
stop();
_root.talker = 2;
Symbol 1628 MovieClip Frame 10
stop();
_root.talker = 1;
Symbol 1628 MovieClip Frame 11
stop();
_root.talker = 2;
Symbol 1628 MovieClip Frame 12
stop();
_root.talker = 3;
Symbol 1628 MovieClip Frame 13
stop();
_root.talker = 1;
Symbol 1628 MovieClip Frame 14
stop();
_root.talker = 3;
Symbol 1628 MovieClip Frame 15
stop();
_root.talker = 1;
Symbol 1628 MovieClip Frame 16
stop();
_root.talker = 3;
Symbol 1628 MovieClip Frame 17
stop();
_root.talker = 2;
Symbol 1628 MovieClip Frame 18
stop();
_root.talker = 3;
Symbol 1628 MovieClip Frame 19
stop();
_root.talker = 2;
Symbol 1628 MovieClip Frame 20
stop();
_root.talker = 3;
Symbol 1628 MovieClip Frame 21
stop();
_root.talker = 2;
Symbol 1628 MovieClip Frame 22
stop();
_root.talker = 3;
Symbol 1628 MovieClip Frame 23
stop();
_root.talker = 1;
Symbol 1628 MovieClip Frame 24
stop();
_root.talker = 2;
Symbol 1628 MovieClip Frame 25
stop();
_root.talker = 1;
Symbol 1628 MovieClip Frame 26
stop();
_root.talker = 3;
Symbol 1628 MovieClip Frame 27
stop();
_root.talker = 1;
Symbol 1630 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 1642 MovieClip Frame 57
gotoAndPlay (1);
Symbol 1644 MovieClip Frame 25
_root.righttroops.attack8.gotoAndPlay(2);
Symbol 1649 MovieClip Frame 24
stop();
Symbol 1650 MovieClip Frame 1
stop();
Symbol 1650 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 300;
_root.HUD.score = _root.HUD.score + 300;
Instance of Symbol 1650 MovieClip "eleven" in Symbol 1651 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack8._x = this._x - 80;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 0.1 + (random(10) / 10);
death = false;
life = 110 + random(50);
}
Instance of Symbol 1592 MovieClip "seven" in Symbol 1651 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack4._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 2)) {
_x = 900;
_root.enemygold = _root.enemygold - 3;
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
Instance of Symbol 1330 MovieClip "six" in Symbol 1651 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 650) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1123 MovieClip "three" in Symbol 1651 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1142 MovieClip "two" in Symbol 1651 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1142 MovieClip "one" in Symbol 1651 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1330 MovieClip "five" in Symbol 1651 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 680) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 735 MovieClip "attack3" in Symbol 1651 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack4" in Symbol 1651 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack8" in Symbol 1651 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 1651 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 1651 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1123 MovieClip "four" in Symbol 1651 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Symbol 1673 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1046 MovieClip in Symbol 1673 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1673 MovieClip Frame 2
stop();
_root.talker = 3;
Symbol 1673 MovieClip Frame 3
stop();
_root.talker = 2;
Symbol 1673 MovieClip Frame 4
stop();
_root.talker = 3;
Symbol 1673 MovieClip Frame 5
stop();
_root.talker = 2;
Symbol 1673 MovieClip Frame 6
stop();
_root.talker = 3;
Symbol 1673 MovieClip Frame 7
stop();
_root.talker = 2;
Symbol 1673 MovieClip Frame 8
stop();
_root.talker = 3;
Symbol 1673 MovieClip Frame 9
stop();
_root.talker = 1;
Symbol 1673 MovieClip Frame 10
stop();
_root.talker = 3;
Symbol 1673 MovieClip Frame 11
stop();
_root.talker = 1;
Symbol 1673 MovieClip Frame 12
stop();
_root.talker = 2;
Symbol 1673 MovieClip Frame 13
stop();
_root.talker = 3;
Symbol 1673 MovieClip Frame 14
stop();
_root.talker = 1;
Symbol 1673 MovieClip Frame 15
stop();
_root.talker = 3;
Symbol 1673 MovieClip Frame 16
stop();
_root.talker = 1;
Symbol 1673 MovieClip Frame 17
stop();
_root.talker = 3;
Symbol 1673 MovieClip Frame 18
stop();
_root.talker = 1;
Symbol 1673 MovieClip Frame 19
stop();
_root.talker = 3;
Symbol 1673 MovieClip Frame 20
stop();
_root.talker = 1;
Symbol 1673 MovieClip Frame 21
stop();
_root.talker = 3;
Symbol 1675 MovieClip Frame 1
_root._quality = "HIGH";
Instance of Symbol 1592 MovieClip "seven" in Symbol 1679 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack4._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 2)) {
_x = 900;
_root.enemygold = _root.enemygold - 3;
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
Instance of Symbol 1330 MovieClip "six" in Symbol 1679 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 650) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1123 MovieClip "three" in Symbol 1679 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1142 MovieClip "two" in Symbol 1679 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1142 MovieClip "one" in Symbol 1679 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1330 MovieClip "five" in Symbol 1679 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 680) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 735 MovieClip "attack3" in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack4" in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 1679 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1123 MovieClip "four" in Symbol 1679 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1599 MovieClip "twelve" in Symbol 1680 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack8._x = this._x + 61;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 3 + (random(30) / 10);
death = false;
life = 20 + random(30);
}
Instance of Symbol 735 MovieClip "attack8" in Symbol 1680 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1396 MovieClip "nine" in Symbol 1680 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 25)) {
_root.lefttroops.attack7._x = this._x + 29;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(15) / 10);
death = false;
life = 30 + random(10);
}
Instance of Symbol 735 MovieClip "attack7" in Symbol 1680 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1437 MovieClip "seven" in Symbol 1680 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 16)) {
_root.lefttroops.attack4._x = this._x + 26;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(25) / 10);
death = false;
life = 10 + random(10);
}
Instance of Symbol 735 MovieClip "attack4" in Symbol 1680 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1700 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1046 MovieClip in Symbol 1700 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1700 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 1700 MovieClip Frame 3
stop();
_root.talker = 2;
Symbol 1700 MovieClip Frame 4
stop();
_root.talker = 3;
Symbol 1700 MovieClip Frame 5
stop();
_root.talker = 1;
Symbol 1700 MovieClip Frame 6
stop();
_root.talker = 3;
Symbol 1700 MovieClip Frame 7
stop();
_root.talker = 1;
Symbol 1700 MovieClip Frame 8
stop();
_root.talker = 2;
Symbol 1700 MovieClip Frame 9
stop();
_root.talker = 3;
Symbol 1700 MovieClip Frame 10
stop();
_root.talker = 2;
Symbol 1700 MovieClip Frame 11
stop();
_root.talker = 3;
Symbol 1700 MovieClip Frame 12
stop();
_root.talker = 2;
Symbol 1700 MovieClip Frame 13
stop();
_root.talker = 3;
Symbol 1700 MovieClip Frame 14
stop();
_root.talker = 2;
Symbol 1700 MovieClip Frame 15
stop();
_root.talker = 3;
Symbol 1700 MovieClip Frame 16
stop();
_root.talker = 2;
Symbol 1700 MovieClip Frame 17
stop();
_root.talker = 3;
Symbol 1703 MovieClip Frame 1
_root._quality = "HIGH";
Instance of Symbol 1240 MovieClip "three" in Symbol 1707 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 1707 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack7" in Symbol 1707 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1240 MovieClip "four" in Symbol 1707 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack4" in Symbol 1707 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1599 MovieClip "twelve" in Symbol 1707 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack8._x = this._x + 61;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 3 + (random(30) / 10);
death = true;
life = 20 + random(30);
}
Instance of Symbol 735 MovieClip "attack8" in Symbol 1707 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1396 MovieClip "nine" in Symbol 1707 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 25)) {
_root.lefttroops.attack7._x = this._x + 29;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(15) / 10);
death = true;
life = 30 + random(10);
}
Instance of Symbol 1437 MovieClip "seven" in Symbol 1707 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 16)) {
_root.lefttroops.attack4._x = this._x + 26;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(25) / 10);
death = true;
life = 10 + random(10);
}
Instance of Symbol 1238 MovieClip "one" in Symbol 1707 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1238 MovieClip "two" in Symbol 1707 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 1707 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack5" in Symbol 1707 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1718 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1046 MovieClip in Symbol 1718 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1718 MovieClip Frame 2
stop();
_root.talker = 3;
Symbol 1718 MovieClip Frame 3
stop();
_root.talker = 1;
Symbol 1718 MovieClip Frame 4
stop();
_root.talker = 2;
Symbol 1718 MovieClip Frame 5
stop();
_root.talker = 3;
Symbol 1718 MovieClip Frame 6
stop();
_root.talker = 1;
Symbol 1718 MovieClip Frame 7
stop();
_root.talker = 2;
Symbol 1718 MovieClip Frame 8
stop();
_root.talker = 3;
Symbol 1718 MovieClip Frame 9
stop();
_root.talker = 1;
Symbol 1721 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 1730 MovieClip Frame 33
gotoAndPlay (1);
Symbol 1750 MovieClip Frame 19
gotoAndPlay (1);
Symbol 1751 MovieClip Frame 12
_root.righttroops.attack6.gotoAndPlay(3);
Symbol 1753 MovieClip Frame 21
stop();
Symbol 1754 MovieClip Frame 1
stop();
Symbol 1754 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 300;
_root.HUD.score = _root.HUD.score + 300;
Instance of Symbol 1592 MovieClip "seven" in Symbol 1755 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack4._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 2)) {
_x = 900;
_root.enemygold = _root.enemygold - 3;
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
Instance of Symbol 1330 MovieClip "six" in Symbol 1755 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 650) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1123 MovieClip "three" in Symbol 1755 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1142 MovieClip "two" in Symbol 1755 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1142 MovieClip "one" in Symbol 1755 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1330 MovieClip "five" in Symbol 1755 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 680) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1754 MovieClip "nine" in Symbol 1755 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 12)) {
_root.righttroops.attack6._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 4 + (random(10) / 10);
death = false;
life = 40 + random(40);
}
Instance of Symbol 735 MovieClip "attack3" in Symbol 1755 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack4" in Symbol 1755 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack6" in Symbol 1755 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 1755 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 1755 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1123 MovieClip "four" in Symbol 1755 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1240 MovieClip "three" in Symbol 1756 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 1756 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack7" in Symbol 1756 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1240 MovieClip "four" in Symbol 1756 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack4" in Symbol 1756 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1599 MovieClip "twelve" in Symbol 1756 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack8._x = this._x + 61;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 3 + (random(30) / 10);
death = true;
life = 20 + random(30);
}
Instance of Symbol 735 MovieClip "attack8" in Symbol 1756 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1396 MovieClip "nine" in Symbol 1756 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 25)) {
_root.lefttroops.attack7._x = this._x + 29;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(15) / 10);
death = true;
life = 30 + random(10);
}
Instance of Symbol 1437 MovieClip "seven" in Symbol 1756 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 16)) {
_root.lefttroops.attack4._x = this._x + 26;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(25) / 10);
death = true;
life = 10 + random(10);
}
Instance of Symbol 1238 MovieClip "one" in Symbol 1756 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1238 MovieClip "two" in Symbol 1756 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 1756 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1761 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1046 MovieClip in Symbol 1761 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1761 MovieClip Frame 2
stop();
_root.talker = 3;
Symbol 1761 MovieClip Frame 3
stop();
_root.talker = 2;
Symbol 1761 MovieClip Frame 4
stop();
_root.talker = 1;
Symbol 1764 MovieClip Frame 1
_root._quality = "HIGH";
Instance of Symbol 735 MovieClip "attack5" in Symbol 1768 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack6" in Symbol 1768 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1523 MovieClip "eight" in Symbol 1768 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack5._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 3 + (random(20) / 10);
death = false;
life = 40 + random(20);
}
Instance of Symbol 1754 MovieClip "nine" in Symbol 1768 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 12)) {
_root.righttroops.attack6._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 4 + (random(10) / 10);
death = false;
life = 40 + random(40);
}
Instance of Symbol 1240 MovieClip "three" in Symbol 1769 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 1769 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack7" in Symbol 1769 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1240 MovieClip "four" in Symbol 1769 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack4" in Symbol 1769 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1599 MovieClip "twelve" in Symbol 1769 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack8._x = this._x + 61;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 3 + (random(30) / 10);
death = true;
life = 20 + random(30);
}
Instance of Symbol 735 MovieClip "attack8" in Symbol 1769 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1396 MovieClip "nine" in Symbol 1769 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 25)) {
_root.lefttroops.attack7._x = this._x + 29;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(15) / 10);
death = true;
life = 30 + random(10);
}
Instance of Symbol 1437 MovieClip "seven" in Symbol 1769 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 16)) {
_root.lefttroops.attack4._x = this._x + 26;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(25) / 10);
death = true;
life = 10 + random(10);
}
Instance of Symbol 1238 MovieClip "one" in Symbol 1769 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1238 MovieClip "two" in Symbol 1769 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 1769 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1784 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1046 MovieClip in Symbol 1784 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1784 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 1784 MovieClip Frame 3
stop();
_root.talker = 3;
Symbol 1784 MovieClip Frame 4
stop();
_root.talker = 2;
Symbol 1784 MovieClip Frame 5
stop();
_root.talker = 3;
Symbol 1784 MovieClip Frame 6
stop();
_root.talker = 2;
Symbol 1784 MovieClip Frame 7
stop();
_root.talker = 1;
Symbol 1784 MovieClip Frame 8
stop();
_root.talker = 3;
Symbol 1784 MovieClip Frame 9
stop();
_root.talker = 2;
Symbol 1784 MovieClip Frame 10
stop();
_root.talker = 1;
Symbol 1784 MovieClip Frame 11
stop();
_root.talker = 3;
Symbol 1784 MovieClip Frame 12
stop();
_root.talker = 1;
Symbol 1784 MovieClip Frame 13
stop();
_root.talker = 2;
Symbol 1784 MovieClip Frame 14
stop();
_root.talker = 1;
Symbol 1788 MovieClip Frame 1
_root._quality = "HIGH";
Instance of Symbol 1592 MovieClip "seven" in Symbol 1796 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack4._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 2)) {
_x = 900;
_root.enemygold = _root.enemygold - 3;
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
Instance of Symbol 1330 MovieClip "six" in Symbol 1796 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 650) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1123 MovieClip "three" in Symbol 1796 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1142 MovieClip "two" in Symbol 1796 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1142 MovieClip "one" in Symbol 1796 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1330 MovieClip "five" in Symbol 1796 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 680) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1523 MovieClip "eight" in Symbol 1796 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack5._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 3 + (random(20) / 10);
death = false;
life = 40 + random(20);
}
Instance of Symbol 735 MovieClip "attack3" in Symbol 1796 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack4" in Symbol 1796 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack5" in Symbol 1796 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 1796 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 1796 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1123 MovieClip "four" in Symbol 1796 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Symbol 1811 MovieClip Frame 17
gotoAndPlay (1);
Symbol 1827 MovieClip Frame 26
gotoAndPlay (66);
Symbol 1827 MovieClip Frame 77
_root.lefttroops.attack5.gotoAndPlay(3);
Symbol 1834 MovieClip Frame 36
stop();
Symbol 1835 MovieClip Frame 1
stop();
Instance of Symbol 1240 MovieClip "three" in Symbol 1836 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 1836 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack7" in Symbol 1836 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1240 MovieClip "four" in Symbol 1836 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack4" in Symbol 1836 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1599 MovieClip "twelve" in Symbol 1836 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack8._x = this._x + 61;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 3 + (random(30) / 10);
death = true;
life = 20 + random(30);
}
Instance of Symbol 735 MovieClip "attack8" in Symbol 1836 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1396 MovieClip "nine" in Symbol 1836 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 25)) {
_root.lefttroops.attack7._x = this._x + 29;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(15) / 10);
death = true;
life = 30 + random(10);
}
Instance of Symbol 1437 MovieClip "seven" in Symbol 1836 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 16)) {
_root.lefttroops.attack4._x = this._x + 26;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(25) / 10);
death = true;
life = 10 + random(10);
}
Instance of Symbol 1238 MovieClip "one" in Symbol 1836 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1238 MovieClip "two" in Symbol 1836 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 1836 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1835 MovieClip "eight" in Symbol 1836 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 77)) {
_root.lefttroops.attack5._x = this._x + 24;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(5);
}
Instance of Symbol 735 MovieClip "attack5" in Symbol 1836 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1843 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1046 MovieClip in Symbol 1843 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1843 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 1843 MovieClip Frame 3
stop();
_root.talker = 2;
Symbol 1843 MovieClip Frame 4
stop();
_root.talker = 3;
Symbol 1843 MovieClip Frame 5
stop();
_root.talker = 2;
Symbol 1843 MovieClip Frame 6
stop();
_root.talker = 1;
Symbol 1846 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 1865 MovieClip Frame 33
gotoAndPlay (1);
Symbol 1867 MovieClip Frame 42
_root.righttroops.attack9.gotoAndPlay(2);
Symbol 1870 MovieClip Frame 42
stop();
Symbol 1871 MovieClip Frame 1
stop();
Symbol 1871 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 300;
_root.HUD.score = _root.HUD.score + 300;
Instance of Symbol 1871 MovieClip "thirteen" in Symbol 1872 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack9._x = this._x - 60;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 70 + random(50);
}
Instance of Symbol 735 MovieClip "attack9" in Symbol 1872 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack7" in Symbol 1873 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack4" in Symbol 1873 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1599 MovieClip "twelve" in Symbol 1873 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack8._x = this._x + 61;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 3 + (random(30) / 10);
death = true;
life = 20 + random(30);
}
Instance of Symbol 735 MovieClip "attack8" in Symbol 1873 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1396 MovieClip "nine" in Symbol 1873 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 25)) {
_root.lefttroops.attack7._x = this._x + 29;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(15) / 10);
death = true;
life = 30 + random(10);
}
Instance of Symbol 1437 MovieClip "seven" in Symbol 1873 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 16)) {
_root.lefttroops.attack4._x = this._x + 26;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(25) / 10);
death = true;
life = 10 + random(10);
}
Instance of Symbol 1835 MovieClip "eight" in Symbol 1873 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 77)) {
_root.lefttroops.attack5._x = this._x + 24;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(5);
}
Instance of Symbol 735 MovieClip "attack5" in Symbol 1873 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1886 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1046 MovieClip in Symbol 1886 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1886 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 1886 MovieClip Frame 3
stop();
_root.talker = 2;
Symbol 1886 MovieClip Frame 4
stop();
_root.talker = 1;
Symbol 1886 MovieClip Frame 5
stop();
_root.talker = 3;
Symbol 1886 MovieClip Frame 6
stop();
_root.talker = 1;
Symbol 1886 MovieClip Frame 7
stop();
_root.talker = 3;
Symbol 1886 MovieClip Frame 8
stop();
_root.talker = 2;
Symbol 1886 MovieClip Frame 9
stop();
_root.talker = 1;
Symbol 1886 MovieClip Frame 10
stop();
_root.talker = 2;
Symbol 1886 MovieClip Frame 11
stop();
_root.talker = 1;
Symbol 1889 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 1912 MovieClip Frame 17
gotoAndPlay (1);
Symbol 1931 MovieClip Frame 45
_root.lefttroops.attack6.gotoAndPlay(2);
Symbol 1937 MovieClip Frame 12
stop();
Symbol 1938 MovieClip Frame 1
stop();
Instance of Symbol 735 MovieClip "attack7" in Symbol 1939 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack4" in Symbol 1939 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1599 MovieClip "twelve" in Symbol 1939 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack8._x = this._x + 61;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 3 + (random(30) / 10);
death = true;
life = 20 + random(30);
}
Instance of Symbol 735 MovieClip "attack8" in Symbol 1939 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1396 MovieClip "nine" in Symbol 1939 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 25)) {
_root.lefttroops.attack7._x = this._x + 29;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(15) / 10);
death = true;
life = 30 + random(10);
}
Instance of Symbol 1437 MovieClip "seven" in Symbol 1939 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 16)) {
_root.lefttroops.attack4._x = this._x + 26;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(25) / 10);
death = true;
life = 10 + random(10);
}
Instance of Symbol 1835 MovieClip "eight" in Symbol 1939 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 77)) {
_root.lefttroops.attack5._x = this._x + 24;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(5);
}
Instance of Symbol 735 MovieClip "attack5" in Symbol 1939 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1938 MovieClip "ten" in Symbol 1939 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 45)) {
_root.lefttroops.attack6._x = this._x + 33;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(5) / 10);
death = false;
life = 20 + random(10);
}
Instance of Symbol 735 MovieClip "attack6" in Symbol 1939 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1950 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1046 MovieClip in Symbol 1950 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1950 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 1950 MovieClip Frame 3
stop();
_root.talker = 3;
Symbol 1950 MovieClip Frame 4
stop();
_root.talker = 2;
Symbol 1950 MovieClip Frame 5
stop();
_root.talker = 3;
Symbol 1950 MovieClip Frame 6
stop();
_root.talker = 2;
Symbol 1950 MovieClip Frame 7
stop();
_root.talker = 1;
Symbol 1950 MovieClip Frame 8
stop();
_root.talker = 3;
Symbol 1950 MovieClip Frame 9
stop();
_root.talker = 1;
Symbol 1953 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 1982 MovieClip Frame 33
gotoAndPlay (1);
Symbol 1983 MovieClip Frame 42
_root.righttroops.attack9.gotoAndPlay(2);
Symbol 1985 MovieClip Frame 42
stop();
Symbol 1986 MovieClip Frame 1
stop();
Symbol 1986 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 400;
_root.HUD.score = _root.HUD.score + 400;
Instance of Symbol 1986 MovieClip "twelve" in Symbol 1987 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack9._x = this._x - 60;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 110 + random(50);
}
Instance of Symbol 735 MovieClip "attack9" in Symbol 1987 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1988 MovieClip Frame 33
gotoAndPlay (1);
Symbol 1991 MovieClip Frame 16
_root.lefttroops.attack9.play();
Symbol 1995 MovieClip Frame 41
stop();
Symbol 1996 MovieClip Frame 1
stop();
Instance of Symbol 735 MovieClip "attack7" in Symbol 1997 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack4" in Symbol 1997 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1599 MovieClip "twelve" in Symbol 1997 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack8._x = this._x + 61;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 3 + (random(30) / 10);
death = true;
life = 20 + random(30);
}
Instance of Symbol 735 MovieClip "attack8" in Symbol 1997 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1396 MovieClip "nine" in Symbol 1997 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 25)) {
_root.lefttroops.attack7._x = this._x + 29;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(15) / 10);
death = true;
life = 30 + random(10);
}
Instance of Symbol 1437 MovieClip "seven" in Symbol 1997 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 16)) {
_root.lefttroops.attack4._x = this._x + 26;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(25) / 10);
death = true;
life = 10 + random(10);
}
Instance of Symbol 1835 MovieClip "eight" in Symbol 1997 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 77)) {
_root.lefttroops.attack5._x = this._x + 24;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(5);
}
Instance of Symbol 735 MovieClip "attack5" in Symbol 1997 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1938 MovieClip "ten" in Symbol 1997 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 45)) {
_root.lefttroops.attack6._x = this._x + 33;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(5) / 10);
death = true;
life = 20 + random(10);
}
Instance of Symbol 735 MovieClip "attack6" in Symbol 1997 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1996 MovieClip "eleven" in Symbol 1997 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 16)) {
_root.lefttroops.attack9._x = this._x + 80;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(25) / 10);
death = false;
life = 50 + random(20);
}
Instance of Symbol 735 MovieClip "attack9" in Symbol 1997 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1240 MovieClip "three" in Symbol 1997 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 1997 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1240 MovieClip "four" in Symbol 1997 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Symbol 2023 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1046 MovieClip in Symbol 2023 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 2023 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 2023 MovieClip Frame 3
stop();
_root.talker = 3;
Symbol 2023 MovieClip Frame 4
stop();
_root.talker = 1;
Symbol 2023 MovieClip Frame 5
stop();
_root.talker = 3;
Symbol 2023 MovieClip Frame 6
stop();
_root.talker = 1;
Symbol 2023 MovieClip Frame 7
stop();
_root.talker = 3;
Symbol 2023 MovieClip Frame 8
stop();
_root.talker = 1;
Symbol 2023 MovieClip Frame 9
stop();
_root.talker = 3;
Symbol 2023 MovieClip Frame 10
stop();
_root.talker = 1;
Symbol 2023 MovieClip Frame 11
stop();
_root.talker = 3;
Symbol 2023 MovieClip Frame 12
stop();
_root.talker = 1;
Symbol 2023 MovieClip Frame 13
stop();
_root.talker = 3;
Symbol 2023 MovieClip Frame 14
stop();
_root.talker = 1;
Symbol 2023 MovieClip Frame 15
stop();
_root.talker = 3;
Symbol 2023 MovieClip Frame 16
stop();
_root.talker = 3;
Symbol 2023 MovieClip Frame 17
stop();
_root.talker = 3;
Symbol 2023 MovieClip Frame 18
stop();
_root.talker = 3;
Symbol 2023 MovieClip Frame 19
stop();
_root.talker = 3;
Symbol 2023 MovieClip Frame 20
stop();
_root.talker = 1;
Symbol 2023 MovieClip Frame 21
stop();
_root.talker = 3;
Symbol 2023 MovieClip Frame 22
stop();
_root.talker = 3;
Symbol 2023 MovieClip Frame 23
stop();
_root.talker = 1;
Symbol 2023 MovieClip Frame 24
stop();
_root.talker = 3;
Symbol 2023 MovieClip Frame 25
stop();
_root.talker = 1;
Symbol 2026 MovieClip Frame 1
_root._quality = "HIGH";
Instance of Symbol 735 MovieClip "attack7" in Symbol 2030 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack4" in Symbol 2030 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1599 MovieClip "twelve" in Symbol 2030 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack8._x = this._x + 61;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 3 + (random(30) / 10);
death = true;
life = 20 + random(30);
}
Instance of Symbol 735 MovieClip "attack8" in Symbol 2030 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1396 MovieClip "nine" in Symbol 2030 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 25)) {
_root.lefttroops.attack7._x = this._x + 29;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(15) / 10);
death = true;
life = 30 + random(10);
}
Instance of Symbol 1437 MovieClip "seven" in Symbol 2030 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 16)) {
_root.lefttroops.attack4._x = this._x + 26;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(25) / 10);
death = true;
life = 10 + random(10);
}
Instance of Symbol 1835 MovieClip "eight" in Symbol 2030 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 77)) {
_root.lefttroops.attack5._x = this._x + 24;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(5);
}
Instance of Symbol 735 MovieClip "attack5" in Symbol 2030 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1240 MovieClip "three" in Symbol 2030 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 2030 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1240 MovieClip "four" in Symbol 2030 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1238 MovieClip "one" in Symbol 2030 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1238 MovieClip "two" in Symbol 2030 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 2030 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 2044 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1046 MovieClip in Symbol 2044 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 2044 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 2044 MovieClip Frame 3
stop();
_root.talker = 2;
Symbol 2044 MovieClip Frame 4
stop();
_root.talker = 1;
Symbol 2044 MovieClip Frame 5
stop();
_root.talker = 2;
Symbol 2044 MovieClip Frame 6
stop();
_root.talker = 1;
Symbol 2044 MovieClip Frame 7
stop();
_root.talker = 2;
Symbol 2044 MovieClip Frame 8
stop();
_root.talker = 1;
Symbol 2044 MovieClip Frame 9
stop();
_root.talker = 2;
Symbol 2044 MovieClip Frame 10
stop();
_root.talker = 1;
Symbol 2044 MovieClip Frame 11
stop();
_root.talker = 2;
Symbol 2044 MovieClip Frame 12
stop();
_root.talker = 1;
Symbol 2044 MovieClip Frame 13
stop();
_root.talker = 2;
Symbol 2044 MovieClip Frame 14
stop();
_root.talker = 1;
Symbol 2048 MovieClip Frame 1
_root._quality = "HIGH";
Instance of Symbol 735 MovieClip "attack8" in Symbol 2052 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1650 MovieClip "eleven" in Symbol 2052 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack8._x = this._x - 80;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 0.1 + (random(10) / 10);
death = false;
life = 100 + random(50);
}
Instance of Symbol 1240 MovieClip "three" in Symbol 2053 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 2053 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1240 MovieClip "four" in Symbol 2053 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1238 MovieClip "one" in Symbol 2053 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1238 MovieClip "two" in Symbol 2053 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 2053 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1342 MovieClip "five" in Symbol 2053 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 18)) {
_root.lefttroops.attack3._x = this._x + 300;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if (this._x >= 150) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 735 MovieClip "attack3" in Symbol 2053 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1342 MovieClip "six" in Symbol 2053 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 18)) {
_root.lefttroops.attack3._x = this._x + 300;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if (this._x >= 120) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 735 MovieClip "attack7" in Symbol 2053 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1396 MovieClip "nine" in Symbol 2053 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 25)) {
_root.lefttroops.attack7._x = this._x + 29;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(15) / 10);
death = true;
life = 30 + random(10);
}
Symbol 2058 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1046 MovieClip in Symbol 2058 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 2058 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 2058 MovieClip Frame 3
stop();
_root.talker = 2;
Symbol 2058 MovieClip Frame 4
stop();
_root.talker = 1;
Symbol 2061 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 2065 MovieClip Frame 33
gotoAndPlay (1);
Symbol 2066 MovieClip Frame 42
_root.righttroops.attack7.gotoAndPlay(1);
Symbol 2068 MovieClip Frame 42
stop();
Symbol 2069 MovieClip Frame 1
stop();
Symbol 2069 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 1000;
_root.HUD.score = _root.HUD.score + 1000;
Instance of Symbol 2069 MovieClip "ten" in Symbol 2070 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack7._x = this._x - 80;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 220 + random(100);
}
Instance of Symbol 735 MovieClip "attack7" in Symbol 2070 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack7" in Symbol 2071 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack4" in Symbol 2071 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1599 MovieClip "twelve" in Symbol 2071 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack8._x = this._x + 61;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 3 + (random(30) / 10);
death = true;
life = 20 + random(30);
}
Instance of Symbol 735 MovieClip "attack8" in Symbol 2071 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1396 MovieClip "nine" in Symbol 2071 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 25)) {
_root.lefttroops.attack7._x = this._x + 29;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(15) / 10);
death = true;
life = 30 + random(10);
}
Instance of Symbol 1437 MovieClip "seven" in Symbol 2071 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 16)) {
_root.lefttroops.attack4._x = this._x + 26;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(25) / 10);
death = true;
life = 10 + random(10);
}
Instance of Symbol 1835 MovieClip "eight" in Symbol 2071 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 77)) {
_root.lefttroops.attack5._x = this._x + 24;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(5);
}
Instance of Symbol 735 MovieClip "attack5" in Symbol 2071 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1938 MovieClip "ten" in Symbol 2071 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 45)) {
_root.lefttroops.attack6._x = this._x + 33;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(5) / 10);
death = true;
life = 20 + random(10);
}
Instance of Symbol 735 MovieClip "attack6" in Symbol 2071 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1996 MovieClip "eleven" in Symbol 2071 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 16)) {
_root.lefttroops.attack9._x = this._x + 80;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(25) / 10);
death = false;
life = 50 + random(20);
}
Instance of Symbol 735 MovieClip "attack9" in Symbol 2071 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 2078 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1046 MovieClip in Symbol 2078 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 2078 MovieClip Frame 2
stop();
_root.talker = 2;
Symbol 2078 MovieClip Frame 3
stop();
_root.talker = 1;
Symbol 2078 MovieClip Frame 4
stop();
_root.talker = 2;
Symbol 2078 MovieClip Frame 5
stop();
_root.talker = 1;
Symbol 2078 MovieClip Frame 6
stop();
_root.talker = 2;
Symbol 2082 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 2112 MovieClip Frame 57
gotoAndPlay (1);
Symbol 2113 MovieClip Frame 25
_root.righttroops.attack10.gotoAndPlay(1);
Symbol 2117 MovieClip Frame 24
stop();
Symbol 2118 MovieClip Frame 1
stop();
Symbol 2118 MovieClip Frame 3
_root.HUD.troopkills++;
Instance of Symbol 1592 MovieClip "seven" in Symbol 2119 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack4._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 2)) {
_x = 900;
_root.enemygold = _root.enemygold - 3;
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
Instance of Symbol 1330 MovieClip "six" in Symbol 2119 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 650) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1123 MovieClip "three" in Symbol 2119 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1142 MovieClip "two" in Symbol 2119 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1142 MovieClip "one" in Symbol 2119 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1330 MovieClip "five" in Symbol 2119 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 680) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1523 MovieClip "eight" in Symbol 2119 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack5._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 3 + (random(20) / 10);
death = false;
life = 40 + random(20);
}
Instance of Symbol 1754 MovieClip "nine" in Symbol 2119 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 12)) {
_root.righttroops.attack6._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 4 + (random(10) / 10);
death = false;
life = 40 + random(40);
}
Instance of Symbol 735 MovieClip "attack3" in Symbol 2119 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack4" in Symbol 2119 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack5" in Symbol 2119 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack6" in Symbol 2119 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack10" in Symbol 2119 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2118 MovieClip "thirteen" in Symbol 2119 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 25)) {
_root.righttroops.attack10._x = this._x - 50;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 200 + random(200);
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 2119 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 2119 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1123 MovieClip "four" in Symbol 2119 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack7" in Symbol 2120 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack4" in Symbol 2120 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1599 MovieClip "twelve" in Symbol 2120 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack8._x = this._x + 61;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 3 + (random(30) / 10);
death = true;
life = 20 + random(30);
}
Instance of Symbol 735 MovieClip "attack8" in Symbol 2120 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1396 MovieClip "nine" in Symbol 2120 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 25)) {
_root.lefttroops.attack7._x = this._x + 29;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(15) / 10);
death = true;
life = 30 + random(10);
}
Instance of Symbol 1437 MovieClip "seven" in Symbol 2120 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 16)) {
_root.lefttroops.attack4._x = this._x + 26;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(25) / 10);
death = true;
life = 10 + random(10);
}
Instance of Symbol 1835 MovieClip "eight" in Symbol 2120 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 77)) {
_root.lefttroops.attack5._x = this._x + 24;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(5);
}
Instance of Symbol 735 MovieClip "attack5" in Symbol 2120 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1938 MovieClip "ten" in Symbol 2120 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 45)) {
_root.lefttroops.attack6._x = this._x + 33;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(5) / 10);
death = true;
life = 20 + random(10);
}
Instance of Symbol 735 MovieClip "attack6" in Symbol 2120 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1996 MovieClip "eleven" in Symbol 2120 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 16)) {
_root.lefttroops.attack9._x = this._x + 80;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(25) / 10);
death = false;
life = 50 + random(20);
}
Instance of Symbol 735 MovieClip "attack9" in Symbol 2120 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1240 MovieClip "three" in Symbol 2120 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 735 MovieClip "attack2" in Symbol 2120 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1240 MovieClip "four" in Symbol 2120 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1342 MovieClip "five" in Symbol 2120 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 18)) {
_root.lefttroops.attack3._x = this._x + 300;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if (this._x >= 150) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1238 MovieClip "one" in Symbol 2120 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1238 MovieClip "two" in Symbol 2120 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1342 MovieClip "six" in Symbol 2120 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 18)) {
_root.lefttroops.attack3._x = this._x + 300;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if (this._x >= 120) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 735 MovieClip "attack1" in Symbol 2120 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 735 MovieClip "attack3" in Symbol 2120 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 2127 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1046 MovieClip in Symbol 2127 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 2127 MovieClip Frame 2
stop();
_root.talker = 4;
Symbol 2127 MovieClip Frame 3
stop();
_root.talker = 4;
Symbol 2127 MovieClip Frame 4
stop();
_root.talker = 4;
Symbol 2127 MovieClip Frame 5
stop();
_root.talker = 4;
Symbol 2127 MovieClip Frame 6
stop();
_root.talker = 4;
Symbol 2131 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 2174 MovieClip Frame 50
stop();
Symbol 2264 Button
on (release) {
_root.gotoAndStop("menu");
}
Symbol 2267 MovieClip Frame 1
_root.troopsmarched = 1;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 1
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 190
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 191
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 379
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 379
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
}
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 380
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 569
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 569
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
}
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 570
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 759
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 759
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
}
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 760
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 949
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 950
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 1139
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 1140
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 1329
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 1330
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 1519
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 1520
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 1715
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 1778
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 1967
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 1968
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 2157
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 2158
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 2347
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 2348
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 2537
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 2538
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 2727
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 2781
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 2970
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 2971
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 3160
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 3161
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 3350
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 3351
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 3540
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 3541
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 3730
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 3731
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 3920
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 3921
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 4110
_root.troopsmarched++;
Instance of Symbol 2175 MovieClip in Symbol 2267 MovieClip Frame 4158
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2267 MovieClip Frame 4347
_root.troopsmarched++;
Symbol 2267 MovieClip Frame 5500
stop();
Symbol 2268 MovieClip Frame 221
stop();
Symbol 2272 Button
on (keyPress "<Enter>") {
_currentframe = _root.endf;
gotoAndStop(_root.endf);
}
Symbol 2275 Button
on (release) {
_root.quit._visible = true;
}