Frame 1
stop();
stag.showmenu = false;
Frame 2
stop();
Frame 4
stop();
_root.HUD.troopkills = 0;
_root.HUD.herokills = 0;
_root.HUD.gold = 100;
_root.HUD.score = 0;
_root._quality = "HIGH";
Instance of Symbol 312 MovieClip in Frame 5
onClipEvent (load) {
play();
}
Instance of Symbol 679 MovieClip in Frame 6
onClipEvent (keyDown) {
_root.nextFrame();
}
Frame 8
stopAllSounds();
_root.endf = _root._currentframe;
Frame 9
_root._quality = "LOW";
stop();
_root.enemygold = 30;
Instance of Symbol 1117 MovieClip "gubbe" in Frame 9
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 120) {
_y = 120;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1143 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1143 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1148 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1207 MovieClip "HUD" in Frame 9
onClipEvent (load) {
_root.HUD.troopkills = 0;
_root.HUD.herokills = 0;
_root.HUD.gold = 100;
_root.HUD.score = 0;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1241 MovieClip in Frame 9
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1241 MovieClip in Frame 9
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1241 MovieClip in Frame 9
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == true) & (_root.lefttroops.six.death == true)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1272 MovieClip "moneybar" in Frame 9
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 1275 MovieClip "music" in Frame 9
onClipEvent (load) {
_root.musicplaying = true;
}
Instance of Symbol 1285 MovieClip "quit" in Frame 9
onClipEvent (load) {
_visible = false;
}
Frame 10
stop();
Frame 11
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 12
_root._quality = "LOW";
stop();
_root.enemygold = 35;
Instance of Symbol 1143 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1143 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1148 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (110 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (110 + random(100));
death = false;
}
Instance of Symbol 1117 MovieClip "gubbe" in Frame 12
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 120) {
_y = 120;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1207 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 1241 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 1241 MovieClip in Frame 12
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1241 MovieClip in Frame 12
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1241 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1272 MovieClip "moneybar" in Frame 12
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 13
stop();
Frame 14
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 15
_root._quality = "LOW";
stop();
_root.enemygold = 40;
Instance of Symbol 1143 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1143 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1148 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (110 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (110 + random(100));
death = false;
}
Instance of Symbol 1117 MovieClip "gubbe" in Frame 15
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 120) {
_y = 120;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1207 MovieClip "HUD" in Frame 15
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1241 MovieClip in Frame 15
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1241 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.lefttroops.three.death == false) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1241 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.lefttroops.five.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1272 MovieClip "moneybar" in Frame 15
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 16
stop();
_root.talker = 1;
Frame 17
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 18
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 1143 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1143 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1148 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (110 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (110 + random(100));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (110 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (110 + random(100));
death = false;
}
Instance of Symbol 1117 MovieClip "gubbe" in Frame 18
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 120) {
_y = 120;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1207 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 1241 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 1241 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 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 1241 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 1272 MovieClip "moneybar" in Frame 18
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 19
stop();
Frame 20
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 21
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 1143 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1143 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1148 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (110 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (110 + random(100));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (110 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (110 + random(100));
death = false;
}
Instance of Symbol 1117 MovieClip "gubbe" in Frame 21
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 120) {
_y = 120;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1207 MovieClip "HUD" in Frame 21
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1241 MovieClip in Frame 21
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1241 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 21
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1241 MovieClip in Frame 21
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1272 MovieClip "moneybar" in Frame 21
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 22
stop();
Frame 23
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 24
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 1143 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1143 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1207 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 1241 MovieClip in Frame 24
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1241 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 24
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1241 MovieClip in Frame 24
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1272 MovieClip "moneybar" in Frame 24
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 1117 MovieClip "gubbe" in Frame 24
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 170) {
_y = 170;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1148 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Frame 25
stop();
Frame 26
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 27
_root._quality = "LOW";
stop();
_root.enemygold = 70;
Instance of Symbol 1143 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1143 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1117 MovieClip "gubbe" in Frame 27
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 170) {
_y = 170;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1148 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1207 MovieClip "HUD" in Frame 27
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1241 MovieClip in Frame 27
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1241 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 27
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1241 MovieClip in Frame 27
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1272 MovieClip "moneybar" in Frame 27
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 28
stop();
Frame 29
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 30
_root._quality = "LOW";
stop();
_root.enemygold = 70;
Instance of Symbol 1143 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1143 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1117 MovieClip "gubbe" in Frame 30
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 170) {
_y = 170;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1148 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1207 MovieClip "HUD" in Frame 30
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1241 MovieClip in Frame 30
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1241 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 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 1241 MovieClip in Frame 30
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1272 MovieClip "moneybar" in Frame 30
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 31
stop();
Frame 32
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 33
_root._quality = "LOW";
stop();
_root.enemygold = 80;
Instance of Symbol 1143 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1143 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1117 MovieClip "gubbe" in Frame 33
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 170) {
_y = 170;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1148 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1207 MovieClip "HUD" in Frame 33
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1241 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1272 MovieClip "moneybar" in Frame 33
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 34
stop();
Frame 35
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 36
_root._quality = "LOW";
stop();
_root.enemygold = 80;
Instance of Symbol 1143 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1143 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1117 MovieClip "gubbe" in Frame 36
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 170) {
_y = 170;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1148 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1207 MovieClip "HUD" in Frame 36
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 0;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1241 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 36
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1272 MovieClip "moneybar" in Frame 36
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 1241 MovieClip in Frame 36
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Frame 37
stop();
Frame 38
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 39
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 1143 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1143 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1117 MovieClip "gubbe" in Frame 39
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 170) {
_y = 170;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1148 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1207 MovieClip "HUD" in Frame 39
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 500;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1241 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 39
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1272 MovieClip "moneybar" in Frame 39
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 1241 MovieClip in Frame 39
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Frame 40
stop();
Frame 41
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 42
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 1143 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1143 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1117 MovieClip "gubbe" in Frame 42
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 170) {
_y = 170;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1148 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (170 + random(100));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (170 + random(100));
death = false;
}
Instance of Symbol 1207 MovieClip "HUD" in Frame 42
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 500;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1241 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 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 1272 MovieClip "moneybar" in Frame 42
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 1241 MovieClip in Frame 42
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Frame 43
stop();
Frame 44
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 45
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 1143 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1143 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1117 MovieClip "gubbe" in Frame 45
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 160) {
_y = 160;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1148 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1207 MovieClip "HUD" in Frame 45
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1241 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 45
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1241 MovieClip in Frame 45
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1272 MovieClip "moneybar" in Frame 45
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 46
stop();
Frame 47
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 48
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 1143 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1143 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1117 MovieClip "gubbe" in Frame 48
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 160) {
_y = 160;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1148 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1207 MovieClip "HUD" in Frame 48
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1241 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1272 MovieClip "moneybar" in Frame 48
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 49
stop();
Frame 50
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 51
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 1143 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1143 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1117 MovieClip "gubbe" in Frame 51
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 160) {
_y = 160;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1148 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1207 MovieClip "HUD" in Frame 51
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1241 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1272 MovieClip "moneybar" in Frame 51
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 52
stop();
Frame 53
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 54
_root._quality = "LOW";
stop();
_root.enemygold = 50;
Instance of Symbol 1143 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1143 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1117 MovieClip "gubbe" in Frame 54
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 160) {
_y = 160;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1148 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1207 MovieClip "HUD" in Frame 54
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1241 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1272 MovieClip "moneybar" in Frame 54
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 1241 MovieClip in Frame 54
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Frame 55
stop();
Frame 56
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 57
_root._quality = "LOW";
stop();
_root.enemygold = 200;
Instance of Symbol 1143 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1143 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1117 MovieClip "gubbe" in Frame 57
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 160) {
_y = 160;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1148 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1207 MovieClip "HUD" in Frame 57
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1241 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1272 MovieClip "moneybar" in Frame 57
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 1241 MovieClip in Frame 57
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1241 MovieClip in Frame 57
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Frame 58
stop();
Frame 59
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 60
_root._quality = "LOW";
stop();
_root.enemygold = 200;
Instance of Symbol 1143 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1143 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1117 MovieClip "gubbe" in Frame 60
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 160) {
_y = 160;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1148 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1207 MovieClip "HUD" in Frame 60
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 100;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1241 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1272 MovieClip "moneybar" in Frame 60
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 1241 MovieClip in Frame 60
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1241 MovieClip in Frame 60
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1241 MovieClip in Frame 60
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Frame 61
stop();
Frame 62
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 63
_root._quality = "LOW";
stop();
_root.enemygold = 200;
Instance of Symbol 1143 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1143 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1148 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1148 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (death == false) {
_x = (_x - 2);
}
if ((this.hittest(_root.gubbe) & (_root.gubbe._currentframe == 3)) & (_root.gubbe.attacker._currentframe >= 12)) {
death = true;
gotoAndStop (3);
}
if (this.die._currentframe == 21) {
_x = 900;
_y = (160 + random(60));
death = false;
gotoAndStop (1);
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 10;
_root.HUD.herokills++;
}
if (this._x < -40) {
_root.gotoAndStop("lose");
}
}
onClipEvent (load) {
_x = 900;
_y = (160 + random(60));
death = false;
}
Instance of Symbol 1207 MovieClip "HUD" in Frame 63
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 1000;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
}
Instance of Symbol 1241 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1272 MovieClip "moneybar" in Frame 63
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Instance of Symbol 1117 MovieClip "gubbe" in Frame 63
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (_y < 160) {
_y = 160;
} else if (_y > 340) {
_y = 340;
}
if (death == false) {
if ((Key.isDown(38) & (attack == false)) | ((Key.isDown(87) & (attack == false)) & (death == false))) {
_y = (_y - 3);
gotoAndStop (2);
} else if ((Key.isDown(40) & (attack == false)) | ((Key.isDown(83) & (attack == false)) & (death == false))) {
_y = (_y + 3);
gotoAndStop (2);
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Frame 64
stop();
Frame 65
_root._quality = "HIGH";
_root.endf = _root._currentframe;
Frame 66
_root._quality = "LOW";
stop();
_root.enemygold = 300;
Instance of Symbol 1143 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hittest(_root.righttroops)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 1143 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hittest(_root.lefttroops)) {
_root.nextFrame();
}
}
Instance of Symbol 1117 MovieClip "gubbe" in Frame 66
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
if (death == false) {
_root.gubbehealth = _root.gubbehealth - 3;
}
}
if (death == false) {
if ((Key.isDown(39) & (attack == false)) | ((Key.isDown(68) & (attack == false)) & (death == false))) {
_x = (_x + 3);
gotoAndStop (2);
_xscale = 100;
} else if ((Key.isDown(37) & (attack == false)) | ((Key.isDown(65) & (attack == false)) & (death == false))) {
_x = (_x - 3);
_xscale = -100;
gotoAndStop (2);
}
}
if (_x > 800) {
_x = 800;
} else if (_x < 0) {
_x = 0;
}
if (Key.isDown(32) | (Key.isDown(96) & (death == false))) {
if (death == false) {
gotoAndStop (3);
attack = true;
}
}
if ((((((((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(38))) & (!Key.isDown(40))) & (!Key.isDown(65))) & (!Key.isDown(68))) & (!Key.isDown(87))) & (!Key.isDown(83))) & (attack == false)) & (death == false)) {
gotoAndStop (1);
attack = false;
}
if (death == false) {
_root.gubbehealth = _root.gubbehealth + 0.01;
}
if (((_root.HUD.gold > 0) & (_root.gubbehealth < 100)) & Key.isDown(16)) {
_root.gubbehealth = _root.gubbehealth + 0.5;
_root.HUD.gold = _root.HUD.gold - 1;
}
if (death == true) {
_root.gubbehealth = _root.gubbehealth + 0.2;
gotoAndStop (4);
if (_root.gubbehealth >= 100) {
death = false;
}
}
if (_root.gubbehealth <= 0) {
death = true;
} else if (_root.gubbehealth >= 100) {
_root.gubbehealth = 100;
}
}
onClipEvent (load) {
attack = false;
death = false;
_root.gubbehealth = 100;
}
Instance of Symbol 1207 MovieClip "HUD" in Frame 66
onClipEvent (load) {
_root.HUD.troopkills = _root.troopkills;
_root.HUD.herokills = _root.herokills;
_root.HUD.score = _root.score;
_root.HUD.gold = 1000;
}
onClipEvent (enterFrame) {
_root.score = _root.HUD.score;
_root.herokills = _root.HUD.herokills;
_root.troopkills = _root.HUD.troopkills;
_root.HUD.gold = _root.HUD.gold + 1;
}
Instance of Symbol 1241 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (_root.lefttroops.nine.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (_root.lefttroops.seven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (_root.lefttroops.twelve.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (_root.lefttroops.eight.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (_root.lefttroops.ten.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (_root.lefttroops.eleven.death == true) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 1241 MovieClip in Frame 66
onClipEvent (enterFrame) {
if ((_root.lefttroops.one.death == false) & (_root.lefttroops.two.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1241 MovieClip in Frame 66
onClipEvent (enterFrame) {
if ((_root.lefttroops.three.death == false) & (_root.lefttroops.four.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1241 MovieClip in Frame 66
onClipEvent (enterFrame) {
if ((_root.lefttroops.five.death == false) & (_root.lefttroops.six.death == false)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1272 MovieClip "moneybar" in Frame 66
onClipEvent (mouseMove) {
this._x = this._x + _xmouse;
this._y = this._y + _ymouse;
}
Frame 68
_root._quality = "MEDIUM";
Frame 69
_root._quality = "HIGH";
Frame 70
stopAllSounds();
gotoAndStop (4);
Symbol 38 MovieClip Frame 33
gotoAndPlay (1);
Symbol 59 MovieClip Frame 29
gotoAndPlay (1);
Symbol 61 MovieClip Frame 26
stop();
Symbol 62 MovieClip Frame 9
stop();
Symbol 78 MovieClip Frame 42
_root.righttroops.attack7.gotoAndPlay(1);
Symbol 78 MovieClip Frame 70
stop();
Symbol 81 MovieClip Frame 26
stop();
Symbol 101 MovieClip Frame 29
gotoAndPlay (1);
Symbol 117 MovieClip Frame 21
gotoAndPlay (1);
Symbol 134 MovieClip Frame 25
gotoAndPlay (1);
Symbol 135 MovieClip Frame 23
_root.lefttroops.attack8.gotoAndPlay(2);
Symbol 138 MovieClip Frame 26
stop();
Symbol 142 MovieClip Frame 18
_root.lefttroops.attack3.gotoAndPlay(6);
Symbol 145 MovieClip Frame 26
stop();
Symbol 164 MovieClip Frame 33
gotoAndPlay (1);
Symbol 171 MovieClip Frame 16
_root.lefttroops.attack9.play();
Symbol 174 MovieClip Frame 42
stop();
Symbol 195 Button
on (release) {
_root.nextFrame();
}
Symbol 196 MovieClip Frame 1
stop();
Symbol 198 MovieClip Frame 100
_root.play();
Symbol 214 MovieClip Frame 1
stop();
Instance of Symbol 198 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.loadedd = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
_root.loaded = _root.loadedd + " %";
_currentframe = _root.loadedd;
gotoAndStop(_root.loadedd);
}
Symbol 214 MovieClip Frame 26
stop();
Symbol 219 Button
on (release) {
getURL ("http://www.armorgames.com");
}
Symbol 225 Button
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Symbol 237 MovieClip Frame 81
_root.play();
_root.play();
Symbol 246 Button
on (release) {
_root.gotoAndStop("intro");
}
Symbol 253 Button
on (release) {
gotoAndStop (2);
}
Symbol 259 Button
on (release) {
gotoAndStop (3);
}
Symbol 267 Button
on (press) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 278 Button
on (press) {
getURL ("http://www.just2play.com", "_blank");
}
Symbol 287 Button
on (release) {
gotoAndStop (1);
}
Symbol 293 Button
on (press) {
getURL ("http://www.flashgem.com", "_blank");
}
Symbol 294 Button
on (release) {
getURL ("http://senor-taco.deviantart.com", "_blank");
}
Symbol 295 MovieClip Frame 1
stop();
Symbol 308 Button
on (press) {
getURL ("http://www.flashgem.com", "_blank");
}
Symbol 312 MovieClip Frame 3
stop();
Instance of Symbol 326 MovieClip in Symbol 670 MovieClip Frame 1
onClipEvent (keyDown) {
_root.nextFrame();
}
Symbol 670 MovieClip Frame 850
_root.nextFrame();
Symbol 695 MovieClip Frame 21
gotoAndPlay (1);
Symbol 726 MovieClip Frame 19
gotoAndPlay (1);
_root.gubbe.gotoAndStop(1);
Symbol 733 MovieClip Frame 8
stop();
Symbol 734 MovieClip Frame 1
_root.gubbe.attack = true;
Instance of Symbol 733 MovieClip "attack" in Symbol 734 MovieClip Frame 13
onClipEvent (load) {
_visible = false;
}
Symbol 734 MovieClip Frame 20
_root.gubbe.gotoAndStop(1);
_root.gubbe.attack = false;
Symbol 755 MovieClip Frame 37
gotoAndPlay (1);
Symbol 760 MovieClip Frame 21
stop();
Symbol 767 MovieClip Frame 21
gotoAndPlay (1);
Symbol 784 MovieClip Frame 23
_root.lefttroops.attack2.gotoAndPlay(6);
Symbol 806 MovieClip Frame 21
stop();
Symbol 821 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 822 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 823 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 824 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 825 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 826 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 827 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 828 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 833 Button
on (rollOver) {
_root.moneybar.gotoAndStop(2);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
Symbol 834 Button
on (rollOver) {
_root.moneybar.gotoAndStop(12);
}
on (rollOut) {
_root.moneybar.gotoAndStop(1);
}
Symbol 840 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 927 MovieClip Frame 21
stop();
Symbol 1024 Button
on (release) {
_root.nextFrame();
stopAllSounds();
}
Symbol 1026 Button
on (release) {
gotoAndPlay (1);
}
Instance of Symbol 682 MovieClip in Symbol 1028 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 1028 MovieClip Frame 2690
stop();
Symbol 1034 MovieClip Frame 15
stop();
Symbol 1039 MovieClip Frame 15
stop();
Symbol 1043 MovieClip Frame 15
stop();
Symbol 1046 Button
on (press, keyPress "<Space>") {
nextFrame();
}
Symbol 1062 Button
on (press, keyPress "<Space>") {
_root.nextFrame();
}
Symbol 1064 MovieClip Frame 1
stop();
_root.talker = 1;
Instance of Symbol 1044 MovieClip in Symbol 1064 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1064 MovieClip Frame 2
stop();
_root.talker = 2;
Symbol 1064 MovieClip Frame 3
stop();
_root.talker = 1;
Symbol 1064 MovieClip Frame 4
stop();
_root.talker = 2;
Symbol 1064 MovieClip Frame 5
stop();
_root.talker = 1;
Symbol 1064 MovieClip Frame 6
stop();
_root.talker = 3;
Symbol 1064 MovieClip Frame 7
stop();
_root.talker = 1;
Symbol 1064 MovieClip Frame 8
stop();
_root.talker = 3;
Symbol 1064 MovieClip Frame 9
stop();
_root.talker = 2;
Symbol 1064 MovieClip Frame 10
stop();
_root.talker = 3;
Symbol 1064 MovieClip Frame 11
stop();
_root.talker = 1;
Symbol 1064 MovieClip Frame 12
stop();
_root.talker = 2;
Symbol 1064 MovieClip Frame 13
stop();
_root.talker = 3;
Instance of Symbol 1071 MovieClip in Symbol 1076 MovieClip Frame 1
onClipEvent (load) {
_root._quality = "HIGH";
}
Symbol 1077 Button
on (release) {
nextFrame();
}
Symbol 1099 MovieClip Frame 59
gotoAndPlay (1);
Symbol 1102 Button
on (keyPress "<Enter>") {
_root.nextFrame();
}
Symbol 1116 MovieClip Frame 46
stop();
Symbol 1117 MovieClip Frame 1
stop();
_root.gubbe.attack = false;
Instance of Symbol 733 MovieClip "move" in Symbol 1117 MovieClip Frame 1
onClipEvent (load) {
stop();
_visible = false;
}
Instance of Symbol 1112 MovieClip in Symbol 1117 MovieClip Frame 1
onClipEvent (enterFrame) {
_currentframe = Math.round(_root.gubbehealth);
gotoAndStop(Math.round(_root.gubbehealth));
}
Symbol 1117 MovieClip Frame 2
attack = false;
Symbol 1120 MovieClip Frame 10
gotoAndPlay (18);
Symbol 1120 MovieClip Frame 23
_root.righttroops.attack2.gotoAndPlay(5);
Symbol 1121 MovieClip Frame 1
stop();
Symbol 1121 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 20;
Symbol 1135 MovieClip Frame 37
gotoAndPlay (1);
Symbol 1137 MovieClip Frame 10
gotoAndPlay (18);
Symbol 1137 MovieClip Frame 23
_root.righttroops.attack1.gotoAndPlay(6);
Symbol 1139 MovieClip Frame 21
stop();
Symbol 1140 MovieClip Frame 1
stop();
Symbol 1140 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 10;
_root.HUD.score = _root.HUD.score + 10;
Instance of Symbol 1121 MovieClip "three" in Symbol 1141 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1140 MovieClip "two" in Symbol 1141 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1140 MovieClip "one" in Symbol 1141 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 733 MovieClip "attack1" in Symbol 1141 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack2" in Symbol 1141 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1145 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("instructions");
}
Symbol 1148 MovieClip Frame 1
stop();
Symbol 1155 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 1156 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 1157 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 1158 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 1159 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 1160 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 1161 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 1162 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 1163 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 1164 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 1204 Button
on (release) {
_root.quit._visible = true;
}
Symbol 1228 MovieClip Frame 12
gotoAndPlay (1);
Symbol 1230 MovieClip Frame 19
_root.lefttroops.attack1.gotoAndPlay(7);
Symbol 1235 MovieClip Frame 27
stop();
Symbol 1236 MovieClip Frame 1
stop();
Symbol 1237 MovieClip Frame 19
gotoAndPlay (1);
Symbol 1238 MovieClip Frame 1
stop();
Instance of Symbol 1236 MovieClip "one" in Symbol 1239 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 1236 MovieClip "two" in Symbol 1239 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1238 MovieClip "three" in Symbol 1239 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1238 MovieClip "four" in Symbol 1239 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 733 MovieClip "attack1" in Symbol 1239 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack2" in Symbol 1239 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1272 MovieClip Frame 1
stop();
Symbol 1275 MovieClip Frame 2
stop();
Symbol 1278 MovieClip Frame 1
stop();
Symbol 1283 Button
on (release) {
_root.gotoAndStop("qual");
}
Symbol 1284 Button
on (release) {
_root.quit._visible = false;
}
Symbol 1285 MovieClip Frame 1
stop();
Symbol 1299 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1044 MovieClip in Symbol 1299 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1299 MovieClip Frame 2
stop();
_root.talker = 3;
Symbol 1299 MovieClip Frame 3
stop();
_root.talker = 1;
Symbol 1299 MovieClip Frame 4
stop();
_root.talker = 3;
Symbol 1299 MovieClip Frame 5
stop();
_root.talker = 1;
Symbol 1299 MovieClip Frame 6
stop();
_root.talker = 3;
Symbol 1299 MovieClip Frame 7
stop();
_root.talker = 1;
Symbol 1299 MovieClip Frame 8
stop();
_root.talker = 2;
Symbol 1299 MovieClip Frame 9
stop();
_root.talker = 1;
Symbol 1299 MovieClip Frame 10
stop();
_root.talker = 2;
Symbol 1299 MovieClip Frame 11
stop();
_root.talker = 3;
Symbol 1299 MovieClip Frame 12
stop();
_root.talker = 1;
Symbol 1299 MovieClip Frame 13
stop();
_root.talker = 2;
Symbol 1301 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 1320 MovieClip Frame 33
gotoAndPlay (1);
Symbol 1324 MovieClip Frame 19
_root.righttroops.attack3.gotoAndPlay(6);
Symbol 1326 MovieClip Frame 26
stop();
Symbol 1327 MovieClip Frame 1
stop();
Symbol 1327 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 20;
_root.HUD.score = _root.HUD.score + 20;
Instance of Symbol 1327 MovieClip "six" in Symbol 1328 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 650) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1121 MovieClip "three" in Symbol 1328 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1140 MovieClip "two" in Symbol 1328 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1140 MovieClip "one" in Symbol 1328 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1327 MovieClip "five" in Symbol 1328 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 680) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 733 MovieClip "attack3" in Symbol 1328 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack1" in Symbol 1328 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack2" in Symbol 1328 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1121 MovieClip "four" in Symbol 1328 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Symbol 1330 Button
on (release) {
_currentframe = _root.endf;
gotoAndStop(_root.endf);
}
Symbol 1332 MovieClip Frame 29
gotoAndPlay (1);
Symbol 1335 MovieClip Frame 18
_root.lefttroops.attack3.gotoAndPlay(6);
Symbol 1338 MovieClip Frame 26
stop();
Symbol 1339 MovieClip Frame 1
stop();
Instance of Symbol 1236 MovieClip "one" in Symbol 1340 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 1236 MovieClip "two" in Symbol 1340 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1238 MovieClip "three" in Symbol 1340 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.lefttroops.attack2._x = this._x + 30;
}
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1238 MovieClip "four" in Symbol 1340 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 733 MovieClip "attack1" in Symbol 1340 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack2" in Symbol 1340 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1339 MovieClip "five" in Symbol 1340 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 1339 MovieClip "six" in Symbol 1340 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 733 MovieClip "attack3" in Symbol 1340 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1360 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1044 MovieClip in Symbol 1360 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1360 MovieClip Frame 2
stop();
_root.talker = 2;
Symbol 1360 MovieClip Frame 3
stop();
_root.talker = 1;
Symbol 1360 MovieClip Frame 4
stop();
_root.talker = 2;
Symbol 1360 MovieClip Frame 5
stop();
_root.talker = 1;
Symbol 1360 MovieClip Frame 6
stop();
_root.talker = 2;
Symbol 1360 MovieClip Frame 7
stop();
_root.talker = 1;
Symbol 1360 MovieClip Frame 8
stop();
_root.talker = 2;
Symbol 1360 MovieClip Frame 9
stop();
_root.talker = 1;
Symbol 1360 MovieClip Frame 10
stop();
_root.talker = 3;
Symbol 1360 MovieClip Frame 11
stop();
_root.talker = 1;
Symbol 1360 MovieClip Frame 12
stop();
_root.talker = 3;
Symbol 1360 MovieClip Frame 13
stop();
_root.talker = 1;
Symbol 1360 MovieClip Frame 14
stop();
_root.talker = 3;
Symbol 1360 MovieClip Frame 15
stop();
_root.talker = 1;
Symbol 1360 MovieClip Frame 16
stop();
_root.talker = 3;
Symbol 1360 MovieClip Frame 17
stop();
_root.talker = 1;
Symbol 1360 MovieClip Frame 18
stop();
_root.talker = 3;
Symbol 1360 MovieClip Frame 19
stop();
_root.talker = 1;
Symbol 1362 MovieClip Frame 1
_root._quality = "HIGH";
Instance of Symbol 1327 MovieClip "six" in Symbol 1366 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 650) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1121 MovieClip "three" in Symbol 1366 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1140 MovieClip "two" in Symbol 1366 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1140 MovieClip "one" in Symbol 1366 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1327 MovieClip "five" in Symbol 1366 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 680) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 733 MovieClip "attack3" in Symbol 1366 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack1" in Symbol 1366 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack2" in Symbol 1366 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1121 MovieClip "four" in Symbol 1366 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Symbol 1382 MovieClip Frame 12
gotoAndPlay (1);
Symbol 1383 MovieClip Frame 25
_root.lefttroops.attack7.gotoAndPlay(5);
Symbol 1391 MovieClip Frame 61
stop();
Symbol 1392 MovieClip Frame 1
stop();
Instance of Symbol 1236 MovieClip "one" in Symbol 1393 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 1236 MovieClip "two" in Symbol 1393 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1238 MovieClip "three" in Symbol 1393 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 733 MovieClip "attack1" in Symbol 1393 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack2" in Symbol 1393 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1339 MovieClip "five" in Symbol 1393 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 733 MovieClip "attack3" in Symbol 1393 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1392 MovieClip "nine" in Symbol 1393 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 733 MovieClip "attack7" in Symbol 1393 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1400 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1044 MovieClip in Symbol 1400 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1400 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 1400 MovieClip Frame 3
stop();
_root.talker = 3;
Symbol 1400 MovieClip Frame 4
stop();
_root.talker = 2;
Symbol 1400 MovieClip Frame 5
stop();
_root.talker = 1;
Symbol 1400 MovieClip Frame 6
stop();
_root.talker = 3;
Symbol 1402 MovieClip Frame 1
_root._quality = "HIGH";
Instance of Symbol 1236 MovieClip "one" in Symbol 1406 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 1236 MovieClip "two" in Symbol 1406 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1238 MovieClip "three" in Symbol 1406 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 733 MovieClip "attack1" in Symbol 1406 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack2" in Symbol 1406 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1339 MovieClip "five" in Symbol 1406 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 733 MovieClip "attack3" in Symbol 1406 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1392 MovieClip "nine" in Symbol 1406 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 733 MovieClip "attack7" in Symbol 1406 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1339 MovieClip "six" in Symbol 1406 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 1238 MovieClip "four" in Symbol 1406 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 1423 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1044 MovieClip in Symbol 1423 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1423 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 1423 MovieClip Frame 3
stop();
_root.talker = 2;
Symbol 1423 MovieClip Frame 4
stop();
_root.talker = 1;
Symbol 1423 MovieClip Frame 5
stop();
_root.talker = 2;
Symbol 1423 MovieClip Frame 6
stop();
_root.talker = 1;
Symbol 1423 MovieClip Frame 7
stop();
_root.talker = 2;
Symbol 1423 MovieClip Frame 8
stop();
_root.talker = 1;
Symbol 1423 MovieClip Frame 9
stop();
_root.talker = 3;
Symbol 1423 MovieClip Frame 10
stop();
_root.talker = 1;
Symbol 1423 MovieClip Frame 11
stop();
_root.talker = 3;
Symbol 1423 MovieClip Frame 12
stop();
_root.talker = 1;
Symbol 1423 MovieClip Frame 13
stop();
_root.talker = 3;
Symbol 1423 MovieClip Frame 14
stop();
_root.talker = 1;
Symbol 1423 MovieClip Frame 15
stop();
_root.talker = 3;
Symbol 1423 MovieClip Frame 16
stop();
_root.talker = 1;
Symbol 1423 MovieClip Frame 17
stop();
_root.talker = 3;
Symbol 1425 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 1429 MovieClip Frame 29
gotoAndPlay (1);
Symbol 1430 MovieClip Frame 16
_root.lefttroops.attack4.gotoAndPlay(5);
Symbol 1432 MovieClip Frame 26
stop();
Symbol 1433 MovieClip Frame 1
stop();
Instance of Symbol 1236 MovieClip "one" in Symbol 1434 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 1236 MovieClip "two" in Symbol 1434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1238 MovieClip "three" in Symbol 1434 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 733 MovieClip "attack1" in Symbol 1434 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack2" in Symbol 1434 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1339 MovieClip "five" in Symbol 1434 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 733 MovieClip "attack3" in Symbol 1434 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1392 MovieClip "nine" in Symbol 1434 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 733 MovieClip "attack7" in Symbol 1434 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1339 MovieClip "six" in Symbol 1434 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 1238 MovieClip "four" in Symbol 1434 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 1433 MovieClip "seven" in Symbol 1434 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 733 MovieClip "attack4" in Symbol 1434 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1449 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1044 MovieClip in Symbol 1449 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1449 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 1449 MovieClip Frame 3
stop();
_root.talker = 2;
Symbol 1449 MovieClip Frame 4
stop();
_root.talker = 1;
Symbol 1449 MovieClip Frame 5
stop();
_root.talker = 2;
Symbol 1449 MovieClip Frame 6
stop();
_root.talker = 1;
Symbol 1449 MovieClip Frame 7
stop();
_root.talker = 2;
Symbol 1449 MovieClip Frame 8
stop();
_root.talker = 1;
Symbol 1449 MovieClip Frame 9
stop();
_root.talker = 2;
Symbol 1449 MovieClip Frame 10
stop();
_root.talker = 1;
Symbol 1449 MovieClip Frame 11
stop();
_root.talker = 3;
Symbol 1449 MovieClip Frame 12
stop();
_root.talker = 1;
Symbol 1449 MovieClip Frame 13
stop();
_root.talker = 3;
Symbol 1449 MovieClip Frame 14
stop();
_root.talker = 1;
Symbol 1449 MovieClip Frame 15
stop();
_root.talker = 3;
Symbol 1452 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 1481 MovieClip Frame 29
gotoAndPlay (1);
Symbol 1509 MovieClip Frame 21
_root.righttroops.attack5.gotoAndPlay(3);
Symbol 1518 MovieClip Frame 20
stop();
Symbol 1519 MovieClip Frame 1
stop();
Symbol 1519 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 300;
_root.HUD.score = _root.HUD.score + 300;
Instance of Symbol 1327 MovieClip "six" in Symbol 1520 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 650) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1121 MovieClip "four" in Symbol 1520 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1121 MovieClip "three" in Symbol 1520 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1140 MovieClip "two" in Symbol 1520 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1140 MovieClip "one" in Symbol 1520 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1327 MovieClip "five" in Symbol 1520 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 680) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 733 MovieClip "attack3" in Symbol 1520 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack1" in Symbol 1520 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack2" in Symbol 1520 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1519 MovieClip "eight" in Symbol 1520 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack5._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 3 + (random(20) / 10);
death = false;
life = 40 + random(20);
}
Instance of Symbol 733 MovieClip "attack5" in Symbol 1520 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1533 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1044 MovieClip in Symbol 1533 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1533 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 1533 MovieClip Frame 3
stop();
_root.talker = 3;
Symbol 1533 MovieClip Frame 4
stop();
_root.talker = 2;
Symbol 1533 MovieClip Frame 5
stop();
_root.talker = 1;
Symbol 1533 MovieClip Frame 6
stop();
_root.talker = 2;
Symbol 1533 MovieClip Frame 7
stop();
_root.talker = 1;
Symbol 1533 MovieClip Frame 8
stop();
_root.talker = 2;
Symbol 1533 MovieClip Frame 9
stop();
_root.talker = 1;
Symbol 1533 MovieClip Frame 10
stop();
_root.talker = 3;
Symbol 1533 MovieClip Frame 11
stop();
_root.talker = 1;
Symbol 1533 MovieClip Frame 12
stop();
_root.talker = 2;
Symbol 1535 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 1557 MovieClip Frame 17
gotoAndPlay (1);
Symbol 1578 MovieClip Frame 42
_root.righttroops.attack4.gotoAndPlay(4);
Symbol 1587 MovieClip Frame 12
stop();
Symbol 1588 MovieClip Frame 1
stop();
Symbol 1588 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 30;
_root.HUD.score = _root.HUD.score + 30;
Instance of Symbol 1588 MovieClip "seven" in Symbol 1589 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack4._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 2)) {
_x = 900;
_root.enemygold = _root.enemygold - 3;
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
Instance of Symbol 1327 MovieClip "six" in Symbol 1589 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 650) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1121 MovieClip "three" in Symbol 1589 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1140 MovieClip "two" in Symbol 1589 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1140 MovieClip "one" in Symbol 1589 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1327 MovieClip "five" in Symbol 1589 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 680) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1121 MovieClip "four" in Symbol 1589 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 733 MovieClip "attack3" in Symbol 1589 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack4" in Symbol 1589 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack1" in Symbol 1589 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack2" in Symbol 1589 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1590 MovieClip Frame 25
gotoAndPlay (1);
Symbol 1591 MovieClip Frame 23
_root.lefttroops.attack8.gotoAndPlay(2);
Symbol 1594 MovieClip Frame 26
stop();
Symbol 1595 MovieClip Frame 1
stop();
Instance of Symbol 1236 MovieClip "one" in Symbol 1596 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 1236 MovieClip "two" in Symbol 1596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((((((this.hittest(_root.righttroops.attack1) | this.hittest(_root.righttroops.attack2)) | this.hittest(_root.righttroops.attack3)) | this.hittest(_root.righttroops.attack4)) | this.hittest(_root.righttroops.attack5)) | this.hittest(_root.righttroops.attack6)) | this.hittest(_root.righttroops.attack7)) | this.hittest(_root.righttroops.attack8)) | this.hittest(_root.righttroops.attack9)) | this.hittest(_root.righttroops.attack10)) {
life = life - 1;
}
if ((((((((((((this.hittest(_root.righttroops.one) | this.hittest(_root.righttroops.two)) | this.hittest(_root.righttroops.three)) | this.hittest(_root.righttroops.four)) | this.hittest(_root.righttroops.five)) | this.hittest(_root.righttroops.six)) | this.hittest(_root.righttroops.seven)) | this.hittest(_root.righttroops.eight)) | this.hittest(_root.righttroops.nine)) | this.hittest(_root.righttroops.ten)) | this.hittest(_root.righttroops.eleven)) | this.hittest(_root.righttroops.twelve)) | this.hittest(_root.righttroops.thirteen)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x + speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.lefttroops.attack1._x = this._x + 35;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1238 MovieClip "three" in Symbol 1596 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 733 MovieClip "attack1" in Symbol 1596 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack2" in Symbol 1596 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1339 MovieClip "five" in Symbol 1596 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 733 MovieClip "attack3" in Symbol 1596 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack7" in Symbol 1596 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1339 MovieClip "six" in Symbol 1596 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 1238 MovieClip "four" in Symbol 1596 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 733 MovieClip "attack4" in Symbol 1596 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1595 MovieClip "twelve" in Symbol 1596 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 733 MovieClip "attack8" in Symbol 1596 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1624 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1044 MovieClip in Symbol 1624 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1624 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 1624 MovieClip Frame 3
stop();
_root.talker = 2;
Symbol 1624 MovieClip Frame 4
stop();
_root.talker = 1;
Symbol 1624 MovieClip Frame 5
stop();
_root.talker = 2;
Symbol 1624 MovieClip Frame 6
stop();
_root.talker = 1;
Symbol 1624 MovieClip Frame 7
stop();
_root.talker = 2;
Symbol 1624 MovieClip Frame 8
stop();
_root.talker = 1;
Symbol 1624 MovieClip Frame 9
stop();
_root.talker = 2;
Symbol 1624 MovieClip Frame 10
stop();
_root.talker = 1;
Symbol 1624 MovieClip Frame 11
stop();
_root.talker = 2;
Symbol 1624 MovieClip Frame 12
stop();
_root.talker = 3;
Symbol 1624 MovieClip Frame 13
stop();
_root.talker = 1;
Symbol 1624 MovieClip Frame 14
stop();
_root.talker = 3;
Symbol 1624 MovieClip Frame 15
stop();
_root.talker = 1;
Symbol 1624 MovieClip Frame 16
stop();
_root.talker = 3;
Symbol 1624 MovieClip Frame 17
stop();
_root.talker = 2;
Symbol 1624 MovieClip Frame 18
stop();
_root.talker = 3;
Symbol 1624 MovieClip Frame 19
stop();
_root.talker = 2;
Symbol 1624 MovieClip Frame 20
stop();
_root.talker = 3;
Symbol 1624 MovieClip Frame 21
stop();
_root.talker = 2;
Symbol 1624 MovieClip Frame 22
stop();
_root.talker = 3;
Symbol 1624 MovieClip Frame 23
stop();
_root.talker = 1;
Symbol 1624 MovieClip Frame 24
stop();
_root.talker = 2;
Symbol 1624 MovieClip Frame 25
stop();
_root.talker = 1;
Symbol 1624 MovieClip Frame 26
stop();
_root.talker = 3;
Symbol 1624 MovieClip Frame 27
stop();
_root.talker = 1;
Symbol 1626 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 1638 MovieClip Frame 57
gotoAndPlay (1);
Symbol 1640 MovieClip Frame 25
_root.righttroops.attack8.gotoAndPlay(2);
Symbol 1645 MovieClip Frame 24
stop();
Symbol 1646 MovieClip Frame 1
stop();
Symbol 1646 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 300;
_root.HUD.score = _root.HUD.score + 300;
Instance of Symbol 1646 MovieClip "eleven" in Symbol 1647 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack8._x = this._x - 80;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 0.1 + (random(10) / 10);
death = false;
life = 110 + random(50);
}
Instance of Symbol 1588 MovieClip "seven" in Symbol 1647 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack4._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 2)) {
_x = 900;
_root.enemygold = _root.enemygold - 3;
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
Instance of Symbol 1327 MovieClip "six" in Symbol 1647 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 650) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1121 MovieClip "three" in Symbol 1647 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1140 MovieClip "two" in Symbol 1647 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1140 MovieClip "one" in Symbol 1647 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1327 MovieClip "five" in Symbol 1647 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 680) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 733 MovieClip "attack3" in Symbol 1647 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack4" in Symbol 1647 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack8" in Symbol 1647 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack1" in Symbol 1647 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack2" in Symbol 1647 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1121 MovieClip "four" in Symbol 1647 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Symbol 1669 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1044 MovieClip in Symbol 1669 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1669 MovieClip Frame 2
stop();
_root.talker = 3;
Symbol 1669 MovieClip Frame 3
stop();
_root.talker = 2;
Symbol 1669 MovieClip Frame 4
stop();
_root.talker = 3;
Symbol 1669 MovieClip Frame 5
stop();
_root.talker = 2;
Symbol 1669 MovieClip Frame 6
stop();
_root.talker = 3;
Symbol 1669 MovieClip Frame 7
stop();
_root.talker = 2;
Symbol 1669 MovieClip Frame 8
stop();
_root.talker = 3;
Symbol 1669 MovieClip Frame 9
stop();
_root.talker = 1;
Symbol 1669 MovieClip Frame 10
stop();
_root.talker = 3;
Symbol 1669 MovieClip Frame 11
stop();
_root.talker = 1;
Symbol 1669 MovieClip Frame 12
stop();
_root.talker = 2;
Symbol 1669 MovieClip Frame 13
stop();
_root.talker = 3;
Symbol 1669 MovieClip Frame 14
stop();
_root.talker = 1;
Symbol 1669 MovieClip Frame 15
stop();
_root.talker = 3;
Symbol 1669 MovieClip Frame 16
stop();
_root.talker = 1;
Symbol 1669 MovieClip Frame 17
stop();
_root.talker = 3;
Symbol 1669 MovieClip Frame 18
stop();
_root.talker = 1;
Symbol 1669 MovieClip Frame 19
stop();
_root.talker = 3;
Symbol 1669 MovieClip Frame 20
stop();
_root.talker = 1;
Symbol 1669 MovieClip Frame 21
stop();
_root.talker = 3;
Symbol 1671 MovieClip Frame 1
_root._quality = "HIGH";
Instance of Symbol 1588 MovieClip "seven" in Symbol 1675 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack4._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 2)) {
_x = 900;
_root.enemygold = _root.enemygold - 3;
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
Instance of Symbol 1327 MovieClip "six" in Symbol 1675 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 650) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1121 MovieClip "three" in Symbol 1675 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1140 MovieClip "two" in Symbol 1675 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1140 MovieClip "one" in Symbol 1675 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1327 MovieClip "five" in Symbol 1675 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 680) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 733 MovieClip "attack3" in Symbol 1675 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack4" in Symbol 1675 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack1" in Symbol 1675 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack2" in Symbol 1675 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1121 MovieClip "four" in Symbol 1675 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1595 MovieClip "twelve" in Symbol 1676 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 733 MovieClip "attack8" in Symbol 1676 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1392 MovieClip "nine" in Symbol 1676 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 733 MovieClip "attack7" in Symbol 1676 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1433 MovieClip "seven" in Symbol 1676 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 733 MovieClip "attack4" in Symbol 1676 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1696 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1044 MovieClip in Symbol 1696 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1696 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 1696 MovieClip Frame 3
stop();
_root.talker = 2;
Symbol 1696 MovieClip Frame 4
stop();
_root.talker = 3;
Symbol 1696 MovieClip Frame 5
stop();
_root.talker = 1;
Symbol 1696 MovieClip Frame 6
stop();
_root.talker = 3;
Symbol 1696 MovieClip Frame 7
stop();
_root.talker = 1;
Symbol 1696 MovieClip Frame 8
stop();
_root.talker = 2;
Symbol 1696 MovieClip Frame 9
stop();
_root.talker = 3;
Symbol 1696 MovieClip Frame 10
stop();
_root.talker = 2;
Symbol 1696 MovieClip Frame 11
stop();
_root.talker = 3;
Symbol 1696 MovieClip Frame 12
stop();
_root.talker = 2;
Symbol 1696 MovieClip Frame 13
stop();
_root.talker = 3;
Symbol 1696 MovieClip Frame 14
stop();
_root.talker = 2;
Symbol 1696 MovieClip Frame 15
stop();
_root.talker = 3;
Symbol 1696 MovieClip Frame 16
stop();
_root.talker = 2;
Symbol 1696 MovieClip Frame 17
stop();
_root.talker = 3;
Symbol 1699 MovieClip Frame 1
_root._quality = "HIGH";
Instance of Symbol 1238 MovieClip "three" in Symbol 1703 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 733 MovieClip "attack2" in Symbol 1703 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack7" in Symbol 1703 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1238 MovieClip "four" in Symbol 1703 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 733 MovieClip "attack4" in Symbol 1703 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1595 MovieClip "twelve" in Symbol 1703 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 733 MovieClip "attack8" in Symbol 1703 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1392 MovieClip "nine" in Symbol 1703 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 1433 MovieClip "seven" in Symbol 1703 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 1236 MovieClip "one" in Symbol 1703 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 1236 MovieClip "two" in Symbol 1703 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 733 MovieClip "attack1" in Symbol 1703 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack5" in Symbol 1703 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1714 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1044 MovieClip in Symbol 1714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1714 MovieClip Frame 2
stop();
_root.talker = 3;
Symbol 1714 MovieClip Frame 3
stop();
_root.talker = 1;
Symbol 1714 MovieClip Frame 4
stop();
_root.talker = 2;
Symbol 1714 MovieClip Frame 5
stop();
_root.talker = 3;
Symbol 1714 MovieClip Frame 6
stop();
_root.talker = 1;
Symbol 1714 MovieClip Frame 7
stop();
_root.talker = 2;
Symbol 1714 MovieClip Frame 8
stop();
_root.talker = 3;
Symbol 1714 MovieClip Frame 9
stop();
_root.talker = 1;
Symbol 1717 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 1726 MovieClip Frame 33
gotoAndPlay (1);
Symbol 1746 MovieClip Frame 19
gotoAndPlay (1);
Symbol 1747 MovieClip Frame 12
_root.righttroops.attack6.gotoAndPlay(3);
Symbol 1749 MovieClip Frame 21
stop();
Symbol 1750 MovieClip Frame 1
stop();
Symbol 1750 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 300;
_root.HUD.score = _root.HUD.score + 300;
Instance of Symbol 1588 MovieClip "seven" in Symbol 1751 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack4._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 2)) {
_x = 900;
_root.enemygold = _root.enemygold - 3;
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
Instance of Symbol 1327 MovieClip "six" in Symbol 1751 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 650) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1121 MovieClip "three" in Symbol 1751 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1140 MovieClip "two" in Symbol 1751 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1140 MovieClip "one" in Symbol 1751 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1327 MovieClip "five" in Symbol 1751 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 680) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1750 MovieClip "nine" in Symbol 1751 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 12)) {
_root.righttroops.attack6._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 4 + (random(10) / 10);
death = false;
life = 40 + random(40);
}
Instance of Symbol 733 MovieClip "attack3" in Symbol 1751 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack4" in Symbol 1751 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack6" in Symbol 1751 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack1" in Symbol 1751 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack2" in Symbol 1751 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1121 MovieClip "four" in Symbol 1751 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1238 MovieClip "three" in Symbol 1752 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 733 MovieClip "attack2" in Symbol 1752 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack7" in Symbol 1752 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1238 MovieClip "four" in Symbol 1752 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 733 MovieClip "attack4" in Symbol 1752 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1595 MovieClip "twelve" in Symbol 1752 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 733 MovieClip "attack8" in Symbol 1752 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1392 MovieClip "nine" in Symbol 1752 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 1433 MovieClip "seven" in Symbol 1752 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 1236 MovieClip "one" in Symbol 1752 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 1236 MovieClip "two" in Symbol 1752 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 733 MovieClip "attack1" in Symbol 1752 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1757 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1044 MovieClip in Symbol 1757 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1757 MovieClip Frame 2
stop();
_root.talker = 3;
Symbol 1757 MovieClip Frame 3
stop();
_root.talker = 2;
Symbol 1757 MovieClip Frame 4
stop();
_root.talker = 1;
Symbol 1760 MovieClip Frame 1
_root._quality = "HIGH";
Instance of Symbol 733 MovieClip "attack5" in Symbol 1764 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack6" in Symbol 1764 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1519 MovieClip "eight" in Symbol 1764 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack5._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 3 + (random(20) / 10);
death = false;
life = 40 + random(20);
}
Instance of Symbol 1750 MovieClip "nine" in Symbol 1764 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 12)) {
_root.righttroops.attack6._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 4 + (random(10) / 10);
death = false;
life = 40 + random(40);
}
Instance of Symbol 1238 MovieClip "three" in Symbol 1765 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 733 MovieClip "attack2" in Symbol 1765 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack7" in Symbol 1765 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1238 MovieClip "four" in Symbol 1765 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 733 MovieClip "attack4" in Symbol 1765 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1595 MovieClip "twelve" in Symbol 1765 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 733 MovieClip "attack8" in Symbol 1765 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1392 MovieClip "nine" in Symbol 1765 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 1433 MovieClip "seven" in Symbol 1765 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 1236 MovieClip "one" in Symbol 1765 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 1236 MovieClip "two" in Symbol 1765 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 733 MovieClip "attack1" in Symbol 1765 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1780 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1044 MovieClip in Symbol 1780 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1780 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 1780 MovieClip Frame 3
stop();
_root.talker = 3;
Symbol 1780 MovieClip Frame 4
stop();
_root.talker = 2;
Symbol 1780 MovieClip Frame 5
stop();
_root.talker = 3;
Symbol 1780 MovieClip Frame 6
stop();
_root.talker = 2;
Symbol 1780 MovieClip Frame 7
stop();
_root.talker = 1;
Symbol 1780 MovieClip Frame 8
stop();
_root.talker = 3;
Symbol 1780 MovieClip Frame 9
stop();
_root.talker = 2;
Symbol 1780 MovieClip Frame 10
stop();
_root.talker = 1;
Symbol 1780 MovieClip Frame 11
stop();
_root.talker = 3;
Symbol 1780 MovieClip Frame 12
stop();
_root.talker = 1;
Symbol 1780 MovieClip Frame 13
stop();
_root.talker = 2;
Symbol 1780 MovieClip Frame 14
stop();
_root.talker = 1;
Symbol 1784 MovieClip Frame 1
_root._quality = "HIGH";
Instance of Symbol 1588 MovieClip "seven" in Symbol 1792 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack4._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 2)) {
_x = 900;
_root.enemygold = _root.enemygold - 3;
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
Instance of Symbol 1327 MovieClip "six" in Symbol 1792 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 650) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1121 MovieClip "three" in Symbol 1792 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1140 MovieClip "two" in Symbol 1792 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1140 MovieClip "one" in Symbol 1792 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1327 MovieClip "five" in Symbol 1792 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 680) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1519 MovieClip "eight" in Symbol 1792 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack5._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 3 + (random(20) / 10);
death = false;
life = 40 + random(20);
}
Instance of Symbol 733 MovieClip "attack3" in Symbol 1792 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack4" in Symbol 1792 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack5" in Symbol 1792 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack1" in Symbol 1792 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack2" in Symbol 1792 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1121 MovieClip "four" in Symbol 1792 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Symbol 1807 MovieClip Frame 17
gotoAndPlay (1);
Symbol 1823 MovieClip Frame 26
gotoAndPlay (66);
Symbol 1823 MovieClip Frame 77
_root.lefttroops.attack5.gotoAndPlay(3);
Symbol 1830 MovieClip Frame 36
stop();
Symbol 1831 MovieClip Frame 1
stop();
Instance of Symbol 1238 MovieClip "three" in Symbol 1832 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 733 MovieClip "attack2" in Symbol 1832 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack7" in Symbol 1832 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1238 MovieClip "four" in Symbol 1832 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 733 MovieClip "attack4" in Symbol 1832 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1595 MovieClip "twelve" in Symbol 1832 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 733 MovieClip "attack8" in Symbol 1832 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1392 MovieClip "nine" in Symbol 1832 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 1433 MovieClip "seven" in Symbol 1832 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 1236 MovieClip "one" in Symbol 1832 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 1236 MovieClip "two" in Symbol 1832 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 733 MovieClip "attack1" in Symbol 1832 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1831 MovieClip "eight" in Symbol 1832 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 733 MovieClip "attack5" in Symbol 1832 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1839 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1044 MovieClip in Symbol 1839 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1839 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 1839 MovieClip Frame 3
stop();
_root.talker = 2;
Symbol 1839 MovieClip Frame 4
stop();
_root.talker = 3;
Symbol 1839 MovieClip Frame 5
stop();
_root.talker = 2;
Symbol 1839 MovieClip Frame 6
stop();
_root.talker = 1;
Symbol 1842 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 1861 MovieClip Frame 33
gotoAndPlay (1);
Symbol 1863 MovieClip Frame 42
_root.righttroops.attack9.gotoAndPlay(2);
Symbol 1866 MovieClip Frame 42
stop();
Symbol 1867 MovieClip Frame 1
stop();
Symbol 1867 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 300;
_root.HUD.score = _root.HUD.score + 300;
Instance of Symbol 1867 MovieClip "thirteen" in Symbol 1868 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack9._x = this._x - 60;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 70 + random(50);
}
Instance of Symbol 733 MovieClip "attack9" in Symbol 1868 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack7" in Symbol 1869 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack4" in Symbol 1869 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1595 MovieClip "twelve" in Symbol 1869 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 733 MovieClip "attack8" in Symbol 1869 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1392 MovieClip "nine" in Symbol 1869 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 1433 MovieClip "seven" in Symbol 1869 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 1831 MovieClip "eight" in Symbol 1869 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 733 MovieClip "attack5" in Symbol 1869 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1882 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1044 MovieClip in Symbol 1882 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1882 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 1882 MovieClip Frame 3
stop();
_root.talker = 2;
Symbol 1882 MovieClip Frame 4
stop();
_root.talker = 1;
Symbol 1882 MovieClip Frame 5
stop();
_root.talker = 3;
Symbol 1882 MovieClip Frame 6
stop();
_root.talker = 1;
Symbol 1882 MovieClip Frame 7
stop();
_root.talker = 3;
Symbol 1882 MovieClip Frame 8
stop();
_root.talker = 2;
Symbol 1882 MovieClip Frame 9
stop();
_root.talker = 1;
Symbol 1882 MovieClip Frame 10
stop();
_root.talker = 2;
Symbol 1882 MovieClip Frame 11
stop();
_root.talker = 1;
Symbol 1885 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 1908 MovieClip Frame 17
gotoAndPlay (1);
Symbol 1927 MovieClip Frame 45
_root.lefttroops.attack6.gotoAndPlay(2);
Symbol 1933 MovieClip Frame 12
stop();
Symbol 1934 MovieClip Frame 1
stop();
Instance of Symbol 733 MovieClip "attack7" in Symbol 1935 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack4" in Symbol 1935 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1595 MovieClip "twelve" in Symbol 1935 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 733 MovieClip "attack8" in Symbol 1935 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1392 MovieClip "nine" in Symbol 1935 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 1433 MovieClip "seven" in Symbol 1935 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 1831 MovieClip "eight" in Symbol 1935 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 733 MovieClip "attack5" in Symbol 1935 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1934 MovieClip "ten" in Symbol 1935 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 733 MovieClip "attack6" in Symbol 1935 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1946 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1044 MovieClip in Symbol 1946 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 1946 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 1946 MovieClip Frame 3
stop();
_root.talker = 3;
Symbol 1946 MovieClip Frame 4
stop();
_root.talker = 2;
Symbol 1946 MovieClip Frame 5
stop();
_root.talker = 3;
Symbol 1946 MovieClip Frame 6
stop();
_root.talker = 2;
Symbol 1946 MovieClip Frame 7
stop();
_root.talker = 1;
Symbol 1946 MovieClip Frame 8
stop();
_root.talker = 3;
Symbol 1946 MovieClip Frame 9
stop();
_root.talker = 1;
Symbol 1949 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 1978 MovieClip Frame 33
gotoAndPlay (1);
Symbol 1979 MovieClip Frame 42
_root.righttroops.attack9.gotoAndPlay(2);
Symbol 1981 MovieClip Frame 42
stop();
Symbol 1982 MovieClip Frame 1
stop();
Symbol 1982 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 400;
_root.HUD.score = _root.HUD.score + 400;
Instance of Symbol 1982 MovieClip "twelve" in Symbol 1983 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack9._x = this._x - 60;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 110 + random(50);
}
Instance of Symbol 733 MovieClip "attack9" in Symbol 1983 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1984 MovieClip Frame 33
gotoAndPlay (1);
Symbol 1987 MovieClip Frame 16
_root.lefttroops.attack9.play();
Symbol 1991 MovieClip Frame 41
stop();
Symbol 1992 MovieClip Frame 1
stop();
Instance of Symbol 733 MovieClip "attack7" in Symbol 1993 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack4" in Symbol 1993 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1595 MovieClip "twelve" in Symbol 1993 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 733 MovieClip "attack8" in Symbol 1993 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1392 MovieClip "nine" in Symbol 1993 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 1433 MovieClip "seven" in Symbol 1993 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 1831 MovieClip "eight" in Symbol 1993 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 733 MovieClip "attack5" in Symbol 1993 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1934 MovieClip "ten" in Symbol 1993 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 733 MovieClip "attack6" in Symbol 1993 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1992 MovieClip "eleven" in Symbol 1993 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 733 MovieClip "attack9" in Symbol 1993 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1238 MovieClip "three" in Symbol 1993 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 733 MovieClip "attack2" in Symbol 1993 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1238 MovieClip "four" in Symbol 1993 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 2019 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1044 MovieClip in Symbol 2019 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 2019 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 2019 MovieClip Frame 3
stop();
_root.talker = 3;
Symbol 2019 MovieClip Frame 4
stop();
_root.talker = 1;
Symbol 2019 MovieClip Frame 5
stop();
_root.talker = 3;
Symbol 2019 MovieClip Frame 6
stop();
_root.talker = 1;
Symbol 2019 MovieClip Frame 7
stop();
_root.talker = 3;
Symbol 2019 MovieClip Frame 8
stop();
_root.talker = 1;
Symbol 2019 MovieClip Frame 9
stop();
_root.talker = 3;
Symbol 2019 MovieClip Frame 10
stop();
_root.talker = 1;
Symbol 2019 MovieClip Frame 11
stop();
_root.talker = 3;
Symbol 2019 MovieClip Frame 12
stop();
_root.talker = 1;
Symbol 2019 MovieClip Frame 13
stop();
_root.talker = 3;
Symbol 2019 MovieClip Frame 14
stop();
_root.talker = 1;
Symbol 2019 MovieClip Frame 15
stop();
_root.talker = 3;
Symbol 2019 MovieClip Frame 16
stop();
_root.talker = 3;
Symbol 2019 MovieClip Frame 17
stop();
_root.talker = 3;
Symbol 2019 MovieClip Frame 18
stop();
_root.talker = 3;
Symbol 2019 MovieClip Frame 19
stop();
_root.talker = 3;
Symbol 2019 MovieClip Frame 20
stop();
_root.talker = 1;
Symbol 2019 MovieClip Frame 21
stop();
_root.talker = 3;
Symbol 2019 MovieClip Frame 22
stop();
_root.talker = 3;
Symbol 2019 MovieClip Frame 23
stop();
_root.talker = 1;
Symbol 2019 MovieClip Frame 24
stop();
_root.talker = 3;
Symbol 2019 MovieClip Frame 25
stop();
_root.talker = 1;
Symbol 2022 MovieClip Frame 1
_root._quality = "HIGH";
Instance of Symbol 733 MovieClip "attack7" in Symbol 2026 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack4" in Symbol 2026 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1595 MovieClip "twelve" in Symbol 2026 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 733 MovieClip "attack8" in Symbol 2026 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1392 MovieClip "nine" in Symbol 2026 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 1433 MovieClip "seven" in Symbol 2026 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 1831 MovieClip "eight" in Symbol 2026 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 733 MovieClip "attack5" in Symbol 2026 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1238 MovieClip "three" in Symbol 2026 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 733 MovieClip "attack2" in Symbol 2026 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1238 MovieClip "four" in Symbol 2026 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 1236 MovieClip "one" in Symbol 2026 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 1236 MovieClip "two" in Symbol 2026 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 733 MovieClip "attack1" in Symbol 2026 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 2040 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1044 MovieClip in Symbol 2040 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 2040 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 2040 MovieClip Frame 3
stop();
_root.talker = 2;
Symbol 2040 MovieClip Frame 4
stop();
_root.talker = 1;
Symbol 2040 MovieClip Frame 5
stop();
_root.talker = 2;
Symbol 2040 MovieClip Frame 6
stop();
_root.talker = 1;
Symbol 2040 MovieClip Frame 7
stop();
_root.talker = 2;
Symbol 2040 MovieClip Frame 8
stop();
_root.talker = 1;
Symbol 2040 MovieClip Frame 9
stop();
_root.talker = 2;
Symbol 2040 MovieClip Frame 10
stop();
_root.talker = 1;
Symbol 2040 MovieClip Frame 11
stop();
_root.talker = 2;
Symbol 2040 MovieClip Frame 12
stop();
_root.talker = 1;
Symbol 2040 MovieClip Frame 13
stop();
_root.talker = 2;
Symbol 2040 MovieClip Frame 14
stop();
_root.talker = 1;
Symbol 2044 MovieClip Frame 1
_root._quality = "HIGH";
Instance of Symbol 733 MovieClip "attack8" in Symbol 2048 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1646 MovieClip "eleven" in Symbol 2048 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack8._x = this._x - 80;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 0.1 + (random(10) / 10);
death = false;
life = 100 + random(50);
}
Instance of Symbol 1238 MovieClip "three" in Symbol 2049 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 733 MovieClip "attack2" in Symbol 2049 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1238 MovieClip "four" in Symbol 2049 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 1236 MovieClip "one" in Symbol 2049 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 1236 MovieClip "two" in Symbol 2049 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 733 MovieClip "attack1" in Symbol 2049 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1339 MovieClip "five" in Symbol 2049 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 733 MovieClip "attack3" in Symbol 2049 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1339 MovieClip "six" in Symbol 2049 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 733 MovieClip "attack7" in Symbol 2049 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1392 MovieClip "nine" in Symbol 2049 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 2054 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1044 MovieClip in Symbol 2054 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 2054 MovieClip Frame 2
stop();
_root.talker = 1;
Symbol 2054 MovieClip Frame 3
stop();
_root.talker = 2;
Symbol 2054 MovieClip Frame 4
stop();
_root.talker = 1;
Symbol 2057 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 2061 MovieClip Frame 33
gotoAndPlay (1);
Symbol 2062 MovieClip Frame 42
_root.righttroops.attack7.gotoAndPlay(1);
Symbol 2064 MovieClip Frame 42
stop();
Symbol 2065 MovieClip Frame 1
stop();
Symbol 2065 MovieClip Frame 3
_root.HUD.troopkills++;
_root.HUD.gold = _root.HUD.gold + 1000;
_root.HUD.score = _root.HUD.score + 1000;
Instance of Symbol 2065 MovieClip "ten" in Symbol 2066 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack7._x = this._x - 80;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 220 + random(100);
}
Instance of Symbol 733 MovieClip "attack7" in Symbol 2066 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack7" in Symbol 2067 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack4" in Symbol 2067 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1595 MovieClip "twelve" in Symbol 2067 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 733 MovieClip "attack8" in Symbol 2067 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1392 MovieClip "nine" in Symbol 2067 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 1433 MovieClip "seven" in Symbol 2067 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 1831 MovieClip "eight" in Symbol 2067 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 733 MovieClip "attack5" in Symbol 2067 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1934 MovieClip "ten" in Symbol 2067 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 733 MovieClip "attack6" in Symbol 2067 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1992 MovieClip "eleven" in Symbol 2067 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 733 MovieClip "attack9" in Symbol 2067 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 2074 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1044 MovieClip in Symbol 2074 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 2074 MovieClip Frame 2
stop();
_root.talker = 2;
Symbol 2074 MovieClip Frame 3
stop();
_root.talker = 1;
Symbol 2074 MovieClip Frame 4
stop();
_root.talker = 2;
Symbol 2074 MovieClip Frame 5
stop();
_root.talker = 1;
Symbol 2074 MovieClip Frame 6
stop();
_root.talker = 2;
Symbol 2078 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 2108 MovieClip Frame 57
gotoAndPlay (1);
Symbol 2109 MovieClip Frame 25
_root.righttroops.attack10.gotoAndPlay(1);
Symbol 2113 MovieClip Frame 24
stop();
Symbol 2114 MovieClip Frame 1
stop();
Symbol 2114 MovieClip Frame 3
_root.HUD.troopkills++;
Instance of Symbol 1588 MovieClip "seven" in Symbol 2115 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 42)) {
_root.righttroops.attack4._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 2)) {
_x = 900;
_root.enemygold = _root.enemygold - 3;
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 20 + random(10);
}
Instance of Symbol 1327 MovieClip "six" in Symbol 2115 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 650) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1121 MovieClip "three" in Symbol 2115 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 1140 MovieClip "two" in Symbol 2115 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1140 MovieClip "one" in Symbol 2115 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
_x = 900;
_root.enemygold = _root.enemygold - 1;
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1327 MovieClip "five" in Symbol 2115 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 19)) {
_root.righttroops.attack3._x = this._x - 300;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (this._x <= 680) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 0)) {
_x = 900;
_root.enemygold = _root.enemygold - 1;
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
}
onClipEvent (load) {
speed = 1 + (random(20) / 10);
death = false;
life = 5 + random(5);
}
Instance of Symbol 1519 MovieClip "eight" in Symbol 2115 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack5._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 3 + (random(20) / 10);
death = false;
life = 40 + random(20);
}
Instance of Symbol 1750 MovieClip "nine" in Symbol 2115 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 12)) {
_root.righttroops.attack6._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 4 + (random(10) / 10);
death = false;
life = 40 + random(40);
}
Instance of Symbol 733 MovieClip "attack3" in Symbol 2115 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack4" in Symbol 2115 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack5" in Symbol 2115 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack6" in Symbol 2115 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack10" in Symbol 2115 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2114 MovieClip "thirteen" in Symbol 2115 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 25)) {
_root.righttroops.attack10._x = this._x - 50;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
}
onClipEvent (load) {
speed = 1 + (random(10) / 10);
death = false;
life = 200 + random(200);
}
Instance of Symbol 733 MovieClip "attack1" in Symbol 2115 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack2" in Symbol 2115 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1121 MovieClip "four" in Symbol 2115 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_currentframe == 2) & (attacker._currentframe == 23)) {
_root.righttroops.attack1._x = this._x - 30;
}
if (((((((((this.hittest(_root.lefttroops.attack1) | this.hittest(_root.lefttroops.attack2)) | this.hittest(_root.lefttroops.attack3)) | this.hittest(_root.lefttroops.attack4)) | this.hittest(_root.lefttroops.attack5)) | this.hittest(_root.lefttroops.attack6)) | this.hittest(_root.lefttroops.attack7)) | this.hittest(_root.lefttroops.attack8)) | this.hittest(_root.lefttroops.attack9)) | this.hittest(_root.gubbe.attacker.attack)) {
life = life - 1;
}
if (((((((((((((this.hittest(_root.lefttroops.one) | this.hittest(_root.lefttroops.two)) | this.hittest(_root.lefttroops.three)) | this.hittest(_root.lefttroops.four)) | this.hittest(_root.lefttroops.five)) | this.hittest(_root.lefttroops.six)) | this.hittest(_root.lefttroops.seven)) | this.hittest(_root.lefttroops.eight)) | this.hittest(_root.lefttroops.nine)) | this.hittest(_root.lefttroops.ten)) | this.hittest(_root.lefttroops.eleven)) | this.hittest(_root.lefttroops.twelve)) | this.hittest(_root.lefttroops.thirteen)) | this.hittest(_root.gubbe.move)) {
if (death == false) {
move = false;
attack = true;
}
} else {
move = true;
attack = false;
}
if ((move == true) & (death == false)) {
_x = (_x - speed);
gotoAndStop (1);
}
if ((attack == true) & (death == false)) {
gotoAndStop (2);
}
if (life <= 0) {
gotoAndStop (3);
death = true;
}
if (((death == true) & (die._currentframe == die._totalframes)) & (_root.enemygold > 1)) {
_x = 900;
_root.enemygold = _root.enemygold - 2;
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
}
onClipEvent (load) {
speed = 2 + (random(10) / 10);
death = false;
life = 10 + random(5);
}
Instance of Symbol 733 MovieClip "attack7" in Symbol 2116 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack4" in Symbol 2116 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1595 MovieClip "twelve" in Symbol 2116 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 733 MovieClip "attack8" in Symbol 2116 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1392 MovieClip "nine" in Symbol 2116 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 1433 MovieClip "seven" in Symbol 2116 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 1831 MovieClip "eight" in Symbol 2116 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 733 MovieClip "attack5" in Symbol 2116 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1934 MovieClip "ten" in Symbol 2116 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 733 MovieClip "attack6" in Symbol 2116 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1992 MovieClip "eleven" in Symbol 2116 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 733 MovieClip "attack9" in Symbol 2116 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1238 MovieClip "three" in Symbol 2116 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 733 MovieClip "attack2" in Symbol 2116 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1238 MovieClip "four" in Symbol 2116 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 1339 MovieClip "five" in Symbol 2116 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 1236 MovieClip "one" in Symbol 2116 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 1236 MovieClip "two" in Symbol 2116 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 1339 MovieClip "six" in Symbol 2116 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 733 MovieClip "attack1" in Symbol 2116 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 733 MovieClip "attack3" in Symbol 2116 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 2123 MovieClip Frame 1
stop();
_root.talker = 4;
Instance of Symbol 1044 MovieClip in Symbol 2123 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.talker == 1) {
gotoAndStop (1);
} else if (_root.talker == 2) {
gotoAndStop (2);
} else if (_root.talker == 3) {
gotoAndStop (3);
} else if (_root.talker == 4) {
gotoAndStop (4);
}
}
Symbol 2123 MovieClip Frame 2
stop();
_root.talker = 4;
Symbol 2123 MovieClip Frame 3
stop();
_root.talker = 4;
Symbol 2123 MovieClip Frame 4
stop();
_root.talker = 4;
Symbol 2123 MovieClip Frame 5
stop();
_root.talker = 4;
Symbol 2123 MovieClip Frame 6
stop();
_root.talker = 4;
Symbol 2127 MovieClip Frame 1
_root._quality = "HIGH";
Symbol 2170 MovieClip Frame 50
stop();
Symbol 2260 Button
on (release) {
_root.gotoAndStop("menu");
}
Symbol 2263 MovieClip Frame 1
_root.troopsmarched = 1;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 1
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 190
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 191
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 379
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 379
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
}
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 380
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 569
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 569
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
}
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 570
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 759
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 759
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
}
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 760
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 949
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 950
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 1139
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 1140
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 1329
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 1330
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 1519
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 1520
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 1715
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 1778
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 1967
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 1968
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 2157
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 2158
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 2347
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 2348
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 2537
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 2538
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 2727
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 2781
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 2970
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 2971
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 3160
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 3161
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 3350
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 3351
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 3540
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 3541
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 3730
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 3731
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 3920
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 3921
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 4110
_root.troopsmarched++;
Instance of Symbol 2171 MovieClip in Symbol 2263 MovieClip Frame 4158
onClipEvent (enterFrame) {
_currentframe = _root.troopsmarched;
gotoAndStop(_root.troopsmarched);
_x = (_x + 5);
}
Symbol 2263 MovieClip Frame 4347
_root.troopsmarched++;
Symbol 2263 MovieClip Frame 5500
stop();
Symbol 2264 MovieClip Frame 221
stop();
Symbol 2268 Button
on (keyPress "<Enter>") {
_currentframe = _root.endf;
gotoAndStop(_root.endf);
}
Symbol 2271 Button
on (release) {
_root.quit._visible = true;
}