Frame 1
stop();
stage.showmenu = false;
Instance of Symbol 198 MovieClip in Frame 1
onClipEvent (enterFrame) {
_root.loadedd = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
_root.loaded = _root.loadedd + " %";
_currentframe = _root.loadedd;
gotoAndStop(_root.loadedd);
}
Frame 2
nextFrame();
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 377 MovieClip in Frame 6
onClipEvent (keyDown) {
_root.nextFrame();
}
Frame 7
stopAllSounds();
_root.endf = _root._currentframe;
Frame 8
_root._quality = "LOW";
stop();
_root.enemygold = 15;
Instance of Symbol 589 MovieClip "gubbe" in Frame 8
onClipEvent (enterFrame) {
if ((Key.isDown(39) & (attack == false)) | (Key.isDown(68) & (attack == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | (Key.isDown(65) & (attack == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
if ((Key.isDown(38) & (attack == false)) | (Key.isDown(87) & (attack == false))) {
_y = (_y - 2);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | (Key.isDown(83) & (attack == false))) {
_y = (_y + 2);
gotoAndStop (2);
}
if (_y > 190) {
_y = 190;
} else if (_y < 130) {
_y = 130;
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | Key.isDown(96)) {
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)) {
gotoAndStop (1);
attack = false;
}
}
onClipEvent (load) {
attack = false;
}
Instance of Symbol 602 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (130 + 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) {
_x = 900;
_y = (130 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = 900;
_y = (130 + random(60));
death = false;
}
Instance of Symbol 604 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 604 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 635 MovieClip "HUD" in Frame 8
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 658 MovieClip in Frame 8
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 658 MovieClip in Frame 8
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 658 MovieClip in Frame 8
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == true) & (_root.lefttroops.six.death == true)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 688 MovieClip "moneybar" in Frame 8
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 691 MovieClip "music" in Frame 8
onClipEvent (load) {
_root.musicplaying = true;
}
Instance of Symbol 701 MovieClip "quit" in Frame 8
onClipEvent (load) {
_visible = false;
}
Frame 9
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 10
_root._quality = "LOW";
stop();
_root.enemygold = 35;
Instance of Symbol 602 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (130 + 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) {
_x = 900;
_y = (130 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = 900;
_y = (130 + random(60));
death = false;
}
Instance of Symbol 604 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 604 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 589 MovieClip "gubbe" in Frame 10
onClipEvent (enterFrame) {
if ((Key.isDown(39) & (attack == false)) | (Key.isDown(68) & (attack == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | (Key.isDown(65) & (attack == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
if ((Key.isDown(38) & (attack == false)) | (Key.isDown(87) & (attack == false))) {
_y = (_y - 2);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | (Key.isDown(83) & (attack == false))) {
_y = (_y + 2);
gotoAndStop (2);
}
if (_y > 190) {
_y = 190;
} else if (_y < 130) {
_y = 130;
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | Key.isDown(96)) {
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)) {
gotoAndStop (1);
attack = false;
}
}
onClipEvent (load) {
attack = false;
}
Instance of Symbol 635 MovieClip "HUD" in Frame 10
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 658 MovieClip in Frame 10
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 658 MovieClip in Frame 10
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 658 MovieClip in Frame 10
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 658 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 688 MovieClip "moneybar" in Frame 10
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 11
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 12
_root._quality = "LOW";
stop();
_root.enemygold = 40;
Instance of Symbol 602 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 >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (130 + 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) {
_x = 900;
_y = (130 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = 900;
_y = (130 + random(60));
death = false;
}
Instance of Symbol 604 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 604 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 589 MovieClip "gubbe" in Frame 12
onClipEvent (enterFrame) {
if ((Key.isDown(39) & (attack == false)) | (Key.isDown(68) & (attack == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | (Key.isDown(65) & (attack == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
if ((Key.isDown(38) & (attack == false)) | (Key.isDown(87) & (attack == false))) {
_y = (_y - 2);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | (Key.isDown(83) & (attack == false))) {
_y = (_y + 2);
gotoAndStop (2);
}
if (_y > 190) {
_y = 190;
} else if (_y < 130) {
_y = 130;
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | Key.isDown(96)) {
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)) {
gotoAndStop (1);
attack = false;
}
}
onClipEvent (load) {
attack = false;
}
Instance of Symbol 635 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 658 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 658 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.lefttroops.three.death == false) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 658 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.lefttroops.five.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 688 MovieClip "moneybar" in Frame 12
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 13
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 14
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 602 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(100));
_y = (130 + 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) {
_x = (900 + random(100));
_y = (130 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(100));
_y = (130 + random(60));
death = false;
}
Instance of Symbol 604 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 604 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 602 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(100));
_y = (130 + 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) {
_x = (900 + random(100));
_y = (130 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(100));
_y = (130 + random(60));
death = false;
}
Instance of Symbol 589 MovieClip "gubbe" in Frame 14
onClipEvent (enterFrame) {
if ((Key.isDown(39) & (attack == false)) | (Key.isDown(68) & (attack == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | (Key.isDown(65) & (attack == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
if ((Key.isDown(38) & (attack == false)) | (Key.isDown(87) & (attack == false))) {
_y = (_y - 2);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | (Key.isDown(83) & (attack == false))) {
_y = (_y + 2);
gotoAndStop (2);
}
if (_y > 190) {
_y = 190;
} else if (_y < 130) {
_y = 130;
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | Key.isDown(96)) {
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)) {
gotoAndStop (1);
attack = false;
}
}
onClipEvent (load) {
attack = false;
}
Instance of Symbol 635 MovieClip "HUD" in Frame 14
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 658 MovieClip in Frame 14
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 658 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 14
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 658 MovieClip in Frame 14
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 688 MovieClip "moneybar" in Frame 14
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 15
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 16
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 602 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(100));
_y = (130 + 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) {
_x = (900 + random(100));
_y = (130 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(100));
_y = (130 + random(60));
death = false;
}
Instance of Symbol 604 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 604 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 602 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(100));
_y = (130 + 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) {
_x = (900 + random(100));
_y = (130 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(100));
_y = (130 + random(60));
death = false;
}
Instance of Symbol 589 MovieClip "gubbe" in Frame 16
onClipEvent (enterFrame) {
if ((Key.isDown(39) & (attack == false)) | (Key.isDown(68) & (attack == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | (Key.isDown(65) & (attack == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
if ((Key.isDown(38) & (attack == false)) | (Key.isDown(87) & (attack == false))) {
_y = (_y - 2);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | (Key.isDown(83) & (attack == false))) {
_y = (_y + 2);
gotoAndStop (2);
}
if (_y > 190) {
_y = 190;
} else if (_y < 130) {
_y = 130;
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | Key.isDown(96)) {
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)) {
gotoAndStop (1);
attack = false;
}
}
onClipEvent (load) {
attack = false;
}
Instance of Symbol 635 MovieClip "HUD" in Frame 16
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 658 MovieClip in Frame 16
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 658 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 16
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 658 MovieClip in Frame 16
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 688 MovieClip "moneybar" in Frame 16
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 17
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 18
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 602 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 >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(100));
_y = (130 + 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) {
_x = (900 + random(100));
_y = (130 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(100));
_y = (130 + random(60));
death = false;
}
Instance of Symbol 604 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 604 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 602 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 >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(100));
_y = (130 + 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) {
_x = (900 + random(100));
_y = (130 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(100));
_y = (130 + random(60));
death = false;
}
Instance of Symbol 589 MovieClip "gubbe" in Frame 18
onClipEvent (enterFrame) {
if ((Key.isDown(39) & (attack == false)) | (Key.isDown(68) & (attack == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | (Key.isDown(65) & (attack == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
if ((Key.isDown(38) & (attack == false)) | (Key.isDown(87) & (attack == false))) {
_y = (_y - 2);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | (Key.isDown(83) & (attack == false))) {
_y = (_y + 2);
gotoAndStop (2);
}
if (_y > 190) {
_y = 190;
} else if (_y < 130) {
_y = 130;
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | Key.isDown(96)) {
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)) {
gotoAndStop (1);
attack = false;
}
}
onClipEvent (load) {
attack = false;
}
Instance of Symbol 635 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 658 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 658 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 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 658 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 688 MovieClip "moneybar" in Frame 18
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 19
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 20
_root._quality = "LOW";
stop();
_root.enemygold = 70;
Instance of Symbol 589 MovieClip "gubbe" in Frame 20
onClipEvent (enterFrame) {
if ((Key.isDown(39) & (attack == false)) | (Key.isDown(68) & (attack == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | (Key.isDown(65) & (attack == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
if ((Key.isDown(38) & (attack == false)) | (Key.isDown(87) & (attack == false))) {
_y = (_y - 2);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | (Key.isDown(83) & (attack == false))) {
_y = (_y + 2);
gotoAndStop (2);
}
if (_y > 190) {
_y = 190;
} else if (_y < 40) {
_y = 40;
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | Key.isDown(96)) {
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)) {
gotoAndStop (1);
attack = false;
}
}
onClipEvent (load) {
attack = false;
}
Instance of Symbol 602 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(100));
_y = (40 + random(150));
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) {
_x = (900 + random(100));
_y = (40 + random(150));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(100));
_y = (40 + random(150));
death = false;
}
Instance of Symbol 604 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 604 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 602 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(100));
_y = (40 + random(150));
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) {
_x = (900 + random(100));
_y = (40 + random(150));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(100));
_y = (40 + random(150));
death = false;
}
Instance of Symbol 635 MovieClip "HUD" in Frame 20
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 658 MovieClip in Frame 20
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 658 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 20
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 658 MovieClip in Frame 20
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 688 MovieClip "moneybar" in Frame 20
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 21
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 22
_root._quality = "LOW";
stop();
_root.enemygold = 70;
Instance of Symbol 602 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(100));
_y = (40 + random(150));
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) {
_x = (900 + random(100));
_y = (40 + random(150));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(100));
_y = (40 + random(150));
death = false;
}
Instance of Symbol 604 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 604 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 602 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(100));
_y = (40 + random(150));
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) {
_x = (900 + random(100));
_y = (40 + random(150));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(100));
_y = (40 + random(150));
death = false;
}
Instance of Symbol 589 MovieClip "gubbe" in Frame 22
onClipEvent (enterFrame) {
if ((Key.isDown(39) & (attack == false)) | (Key.isDown(68) & (attack == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | (Key.isDown(65) & (attack == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
if ((Key.isDown(38) & (attack == false)) | (Key.isDown(87) & (attack == false))) {
_y = (_y - 2);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | (Key.isDown(83) & (attack == false))) {
_y = (_y + 2);
gotoAndStop (2);
}
if (_y > 190) {
_y = 190;
} else if (_y < 40) {
_y = 40;
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | Key.isDown(96)) {
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)) {
gotoAndStop (1);
attack = false;
}
}
onClipEvent (load) {
attack = false;
}
Instance of Symbol 635 MovieClip "HUD" in Frame 22
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 658 MovieClip in Frame 22
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 658 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 22
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 658 MovieClip in Frame 22
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 688 MovieClip "moneybar" in Frame 22
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 23
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 24
_root._quality = "LOW";
stop();
_root.enemygold = 80;
Instance of Symbol 602 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 >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(100));
_y = (40 + random(150));
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) {
_x = (900 + random(100));
_y = (40 + random(150));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(100));
_y = (40 + random(150));
death = false;
}
Instance of Symbol 604 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 604 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 602 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 >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(100));
_y = (40 + random(150));
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) {
_x = (900 + random(100));
_y = (40 + random(150));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(100));
_y = (40 + random(150));
death = false;
}
Instance of Symbol 589 MovieClip "gubbe" in Frame 24
onClipEvent (enterFrame) {
if ((Key.isDown(39) & (attack == false)) | (Key.isDown(68) & (attack == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | (Key.isDown(65) & (attack == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
if ((Key.isDown(38) & (attack == false)) | (Key.isDown(87) & (attack == false))) {
_y = (_y - 2);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | (Key.isDown(83) & (attack == false))) {
_y = (_y + 2);
gotoAndStop (2);
}
if (_y > 190) {
_y = 190;
} else if (_y < 40) {
_y = 40;
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | Key.isDown(96)) {
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)) {
gotoAndStop (1);
attack = false;
}
}
onClipEvent (load) {
attack = false;
}
Instance of Symbol 635 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 658 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 688 MovieClip "moneybar" in Frame 24
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 25
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 26
_root._quality = "LOW";
stop();
_root.enemygold = 80;
Instance of Symbol 604 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 604 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 602 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (40 + random(150));
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) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
}
Instance of Symbol 602 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (40 + random(150));
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) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
}
Instance of Symbol 602 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (40 + random(150));
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) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
}
Instance of Symbol 602 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (40 + random(150));
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) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
}
Instance of Symbol 602 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (40 + random(150));
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) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
}
Instance of Symbol 589 MovieClip "gubbe" in Frame 26
onClipEvent (enterFrame) {
if ((Key.isDown(39) & (attack == false)) | (Key.isDown(68) & (attack == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | (Key.isDown(65) & (attack == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
if ((Key.isDown(38) & (attack == false)) | (Key.isDown(87) & (attack == false))) {
_y = (_y - 2);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | (Key.isDown(83) & (attack == false))) {
_y = (_y + 2);
gotoAndStop (2);
}
if (_y > 190) {
_y = 190;
} else if (_y < 40) {
_y = 40;
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | Key.isDown(96)) {
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)) {
gotoAndStop (1);
attack = false;
}
}
onClipEvent (load) {
attack = false;
}
Instance of Symbol 635 MovieClip "HUD" in Frame 26
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 658 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 26
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 688 MovieClip "moneybar" in Frame 26
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 658 MovieClip in Frame 26
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Frame 27
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 28
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 604 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 604 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 602 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (40 + random(150));
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) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
}
Instance of Symbol 602 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (40 + random(150));
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) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
}
Instance of Symbol 602 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (40 + random(150));
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) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
}
Instance of Symbol 589 MovieClip "gubbe" in Frame 28
onClipEvent (enterFrame) {
if ((Key.isDown(39) & (attack == false)) | (Key.isDown(68) & (attack == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | (Key.isDown(65) & (attack == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
if ((Key.isDown(38) & (attack == false)) | (Key.isDown(87) & (attack == false))) {
_y = (_y - 2);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | (Key.isDown(83) & (attack == false))) {
_y = (_y + 2);
gotoAndStop (2);
}
if (_y > 190) {
_y = 190;
} else if (_y < 40) {
_y = 40;
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | Key.isDown(96)) {
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)) {
gotoAndStop (1);
attack = false;
}
}
onClipEvent (load) {
attack = false;
}
Instance of Symbol 635 MovieClip "HUD" in Frame 28
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 658 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 28
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 688 MovieClip "moneybar" in Frame 28
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 658 MovieClip in Frame 28
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Frame 29
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 30
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 604 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 604 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 602 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 >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (40 + random(150));
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) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
}
Instance of Symbol 602 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 >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (40 + random(150));
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) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
}
Instance of Symbol 602 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 >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (40 + random(150));
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) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (40 + random(150));
death = false;
}
Instance of Symbol 589 MovieClip "gubbe" in Frame 30
onClipEvent (enterFrame) {
if ((Key.isDown(39) & (attack == false)) | (Key.isDown(68) & (attack == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | (Key.isDown(65) & (attack == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
if ((Key.isDown(38) & (attack == false)) | (Key.isDown(87) & (attack == false))) {
_y = (_y - 2);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | (Key.isDown(83) & (attack == false))) {
_y = (_y + 2);
gotoAndStop (2);
}
if (_y > 190) {
_y = 190;
} else if (_y < 40) {
_y = 40;
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | Key.isDown(96)) {
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)) {
gotoAndStop (1);
attack = false;
}
}
onClipEvent (load) {
attack = false;
}
Instance of Symbol 635 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 = 500;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 658 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 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 688 MovieClip "moneybar" in Frame 30
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 658 MovieClip in Frame 30
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Frame 31
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 32
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 589 MovieClip "gubbe" in Frame 32
onClipEvent (enterFrame) {
if ((Key.isDown(39) & (attack == false)) | (Key.isDown(68) & (attack == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | (Key.isDown(65) & (attack == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
if ((Key.isDown(38) & (attack == false)) | (Key.isDown(87) & (attack == false))) {
_y = (_y - 2);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | (Key.isDown(83) & (attack == false))) {
_y = (_y + 2);
gotoAndStop (2);
}
if (_y > 290) {
_y = 290;
} else if (_y < 245) {
_y = 245;
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | Key.isDown(96)) {
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)) {
gotoAndStop (1);
attack = false;
}
}
onClipEvent (load) {
attack = false;
}
Instance of Symbol 604 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 604 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 602 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (240 + random(50));
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) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
}
Instance of Symbol 602 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (240 + random(50));
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) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
}
Instance of Symbol 635 MovieClip "HUD" in Frame 32
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 658 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 32
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 658 MovieClip in Frame 32
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 688 MovieClip "moneybar" in Frame 32
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 33
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 34
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 604 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 604 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 602 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (240 + random(50));
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) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
}
Instance of Symbol 602 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (240 + random(50));
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) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
}
Instance of Symbol 589 MovieClip "gubbe" in Frame 34
onClipEvent (enterFrame) {
if ((Key.isDown(39) & (attack == false)) | (Key.isDown(68) & (attack == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | (Key.isDown(65) & (attack == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
if ((Key.isDown(38) & (attack == false)) | (Key.isDown(87) & (attack == false))) {
_y = (_y - 2);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | (Key.isDown(83) & (attack == false))) {
_y = (_y + 2);
gotoAndStop (2);
}
if (_y > 290) {
_y = 290;
} else if (_y < 245) {
_y = 245;
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | Key.isDown(96)) {
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)) {
gotoAndStop (1);
attack = false;
}
}
onClipEvent (load) {
attack = false;
}
Instance of Symbol 635 MovieClip "HUD" in Frame 34
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 658 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 688 MovieClip "moneybar" in Frame 34
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 35
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 36
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 604 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 604 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 602 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 >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (240 + random(50));
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) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
}
Instance of Symbol 602 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 >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (240 + random(50));
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) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
}
Instance of Symbol 589 MovieClip "gubbe" in Frame 36
onClipEvent (enterFrame) {
if ((Key.isDown(39) & (attack == false)) | (Key.isDown(68) & (attack == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | (Key.isDown(65) & (attack == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
if ((Key.isDown(38) & (attack == false)) | (Key.isDown(87) & (attack == false))) {
_y = (_y - 2);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | (Key.isDown(83) & (attack == false))) {
_y = (_y + 2);
gotoAndStop (2);
}
if (_y > 290) {
_y = 290;
} else if (_y < 245) {
_y = 245;
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | Key.isDown(96)) {
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)) {
gotoAndStop (1);
attack = false;
}
}
onClipEvent (load) {
attack = false;
}
Instance of Symbol 635 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 = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 658 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 688 MovieClip "moneybar" in Frame 36
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 37
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 38
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 604 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 604 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 602 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (240 + random(50));
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) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
}
Instance of Symbol 602 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (240 + random(50));
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) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
}
Instance of Symbol 602 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (240 + random(50));
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) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
}
Instance of Symbol 589 MovieClip "gubbe" in Frame 38
onClipEvent (enterFrame) {
if ((Key.isDown(39) & (attack == false)) | (Key.isDown(68) & (attack == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | (Key.isDown(65) & (attack == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
if ((Key.isDown(38) & (attack == false)) | (Key.isDown(87) & (attack == false))) {
_y = (_y - 2);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | (Key.isDown(83) & (attack == false))) {
_y = (_y + 2);
gotoAndStop (2);
}
if (_y > 290) {
_y = 290;
} else if (_y < 245) {
_y = 245;
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | Key.isDown(96)) {
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)) {
gotoAndStop (1);
attack = false;
}
}
onClipEvent (load) {
attack = false;
}
Instance of Symbol 635 MovieClip "HUD" in Frame 38
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 658 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 688 MovieClip "moneybar" in Frame 38
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 658 MovieClip in Frame 38
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Frame 39
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 40
_root._quality = "LOW";
stop();
_root.enemygold = 200;
Instance of Symbol 604 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 604 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 602 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (240 + random(50));
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) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
}
Instance of Symbol 602 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (240 + random(50));
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) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
}
Instance of Symbol 602 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (240 + random(50));
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) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
}
Instance of Symbol 589 MovieClip "gubbe" in Frame 40
onClipEvent (enterFrame) {
if ((Key.isDown(39) & (attack == false)) | (Key.isDown(68) & (attack == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | (Key.isDown(65) & (attack == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
if ((Key.isDown(38) & (attack == false)) | (Key.isDown(87) & (attack == false))) {
_y = (_y - 2);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | (Key.isDown(83) & (attack == false))) {
_y = (_y + 2);
gotoAndStop (2);
}
if (_y > 290) {
_y = 290;
} else if (_y < 245) {
_y = 245;
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | Key.isDown(96)) {
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)) {
gotoAndStop (1);
attack = false;
}
}
onClipEvent (load) {
attack = false;
}
Instance of Symbol 635 MovieClip "HUD" in Frame 40
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 658 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 688 MovieClip "moneybar" in Frame 40
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 658 MovieClip in Frame 40
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 658 MovieClip in Frame 40
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Frame 41
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 42
_root._quality = "LOW";
stop();
_root.enemygold = 200;
Instance of Symbol 604 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 604 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 602 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 >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (240 + random(50));
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) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
}
Instance of Symbol 602 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 >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (240 + random(50));
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) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
}
Instance of Symbol 589 MovieClip "gubbe" in Frame 42
onClipEvent (enterFrame) {
if ((Key.isDown(39) & (attack == false)) | (Key.isDown(68) & (attack == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | (Key.isDown(65) & (attack == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
if ((Key.isDown(38) & (attack == false)) | (Key.isDown(87) & (attack == false))) {
_y = (_y - 2);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | (Key.isDown(83) & (attack == false))) {
_y = (_y + 2);
gotoAndStop (2);
}
if (_y > 290) {
_y = 290;
} else if (_y < 245) {
_y = 245;
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | Key.isDown(96)) {
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)) {
gotoAndStop (1);
attack = false;
}
}
onClipEvent (load) {
attack = false;
}
Instance of Symbol 635 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 = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 658 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 688 MovieClip "moneybar" in Frame 42
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 658 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 658 MovieClip in Frame 42
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 658 MovieClip in Frame 42
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Frame 43
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 44
_root._quality = "LOW";
stop();
_root.enemygold = 200;
Instance of Symbol 604 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 604 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 602 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (240 + random(50));
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) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
}
Instance of Symbol 602 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (240 + random(50));
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) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
}
Instance of Symbol 602 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (240 + random(50));
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) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
}
Instance of Symbol 602 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = (900 + random(200));
_y = (240 + random(50));
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) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold - 10;
}
}
onClipEvent (load) {
_x = (900 + random(200));
_y = (240 + random(50));
death = false;
}
Instance of Symbol 589 MovieClip "gubbe" in Frame 44
onClipEvent (enterFrame) {
if ((Key.isDown(39) & (attack == false)) | (Key.isDown(68) & (attack == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | (Key.isDown(65) & (attack == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
if ((Key.isDown(38) & (attack == false)) | (Key.isDown(87) & (attack == false))) {
_y = (_y - 2);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | (Key.isDown(83) & (attack == false))) {
_y = (_y + 2);
gotoAndStop (2);
}
if (_y > 290) {
_y = 290;
} else if (_y < 245) {
_y = 245;
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | Key.isDown(96)) {
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)) {
gotoAndStop (1);
attack = false;
}
}
onClipEvent (load) {
attack = false;
}
Instance of Symbol 635 MovieClip "HUD" in Frame 44
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 658 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 688 MovieClip "moneybar" in Frame 44
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 45
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 46
_root._quality = "LOW";
stop();
_root.enemygold = 200;
Instance of Symbol 589 MovieClip "gubbe" in Frame 46
onClipEvent (enterFrame) {
if ((Key.isDown(39) & (attack == false)) | (Key.isDown(68) & (attack == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | (Key.isDown(65) & (attack == 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)) {
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)) {
gotoAndStop (1);
attack = false;
}
}
onClipEvent (load) {
attack = false;
}
Instance of Symbol 604 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 604 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 635 MovieClip "HUD" in Frame 46
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 658 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 658 MovieClip in Frame 46
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 658 MovieClip in Frame 46
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 658 MovieClip in Frame 46
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 688 MovieClip "moneybar" in Frame 46
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 47
_root._quality = "MEDIUM";
Frame 48
_root._quality = "HIGH";
Frame 49
stopAllSounds();
gotoAndStop (4);
Symbol 37 MovieClip Frame 33
gotoAndPlay (1);
Symbol 58 MovieClip Frame 29
gotoAndPlay (1);
Symbol 60 MovieClip Frame 26
stop();
Symbol 61 MovieClip Frame 9
stop();
Symbol 77 MovieClip Frame 42
_root.righttroops.attack7.gotoAndPlay(1);
Symbol 77 MovieClip Frame 70
stop();
Symbol 80 MovieClip Frame 26
stop();
Symbol 100 MovieClip Frame 29
gotoAndPlay (1);
Symbol 116 MovieClip Frame 21
gotoAndPlay (1);
Symbol 133 MovieClip Frame 25
gotoAndPlay (1);
Symbol 134 MovieClip Frame 23
_root.lefttroops.attack8.gotoAndPlay(2);
Symbol 137 MovieClip Frame 26
stop();
Symbol 141 MovieClip Frame 18
_root.lefttroops.attack3.gotoAndPlay(6);
Symbol 144 MovieClip Frame 26
stop();
Symbol 163 MovieClip Frame 33
gotoAndPlay (1);
Symbol 170 MovieClip Frame 16
_root.lefttroops.attack9.play();
Symbol 173 MovieClip Frame 42
stop();
Symbol 182 MovieClip Frame 20
gotoAndPlay (1);
Symbol 188 Button
on (release) {
getURL ("http://www.gamesofgondor.com");
}
Symbol 197 Button
on (release) {
_root.nextFrame();
}
Symbol 198 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 126
_root.nextFrame();
Symbol 217 MovieClip Frame 177
stop();
Symbol 226 Button
on (release) {
_root.gotoAndStop("intro");
}
Symbol 233 Button
on (release) {
gotoAndStop (2);
}
Symbol 239 Button
on (release) {
gotoAndStop (3);
}
Symbol 247 Button
on (press) {
getURL ("http://www.gamesofgondor.com", "_blank");
}
Symbol 255 MovieClip Frame 1
stop();
Symbol 258 MovieClip Frame 3
stop();
Symbol 271 MovieClip Frame 21
gotoAndPlay (1);
Symbol 292 MovieClip Frame 19
gotoAndPlay (1);
_root.gubbe.gotoAndStop(1);
Symbol 317 MovieClip Frame 21
gotoAndPlay (1);
Symbol 359 MovieClip Frame 19
gotoAndPlay (1);
Symbol 361 MovieClip Frame 19
_root.lefttroops.attack1.gotoAndPlay(7);
Symbol 364 MovieClip Frame 21
stop();
Symbol 365 MovieClip Frame 29
gotoAndPlay (1);
Symbol 366 MovieClip Frame 12
gotoAndPlay (1);
Instance of Symbol 263 MovieClip in Symbol 368 MovieClip Frame 1
onClipEvent (keyDown) {
_root.nextFrame();
}
Instance of Symbol 292 MovieClip in Symbol 368 MovieClip Frame 781
onClipEvent (enterFrame) {
_x = (_x + 3);
}
Instance of Symbol 365 MovieClip in Symbol 368 MovieClip Frame 781
onClipEvent (enterFrame) {
_x = (_x + 3);
}
Instance of Symbol 366 MovieClip in Symbol 368 MovieClip Frame 781
onClipEvent (enterFrame) {
_x = (_x + 3);
}
Symbol 368 MovieClip Frame 794
_root._quality = "MEDIUM";
Instance of Symbol 366 MovieClip in Symbol 368 MovieClip Frame 794
onClipEvent (enterFrame) {
_x = (_x + 3);
if (_x > 420) {
_x = -440;
}
}
Instance of Symbol 365 MovieClip in Symbol 368 MovieClip Frame 794
onClipEvent (enterFrame) {
_x = (_x + 3);
if (_x > 420) {
_x = -440;
}
}
Instance of Symbol 359 MovieClip in Symbol 368 MovieClip Frame 794
onClipEvent (enterFrame) {
_x = (_x + 3);
if (_x > 420) {
_x = -440;
}
}
Instance of Symbol 366 MovieClip in Symbol 368 MovieClip Frame 794
onClipEvent (enterFrame) {
_x = (_x + 3);
if (_x > 420) {
_x = -440;
}
}
Instance of Symbol 365 MovieClip in Symbol 368 MovieClip Frame 794
onClipEvent (enterFrame) {
_x = (_x + 3);
if (_x > 420) {
_x = -440;
}
}
Instance of Symbol 359 MovieClip in Symbol 368 MovieClip Frame 794
onClipEvent (enterFrame) {
_x = (_x + 3);
if (_x > 420) {
_x = -440;
}
}
Instance of Symbol 366 MovieClip in Symbol 368 MovieClip Frame 794
onClipEvent (enterFrame) {
_x = (_x + 3);
if (_x > 420) {
_x = -440;
}
}
Instance of Symbol 365 MovieClip in Symbol 368 MovieClip Frame 794
onClipEvent (enterFrame) {
_x = (_x + 3);
if (_x > 420) {
_x = -440;
}
}
Instance of Symbol 359 MovieClip in Symbol 368 MovieClip Frame 794
onClipEvent (enterFrame) {
_x = (_x + 3);
if (_x > 420) {
_x = -440;
}
}
Instance of Symbol 366 MovieClip in Symbol 368 MovieClip Frame 794
onClipEvent (enterFrame) {
_x = (_x + 3);
if (_x > 420) {
_x = -440;
}
}
Instance of Symbol 365 MovieClip in Symbol 368 MovieClip Frame 794
onClipEvent (enterFrame) {
_x = (_x + 3);
if (_x > 420) {
_x = -440;
}
}
Instance of Symbol 359 MovieClip in Symbol 368 MovieClip Frame 794
onClipEvent (enterFrame) {
_x = (_x + 3);
if (_x > 420) {
_x = -440;
}
}
Instance of Symbol 366 MovieClip in Symbol 368 MovieClip Frame 794
onClipEvent (enterFrame) {
_x = (_x + 3);
if (_x > 420) {
_x = -440;
}
}
Instance of Symbol 365 MovieClip in Symbol 368 MovieClip Frame 794
onClipEvent (enterFrame) {
_x = (_x + 3);
if (_x > 420) {
_x = -440;
}
}
Instance of Symbol 359 MovieClip in Symbol 368 MovieClip Frame 794
onClipEvent (enterFrame) {
_x = (_x + 3);
if (_x > 420) {
_x = -440;
}
}
Instance of Symbol 366 MovieClip in Symbol 368 MovieClip Frame 794
onClipEvent (enterFrame) {
_x = (_x + 3);
if (_x > 420) {
_x = -440;
}
}
Instance of Symbol 365 MovieClip in Symbol 368 MovieClip Frame 794
onClipEvent (enterFrame) {
_x = (_x + 3);
if (_x > 420) {
_x = -440;
}
}
Instance of Symbol 359 MovieClip in Symbol 368 MovieClip Frame 794
onClipEvent (enterFrame) {
_x = (_x + 3);
if (_x > 420) {
_x = -440;
}
}
Symbol 368 MovieClip Frame 912
_root.nextFrame();
Symbol 400 MovieClip Frame 1
_root.gubbe.attack = true;
Symbol 400 MovieClip Frame 29
_root.gubbe.gotoAndStop(1);
_root.gubbe.attack = false;
Symbol 416 MovieClip Frame 37
gotoAndPlay (1);
Symbol 420 MovieClip Frame 21
stop();
Symbol 423 MovieClip Frame 23
_root.lefttroops.attack2.gotoAndPlay(6);
Symbol 445 MovieClip Frame 21
stop();
Symbol 458 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 459 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 460 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 461 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 462 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 463 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 464 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 465 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 470 Button
on (rollOver) {
_root.moneybar.gotoAndStop(2);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
Symbol 471 Button
on (rollOver) {
_root.moneybar.gotoAndStop(12);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
Symbol 477 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 535 MovieClip Frame 21
stop();
Symbol 572 Button
on (release) {
_root.nextFrame();
stopAllSounds();
}
Symbol 574 Button
on (release) {
gotoAndPlay (1);
}
Instance of Symbol 379 MovieClip in Symbol 576 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 576 MovieClip Frame 1614
stop();
Symbol 579 Button
on (keyPress "<Enter>") {
_root.nextFrame();
}
Symbol 589 MovieClip Frame 1
stop();
_root.gubbe.attack = false;
Symbol 589 MovieClip Frame 2
attack = false;
Symbol 592 MovieClip Frame 23
_root.righttroops.attack2.gotoAndPlay(5);
Symbol 593 MovieClip Frame 1
stop();
Symbol 593 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 20;
Symbol 594 MovieClip Frame 37
gotoAndPlay (1);
Symbol 596 MovieClip Frame 23
_root.righttroops.attack1.gotoAndPlay(6);
Symbol 597 MovieClip Frame 1
stop();
Symbol 597 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 10;
_root.HUD.score = _root.HUD.score + 10;
Symbol 599 MovieClip Frame 8
stop();
Instance of Symbol 593 MovieClip "three" in Symbol 600 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)) {
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)) {
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 597 MovieClip "two" in Symbol 600 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)) {
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)) {
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 597 MovieClip "one" in Symbol 600 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)) {
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)) {
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 599 MovieClip "attack1" in Symbol 600 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack2" in Symbol 600 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 602 MovieClip Frame 1
stop();
Symbol 606 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("instructions");
}
Symbol 613 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 614 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 615 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 616 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 617 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 618 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 619 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 620 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 621 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 622 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 632 Button
on (release) {
_root.quit._visible = true;
}
Symbol 640 MovieClip Frame 27
stop();
Symbol 641 MovieClip Frame 1
stop();
Symbol 642 MovieClip Frame 1
stop();
Instance of Symbol 641 MovieClip "one" in Symbol 643 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 641 MovieClip "two" in Symbol 643 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 642 MovieClip "three" in Symbol 643 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 642 MovieClip "four" in Symbol 643 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 599 MovieClip "attack1" in Symbol 643 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack2" in Symbol 643 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 656 MovieClip Frame 59
gotoAndPlay (1);
Symbol 688 MovieClip Frame 1
stop();
Symbol 691 MovieClip Frame 2
stop();
Symbol 694 MovieClip Frame 1
stop();
Symbol 699 Button
on (release) {
_root.gotoAndStop("qual");
}
Symbol 700 Button
on (release) {
_root.quit._visible = false;
}
Symbol 701 MovieClip Frame 1
stop();
Symbol 720 MovieClip Frame 33
gotoAndPlay (1);
Symbol 724 MovieClip Frame 19
_root.righttroops.attack3.gotoAndPlay(6);
Symbol 726 MovieClip Frame 26
stop();
Symbol 727 MovieClip Frame 1
stop();
Symbol 727 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 20;
Instance of Symbol 593 MovieClip "three" in Symbol 728 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)) {
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)) {
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 597 MovieClip "two" in Symbol 728 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)) {
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)) {
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 597 MovieClip "one" in Symbol 728 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)) {
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)) {
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 599 MovieClip "attack1" in Symbol 728 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack2" in Symbol 728 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 727 MovieClip "six" in Symbol 728 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)) {
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 593 MovieClip "four" in Symbol 728 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)) {
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)) {
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 727 MovieClip "five" in Symbol 728 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)) {
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 599 MovieClip "attack3" in Symbol 728 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 730 Button
on (release) {
_currentframe = _root.endf;
gotoAndStop(_root.endf);
}
Symbol 734 MovieClip Frame 18
_root.lefttroops.attack3.gotoAndPlay(6);
Symbol 737 MovieClip Frame 26
stop();
Symbol 738 MovieClip Frame 1
stop();
Instance of Symbol 641 MovieClip "one" in Symbol 739 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 641 MovieClip "two" in Symbol 739 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 642 MovieClip "three" in Symbol 739 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 642 MovieClip "four" in Symbol 739 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 599 MovieClip "attack1" in Symbol 739 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack2" in Symbol 739 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 738 MovieClip "five" in Symbol 739 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 738 MovieClip "six" in Symbol 739 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 599 MovieClip "attack3" in Symbol 739 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 593 MovieClip "three" in Symbol 743 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)) {
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)) {
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 597 MovieClip "two" in Symbol 743 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)) {
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)) {
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 597 MovieClip "one" in Symbol 743 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)) {
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)) {
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 599 MovieClip "attack1" in Symbol 743 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack2" in Symbol 743 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 727 MovieClip "six" in Symbol 743 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)) {
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 593 MovieClip "four" in Symbol 743 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)) {
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)) {
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 727 MovieClip "five" in Symbol 743 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)) {
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 599 MovieClip "attack3" in Symbol 743 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 759 MovieClip Frame 12
gotoAndPlay (1);
Symbol 760 MovieClip Frame 25
_root.lefttroops.attack7.gotoAndPlay(5);
Symbol 768 MovieClip Frame 61
stop();
Symbol 769 MovieClip Frame 1
stop();
Instance of Symbol 641 MovieClip "one" in Symbol 770 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 641 MovieClip "two" in Symbol 770 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 642 MovieClip "three" in Symbol 770 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 599 MovieClip "attack1" in Symbol 770 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack2" in Symbol 770 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 738 MovieClip "five" in Symbol 770 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 599 MovieClip "attack3" in Symbol 770 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 769 MovieClip "nine" in Symbol 770 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 599 MovieClip "attack7" in Symbol 770 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 641 MovieClip "one" in Symbol 774 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 641 MovieClip "two" in Symbol 774 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 642 MovieClip "three" in Symbol 774 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 599 MovieClip "attack1" in Symbol 774 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack2" in Symbol 774 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 738 MovieClip "five" in Symbol 774 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 599 MovieClip "attack3" in Symbol 774 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 769 MovieClip "nine" in Symbol 774 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 599 MovieClip "attack7" in Symbol 774 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 738 MovieClip "six" in Symbol 774 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 642 MovieClip "four" in Symbol 774 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 778 MovieClip Frame 29
gotoAndPlay (1);
Symbol 779 MovieClip Frame 16
_root.lefttroops.attack4.gotoAndPlay(5);
Symbol 781 MovieClip Frame 26
stop();
Symbol 782 MovieClip Frame 1
stop();
Instance of Symbol 641 MovieClip "one" in Symbol 783 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 641 MovieClip "two" in Symbol 783 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 642 MovieClip "three" in Symbol 783 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 599 MovieClip "attack1" in Symbol 783 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack2" in Symbol 783 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 738 MovieClip "five" in Symbol 783 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 599 MovieClip "attack3" in Symbol 783 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 769 MovieClip "nine" in Symbol 783 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 599 MovieClip "attack7" in Symbol 783 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 738 MovieClip "six" in Symbol 783 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 642 MovieClip "four" in Symbol 783 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 782 MovieClip "seven" in Symbol 783 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 599 MovieClip "attack4" in Symbol 783 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 797 MovieClip Frame 29
gotoAndPlay (1);
Symbol 825 MovieClip Frame 21
_root.righttroops.attack5.gotoAndPlay(3);
Symbol 834 MovieClip Frame 20
stop();
Symbol 835 MovieClip Frame 1
stop();
Symbol 835 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 300;
_root.HUD.score = _root.HUD.score + 300;
Instance of Symbol 593 MovieClip "three" in Symbol 836 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)) {
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)) {
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 597 MovieClip "two" in Symbol 836 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)) {
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)) {
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 597 MovieClip "one" in Symbol 836 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)) {
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)) {
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 599 MovieClip "attack1" in Symbol 836 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack2" in Symbol 836 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 593 MovieClip "four" in Symbol 836 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)) {
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)) {
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 727 MovieClip "five" in Symbol 836 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)) {
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 599 MovieClip "attack3" in Symbol 836 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 835 MovieClip "eight" in Symbol 836 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)) {
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)) {
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 = 50 + random(20);
}
Instance of Symbol 599 MovieClip "attack5" in Symbol 836 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 860 MovieClip Frame 17
gotoAndPlay (1);
Symbol 881 MovieClip Frame 42
_root.righttroops.attack4.gotoAndPlay(4);
Symbol 890 MovieClip Frame 12
stop();
Symbol 891 MovieClip Frame 1
stop();
Symbol 891 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 30;
_root.HUD.score = _root.HUD.score + 30;
Instance of Symbol 593 MovieClip "three" in Symbol 892 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)) {
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)) {
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 597 MovieClip "two" in Symbol 892 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)) {
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)) {
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 597 MovieClip "one" in Symbol 892 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)) {
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)) {
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 599 MovieClip "attack1" in Symbol 892 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack2" in Symbol 892 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 593 MovieClip "four" in Symbol 892 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)) {
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)) {
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 727 MovieClip "five" in Symbol 892 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)) {
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 599 MovieClip "attack3" in Symbol 892 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 891 MovieClip "seven" in Symbol 892 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)) {
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)) {
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 727 MovieClip "six" in Symbol 892 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)) {
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 599 MovieClip "attack4" in Symbol 892 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 893 MovieClip Frame 25
gotoAndPlay (1);
Symbol 894 MovieClip Frame 23
_root.lefttroops.attack8.gotoAndPlay(2);
Symbol 897 MovieClip Frame 26
stop();
Symbol 898 MovieClip Frame 1
stop();
Instance of Symbol 641 MovieClip "one" in Symbol 899 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 641 MovieClip "two" in Symbol 899 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 642 MovieClip "three" in Symbol 899 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 599 MovieClip "attack1" in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack2" in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 738 MovieClip "five" in Symbol 899 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 599 MovieClip "attack3" in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack7" in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 738 MovieClip "six" in Symbol 899 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 642 MovieClip "four" in Symbol 899 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 599 MovieClip "attack4" in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 898 MovieClip "twelve" in Symbol 899 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 599 MovieClip "attack8" in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 911 MovieClip Frame 57
gotoAndPlay (1);
Symbol 913 MovieClip Frame 25
_root.righttroops.attack8.gotoAndPlay(2);
Symbol 918 MovieClip Frame 24
stop();
Symbol 919 MovieClip Frame 1
stop();
Symbol 919 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 300;
_root.HUD.score = _root.HUD.score + 300;
Instance of Symbol 593 MovieClip "three" in Symbol 920 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)) {
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)) {
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 597 MovieClip "two" in Symbol 920 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)) {
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)) {
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 597 MovieClip "one" in Symbol 920 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)) {
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)) {
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 599 MovieClip "attack1" in Symbol 920 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack2" in Symbol 920 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 593 MovieClip "four" in Symbol 920 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)) {
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)) {
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 727 MovieClip "five" in Symbol 920 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)) {
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 599 MovieClip "attack3" in Symbol 920 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 891 MovieClip "seven" in Symbol 920 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)) {
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)) {
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 727 MovieClip "six" in Symbol 920 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)) {
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 599 MovieClip "attack4" in Symbol 920 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 919 MovieClip "eleven" in Symbol 920 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)) {
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)) {
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 599 MovieClip "attack8" in Symbol 920 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 593 MovieClip "three" in Symbol 924 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)) {
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)) {
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 597 MovieClip "two" in Symbol 924 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)) {
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)) {
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 597 MovieClip "one" in Symbol 924 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)) {
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)) {
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 599 MovieClip "attack1" in Symbol 924 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack2" in Symbol 924 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 593 MovieClip "four" in Symbol 924 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)) {
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)) {
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 727 MovieClip "five" in Symbol 924 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)) {
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 599 MovieClip "attack3" in Symbol 924 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 891 MovieClip "seven" in Symbol 924 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)) {
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)) {
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 727 MovieClip "six" in Symbol 924 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)) {
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 599 MovieClip "attack4" in Symbol 924 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 898 MovieClip "twelve" in Symbol 925 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 599 MovieClip "attack8" in Symbol 925 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 769 MovieClip "nine" in Symbol 925 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 599 MovieClip "attack7" in Symbol 925 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 782 MovieClip "seven" in Symbol 925 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 599 MovieClip "attack4" in Symbol 925 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 642 MovieClip "three" in Symbol 931 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 599 MovieClip "attack2" in Symbol 931 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack7" in Symbol 931 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 642 MovieClip "four" in Symbol 931 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 599 MovieClip "attack4" in Symbol 931 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 898 MovieClip "twelve" in Symbol 931 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 599 MovieClip "attack8" in Symbol 931 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 769 MovieClip "nine" in Symbol 931 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 782 MovieClip "seven" in Symbol 931 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 641 MovieClip "one" in Symbol 931 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 641 MovieClip "two" in Symbol 931 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 599 MovieClip "attack1" in Symbol 931 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack5" in Symbol 931 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 941 MovieClip Frame 33
gotoAndPlay (1);
Symbol 962 MovieClip Frame 19
gotoAndPlay (1);
Symbol 963 MovieClip Frame 12
_root.righttroops.attack6.gotoAndPlay(3);
Symbol 965 MovieClip Frame 21
stop();
Symbol 966 MovieClip Frame 1
stop();
Symbol 966 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 300;
_root.HUD.score = _root.HUD.score + 300;
Instance of Symbol 593 MovieClip "three" in Symbol 967 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)) {
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)) {
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 597 MovieClip "two" in Symbol 967 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)) {
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)) {
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 597 MovieClip "one" in Symbol 967 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)) {
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)) {
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 599 MovieClip "attack1" in Symbol 967 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack2" in Symbol 967 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 593 MovieClip "four" in Symbol 967 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)) {
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)) {
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 891 MovieClip "seven" in Symbol 967 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)) {
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)) {
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 599 MovieClip "attack4" in Symbol 967 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 966 MovieClip "nine" in Symbol 967 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)) {
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)) {
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 = 50 + random(40);
}
Instance of Symbol 599 MovieClip "attack6" in Symbol 967 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 642 MovieClip "three" in Symbol 968 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 599 MovieClip "attack2" in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack7" in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 642 MovieClip "four" in Symbol 968 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 599 MovieClip "attack4" in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 898 MovieClip "twelve" in Symbol 968 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 599 MovieClip "attack8" in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 769 MovieClip "nine" in Symbol 968 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 782 MovieClip "seven" in Symbol 968 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 641 MovieClip "one" in Symbol 968 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 641 MovieClip "two" in Symbol 968 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 599 MovieClip "attack1" in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 966 MovieClip "nine" in Symbol 972 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)) {
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)) {
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 = 50 + random(40);
}
Instance of Symbol 599 MovieClip "attack6" in Symbol 972 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 835 MovieClip "eight" in Symbol 972 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)) {
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)) {
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 = 50 + random(20);
}
Instance of Symbol 599 MovieClip "attack5" in Symbol 972 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 642 MovieClip "three" in Symbol 973 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 599 MovieClip "attack2" in Symbol 973 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack7" in Symbol 973 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 642 MovieClip "four" in Symbol 973 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 599 MovieClip "attack4" in Symbol 973 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 898 MovieClip "twelve" in Symbol 973 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 599 MovieClip "attack8" in Symbol 973 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 769 MovieClip "nine" in Symbol 973 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 782 MovieClip "seven" in Symbol 973 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 641 MovieClip "one" in Symbol 973 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 641 MovieClip "two" in Symbol 973 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 599 MovieClip "attack1" in Symbol 973 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 593 MovieClip "three" in Symbol 979 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)) {
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)) {
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 597 MovieClip "two" in Symbol 979 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)) {
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)) {
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 597 MovieClip "one" in Symbol 979 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)) {
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)) {
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 599 MovieClip "attack1" in Symbol 979 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack2" in Symbol 979 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 593 MovieClip "four" in Symbol 979 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)) {
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)) {
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 891 MovieClip "seven" in Symbol 979 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)) {
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)) {
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 599 MovieClip "attack4" in Symbol 979 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 727 MovieClip "six" in Symbol 979 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)) {
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 727 MovieClip "five" in Symbol 979 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)) {
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 599 MovieClip "attack3" in Symbol 979 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 835 MovieClip "eight" in Symbol 979 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)) {
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)) {
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 = 50 + random(20);
}
Instance of Symbol 599 MovieClip "attack5" in Symbol 979 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 994 MovieClip Frame 17
gotoAndPlay (1);
Symbol 1010 MovieClip Frame 26
gotoAndPlay (66);
Symbol 1010 MovieClip Frame 77
_root.lefttroops.attack5.gotoAndPlay(3);
Symbol 1017 MovieClip Frame 36
stop();
Symbol 1018 MovieClip Frame 1
stop();
Instance of Symbol 642 MovieClip "three" in Symbol 1019 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 599 MovieClip "attack2" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack7" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 642 MovieClip "four" in Symbol 1019 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 599 MovieClip "attack4" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 898 MovieClip "twelve" in Symbol 1019 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 599 MovieClip "attack8" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 769 MovieClip "nine" in Symbol 1019 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 782 MovieClip "seven" in Symbol 1019 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 641 MovieClip "one" in Symbol 1019 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 641 MovieClip "two" in Symbol 1019 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 599 MovieClip "attack1" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1018 MovieClip "eight" in Symbol 1019 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 599 MovieClip "attack5" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1039 MovieClip Frame 33
gotoAndPlay (1);
Symbol 1041 MovieClip Frame 42
_root.righttroops.attack9.gotoAndPlay(2);
Symbol 1044 MovieClip Frame 42
stop();
Symbol 1045 MovieClip Frame 1
stop();
Symbol 1045 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 300;
_root.HUD.score = _root.HUD.score + 300;
Instance of Symbol 1045 MovieClip "thirteen" in Symbol 1046 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)) {
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)) {
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 = 50 + random(50);
}
Instance of Symbol 599 MovieClip "attack9" in Symbol 1046 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack7" in Symbol 1047 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack4" in Symbol 1047 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 898 MovieClip "twelve" in Symbol 1047 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 599 MovieClip "attack8" in Symbol 1047 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 769 MovieClip "nine" in Symbol 1047 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 782 MovieClip "seven" in Symbol 1047 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 1018 MovieClip "eight" in Symbol 1047 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 599 MovieClip "attack5" in Symbol 1047 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1072 MovieClip Frame 17
gotoAndPlay (1);
Symbol 1091 MovieClip Frame 45
_root.lefttroops.attack6.gotoAndPlay(2);
Symbol 1097 MovieClip Frame 12
stop();
Symbol 1098 MovieClip Frame 1
stop();
Instance of Symbol 599 MovieClip "attack7" in Symbol 1099 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack4" in Symbol 1099 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 898 MovieClip "twelve" in Symbol 1099 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 599 MovieClip "attack8" in Symbol 1099 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 769 MovieClip "nine" in Symbol 1099 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 782 MovieClip "seven" in Symbol 1099 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 1018 MovieClip "eight" in Symbol 1099 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 599 MovieClip "attack5" in Symbol 1099 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1098 MovieClip "ten" in Symbol 1099 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 599 MovieClip "attack6" in Symbol 1099 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1128 MovieClip Frame 33
gotoAndPlay (1);
Symbol 1129 MovieClip Frame 42
_root.righttroops.attack9.gotoAndPlay(2);
Symbol 1131 MovieClip Frame 42
stop();
Symbol 1132 MovieClip Frame 1
stop();
Symbol 1132 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 400;
_root.HUD.score = _root.HUD.score + 400;
Instance of Symbol 1132 MovieClip "twelve" in Symbol 1133 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)) {
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)) {
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 = 100 + random(50);
}
Instance of Symbol 599 MovieClip "attack9" in Symbol 1133 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1134 MovieClip Frame 33
gotoAndPlay (1);
Symbol 1137 MovieClip Frame 16
_root.lefttroops.attack9.play();
Symbol 1141 MovieClip Frame 41
stop();
Symbol 1142 MovieClip Frame 1
stop();
Instance of Symbol 599 MovieClip "attack7" in Symbol 1143 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack4" in Symbol 1143 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 898 MovieClip "twelve" in Symbol 1143 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 599 MovieClip "attack8" in Symbol 1143 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 769 MovieClip "nine" in Symbol 1143 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 782 MovieClip "seven" in Symbol 1143 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 1018 MovieClip "eight" in Symbol 1143 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 599 MovieClip "attack5" in Symbol 1143 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1098 MovieClip "ten" in Symbol 1143 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 599 MovieClip "attack6" in Symbol 1143 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1142 MovieClip "eleven" in Symbol 1143 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 599 MovieClip "attack9" in Symbol 1143 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 642 MovieClip "three" in Symbol 1143 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 599 MovieClip "attack2" in Symbol 1143 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 642 MovieClip "four" in Symbol 1143 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 599 MovieClip "attack7" in Symbol 1148 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack4" in Symbol 1148 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 898 MovieClip "twelve" in Symbol 1148 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 599 MovieClip "attack8" in Symbol 1148 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 769 MovieClip "nine" in Symbol 1148 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 782 MovieClip "seven" in Symbol 1148 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 1018 MovieClip "eight" in Symbol 1148 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 599 MovieClip "attack5" in Symbol 1148 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 642 MovieClip "three" in Symbol 1148 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 599 MovieClip "attack2" in Symbol 1148 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 642 MovieClip "four" in Symbol 1148 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 641 MovieClip "one" in Symbol 1148 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 641 MovieClip "two" in Symbol 1148 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 599 MovieClip "attack1" in Symbol 1148 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 919 MovieClip "eleven" in Symbol 1152 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack8._x = this._x - 40;
}
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)) {
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)) {
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 599 MovieClip "attack8" in Symbol 1152 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 642 MovieClip "three" in Symbol 1153 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 599 MovieClip "attack2" in Symbol 1153 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 642 MovieClip "four" in Symbol 1153 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 641 MovieClip "one" in Symbol 1153 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 641 MovieClip "two" in Symbol 1153 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 599 MovieClip "attack1" in Symbol 1153 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 738 MovieClip "five" in Symbol 1153 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 599 MovieClip "attack3" in Symbol 1153 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 738 MovieClip "six" in Symbol 1153 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 599 MovieClip "attack7" in Symbol 1153 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 769 MovieClip "nine" in Symbol 1153 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 1157 MovieClip Frame 33
gotoAndPlay (1);
Symbol 1158 MovieClip Frame 42
_root.righttroops.attack7.gotoAndPlay(1);
Symbol 1160 MovieClip Frame 42
stop();
Symbol 1161 MovieClip Frame 1
stop();
Symbol 1161 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 1000;
_root.HUD.score = _root.HUD.score + 1000;
Instance of Symbol 1161 MovieClip "ten" in Symbol 1162 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)) {
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)) {
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 = 200 + random(100);
}
Instance of Symbol 599 MovieClip "attack7" in Symbol 1162 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack7" in Symbol 1163 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack4" in Symbol 1163 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 898 MovieClip "twelve" in Symbol 1163 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 599 MovieClip "attack8" in Symbol 1163 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 769 MovieClip "nine" in Symbol 1163 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 782 MovieClip "seven" in Symbol 1163 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 1018 MovieClip "eight" in Symbol 1163 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 599 MovieClip "attack5" in Symbol 1163 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1098 MovieClip "ten" in Symbol 1163 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 599 MovieClip "attack6" in Symbol 1163 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1142 MovieClip "eleven" in Symbol 1163 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 599 MovieClip "attack9" in Symbol 1163 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1189 MovieClip Frame 57
gotoAndPlay (1);
Symbol 1190 MovieClip Frame 25
_root.righttroops.attack10.gotoAndPlay(1);
Symbol 1194 MovieClip Frame 24
stop();
Symbol 1195 MovieClip Frame 1
stop();
Symbol 1195 MovieClip Frame 3
_root.HUD.troopkills++;
Instance of Symbol 599 MovieClip "attack10" in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1195 MovieClip "ten" in Symbol 1196 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 23)) {
life = life - 1;
}
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)) {
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)) {
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 599 MovieClip "attack7" in Symbol 1197 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack4" in Symbol 1197 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 898 MovieClip "twelve" in Symbol 1197 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 599 MovieClip "attack8" in Symbol 1197 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 769 MovieClip "nine" in Symbol 1197 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 782 MovieClip "seven" in Symbol 1197 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 1018 MovieClip "eight" in Symbol 1197 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 599 MovieClip "attack5" in Symbol 1197 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1098 MovieClip "ten" in Symbol 1197 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 599 MovieClip "attack6" in Symbol 1197 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1142 MovieClip "eleven" in Symbol 1197 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 599 MovieClip "attack9" in Symbol 1197 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 642 MovieClip "three" in Symbol 1197 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 599 MovieClip "attack2" in Symbol 1197 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 642 MovieClip "four" in Symbol 1197 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 738 MovieClip "five" in Symbol 1197 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 641 MovieClip "one" in Symbol 1197 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 641 MovieClip "two" in Symbol 1197 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 738 MovieClip "six" in Symbol 1197 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 599 MovieClip "attack1" in Symbol 1197 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 599 MovieClip "attack3" in Symbol 1197 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1295 Button
on (release) {
_root.gotoAndStop("menu");
}
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 1
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 190
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 191
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 379
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 379
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
}
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 380
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 569
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 569
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
}
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 570
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 759
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 759
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
}
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 760
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 949
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 950
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 1139
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 1140
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 1329
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 1330
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 1519
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 1520
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 1715
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 1778
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 1967
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 1968
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 2157
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 2158
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 2347
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 2348
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 2537
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 2538
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 2727
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 2781
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 2970
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 2971
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 3160
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 3161
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 3350
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 3351
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 3540
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 3541
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 3730
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 3731
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 3920
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 3921
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 4110
_root.troopsmarched++;
Instance of Symbol 1212 MovieClip in Symbol 1298 MovieClip Frame 4158
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 1298 MovieClip Frame 4347
_root.troopsmarched++;
Symbol 1298 MovieClip Frame 5200
stop();
Instance of Symbol 1298 MovieClip in Symbol 1300 MovieClip Frame 606
onClipEvent (load) {
_root.troopsmarched = 1;
}
Symbol 1300 MovieClip Frame 629
stop();
Symbol 1304 Button
on (keyPress "<Enter>") {
_currentframe = _root.endf;
gotoAndStop(_root.endf);
}
Symbol 1307 Button
on (release) {
_root.quit._visible = true;
}