Frame 1
_root.customize._visible = false;
_root.customize.gotoAndStop(1);
_root.pause._visible = false;
_root.money = _root.money + 1;
_root.money = _root.money - 1;
_root.EHPset = 400;
_root.MHPset = 700;
_root.MHPset = 20000;
_root.ENEMY.health = _root.EHP;
_root.ENEMY2.health = _root.EHP;
_root.EHP = 500;
_root.MHP = 800;
_root.BHP = 20000;
stop();
Instance of Symbol 62 MovieClip "preloader" in Frame 1
onClipEvent (enterFrame) {
if (_root.CH1 > 0) {
_root.text.CH1.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.CH1 < 0) {
_root.text.CH1.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.CH2 > 0) {
_root.text.CH2.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.CH2 < 0) {
_root.text.CH2.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.CH3 > 0) {
_root.text.CH3.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.CH3 < 0) {
_root.text.CH3.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.CH4 > 0) {
_root.text.CH4.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.CH4 < 0) {
_root.text.CH4.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.CH5 > 0) {
_root.text.CH5.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.CH5 < 0) {
_root.text.CH5.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.CH6 > 0) {
_root.text.CH6.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.CH6 < 0) {
_root.text.CH6.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.CH7 > 0) {
_root.text.CH7.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.CH7 < 0) {
_root.text.CH7.gotoAndStop(1);
}
}
Instance of Symbol 295 MovieClip "text" in Frame 1
onClipEvent (enterFrame) {
_root.timing = _root.text.timer - 1;
}
onClipEvent (enterFrame) {
if (_root.text.timer > 9) {
_root.text.timer = 9;
}
}
onClipEvent (enterFrame) {
if (_root.text.timer < 1) {
_root.text.timer = 1;
}
}
Instance of Symbol 466 MovieClip "pause" in Frame 1
onClipEvent (enterFrame) {
_root.pause.attackPO = _root.attackLVL;
}
onClipEvent (enterFrame) {
_root.pause.healthPO = _root.healthLVL;
}
onClipEvent (enterFrame) {
_root.pause.APT = _root.ATT;
}
onClipEvent (enterFrame) {
_root.pause.HPT = _root.HLT;
}
onClipEvent (enterFrame) {
_root.pause.HPTG = _root.HLTGOAL;
}
onClipEvent (enterFrame) {
_root.pause.APTG = _root.ATTGOAL;
}
onClipEvent (enterFrame) {
if (_root.ATT > _root.ATTGOAL) {
tellTarget ("/Attacklevel") {
play();
};
}
}
onClipEvent (enterFrame) {
if (_root.HLT > _root.HLTGOAL) {
tellTarget ("/healthlevel") {
play();
};
}
}
onClipEvent (enterFrame) {
if (_root.fighter > _root.gunner) {
_root.pause.rank.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (_root.fighter < _root.gunner) {
_root.pause.rank.gotoAndStop(2);
}
}
Instance of Symbol 607 MovieClip "customize" in Frame 1
onClipEvent (enterFrame) {
_root.customize.cash = _root.money;
}
onClipEvent (enterFrame) {
_root.scorehigh = _root.score;
}
Frame 2
_root.attemp = _root.attemp + 1;
_root.attemp = _root.attemp - 1;
_root.pause._visible = true;
_root.pause.gotoAndStop(2);
_root.customize._visible = false;
_root.customize.gotoAndStop(1);
_root.pause._visible = false;
_root.EHPset = 400;
_root.MHPset = 700;
_root.MHPset = 20000;
_root.ENEMY.health = _root.EHP;
_root.ENEMY2.health = _root.EHP;
_root.EHP = 500;
_root.MHP = 800;
_root.BHP = 20000;
stop();
Instance of Symbol 731 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (_root.HITZ.hits > _root.BCOMBO) {
_root.BCOMBO = _root.HITZ.hits;
}
}
Frame 3
_root.score = 0;
_root.kills = 0;
_root.pause._visible = true;
_root.pause.gotoAndStop(2);
_root.customize._visible = false;
_root.customize.gotoAndStop(1);
_root.damageadd = 0;
_root.JHP = _root.JHPfull;
_root.ammo = 250;
_root.money = _root.money + 1111111;
_root.money = _root.money - 1111111;
_root.maxammo2 = 25;
_root.maxammo3 = 12;
_root.maxammo4 = 12;
_root.maxammo5 = 25;
_root.maxammo6 = 35;
_root.maxammo7 = 1;
_root.maxammo8 = 100;
_root.maxammo = 250;
_root.ammo2 = 25;
_root.ammo3 = 12;
_root.ammo4 = 12;
_root.ammo5 = 25;
_root.ammo6 = 35;
_root.ammo7 = 1;
_root.ammo8 = 100;
_root.ammo = 250;
_root.EHPset = 800;
_root.MHPset = 1400;
_root.MHPset = 20000;
_root.ENEMY.health = _root.EHP;
_root.ENEMY2.health = _root.EHP;
_root.trigger = 0;
stop();
Instance of Symbol 741 MovieClip "timecontrol" in Frame 3
onClipEvent (enterFrame) {
if (_root.trigger > 2) {
_root.timecontrol.stop();
}
}
onClipEvent (enterFrame) {
if (_root.trigger < 2) {
_root.timecontrol.play();
}
}
Instance of Symbol 744 MovieClip "platform" in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.core)) {
_root.player._y = _root.platform._y - 100;
_root.gun._y = _root.platform._y - 100;
}
}
Instance of Symbol 746 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
tellTarget ("/player") {
gotoAndPlay ("fall");
};
}
}
Instance of Symbol 826 MovieClip "gun" in Frame 3
onClipEvent (enterFrame) {
if (_root.ammo < 1) {
tellTarget ("/gun") {
gotoAndStop ("disable");
};
}
}
onClipEvent (load) {
faim = 0;
lfaim = 0;
aim = 90;
Glook = 30;
Maim = 45;
}
onClipEvent (enterFrame) {
if (key.IsDown(38)) {
this._rotation = -aim;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(37)) {
aim = -90;
aimU = -45;
faim = 180;
lfaim = 0;
Maim = -45;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
aim = 90;
aimU = 45;
faim = 0;
lfaim = 180;
Maim = 45;
}
}
onClipEvent (enterFrame) {
if (this._xscale < 0) {
_root.gun.aim = -90;
}
}
onClipEvent (enterFrame) {
if (this._xscale > 0) {
_root.gun.aim = 90;
}
}
Instance of Symbol 845 MovieClip "guardian" in Frame 3
onClipEvent (enterFrame) {
this._y = _root.player._y - 50;
}
onClipEvent (enterFrame) {
this._x = _root.player._x;
}
Instance of Symbol 1126 MovieClip [jalapeno player] "player" in Frame 3
onClipEvent (load) {
falling = 30;
falling2 = 0;
jump = 0;
hangtime = 0;
fallback = 0;
shooter = 0;
RSpunch = 0;
damage = 0;
combo = 0;
}
onClipEvent (enterFrame) {
this._y = this._y - jump;
jump = jump - hangtime;
}
onClipEvent (enterFrame) {
this._y = this._y + falling;
this._y = this._y + falling2;
}
onClipEvent (enterFrame) {
_root.gun._x = _x;
_root.gun._y = _y;
}
onClipEvent (enterFrame) {
_root.gun2._x = _x;
_root.gun2._y = _y;
}
onClipEvent (load) {
blaster = 1;
}
onClipEvent (load) {
look = 55;
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
blaster = -1;
shooter = 8;
combo = 50;
} else if (key.IsDown(37)) {
blaster = 1;
shooter = -8;
combo = -50;
}
}
onClipEvent (load) {
pmotion = 7;
kmotion = 30;
extrapunch = 0;
extrapunch1 = 0;
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
pmotion = 7;
Kmotion = 30;
} else if (key.IsDown(37)) {
pmotion = -7;
Kmotion = -30;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
extrapunch = -extrapunch1;
}
}
onClipEvent (load) {
motion = 12;
Jmotion = 0;
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
this._x = this._x + motion;
} else if (key.IsDown(37)) {
this._x = this._x - motion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
this._x = this._x + Jmotion;
} else if (key.IsDown(37)) {
this._x = this._x - Jmotion;
}
}
onClipEvent (load) {
ripped = 0;
ripper = 10;
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
ripped = -ripper;
} else if (key.IsDown(37)) {
ripped = ripper;
}
}
onClipEvent (load) {
damage = 10;
}
onClipEvent (enterFrame) {
if (_root.baddy1._x < _x) {
suck = 10;
} else if (_root.baddy1._x > _x) {
suck = -10;
}
}
onClipEvent (load) {
suck = 0;
}
onClipEvent (load) {
lash = 0;
lush = 0;
}
onClipEvent (enterFrame) {
this._x = this._x + lash;
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
lash = -lush;
} else if (key.IsDown(37)) {
lash = lush;
}
}
onClipEvent (load) {
stopmotion = 0;
Lmotion = 0;
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
this._x = this._x - stopmotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(37)) {
this._x = this._x - Lmotion;
}
}
onClipEvent (load) {
RSmotion = 0;
neutralize = 0;
Pjump = 0;
shocker = 20;
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
this._x = this._x - neutralize;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
shocker = -20;
} else if (key.IsDown(37)) {
shocker = 20;
}
}
onClipEvent (enterFrame) {
if (_root.hangtime > 37) {
tellTarget ("/bonus") {
play();
};
}
}
onClipEvent (load) {
absorb = 0;
}
onClipEvent (enterFrame) {
this._x = this._x + absorb;
}
onClipEvent (enterFrame) {
if (this._xscale < 0) {
_root.player.pmotion = -9;
_root.player.Kmotion = -30;
_root.gun._xscale = -30;
_root.guardian._xscale = -110;
_root.player.xerxes = -250;
}
}
onClipEvent (enterFrame) {
if (this._xscale > 0) {
_root.player.pmotion = 9;
_root.gun._xscale = 30;
_root.player.Kmotion = 30;
_root.guardian._xscale = 110;
_root.player.xerxes = 250;
}
}
onClipEvent (enterFrame) {
if (_root.trigger > 1) {
_root.player.gotoAndStop("pause");
}
}
onClipEvent (enterFrame) {
if (_root.JHP < 1) {
_root.player.gotoAndStop("death");
_root.player.damage = 0;
_root.player.motion = 0;
}
}
Instance of Symbol 1183 MovieClip "ENEMY" in Frame 3
onClipEvent (load) {
motion = 0;
damage = 0;
_root.ENEMY.health = _root.EHP;
}
onClipEvent (enterFrame) {
if (_root.player._x > _x) {
_root.enemy._x = _root.enemy._x + motion;
_root.enemy.bigdamage = -50;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _x) {
_root.enemy._x = _root.enemy._x - motion;
_root.enemy.bigdamage = 50;
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY.health < 1) {
_root.ENEMY.gotoAndStop("death");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.dude.taunt.radius)) {
_root.combo.play();
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY.health < 300) {
_root.ENEMY.virus.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY.health < 40) {
_root.ENEMY.stab.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY.health > 40) {
_root.ENEMY.stab.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY.health > 300) {
_root.ENEMY.virus.gotoAndStop(1);
}
}
Instance of Symbol 1198 MovieClip "ENEMY2" in Frame 3
onClipEvent (load) {
motion = 0;
damage = 0;
health = _root.EHP;
}
onClipEvent (enterFrame) {
if (_root.player._x > _x) {
_root.enemy2._x = _root.enemy2._x + motion;
_root.enemy2.bigdamage = -50;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _x) {
_root.enemy2._x = _root.enemy2._x - motion;
_root.enemy2.bigdamage = 50;
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY2.health < 1) {
_root.ENEMY2.gotoAndStop("death");
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY2.health < 260) {
_root.ENEMY2.virus.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.dude.taunt.radius)) {
_root.combo.play();
}
}
Instance of Symbol 1204 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.subdude)) {
tellTarget ("/ENEMY") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.subdude)) {
tellTarget ("/ENEMY2") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.subdude)) {
tellTarget ("/ENEMY3") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.subdude)) {
tellTarget ("/ENEMY4") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.subdude)) {
tellTarget ("/ENEMY5") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.subdude)) {
tellTarget ("/ENEMY6") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.subdude)) {
tellTarget ("/ENEMY7") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.subdude)) {
tellTarget ("/ENEMY8") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.subdude)) {
tellTarget ("/ENEMY9") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.subdude)) {
tellTarget ("/ENEMY10") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.subdude)) {
tellTarget ("/ENEMY11") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.subdude)) {
tellTarget ("/ENEMY12") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.subdude)) {
tellTarget ("/ENEMY13") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.subdude)) {
tellTarget ("/ENEMY14") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.subdude)) {
tellTarget ("/ENEMY15") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.subdude)) {
tellTarget ("/ENEMY16") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.subdude)) {
tellTarget ("/ENEMY17") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.subdude)) {
tellTarget ("/ENEMY18") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.subdude)) {
tellTarget ("/ENEMY19") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.subdude)) {
tellTarget ("/ENEMY20") {
gotoAndPlay ("bounceback");
};
}
}
Instance of Symbol 1204 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.subdude)) {
tellTarget ("/ENEMY") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.subdude)) {
tellTarget ("/ENEMY2") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.subdude)) {
tellTarget ("/ENEMY3") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.subdude)) {
tellTarget ("/ENEMY4") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.subdude)) {
tellTarget ("/ENEMY5") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.subdude)) {
tellTarget ("/ENEMY6") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.subdude)) {
tellTarget ("/ENEMY7") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.subdude)) {
tellTarget ("/ENEMY8") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.subdude)) {
tellTarget ("/ENEMY9") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.subdude)) {
tellTarget ("/ENEMY10") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.subdude)) {
tellTarget ("/ENEMY11") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.subdude)) {
tellTarget ("/ENEMY12") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.subdude)) {
tellTarget ("/ENEMY13") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.subdude)) {
tellTarget ("/ENEMY14") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.subdude)) {
tellTarget ("/ENEMY15") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.subdude)) {
tellTarget ("/ENEMY16") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.subdude)) {
tellTarget ("/ENEMY17") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.subdude)) {
tellTarget ("/ENEMY18") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.subdude)) {
tellTarget ("/ENEMY19") {
gotoAndPlay ("bounceback");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.subdude)) {
tellTarget ("/ENEMY20") {
gotoAndPlay ("bounceback");
};
}
}
Instance of Symbol 1276 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (_root.JHP > _root.JHPfull) {
_root.JHP = _root.JHPfull;
}
}
onClipEvent (enterFrame) {
if (_root.JHPfull > 9998) {
_root.JHPfull = 9999;
}
}
onClipEvent (enterFrame) {
if (_root.JHP < 0) {
_root.JHP = 0;
}
}
Instance of Symbol 1335 MovieClip "armor" in Frame 3
onClipEvent (enterFrame) {
if (_root.armormemory > 0) {
_root.armor.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (_root.armormemory < 0) {
_root.armor.gotoAndStop(2);
}
}
Instance of Symbol 1343 MovieClip "CER" in Frame 3
onClipEvent (enterFrame) {
if (_root.pin2 > 1) {
_root.CER.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.pin3 > 1) {
_root.HYD.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.pin4 > 1) {
_root.NIT.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.pin5 > 1) {
_root.GRA.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.pin6 > 1) {
_root.ATO.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.pin7 > 1) {
_root.HEL.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.pin8 > 1) {
_root.THO.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.pin9 > 1) {
_root.VEG.gotoAndStop(2);
}
}
Instance of Symbol 1387 MovieClip "adrenaline" in Frame 3
onClipEvent (enterFrame) {
if (_root.trigger > 2) {
_root.adrenaline.stop();
}
}
onClipEvent (enterFrame) {
if (_root.trigger < 2) {
_root.adrenaline.play();
}
}
Frame 4
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.money = _root.money + 500;
_root.pause._visible = false;
_root.customize._visible = true;
_root.customize.gotoAndStop(1);
_root.CH1 = _root.CH1 + 3;
_root.EHPset = 700;
_root.MHPset = 1400;
_root.MHPset = 20000;
_quality = "High";
_root.ENEMY.health = _root.EHP;
_root.ENEMY2.health = _root.EHP;
_root.trigger = 400;
_root.guardian.gotoAndStop(1);
_root.timecontrol.gotoAndStop(1);
stop();
Instance of Symbol 1504 MovieClip in Frame 4
onClipEvent (enterFrame) {
_root.BKILLS = _root.kills;
}
Instance of Symbol 1511 MovieClip in Frame 4
onClipEvent (enterFrame) {
_root._y = 0;
}
Instance of Symbol 1536 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (_root.BCOMBO > 149) {
_root.ownage.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.BCOMBO < 149) {
_root.ownage.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.BCOMBO > 149) {
_root.ownage1.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.BCOMBO < 149) {
_root.ownage1.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.BCOMBO > 149) {
_root.ownage2.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.BCOMBO < 149) {
_root.ownage2.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.BCOMBO > 149) {
_root.ownage3.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.BCOMBO < 149) {
_root.ownage3.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.BCOMBO > 149) {
_root.ownage4.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.BCOMBO < 149) {
_root.ownage4.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.BCOMBO > 149) {
_root.ownage5.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.BCOMBO < 149) {
_root.ownage5.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.BCOMBO > 149) {
_root.ownage6.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.BCOMBO < 149) {
_root.ownage6.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.BCOMBO > 149) {
_root.ownage7.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.BCOMBO < 149) {
_root.ownage7.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.BCOMBO > 149) {
_root.ownage8.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.BCOMBO < 149) {
_root.ownage8.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.BCOMBO > 149) {
_root.ownage9.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.BCOMBO < 149) {
_root.ownage9.gotoAndStop(1);
}
}
Frame 5
_root.player._xscale = 55;
_root.BCOMBO = 0;
_root.pause._visible = false;
_root.customize._visible = false;
_root.pause.gotoAndStop(2);
_root.customize.gotoAndStop(1);
_root.kills = 0;
_root.score = 0;
_root.JHP = _root.JHPfull;
_root.ammo = 250;
_root.money = _root.money + 1111111;
_root.money = _root.money - 1111111;
_root.maxammo2 = 25;
_root.maxammo3 = 12;
_root.maxammo4 = 12;
_root.maxammo5 = 25;
_root.maxammo6 = 35;
_root.maxammo7 = 1;
_root.maxammo8 = 100;
_root.maxammo = 250;
_root.ammo2 = 25;
_root.ammo3 = 12;
_root.ammo4 = 12;
_root.ammo5 = 25;
_root.ammo6 = 35;
_root.ammo7 = 1;
_root.ammo8 = 100;
_root.ammo = 250;
_root.KOJIHEALTH._visible = false;
_root.EHPset = 1000;
_root.MHPset = 1700;
_root.MHPset = 24000;
_quality = "High";
_root.ENEMY.health = _root.EHP;
_root.ENEMY2.health = _root.EHP;
_root.trigger = 400;
_root.timecontrol.gotoAndStop(1);
_root.player._x = 120;
stop();
Frame 6
_root.pause._visible = true;
_root.pause.gotoAndStop(2);
_root.customize._visible = false;
_root.customize.gotoAndStop(1);
_root.trigger = 0;
_root.player.gotoAndStop(1);
_root.timecontrol.gotoAndStop(1);
stop();
Instance of Symbol 1669 MovieClip "ENEMY3" in Frame 6
onClipEvent (load) {
motion = 0;
damage = 0;
_root.kojiarea = _root.ENEMY3._y;
}
onClipEvent (enterFrame) {
if (_root.player._x > this._x) {
this._x = this._x + motion;
damage = -7;
_root.player.damage = 25;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < this._x) {
this._x = this._x - motion;
damage = 7;
_root.player.damage = -25;
}
}
onClipEvent (load) {
health = _root.EHP * 8;
}
onClipEvent (enterFrame) {
_root.KOJIHEALTH.hp = _root.ENEMY3.health;
_root.KOJIHEALTH.hpfull = _root.EHP * 8;
}
onClipEvent (enterFrame) {
if (this._x > 640) {
_root.ENEMY3._x = 660;
}
}
onClipEvent (enterFrame) {
if (this._x < 50) {
_root.ENEMY3._x = 50;
}
}
onClipEvent (enterFrame) {
if (this.health < 500) {
_root.ENEMY3.virus.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.HITZ.hits > 35) {
_root.ENEMY3.dude.gotoAndPlay("evade");
}
}
onClipEvent (enterFrame) {
if (_root.Etrigger > 5) {
_root.ENEMY3.dude.stop();
}
}
onClipEvent (enterFrame) {
if (_root.Etrigger < 5) {
_root.ENEMY3.dude.play();
}
}
onClipEvent (enterFrame) {
if (this.health < 1) {
_root.ENEMY3.gotoAndStop("death");
_root.KOJIHEALTH.hp = 0;
}
}
onClipEvent (enterFrame) {
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
}
Instance of Symbol 1717 MovieClip "music2" in Frame 6
onClipEvent (enterFrame) {
_root.pause.mission.gotoAndStop(3);
}
Instance of Symbol 731 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (_root.HITZ.hits > _root.BCOMBO) {
_root.BCOMBO = _root.HITZ.hits;
}
}
Instance of Symbol 1719 MovieClip in Frame 6
onClipEvent (enterFrame) {
_root.pause.mission.gotoAndStop(3);
}
Frame 7
_root.gunsystem.gotoAndStop(1);
_root.player._xscale = 55;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.money = _root.money + 1000;
_root.pause._visible = false;
_root.customize._visible = true;
_root.customize.gotoAndStop(1);
_root.attack = _root.attack + 10;
_root.CH2 = _root.CH2 + 3;
_root.healthLVL = _root.healthLVL + 1;
_root.attackLVL = _root.attackLVL + 1;
_quality = "High";
_root.ENEMY.health = _root.EHP;
_root.ENEMY2.health = _root.EHP;
_root.trigger = 400;
_root.guardian.gotoAndStop(1);
_root.JHPfull = _root.JHPfull + 100;
_root.kills = _root.kills + 1;
stop();
Instance of Symbol 1504 MovieClip in Frame 7
onClipEvent (enterFrame) {
_root.BKILLS = _root.kills;
}
Instance of Symbol 1511 MovieClip in Frame 7
onClipEvent (enterFrame) {
_root._y = 0;
}
Frame 8
_root.BCOMBO = 0;
_root.BCOMBO = 0;
_root.kills = 0;
_root.score = 0;
_root.BCOMBO = 0;
_root.pause._visible = false;
_root.customize._visible = false;
_root.pause.gotoAndStop(2);
_root.customize.gotoAndStop(1);
_root.kills = 0;
_root.score = 0;
_root.damageadd = 20;
_root.JHP = _root.JHPfull;
_quality = "High";
_root.ENEMY.health = _root.EHP;
_root.ENEMY2.health = _root.EHP;
_root.trigger = 400;
_root.timecontrol.gotoAndStop(1);
_root.player._x = 120;
_root.JHP = _root.JHPfull;
stop();
Frame 9
_root.pause._visible = true;
_root.pause.gotoAndStop(2);
_root.customize._visible = false;
_root.customize.gotoAndStop(1);
_root.trigger = 0;
_root.player.gotoAndStop(1);
_root.timecontrol.gotoAndStop(1);
stop();
Instance of Symbol 731 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.HITZ.hits > _root.BCOMBO) {
_root.BCOMBO = _root.HITZ.hits;
}
}
Instance of Symbol 1719 MovieClip in Frame 9
onClipEvent (enterFrame) {
_root.pause.mission.gotoAndStop(4);
}
Frame 10
_root.ENEMY._visible = true;
_root.ENEMY2._visible = true;
_root.gunsystem.gotoAndStop(1);
_root.player._xscale = 55;
_root.money = _root.money + 1000;
_root.pause._visible = false;
_root.customize._visible = true;
_root.customize.gotoAndStop(1);
_root.attack = _root.attack + 10;
_root.CH3 = _root.CH3 + 3;
_quality = "High";
_root.ENEMY.health = _root.EHP;
_root.ENEMY2.health = _root.EHP;
_root.trigger = 400;
_root.guardian.gotoAndStop(1);
_root.JHPfull = _root.JHPfull + 100;
_root.kills = 23;
stop();
Instance of Symbol 1504 MovieClip in Frame 10
onClipEvent (enterFrame) {
_root.BKILLS = _root.kills;
}
Instance of Symbol 1511 MovieClip in Frame 10
onClipEvent (enterFrame) {
_root._y = 0;
_root.kills = 23;
}
Frame 11
tellTarget ("/ENEMY") {
gotoAndStop (1);
};
tellTarget ("/ENEMY2") {
gotoAndStop (1);
};
_root.BCOMBO = 0;
_root.BCOMBO = 0;
_root.kills = 0;
_root.score = 0;
_root.pause._visible = false;
_root.customize._visible = false;
_root.pause.gotoAndStop(2);
_root.customize.gotoAndStop(1);
_root.kills = 0;
_root.score = 0;
_root.damageadd = 50;
_root.JHP = _root.JHPfull;
_quality = "High";
_root.ENEMY.health = _root.EHP;
_root.ENEMY2.health = _root.EHP;
_root.trigger = 400;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.trigger = 400;
_root.timecontrol.gotoAndStop(1);
_root.player._x = 120;
_root.kills = 0;
stop();
Frame 12
_root.player._xscale = 55;
_root.pause._visible = true;
_root.pause.gotoAndStop(2);
_root.customize._visible = false;
_root.customize.gotoAndStop(1);
_root.trigger = 0;
_root.player.gotoAndStop(1);
_root.JHP = _root.JHPfull;
_root.Etrigger = 0;
_root.timecontrol.gotoAndStop(1);
_root.kills = 0;
stop();
Instance of Symbol 1872 MovieClip "ENEMY4" in Frame 12
onClipEvent (load) {
motion = 0;
damage = 0;
_root.crowarea = _root.ENEMY3._y;
}
onClipEvent (enterFrame) {
if (_root.player._x > this._x) {
this._x = this._x + motion;
damage = -7;
_root.player.damage = 25;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < this._x) {
this._x = this._x - motion;
damage = 7;
_root.player.damage = -25;
}
}
onClipEvent (load) {
health = _root.EHP * 27;
}
onClipEvent (enterFrame) {
_root.CROWHEALTH.hp = _root.ENEMY4.health;
_root.CROWHEALTH.hpfull = _root.EHP * 27;
}
onClipEvent (enterFrame) {
if (this._x > 640) {
_root.ENEMY4._x = 660;
}
}
onClipEvent (enterFrame) {
if (this._x < 50) {
_root.ENEMY4._x = 50;
}
}
onClipEvent (enterFrame) {
if (this.health < 500) {
_root.ENEMY4.virus.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.HITZ.hits > 50) {
_root.ENEMY4.dude.gotoAndPlay("evade");
}
}
onClipEvent (enterFrame) {
if (_root.Etrigger > 5) {
_root.ENEMY4.dude.stop();
}
}
onClipEvent (enterFrame) {
if (_root.Etrigger < 5) {
_root.ENEMY4.dude.play();
}
}
onClipEvent (enterFrame) {
if (this.health < 1) {
_root.ENEMY4.gotoAndStop("death");
_root.CROWHEALTH.hp = 0;
}
}
onClipEvent (enterFrame) {
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
}
Instance of Symbol 731 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.HITZ.hits > _root.BCOMBO) {
_root.BCOMBO = _root.HITZ.hits;
}
}
Instance of Symbol 1719 MovieClip in Frame 12
onClipEvent (enterFrame) {
_root.pause.mission.gotoAndStop(5);
}
Frame 13
_root.healthlvl = _root.healthlvl + 1;
_root.ENEMY._visible = true;
_root.ENEMY2._visible = true;
_root.money = _root.money + 1000;
_root.pause._visible = false;
_root.customize._visible = true;
_root.customize.gotoAndStop(1);
_root.Bkills = 1;
_root.CH4 = _root.CH4 + 3;
_root.money = _root.money + 1000;
_root.healthLVL = _root.healthLVL + 1;
_root.attackLVL = _root.attackLVL + 1;
_quality = "High";
_root.ENEMY.health = _root.EHP;
_root.ENEMY2.health = _root.EHP;
_root.trigger = 400;
_root.guardian.gotoAndStop(1);
_root.JHPfull = _root.JHPfull + 100;
_root.kills = 1;
stop();
Instance of Symbol 1504 MovieClip in Frame 13
onClipEvent (enterFrame) {
_root.BKILLS = _root.kills;
}
Instance of Symbol 1511 MovieClip in Frame 13
onClipEvent (enterFrame) {
_root._y = 0;
_root.kills = 1;
}
Frame 14
tellTarget ("/ENEMY") {
gotoAndStop (1);
};
tellTarget ("/ENEMY2") {
gotoAndStop (1);
};
_root.BCOMBO = 0;
_root.BCOMBO = 0;
_root.kills = 0;
_root.score = 0;
_root.pause._visible = true;
_root.pause.gotoAndStop(2);
_root.customize._visible = false;
_root.customize.gotoAndStop(1);
_root.trigger = 0;
_root.player.gotoAndStop(1);
_root.pause._visible = false;
_root.customize._visible = false;
_root.pause.gotoAndStop(2);
_root.customize.gotoAndStop(1);
_root.kills = 0;
_root.score = 0;
_root.damageadd = 60;
_root.JHP = _root.JHPfull;
_quality = "High";
_root.ENEMY.health = _root.EHP;
_root.ENEMY2.health = _root.EHP;
_root.trigger = 400;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.trigger = 400;
_root.EHPfull = _root.EHPfull + 500;
stop();
Frame 15
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.gunsystem.gotoAndStop(1);
_root.player._xscale = 55;
_root.ENEMY._visible = true;
_root.ENEMY2._visible = true;
_root.pause._visible = true;
_root.pause.gotoAndStop(2);
_root.customize._visible = false;
_root.customize.gotoAndStop(1);
_root.trigger = 0;
_root.player.gotoAndStop(1);
_root.player._x = 120;
_root.player._xscale = 55;
_root.JHP = _root.JHPfull;
_root.ENEMY.health = _root.EHP;
_root.ENEMY2.health = _root.EHP;
_root.trigger = 400;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.trigger = 400;
_root.Etrigger = 0;
_root.timecontrol.gotoAndStop(1);
_root.traveler2.gotoAndStop(1);
stop();
Instance of Symbol 731 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.HITZ.hits > _root.BCOMBO) {
_root.BCOMBO = _root.HITZ.hits;
}
}
Instance of Symbol 1719 MovieClip in Frame 15
onClipEvent (enterFrame) {
_root.pause.mission.gotoAndStop(6);
}
Frame 16
_root.healthlvl = _root.healthlvl + 1;
_root.money = _root.money + 1000;
_root.pause._visible = false;
_root.customize._visible = true;
_root.customize.gotoAndStop(1);
_root.Bkills = 1;
_root.damageadd = 100;
_root.CH5 = _root.CH5 + 3;
_quality = "High";
_root.ENEMY.health = _root.EHP;
_root.ENEMY2.health = _root.EHP;
_root.trigger = 400;
_root.guardian.gotoAndStop(1);
_root.JHPfull = _root.JHPfull + 100;
_root.kills = 1;
stop();
Instance of Symbol 1504 MovieClip in Frame 16
onClipEvent (enterFrame) {
_root.BKILLS = _root.kills;
}
Instance of Symbol 1511 MovieClip in Frame 16
onClipEvent (enterFrame) {
_root._y = 0;
_root.kills = 23;
}
Frame 17
_root.trigger = 0;
_root.player.gotoAndStop(1);
_root.player._x = 120;
_root.player._xscale = 55;
_root.BCOMBO = 0;
_root.BCOMBO = 0;
_root.kills = 0;
_root.score = 0;
_root.pause.gotoAndStop(2);
_root.customize._visible = false;
_root.customize.gotoAndStop(1);
_root.trigger = 0;
_root.player.gotoAndStop(1);
_root.pause._visible = false;
_root.customize._visible = false;
_root.pause.gotoAndStop(2);
_root.customize.gotoAndStop(1);
_root.kills = 0;
_root.score = 0;
_root.damageadd = 60;
_quality = "High";
_root.ENEMY.health = _root.EHP;
_root.ENEMY2.health = _root.EHP;
_root.trigger = 400;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.trigger = 400;
_root.EHPfull = _root.EHPfull + 500;
stop();
Frame 18
_root.ENEMY._visible = true;
_root.ENEMY2._visible = true;
_root.pause._visible = true;
_root.pause.gotoAndStop(2);
_root.customize._visible = false;
_root.customize.gotoAndStop(1);
_root.trigger = 0;
_root.player.gotoAndStop(1);
_root.player._x = 120;
_root.player._xscale = 55;
_root.pause._visible = true;
_root.pause.gotoAndStop(2);
_root.customize._visible = false;
_root.customize.gotoAndStop(1);
_root.trigger = 0;
_root.player.gotoAndStop(1);
_root.player._x = 120;
_root.player._xscale = 55;
_root.trigger = 0;
_root.trigger = 0;
_root.trigger = 0;
_root.ENEMY.health = _root.EHP;
_root.ENEMY2.health = _root.EHP;
_root.trigger = 400;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.trigger = 400;
_root.Etrigger = 0;
_root.player.gotoAndStop(1);
stop();
Instance of Symbol 2070 MovieClip "ENEMY5" in Frame 18
onClipEvent (load) {
motion = 0;
damage = 0;
_root.kojiarea2 = _root.ENEMY5._y;
}
onClipEvent (enterFrame) {
if (_root.player._x > this._x) {
this._x = this._x + motion;
damage = -7;
attack = 7;
_root.player.damage = 25;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < this._x) {
this._x = this._x - motion;
damage = 7;
attack = -7;
_root.player.damage = -25;
}
}
onClipEvent (load) {
health = _root.EHP * 34;
}
onClipEvent (enterFrame) {
_root.KOJIHEALTH2.hp = _root.ENEMY5.health;
_root.KOJIHEALTH2.hpfull = _root.EHP * 34;
}
onClipEvent (enterFrame) {
if (this._x > 640) {
_root.ENEMY5._x = 660;
}
}
onClipEvent (enterFrame) {
if (this._x < 50) {
_root.ENEMY5._x = 50;
}
}
onClipEvent (enterFrame) {
if (this.health < 500) {
_root.ENEMY5.virus.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.HITZ.hits > 79) {
_root.ENEMY5.dude.gotoAndPlay("evade");
}
}
onClipEvent (enterFrame) {
if (_root.Etrigger > 5) {
_root.ENEMY5.dude.stop();
}
}
onClipEvent (enterFrame) {
if (_root.Etrigger < 5) {
_root.ENEMY5.dude.play();
}
}
onClipEvent (enterFrame) {
if (this.health < 1) {
_root.ENEMY5.gotoAndStop("death");
_root.KOJIHEALTH2.hp = 0;
}
}
onClipEvent (enterFrame) {
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
}
Instance of Symbol 731 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.HITZ.hits > _root.BCOMBO) {
_root.BCOMBO = _root.HITZ.hits;
}
}
Instance of Symbol 1719 MovieClip in Frame 18
onClipEvent (enterFrame) {
_root.pause.mission.gotoAndStop(7);
}
Frame 19
_root.pause._visible = false;
_root.customize._visible = false;
_root.CH6 = _root.CH6 + 3;
_root.trigger = 400;
stop();
Frame 20
_root.pause._visible = false;
_root.customize._visible = false;
_root.trigger = 400;
stop();
Frame 21
_root.pause._visible = false;
_root.customize._visible = false;
_root.kills = 74;
_root.trigger = 400;
stop();
Instance of Symbol 1504 MovieClip in Frame 21
onClipEvent (enterFrame) {
_root.BKILLS = _root.kills;
}
Instance of Symbol 2159 MovieClip in Frame 21
onClipEvent (enterFrame) {
_root.gemsearned = 2500;
_root.kills = 74;
}
Frame 22
_root.kills = 0;
_root.score = 0;
_root.ENEMY.gotoAndStop(2);
_root.ENEMY._visible = true;
_root.ENEMY2._visible = true;
_root.ENEMY2.gotoAndStop(1);
_root.pause.gotoAndStop(2);
_root.pause._visible = true;
_root.JHP = _root.JHPfull;
_root.ammo = 250;
_root.money = _root.money + 1111111;
_root.money = _root.money - 1111111;
_root.maxammo2 = 25;
_root.maxammo3 = 12;
_root.maxammo4 = 12;
_root.maxammo5 = 25;
_root.maxammo6 = 35;
_root.maxammo7 = 1;
_root.maxammo8 = 100;
_root.maxammo = 250;
_root.ammo2 = 25;
_root.ammo3 = 12;
_root.ammo4 = 12;
_root.ammo5 = 25;
_root.ammo6 = 35;
_root.ammo7 = 1;
_root.ammo8 = 100;
_root.ammo = 250;
stop();
Instance of Symbol 2182 MovieClip "egger" in Frame 22
onClipEvent (enterFrame) {
if (_root.seconds < 1) {
_root.eggtimer.play();
}
}
onClipEvent (enterFrame) {
if (_root.timing < 0) {
_root.timeout.play();
}
}
Instance of Symbol 1719 MovieClip in Frame 22
onClipEvent (enterFrame) {
_root.pause.mission.gotoAndStop(8);
}
Symbol 18 MovieClip Frame 1
stop();
Symbol 25 Button
on (release) {
getURL ("http://www.gamesofgondor.com/", "_blank");
}
Symbol 31 Button
on (release) {
tellTarget ("/text") {
gotoAndStop (1);
};
}
on (release, keyPress "a") {
tellTarget ("/shot") {
play();
};
}
Symbol 32 Button
on (release) {
tellTarget ("/text") {
gotoAndStop ("instructions");
};
}
Symbol 33 Button
on (release) {
tellTarget ("/text") {
gotoAndStop ("colosseum");
};
}
Symbol 34 Button
on (release) {
tellTarget ("/text") {
gotoAndStop ("continue");
};
}
Symbol 35 Button
on (release) {
tellTarget ("/text") {
gotoAndStop ("customize");
};
}
Symbol 36 Button
on (release) {
tellTarget ("/text") {
gotoAndStop ("credits");
};
}
Symbol 37 Button
on (release) {
tellTarget ("/text") {
gotoAndStop ("saga");
};
}
Symbol 38 Button
on (release) {
tellTarget ("/text") {
gotoAndStop ("behind");
};
}
Symbol 61 MovieClip Frame 16
stop();
Symbol 62 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
tellTarget ("/exit") {
gotoAndStop (1);
};
Symbol 62 MovieClip Frame 2
gotoAndPlay (1);
tellTarget ("/exit") {
gotoAndStop (1);
};
Symbol 62 MovieClip Frame 3
stop();
stop();
Symbol 71 MovieClip Frame 1
_root._y = 0;
Symbol 75 Button
on (release) {
nextFrame();
}
Symbol 77 Button
on (release) {
tellTarget ("/gamestart") {
play();
};
}
Symbol 78 Button
on (release) {
gotoAndStop (22);
}
Symbol 86 MovieClip Frame 1
_quality = "Medium";
Symbol 86 MovieClip Frame 10
_quality = "Medium";
Symbol 86 MovieClip Frame 11
stop();
_quality = "High";
Symbol 88 Button
on (release) {
prevFrame();
}
Symbol 110 Button
on (release) {
gotoAndStop (3);
}
Symbol 118 Button
on (release) {
_root.customize.play();
}
Symbol 120 MovieClip Frame 1
_quality = "Medium";
Symbol 120 MovieClip Frame 10
_quality = "Medium";
Symbol 120 MovieClip Frame 11
stop();
_quality = "High";
Symbol 128 MovieClip Frame 1
_quality = "Medium";
Symbol 128 MovieClip Frame 10
_quality = "Medium";
Symbol 128 MovieClip Frame 11
stop();
_quality = "High";
Symbol 156 MovieClip Frame 1
_quality = "Medium";
Symbol 156 MovieClip Frame 10
_quality = "Medium";
Symbol 156 MovieClip Frame 11
stop();
_quality = "High";
Symbol 181 Button
on (release) {
_root.gotoAndStop("episode1");
}
Symbol 182 MovieClip Frame 1
stop();
Symbol 182 MovieClip Frame 2
stop();
Symbol 189 Button
on (release) {
_root.gotoAndStop("episode2");
}
Symbol 190 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 2
stop();
Symbol 197 Button
on (release) {
_root.gotoAndStop("episode3");
}
Symbol 198 MovieClip Frame 1
stop();
Symbol 198 MovieClip Frame 2
stop();
Symbol 204 Button
on (release) {
_root.gotoAndStop("episode4");
}
Symbol 205 MovieClip Frame 1
stop();
Symbol 205 MovieClip Frame 2
stop();
Symbol 212 Button
on (release) {
_root.gotoAndStop("episode5");
}
Symbol 213 MovieClip Frame 1
stop();
Symbol 213 MovieClip Frame 2
stop();
Symbol 220 Button
on (release) {
_root.gotoAndStop("episode6");
}
Symbol 221 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 2
stop();
Symbol 238 MovieClip Frame 1
stop();
Symbol 238 MovieClip Frame 2
stop();
Symbol 238 MovieClip Frame 3
stop();
Symbol 239 Button
on (release) {
tellTarget ("/difficulty") {
gotoAndStop (2);
};
}
Symbol 240 Button
on (release) {
tellTarget ("/difficulty") {
gotoAndStop (1);
};
}
Symbol 241 Button
on (release) {
tellTarget ("/difficulty") {
gotoAndStop (3);
};
}
Symbol 246 MovieClip Frame 1
_quality = "Medium";
Symbol 246 MovieClip Frame 10
_quality = "Medium";
Symbol 246 MovieClip Frame 11
stop();
_quality = "High";
Symbol 252 Button
on (release) {
tellTarget ("/fieldname") {
gotoAndStop (2);
};
}
Symbol 253 Button
on (release) {
tellTarget ("/fieldname") {
gotoAndStop (1);
};
}
Symbol 254 Button
on (release) {
tellTarget ("/fieldname") {
gotoAndStop (3);
};
}
Symbol 255 Button
on (release) {
tellTarget ("/fieldname") {
gotoAndStop (4);
};
}
Symbol 260 Button
on (release) {
_root.colosseumgo.play();
}
Symbol 265 MovieClip Frame 1
stop();
Symbol 265 MovieClip Frame 2
stop();
Symbol 265 MovieClip Frame 3
stop();
Symbol 265 MovieClip Frame 4
stop();
Symbol 276 MovieClip Frame 1
_quality = "Medium";
Symbol 276 MovieClip Frame 10
_quality = "Medium";
Symbol 276 MovieClip Frame 11
stop();
_quality = "High";
Symbol 282 Button
on (release) {
getURL ("http://www.phrozenflame.com/game/77", "_blank");
}
Symbol 283 Button
on (release) {
getURL ("http://www.phrozenflame.com/game/80", "_blank");
}
Symbol 284 Button
on (release) {
getURL ("http://www.phrozenflame.com/game/78", "_blank");
}
Symbol 285 Button
on (release) {
getURL ("http://www.phrozenflame.com/game/79", "_blank");
}
Symbol 286 Button
on (release) {
getURL ("http://www.dizimz.phrozenflame.com", "_blank");
}
Symbol 294 MovieClip Frame 1
_quality = "Medium";
Symbol 294 MovieClip Frame 10
_quality = "Medium";
Symbol 294 MovieClip Frame 11
stop();
_quality = "High";
Symbol 295 MovieClip Frame 1
stop();
_root.customize._visible = false;
_root.customize.gotoAndStop(1);
Symbol 295 MovieClip Frame 2
stop();
Symbol 295 MovieClip Frame 3
stop();
_root.customize._visible = false;
_root.customize.gotoAndStop(1);
Symbol 295 MovieClip Frame 4
stop();
Symbol 295 MovieClip Frame 5
stop();
Symbol 295 MovieClip Frame 6
stop();
Symbol 295 MovieClip Frame 7
stop();
Symbol 295 MovieClip Frame 8
stop();
Symbol 295 MovieClip Frame 9
stop();
Symbol 295 MovieClip Frame 10
stop();
Symbol 295 MovieClip Frame 11
stop();
Symbol 295 MovieClip Frame 12
stop();
Symbol 295 MovieClip Frame 13
stop();
Symbol 295 MovieClip Frame 14
stop();
Symbol 295 MovieClip Frame 15
stop();
Symbol 295 MovieClip Frame 16
stop();
Symbol 295 MovieClip Frame 17
stop();
Symbol 295 MovieClip Frame 18
stop();
_root.customize._visible = true;
Symbol 295 MovieClip Frame 19
stop();
_root.customize._visible = false;
_root.customize.gotoAndStop(1);
Symbol 295 MovieClip Frame 20
stop();
_root.customize._visible = false;
_root.customize.gotoAndStop(1);
Symbol 295 MovieClip Frame 21
stop();
_root.customize._visible = false;
_root.customize.gotoAndStop(1);
Symbol 295 MovieClip Frame 22
stop();
_root.customize._visible = false;
_root.customize.gotoAndStop(1);
Symbol 295 MovieClip Frame 23
stop();
_root.customize._visible = false;
_root.customize.gotoAndStop(1);
Symbol 295 MovieClip Frame 24
stop();
_root.customize._visible = false;
_root.customize.gotoAndStop(1);
Symbol 296 Button
on (release) {
nextFrame();
}
Symbol 303 Button
on (release) {
play();
}
Symbol 305 MovieClip Frame 1
stopAllSounds();
Symbol 305 MovieClip Frame 14
stop();
Symbol 305 MovieClip Frame 15
stop();
stopAllSounds();
Symbol 326 MovieClip Frame 4
_root._y = 0.5;
Symbol 326 MovieClip Frame 5
_root._y = -0.5;
Symbol 326 MovieClip Frame 6
_root._y = 0;
Symbol 326 MovieClip Frame 7
_quality = "High";
Symbol 326 MovieClip Frame 12
stop();
Symbol 327 Button
on (release) {
gotoAndPlay (61);
}
Symbol 328 Button
on (release) {
play();
}
Symbol 329 Button
on (release) {
gotoAndPlay (91);
}
Symbol 347 MovieClip Frame 1
stop();
Symbol 347 MovieClip Frame 19
stopAllSounds();
Symbol 347 MovieClip Frame 28
stop();
Symbol 347 MovieClip Frame 51
_root.difficulty.gotoAndStop("normal");
Symbol 347 MovieClip Frame 60
stop();
_root.play();
Symbol 347 MovieClip Frame 67
_root.difficulty.gotoAndStop("easy");
Symbol 347 MovieClip Frame 90
stop();
_root.play();
Symbol 347 MovieClip Frame 102
_root.difficulty.gotoAndStop("hard");
Symbol 347 MovieClip Frame 122
stop();
_root.play();
Symbol 366 MovieClip Frame 1
stop();
_root.rank1.gotoAndStop(1);
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
Symbol 366 MovieClip Frame 2
_root.rank1.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 3
_root.rank1.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 4
_root.rank1.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 5
_root.rank2.play();
_root.rank1.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 6
_root.rank2.play();
_root.rank1.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 7
_root.rank2.play();
_root.rank1.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 8
_root.rank2.play();
_root.rank1.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 9
_root.rank3.play();
_root.rank1.gotoAndStop(1);
_root.rank2.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 10
_root.rank3.play();
_root.rank1.gotoAndStop(1);
_root.rank2.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 11
_root.rank3.play();
_root.rank1.gotoAndStop(1);
_root.rank2.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 12
_root.rank3.play();
_root.rank1.gotoAndStop(1);
_root.rank2.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 13
_root.rank3.play();
_root.rank1.gotoAndStop(1);
_root.rank2.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 14
_root.rank4.play();
_root.rank1.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank2.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 15
_root.rank4.play();
_root.rank1.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank2.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 16
_root.rank4.play();
_root.rank1.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank2.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 17
_root.rank4.play();
_root.rank1.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank2.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 18
_root.rank4.play();
_root.rank1.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank2.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 19
_root.rank5.play();
_root.rank1.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank2.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 20
_root.rank5.play();
_root.rank1.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank2.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 21
_root.rank5.play();
_root.rank1.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank2.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 22
_root.rank5.play();
_root.rank1.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank2.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 23
_root.rank5.play();
_root.rank1.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank2.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 24
_root.rank5.play();
_root.rank1.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank2.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 25
_root.rank6.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 26
_root.rank6.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 27
_root.rank6.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 28
_root.rank6.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 29
_root.rank6.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 30
_root.rank6.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 31
_root.rank7.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 32
_root.rank7.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 33
_root.rank7.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 34
_root.rank7.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 35
_root.rank7.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 36
_root.rank7.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 37
_root.rank8.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 38
_root.rank8.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 39
_root.rank8.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 40
_root.rank8.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 41
_root.rank8.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 42
_root.rank8.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 43
_root.rank9.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 44
_root.rank9.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 45
_root.rank9.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 46
_root.rank9.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 47
_root.rank9.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 48
_root.rank9.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
_root.rank10.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 49
_root.rank10.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 50
_root.rank10.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 51
_root.rank10.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 52
_root.rank10.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 53
_root.rank10.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 54
_root.rank10.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 55
_root.rank10.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 56
_root.rank10.play();
_root.rank2.gotoAndStop(1);
_root.rank3.gotoAndStop(1);
_root.rank4.gotoAndStop(1);
_root.rank5.gotoAndStop(1);
_root.rank6.gotoAndStop(1);
_root.rank7.gotoAndStop(1);
_root.rank8.gotoAndStop(1);
_root.rank9.gotoAndStop(1);
_root.rank1.gotoAndStop(1);
stop();
Symbol 366 MovieClip Frame 57
gotoAndStop (56);
Symbol 366 MovieClip Frame 58
gotoAndStop (56);
Symbol 366 MovieClip Frame 59
gotoAndStop (56);
Symbol 366 MovieClip Frame 60
gotoAndStop (56);
Symbol 369 MovieClip Frame 1
stop();
Instance of Symbol 368 MovieClip in Symbol 369 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.EHP = _root.EHPset;
}
onClipEvent (enterFrame) {
_root.MHP = _root.MHPset;
}
onClipEvent (enterFrame) {
_root.rankee.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.BHP = _root.BHPset;
}
onClipEvent (enterFrame) {
_root.dmgrank = 2;
_root.text.current.gotoAndStop(1);
}
Symbol 369 MovieClip Frame 2
stop();
Instance of Symbol 368 MovieClip in Symbol 369 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.EHP = _root.EHPset / 2;
}
onClipEvent (enterFrame) {
_root.MHP = _root.MHPset / 2;
}
onClipEvent (enterFrame) {
_root.BHP = _root.BHPset / 2;
}
onClipEvent (load) {
_root.dmgrank = 1;
_root.text.current.gotoAndStop(2);
}
onClipEvent (enterFrame) {
_root.rankee.gotoAndStop(2);
}
Symbol 369 MovieClip Frame 3
stop();
Instance of Symbol 368 MovieClip in Symbol 369 MovieClip Frame 3
onClipEvent (enterFrame) {
_root.EHP = _root.EHPset * 5;
}
onClipEvent (enterFrame) {
_root.MHP = _root.MHPset * 5;
}
onClipEvent (enterFrame) {
_root.BHP = _root.BHPset * 5;
}
onClipEvent (enterFrame) {
_root.dmgrank = 4;
_root.text.current.gotoAndStop(3);
}
onClipEvent (enterFrame) {
_root.rankee.gotoAndStop(3);
}
Symbol 414 Button
on (keyPress "w") {
gotoAndStop (3);
}
Symbol 430 MovieClip Frame 2
stop();
Symbol 430 MovieClip Frame 3
stop();
Symbol 449 Button
on (keyPress "w") {
gotoAndStop (2);
}
Symbol 464 MovieClip Frame 2
stop();
Symbol 464 MovieClip Frame 3
stop();
Symbol 464 MovieClip Frame 4
stop();
Symbol 464 MovieClip Frame 5
stop();
Symbol 464 MovieClip Frame 6
stop();
Symbol 464 MovieClip Frame 7
stop();
Symbol 464 MovieClip Frame 8
stop();
Symbol 466 MovieClip Frame 1
_root.HLTGOAL = 500;
_root.ATTGOAL = 500;
_root.ATT = 5;
_root.HLT = 5;
_root.attack = 25;
_root.JHPfull = 300;
_root.egger.play();
_root.attackLVL = 1;
_root.HealthLVL = 1;
Symbol 466 MovieClip Frame 2
_root.trigger = 0;
stop();
_root.player.gotoAndStop(1);
_root.Etrigger = 0;
_root.rain.gotoAndStop(2);
Symbol 466 MovieClip Frame 3
_root.trigger = 400;
stop();
_root.player.dude.stop();
_root.Etrigger = 400;
_quality = "High";
_root.rain.gotoAndStop(1);
Instance of Symbol 448 MovieClip in Symbol 466 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pause.APTG > 999999) {
_root.pause.APTG = 999999 /* 0x0F423F */;
}
}
onClipEvent (enterFrame) {
if (_root.pause.HPTG > 999999) {
_root.pause.HPTG = 999999 /* 0x0F423F */;
}
}
Symbol 492 MovieClip Frame 1
stop();
Symbol 513 Button
on (release) {
gotoAndStop (1);
}
Symbol 514 Button
on (release) {
gotoAndStop (2);
}
Symbol 515 Button
on (release) {
gotoAndStop (3);
}
Symbol 516 Button
on (release) {
gotoAndStop (4);
}
Symbol 517 Button
on (release) {
gotoAndStop (5);
}
Symbol 518 Button
on (release) {
gotoAndStop (6);
}
Symbol 519 Button
on (release) {
gotoAndStop (8);
}
Symbol 520 Button
on (release) {
gotoAndStop (7);
}
Symbol 521 Button
on (release) {
gotoAndStop (10);
}
Symbol 522 Button
on (release) {
gotoAndStop (9);
}
Symbol 523 Button
on (release) {
gotoAndStop (11);
}
Symbol 524 Button
on (release) {
gotoAndStop (12);
}
Symbol 531 Button
on (release) {
_root.pin2 = _root.pin2 + 50;
_root.money = _root.money - 5000;
}
on (release) {
tellTarget ("/moneysound") {
play();
};
}
Symbol 533 Button
on (release) {
_root.pin3 = _root.pin3 + 50;
_root.money = _root.money - 6000;
}
on (release) {
tellTarget ("/moneysound") {
play();
};
}
Symbol 534 Button
on (release) {
_root.pin5 = _root.pin5 + 50;
_root.money = _root.money - 15000;
}
on (release) {
tellTarget ("/moneysound") {
play();
};
}
Symbol 535 Button
on (release) {
_root.pin7 = _root.pin7 + 50;
_root.money = _root.money - 16000;
}
on (release) {
tellTarget ("/moneysound") {
play();
};
}
Symbol 536 Button
on (release) {
_root.pin6 = _root.pin6 + 50;
_root.money = _root.money - 12000;
}
on (release) {
tellTarget ("/moneysound") {
play();
};
}
Symbol 537 Button
on (release) {
_root.pin4 = _root.pin4 + 50;
_root.money = _root.money - 14000;
}
on (release) {
tellTarget ("/moneysound") {
play();
};
}
Symbol 538 Button
on (release) {
_root.pin8 = _root.pin8 + 50;
_root.money = _root.money - 25000;
}
on (release) {
tellTarget ("/moneysound") {
play();
};
}
Symbol 539 Button
on (release) {
_root.pin9 = _root.pin9 + 50;
_root.money = _root.money - 25000;
}
on (release) {
tellTarget ("/moneysound") {
play();
};
}
Symbol 540 Button
on (release) {
_root.armormemory = _root.armormemory - 30;
_root.money = _root.money - 7500;
}
on (release) {
tellTarget ("/moneysound") {
play();
};
}
Symbol 541 Button
on (release) {
_root.armormemory = _root.armormemory + 30;
_root.money = _root.money - 15000;
}
on (release) {
tellTarget ("/moneysound") {
play();
};
}
Symbol 542 Button
on (release) {
_root.ammo = _root.maxammo;
_root.money = _root.money - 500;
}
on (release) {
tellTarget ("/moneysound") {
play();
};
}
Symbol 543 Button
on (release) {
_root.ammo2 = _root.maxammo2;
_root.money = _root.money - 500;
}
on (release) {
tellTarget ("/moneysound") {
play();
};
}
Symbol 544 Button
on (release) {
_root.ammo3 = _root.maxammo3;
_root.money = _root.money - 200;
}
on (release) {
tellTarget ("/moneysound") {
play();
};
}
Symbol 545 Button
on (release) {
_root.ammo4 = _root.maxammo4;
_root.money = _root.money - 1200;
}
on (release) {
tellTarget ("/moneysound") {
play();
};
}
Symbol 546 Button
on (release) {
_root.ammo5 = _root.maxammo5;
_root.money = _root.money - 1400;
}
on (release) {
tellTarget ("/moneysound") {
play();
};
}
Symbol 547 Button
on (release) {
_root.ammo6 = _root.maxammo6;
_root.money = _root.money - 600;
}
on (release) {
tellTarget ("/moneysound") {
play();
};
}
Symbol 548 Button
on (release) {
_root.ammo7 = _root.maxammo7;
_root.money = _root.money - 800;
}
on (release) {
tellTarget ("/moneysound") {
play();
};
}
Symbol 549 Button
on (release) {
_root.ammo8 = _root.maxammo8;
_root.money = _root.money - 1500;
}
on (release) {
tellTarget ("/moneysound") {
play();
};
}
Symbol 550 Button
on (release) {
tellTarget ("/adrenaline") {
gotoAndStop ("full");
};
}
on (release) {
tellTarget ("/moneysound") {
play();
};
}
on (release) {
_root.money = _root.money - 5000;
}
Symbol 551 MovieClip Frame 1
stop();
Symbol 551 MovieClip Frame 2
stop();
Symbol 551 MovieClip Frame 3
stop();
Symbol 551 MovieClip Frame 4
stop();
Symbol 551 MovieClip Frame 5
stop();
Symbol 551 MovieClip Frame 6
stop();
Symbol 551 MovieClip Frame 7
stop();
Symbol 551 MovieClip Frame 8
stop();
Symbol 551 MovieClip Frame 9
stop();
Symbol 551 MovieClip Frame 10
stop();
Symbol 551 MovieClip Frame 11
stop();
Symbol 551 MovieClip Frame 12
stop();
Symbol 551 MovieClip Frame 13
stop();
Symbol 551 MovieClip Frame 14
stop();
Symbol 551 MovieClip Frame 15
stop();
Symbol 551 MovieClip Frame 16
stop();
Symbol 551 MovieClip Frame 17
stop();
Symbol 551 MovieClip Frame 18
stop();
Symbol 551 MovieClip Frame 19
stop();
Symbol 551 MovieClip Frame 20
stop();
Symbol 594 MovieClip Frame 1
stop();
Instance of Symbol 551 MovieClip "button" in Symbol 594 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.money > 4999) {
_root.customize.texty.button.gotoAndStop("cerberus");
}
}
onClipEvent (enterFrame) {
if (_root.money < 4999) {
_root.customize.texty.button.gotoAndStop(1);
}
}
Instance of Symbol 551 MovieClip "button11" in Symbol 594 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.money > 499) {
_root.customize.texty.button11.gotoAndStop("cerberusa");
}
}
onClipEvent (enterFrame) {
if (_root.money < 499) {
_root.customize.texty.button11.gotoAndStop(1);
}
}
Symbol 594 MovieClip Frame 2
stop();
Instance of Symbol 551 MovieClip "button2" in Symbol 594 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.money > 5999) {
_root.customize.texty.button2.gotoAndStop("hydra");
}
}
onClipEvent (enterFrame) {
if (_root.money < 5999) {
_root.customize.texty.button2.gotoAndStop(1);
}
}
Instance of Symbol 551 MovieClip "button12" in Symbol 594 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.money > 199) {
_root.customize.texty.button12.gotoAndStop("hydraa");
}
}
onClipEvent (enterFrame) {
if (_root.money < 199) {
_root.customize.texty.button12.gotoAndStop(1);
}
}
Symbol 594 MovieClip Frame 3
stop();
Instance of Symbol 551 MovieClip "button3" in Symbol 594 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.money > 11999) {
_root.customize.texty.button3.gotoAndStop("gravity");
}
}
onClipEvent (enterFrame) {
if (_root.money < 11999) {
_root.customize.texty.button3.gotoAndStop(1);
}
}
Instance of Symbol 551 MovieClip "button13" in Symbol 594 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.money > 1199) {
_root.customize.texty.button13.gotoAndStop("gravitya");
}
}
onClipEvent (enterFrame) {
if (_root.money < 1199) {
_root.customize.texty.button13.gotoAndStop(1);
}
}
Symbol 594 MovieClip Frame 4
stop();
Instance of Symbol 551 MovieClip "button4" in Symbol 594 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.money > 13999) {
_root.customize.texty.button4.gotoAndStop("nitrator");
}
}
onClipEvent (enterFrame) {
if (_root.money < 13999) {
_root.customize.texty.button4.gotoAndStop(1);
}
}
Instance of Symbol 551 MovieClip "button14" in Symbol 594 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.money > 1399) {
_root.customize.texty.button14.gotoAndStop("nitratora");
}
}
onClipEvent (enterFrame) {
if (_root.money < 1399) {
_root.customize.texty.button14.gotoAndStop(1);
}
}
Symbol 594 MovieClip Frame 5
stop();
Instance of Symbol 551 MovieClip "button5" in Symbol 594 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.money > 11999) {
_root.customize.texty.button5.gotoAndStop("atom");
}
}
onClipEvent (enterFrame) {
if (_root.money < 11999) {
_root.customize.texty.button5.gotoAndStop(1);
}
}
Instance of Symbol 551 MovieClip "button15" in Symbol 594 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.money > 599) {
_root.customize.texty.button15.gotoAndStop("atoma");
}
}
onClipEvent (enterFrame) {
if (_root.money < 599) {
_root.customize.texty.button15.gotoAndStop(1);
}
}
Symbol 594 MovieClip Frame 6
stop();
Instance of Symbol 551 MovieClip "button6" in Symbol 594 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.money > 15999) {
_root.customize.texty.button6.gotoAndStop("hell");
}
}
onClipEvent (enterFrame) {
if (_root.money < 15999) {
_root.customize.texty.button6.gotoAndStop(1);
}
}
Instance of Symbol 551 MovieClip "button16" in Symbol 594 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.money > 799) {
_root.customize.texty.button16.gotoAndStop("hella");
}
}
onClipEvent (enterFrame) {
if (_root.money < 799) {
_root.customize.texty.button16.gotoAndStop(1);
}
}
Symbol 594 MovieClip Frame 7
stop();
Instance of Symbol 551 MovieClip "button7" in Symbol 594 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.money > 24999) {
_root.customize.texty.button7.gotoAndStop("thor");
}
}
onClipEvent (enterFrame) {
if (_root.money < 24999) {
_root.customize.texty.button7.gotoAndStop(1);
}
}
Instance of Symbol 551 MovieClip "button17" in Symbol 594 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.money > 1499) {
_root.customize.texty.button17.gotoAndStop("thora");
}
}
onClipEvent (enterFrame) {
if (_root.money < 1499) {
_root.customize.texty.button17.gotoAndStop(1);
}
}
Symbol 594 MovieClip Frame 8
stop();
Instance of Symbol 551 MovieClip "button8" in Symbol 594 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.money > 24999) {
_root.customize.texty.button8.gotoAndStop("vegetator");
}
}
onClipEvent (enterFrame) {
if (_root.money < 24999) {
_root.customize.texty.button8.gotoAndStop(1);
}
}
Symbol 594 MovieClip Frame 9
stop();
Instance of Symbol 551 MovieClip "button9" in Symbol 594 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.money > 7499) {
_root.customize.texty.button9.gotoAndStop("adamentine");
}
}
onClipEvent (enterFrame) {
if (_root.money < 7499) {
_root.customize.texty.button9.gotoAndStop(1);
}
}
Symbol 594 MovieClip Frame 10
stop();
Instance of Symbol 551 MovieClip "button10" in Symbol 594 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.money > 14999) {
_root.customize.texty.button10.gotoAndStop("demonium");
}
}
onClipEvent (enterFrame) {
if (_root.money < 14999) {
_root.customize.texty.button10.gotoAndStop(1);
}
}
Symbol 594 MovieClip Frame 11
stop();
Instance of Symbol 551 MovieClip "button19" in Symbol 594 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_root.money > 499) {
_root.customize.texty.button19.gotoAndStop("fire");
}
}
onClipEvent (enterFrame) {
if (_root.money < 499) {
_root.customize.texty.button19.gotoAndStop(1);
}
}
Symbol 594 MovieClip Frame 12
stop();
Instance of Symbol 551 MovieClip "button20" in Symbol 594 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.money > 4999) {
_root.customize.texty.button20.gotoAndStop("adrenalator");
}
}
onClipEvent (enterFrame) {
if (_root.money < 4999) {
_root.customize.texty.button20.gotoAndStop(1);
}
}
Symbol 596 Button
on (release) {
gotoAndPlay (13);
}
Symbol 607 MovieClip Frame 1
_quality = "High";
stop();
Symbol 607 MovieClip Frame 2
_quality = "Low";
play();
Symbol 607 MovieClip Frame 7
_quality = "High";
Symbol 607 MovieClip Frame 11
_quality = "High";
_root.trigger = 400;
stop();
stop();
Symbol 607 MovieClip Frame 12
gotoAndStop (11);
Symbol 607 MovieClip Frame 13
_quality = "Low";
Symbol 607 MovieClip Frame 25
gotoAndStop (1);
Symbol 610 MovieClip Frame 1
stop();
Symbol 617 MovieClip Frame 1
stop();
Instance of Symbol 613 MovieClip in Symbol 617 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.field.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.text.selectedfield.gotoAndStop(1);
}
Symbol 617 MovieClip Frame 2
stop();
Instance of Symbol 613 MovieClip in Symbol 617 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.field.gotoAndStop(2);
}
onClipEvent (enterFrame) {
_root.text.selectedfield.gotoAndStop(2);
}
Symbol 617 MovieClip Frame 3
stop();
Instance of Symbol 613 MovieClip in Symbol 617 MovieClip Frame 3
onClipEvent (enterFrame) {
_root.field.gotoAndStop(3);
}
onClipEvent (enterFrame) {
_root.text.selectedfield.gotoAndStop(3);
}
Symbol 617 MovieClip Frame 4
stop();
Instance of Symbol 613 MovieClip in Symbol 617 MovieClip Frame 4
onClipEvent (enterFrame) {
_root.field.gotoAndStop(4);
}
onClipEvent (enterFrame) {
_root.text.selectedfield.gotoAndStop(4);
}
Symbol 620 MovieClip Frame 1
stop();
Symbol 620 MovieClip Frame 30
stop();
_root.gotoAndPlay("colosseum");
Symbol 678 Button
on (release) {
play();
}
Symbol 679 Button
on (release) {
gotoAndPlay (129);
}
Symbol 694 Button
on (release) {
gotoAndPlay (1);
}
Symbol 695 Button
on (release) {
gotoAndPlay (129);
}
Symbol 700 Button
on (release) {
gotoAndPlay (45);
}
Symbol 703 Button
on (release) {
gotoAndPlay (66);
}
Symbol 711 Button
on (release) {
gotoAndPlay (87);
}
Symbol 728 MovieClip Frame 27
stop();
Symbol 728 MovieClip Frame 56
stop();
Symbol 728 MovieClip Frame 77
stop();
Symbol 728 MovieClip Frame 98
stop();
Symbol 728 MovieClip Frame 119
stop();
Symbol 728 MovieClip Frame 129
stopAllSounds();
Symbol 728 MovieClip Frame 156
stop();
Symbol 728 MovieClip Frame 157
stopAllSounds();
Symbol 728 MovieClip Frame 194
stop();
_root.play();
Symbol 741 MovieClip Frame 1
stop();
Symbol 741 MovieClip Frame 2
gotoAndStop (1);
Symbol 741 MovieClip Frame 13
play();
stopAllSounds();
Symbol 741 MovieClip Frame 14
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 15
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 16
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 17
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 18
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 19
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 20
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 21
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 22
play();
_root.rain.gotoAndStop(1);
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 23
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 24
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 25
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 26
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 27
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 28
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 29
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 30
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 31
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 32
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 33
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 34
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 35
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 36
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 37
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 38
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 39
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 40
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 41
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 42
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 43
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 44
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 45
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 46
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 47
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 48
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 49
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 50
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 51
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 52
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 53
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 54
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 55
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 56
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 57
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 58
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 59
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 60
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 61
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 62
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 63
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 64
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 65
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 66
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 67
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 68
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 69
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 70
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 71
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 72
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 73
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 74
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 75
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 76
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 77
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 78
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 79
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 80
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 81
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 82
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 83
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 84
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 85
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 86
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 87
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 88
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 89
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 90
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 91
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 92
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 93
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 94
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 95
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 96
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 97
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 98
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 99
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
Symbol 741 MovieClip Frame 100
_root.ENEMY.dude.gotoAndPlay("hell");
_root.ENEMY.subdude.gotoAndPlay("hell");
_root.ENEMY1.dude.gotoAndPlay("hell");
_root.ENEMY1.subdude.gotoAndPlay("hell");
_root.ENEMY2.dude.gotoAndPlay("hell");
_root.ENEMY2.subdude.gotoAndPlay("hell");
_root.ENEMY3.dude.gotoAndPlay("hell");
_root.ENEMY3.subdude.gotoAndPlay("hell");
_root.ENEMY4.dude.gotoAndPlay("hell");
_root.ENEMY4.subdude.gotoAndPlay("hell");
_root.ENEMY5.dude.gotoAndPlay("hell");
_root.ENEMY5.subdude.gotoAndPlay("hell");
_root.ENEMY6.dude.gotoAndPlay("hell");
_root.ENEMY6.subdude.gotoAndPlay("hell");
_root.ENEMY7.dude.gotoAndPlay("hell");
_root.ENEMY7.subdude.gotoAndPlay("hell");
_root.ENEMY8.dude.gotoAndPlay("hell");
_root.ENEMY8.subdude.gotoAndPlay("hell");
_root.ENEMY9.dude.gotoAndPlay("hell");
_root.ENEMY9.subdude.gotoAndPlay("hell");
_root.ENEMY10.dude.gotoAndPlay("hell");
_root.ENEMY10.subdude.gotoAndPlay("hell");
_root.ENEMY11.dude.gotoAndPlay("hell");
_root.ENEMY11.subdude.gotoAndPlay("hell");
_root.ENEMY12.dude.gotoAndPlay("hell");
_root.ENEMY12.subdude.gotoAndPlay("hell");
_root.ENEMY13.dude.gotoAndPlay("hell");
_root.ENEMY13.subdude.gotoAndPlay("hell");
_root.ENEMY14.dude.gotoAndPlay("hell");
_root.ENEMY14.subdude.gotoAndPlay("hell");
_root.ENEMY15.dude.gotoAndPlay("hell");
_root.ENEMY15.subdude.gotoAndPlay("hell");
_root.ENEMY16.dude.gotoAndPlay("hell");
_root.ENEMY16.subdude.gotoAndPlay("hell");
_root.ENEMY17.dude.gotoAndPlay("hell");
_root.ENEMY17.subdude.gotoAndPlay("hell");
_root.ENEMY18.dude.gotoAndPlay("hell");
_root.ENEMY18.subdude.gotoAndPlay("hell");
_root.ENEMY19.dude.gotoAndPlay("hell");
_root.ENEMY19.subdude.gotoAndPlay("hell");
_root.ENEMY20.dude.gotoAndPlay("hell");
_root.ENEMY20.subdude.gotoAndPlay("hell");
stopAllSounds();
Symbol 741 MovieClip Frame 101
play();
_root.rain.gotoAndStop(2);
tellTarget ("/music") {
gotoAndPlay ("beginmusic");
};
tellTarget ("/music2") {
gotoAndPlay ("begin");
};
tellTarget ("/music3") {
gotoAndPlay ("begin");
};
tellTarget ("/music4") {
gotoAndPlay (1);
};
tellTarget ("/music5") {
gotoAndPlay ("begin");
};
tellTarget ("/music7") {
gotoAndPlay (1);
};
tellTarget ("/music6") {
gotoAndPlay (1);
};
Symbol 744 MovieClip Frame 1
stop();
Instance of Symbol 743 MovieClip in Symbol 744 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.core)) {
_root.player._y = _root.platform._y - 100;
_root.gun._y = _root.platform._y - 100;
_root.player.falling = 0;
_root.player.falling2 = 0;
_root.player.hangtime = 0;
_root.player.Jmotion = 0;
}
}
Instance of Symbol 743 MovieClip in Symbol 744 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.falling = 40;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
tellTarget ("/player") {
gotoAndPlay ("fall");
};
}
}
Instance of Symbol 743 MovieClip in Symbol 744 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.falling = 40;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
tellTarget ("/player") {
gotoAndPlay ("fall");
};
}
}
Symbol 744 MovieClip Frame 2
stop();
Instance of Symbol 754 MovieClip in Symbol 755 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
_root.ENEMY.health = _root.ENEMY.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
_root.ENEMY.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.subdude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
_root.ENEMY.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.dude.gotoAndPlay("rapid");
}
}
Symbol 762 Button
on (keyPress "s") {
gotoAndPlay (3);
}
on (keyPress "<Up>") {
gotoAndPlay (3);
}
Instance of Symbol 768 MovieClip in Symbol 769 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - 200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
_root.ENEMY.health = _root.ENEMY.health - 200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - 200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - 200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - 200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - 200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - 200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - 200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - 200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - 200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - 200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - 200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - 200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - 200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - 200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - 200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - 200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - 200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - 200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - 200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - 200;
}
}
Instance of Symbol 778 MovieClip in Symbol 779 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - 340;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
_root.ENEMY.health = _root.ENEMY.health - 340;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - 340;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - 340;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - 340;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - 340;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - 340;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - 340;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - 340;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - 340;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - 340;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - 340;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - 340;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - 340;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - 340;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - 340;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - 340;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - 340;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - 340;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - 340;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - 340;
}
}
Instance of Symbol 792 MovieClip in Symbol 793 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.dude.gotoAndPlay("freeze");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
_root.ENEMY.dude.gotoAndPlay("freeze");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.dude.gotoAndPlay("freeze");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.dude.gotoAndPlay("freeze");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.dude.gotoAndPlay("freeze");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.dude.gotoAndPlay("freeze");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.dude.gotoAndPlay("freeze");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.dude.gotoAndPlay("freeze");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.dude.gotoAndPlay("freeze");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.dude.gotoAndPlay("freeze");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.dude.gotoAndPlay("freeze");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - 100;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - 100;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - 100;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - 100;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - 100;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - 100;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - 100;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - 100;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - 100;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - 100;
}
}
Instance of Symbol 798 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - 600;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
_root.ENEMY.health = _root.ENEMY.health - 600;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - 600;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - 600;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - 600;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - 600;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - 600;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - 600;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - 600;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - 600;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - 600;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - 600;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - 600;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - 600;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - 600;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - 600;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - 600;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - 600;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - 600;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - 600;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - 600;
}
}
Instance of Symbol 809 MovieClip in Symbol 810 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - 1500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
_root.ENEMY.health = _root.ENEMY.health - 1500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - 1500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - 1500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - 1500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - 1500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - 1500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - 1500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - 1500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - 1500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - 1500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - 1500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - 1500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - 1500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - 1500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - 1500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - 1500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - 1500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - 1500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - 1500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - 1500;
}
}
Symbol 814 Button
on (keyPress "s") {
gotoAndPlay (118);
}
on (keyPress "<Up>") {
gotoAndPlay (3);
}
Instance of Symbol 818 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.dude.gotoAndPlay("morph");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
_root.ENEMY.dude.gotoAndPlay("morph");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.dude.gotoAndPlay("morph");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.dude.gotoAndPlay("morph");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.dude.gotoAndPlay("morph");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.dude.gotoAndPlay("morph");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.dude.gotoAndPlay("morph");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.dude.gotoAndPlay("morph");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.dude.gotoAndPlay("morph");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.dude.gotoAndPlay("morph");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.dude.gotoAndPlay("morph");
}
}
Symbol 824 Button
on (keyPress "s") {
gotoAndPlay (128);
}
on (keyPress "<Up>") {
gotoAndPlay (3);
}
Symbol 826 MovieClip Frame 1
_quality = "High";
_root._y = 0;
tellTarget ("/Gsystem") {
gotoAndStop (1);
};
tellTarget ("/searching") {
_visible = false;
};
tellTarget ("/player") {
gotoAndStop (1);
};
stop();
tellTarget ("/gsystem") {
gotoAndStop (1);
};
Symbol 826 MovieClip Frame 2
_root.ENEMY3.dude.evade.play();
_root.player._x = _root.player._x + blaster;
_root.ammo = _root.ammo - 1;
Symbol 826 MovieClip Frame 3
_root._y = 0.75;
_root.fighter = _root.fighter - 1;
_root.gunner = _root.gunner + 1;
_root.ATT = _root.ATT + 1;
_root._quality = "Medium";
Symbol 826 MovieClip Frame 4
_root._y = 0;
Symbol 826 MovieClip Frame 5
_root._y = 0.75;
_root._quality = "Medium";
Symbol 826 MovieClip Frame 6
_root._y = 0;
_root.player._x = _root.player._x + blaster;
_root.ammo = _root.ammo - 1;
Symbol 826 MovieClip Frame 7
_root.ATT = _root.ATT + 1;
Instance of Symbol 764 MovieClip in Symbol 826 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.gunningness > 180) {
tellTarget ("/bonus") {
gotoAndPlay ("triggerhappy");
};
}
}
Symbol 826 MovieClip Frame 9
play();
Symbol 826 MovieClip Frame 12
tellTarget ("/searching") {
_visible = false;
};
tellTarget ("/player") {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 826 MovieClip Frame 13
stop();
_root.ammo = 0;
tellTarget ("/outofammo") {
play();
};
Symbol 826 MovieClip Frame 14
stop();
_quality = "High";
tellTarget ("/player") {
gotoAndStop (1);
};
_root._y = 0;
Symbol 826 MovieClip Frame 15
_root.ENEMY3.dude.evade.play();
_root.fighter = _root.fighter - 1;
_root.gunner = _root.gunner + 1;
_root._quality = "Medium";
_root.gun._rotation = 0;
_root.ammo2 = _root.ammo2 - 1;
Symbol 826 MovieClip Frame 16
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 17
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 18
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 19
_root._y = 0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 20
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 21
_root._y = 0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 22
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 23
_root._y = 0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 24
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 25
_root._y = 0;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 26
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 27
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 28
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 29
_root._quality = "High";
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 30
gotoAndStop (14);
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 31
stop();
tellTarget ("/outofammo") {
play();
};
stop();
Symbol 826 MovieClip Frame 32
stop();
tellTarget ("/player") {
gotoAndStop (1);
};
_root._y = 0;
_root._quality = "High";
Symbol 826 MovieClip Frame 33
_root.ENEMY3.dude.evade.play();
_root.fighter = _root.fighter - 1;
_root.gunner = _root.gunner + 1;
_root.ammo3 = _root.ammo3 - 1;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 34
_root.ENEMY3.dude.evade.play();
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 35
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 36
_root._quality = "Medium";
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 37
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 38
_root._y = 0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 39
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 40
_root._y = 0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 41
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 42
_root._y = 0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 43
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 44
_root._y = 0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 45
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 46
_root._y = 0;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 47
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 48
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 49
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 50
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 51
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 52
_root._quality = "Medium";
gotoAndStop (32);
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 53
stop();
tellTarget ("/outofammo") {
play();
};
Symbol 826 MovieClip Frame 54
tellTarget ("/player") {
gotoAndStop (1);
};
tellTarget ("/Gsystem") {
gotoAndStop (1);
};
_root._y = 0;
_root._quality = "High";
Symbol 826 MovieClip Frame 55
_root.ENEMY3.dude.evade.play();
_root.fighter = _root.fighter - 1;
_root.gunner = _root.gunner + 1;
_root._quality = "Medium";
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 56
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 57
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 58
_root._y = 0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 59
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 60
_root._y = 0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 61
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 62
_root._y = 0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 63
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 64
_root._y = 0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 65
tellTarget ("/missilegood") {
play();
};
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 66
_root.ammo4 = _root.ammo4 - 1;
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 67
_root._y = 0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 68
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 69
_root._y = 0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 70
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 71
_root._y = 0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 72
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 73
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 74
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 75
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 76
gotoAndStop (54);
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 77
_root._quality = "High";
tellTarget ("/outofammo") {
play();
};
_root._y = 0;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 78
tellTarget ("/player") {
gotoAndStop (1);
};
tellTarget ("/Gsystem") {
gotoAndStop (1);
};
_root.fighter = _root.fighter - 1;
_root.gunner = _root.gunner + 1;
_root._quality = "High";
stop();
Symbol 826 MovieClip Frame 79
_root.ENEMY3.dude.evade.play();
_root.ammo5 = _root.ammo5 - 1;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 80
_root._quality = "Medium";
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 81
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 82
_root._y = 0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 83
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 84
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 85
_root._y = 0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 86
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 87
_root._y = 0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 88
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 89
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 90
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 91
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 92
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 93
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 94
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 95
gotoAndStop (78);
Symbol 826 MovieClip Frame 96
tellTarget ("/outofammo") {
play();
};
_root._y = 0;
_root.gun._rotation = 0;
tellTarget ("/outofammo") {
play();
};
stop();
Symbol 826 MovieClip Frame 97
tellTarget ("/player") {
gotoAndStop (1);
};
tellTarget ("/Gsystem") {
gotoAndStop (1);
};
stop();
Symbol 826 MovieClip Frame 98
_root.ENEMY3.dude.evade.play();
_root.fighter = _root.fighter - 1;
_root.gunner = _root.gunner + 1;
_root._quality = "High";
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 99
_root._quality = "Medium";
_root._quality = "Medium";
_root.ammo6 = _root.ammo6 - 1;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 100
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 101
_root._y = 0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 102
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 103
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 104
_root._y = 0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 105
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 106
_root._y = 0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 107
_root._y = -0.5;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 108
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 109
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 110
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 111
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 112
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 113
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 114
gotoAndStop (97);
Symbol 826 MovieClip Frame 115
gotoAndStop (97);
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 116
tellTarget ("/outofammo") {
play();
};
stop();
tellTarget ("/outofammo") {
play();
};
Symbol 826 MovieClip Frame 117
stop();
tellTarget ("/Gsystem") {
gotoAndStop (1);
};
tellTarget ("/player") {
gotoAndStop (1);
};
_root._quality = "High";
_root._y = 0;
Symbol 826 MovieClip Frame 118
_root.ENEMY3.dude.evade.play();
_root.fighter = _root.fighter - 1;
_root.gunner = _root.gunner + 1;
_root.ammo8 = _root.ammo8 - 1;
_root._quality = "Medium";
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 119
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 120
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 121
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 122
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 123
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 124
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 125
gotoAndStop (117);
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 126
_root._quality = "High";
tellTarget ("/outofammo") {
play();
};
Symbol 826 MovieClip Frame 127
tellTarget ("/Gsystem") {
gotoAndStop (1);
};
tellTarget ("/player") {
gotoAndStop (1);
};
_root.gun._rotation = 0;
_root._quality = "High";
Symbol 826 MovieClip Frame 128
_root.fighter = _root.fighter - 1;
_root.gunner = _root.gunner + 1;
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 129
_root.ENEMY3.dude.evade.play();
_root.gun._rotation = 0;
_root._quality = "Medium";
Symbol 826 MovieClip Frame 130
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 131
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 132
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 133
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 134
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 135
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 136
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 137
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 138
_root.gun._rotation = 0;
Symbol 826 MovieClip Frame 140
gotoAndStop (127);
Symbol 826 MovieClip Frame 141
stop();
tellTarget ("/Gsystem") {
gotoAndStop (1);
};
tellTarget ("/player") {
gotoAndStop (1);
};
_root.fighter = _root.fighter - 1;
_root.gunner = _root.gunner + 1;
_root._y = 0;
_root._quality = "High";
Symbol 826 MovieClip Frame 142
_root.ENEMY3.dude.evade.play();
tellTarget ("/player") {
gotoAndStop (1);
};
_root.ammo7 = _root.ammo7 - 1;
Symbol 826 MovieClip Frame 143
_root.guardian.play();
Symbol 826 MovieClip Frame 148
stop();
tellTarget ("/outofammo") {
play();
};
Symbol 844 MovieClip Frame 13
stop();
Symbol 845 MovieClip Frame 1
_quality = "High";
stop();
Symbol 845 MovieClip Frame 8
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 9
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 10
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 11
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 12
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 13
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 14
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 15
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 16
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 17
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 18
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 19
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 20
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 21
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 22
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 23
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 24
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 25
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 26
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 27
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 28
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 29
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 30
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 31
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 32
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 33
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 34
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 35
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 36
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 37
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 38
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 39
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 40
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 41
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 42
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 43
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 44
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 45
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 46
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 47
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 48
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 49
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 50
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 51
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 52
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 53
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 54
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 55
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 56
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 57
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 58
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 59
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 60
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 61
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 62
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 63
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 64
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 65
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 66
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 67
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 68
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 69
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 70
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 71
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 72
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 73
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 74
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 75
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 76
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 77
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 78
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 79
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 80
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 81
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 82
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 83
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 84
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 85
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 86
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 87
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 88
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 89
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 90
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 91
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 92
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 93
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 94
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 95
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 96
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 97
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 98
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 99
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 100
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 101
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 102
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 103
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 104
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 105
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 106
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 107
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 108
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 109
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 110
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 111
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 112
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 113
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 114
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 115
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 116
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 117
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 118
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 119
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 120
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 121
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 122
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 123
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 124
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 125
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 126
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 127
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 128
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 129
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 130
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 131
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 132
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 133
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 134
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 135
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 136
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 137
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 138
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 139
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 140
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 141
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 142
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 143
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 144
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 145
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 146
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 147
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 148
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 149
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 150
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 151
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 152
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 153
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 154
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 155
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 156
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 157
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 158
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 159
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 160
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 161
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 162
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 163
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 164
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 165
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 166
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 167
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 168
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 169
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 170
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 171
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 172
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 173
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 174
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 175
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 176
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 177
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 178
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 179
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 180
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 181
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 182
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 183
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 184
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 185
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 186
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 187
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 188
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 189
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 190
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 191
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 192
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 193
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 194
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 195
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 196
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 197
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 198
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 199
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 200
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 201
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 202
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 203
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 204
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 205
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 206
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 207
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 208
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 209
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 210
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 211
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 212
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 213
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 214
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 215
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 216
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 217
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 218
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 219
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 220
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 221
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 222
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 223
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 224
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 225
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 226
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 227
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 228
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 229
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 230
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 231
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 232
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 233
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 234
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 235
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 236
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 237
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 238
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 239
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 240
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 241
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 242
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 243
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 244
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 245
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 246
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 247
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 248
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 249
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 250
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 251
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 252
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 253
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 254
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 255
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 256
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 257
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 258
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 259
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 260
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 261
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 262
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 263
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 264
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 265
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 266
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 267
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 268
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 269
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 270
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 271
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 272
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 273
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 274
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 275
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 276
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 277
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 278
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 279
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 280
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 281
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 282
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 283
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 284
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 285
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 286
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 287
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 288
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 289
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 290
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 291
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 292
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 293
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 294
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 295
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 296
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 297
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 298
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 299
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 300
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 301
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 302
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 303
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 304
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 305
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 306
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 307
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 308
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 309
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 310
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 311
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 312
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 313
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 314
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 315
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 316
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 317
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 318
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 319
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 320
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 321
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 322
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 323
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 324
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 325
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 326
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 327
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 328
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 329
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 330
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 331
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 332
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 333
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 334
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 335
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 336
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 337
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 338
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 339
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 340
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 341
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 342
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 343
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 344
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 345
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 346
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 347
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 348
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 349
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 350
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 351
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 352
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 353
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 354
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 355
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 356
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 357
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 358
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 359
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 360
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 361
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 362
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 363
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 364
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 365
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 366
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 367
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 368
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 369
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 370
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 371
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 372
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 373
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 374
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 375
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 376
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 377
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 378
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 379
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 380
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 381
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 382
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 383
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 384
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 385
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 386
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 387
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 388
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 389
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 390
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 391
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 392
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 393
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 394
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 395
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 396
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 397
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 398
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 399
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 400
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 401
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 402
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 403
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 404
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 405
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 406
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 407
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 408
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 409
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 410
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 411
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 412
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 413
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 414
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 415
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 416
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 417
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 418
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 419
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 420
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 421
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 422
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 423
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 424
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 425
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 426
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 427
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 428
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 429
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 430
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 431
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 432
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 433
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 434
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 435
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 436
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 437
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 438
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 439
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 440
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 441
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 442
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 443
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 444
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 445
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 446
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 447
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 448
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 449
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 450
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 451
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 452
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 453
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 454
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 455
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 456
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 457
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 458
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 459
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 460
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 461
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 462
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 463
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 464
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 465
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 466
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 467
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 468
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 469
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 470
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 471
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 472
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 473
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 474
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 475
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 476
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 477
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 478
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 479
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 480
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 481
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 482
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 483
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 484
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 485
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 486
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 487
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 488
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 489
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 490
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 491
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 492
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 493
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 494
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 495
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 496
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 497
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 498
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 499
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 500
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 501
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 502
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 503
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 504
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 505
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 506
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 507
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 508
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 509
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 510
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 511
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 512
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 513
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 514
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 515
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 516
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 517
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 518
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 519
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 520
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 521
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 522
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 523
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 524
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 525
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 526
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 527
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 528
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 529
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 530
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 531
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 532
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 533
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 534
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 535
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 536
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 537
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 538
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 539
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 540
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 541
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 542
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 543
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 544
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 545
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 546
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 547
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 548
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 549
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 550
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 551
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 552
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 553
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 554
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 555
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 556
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 557
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 558
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 559
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 560
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 561
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 562
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 563
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 564
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 565
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 566
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 567
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 568
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 569
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 570
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 571
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 572
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 573
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 574
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 575
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 576
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 577
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 578
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 579
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 580
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 581
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 582
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 583
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 584
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 585
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 586
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 587
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 588
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 589
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 590
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 591
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 592
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 593
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 594
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 595
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 596
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 597
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y + 0.45;
Symbol 845 MovieClip Frame 598
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 599
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 600
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 601
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 602
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 603
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 604
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 605
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 606
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 607
_quality = "Medium";
_root.guardian.guard._y = _root.guardian.guard._y - 0.45;
Symbol 845 MovieClip Frame 608
_quality = "Medium";
Symbol 845 MovieClip Frame 609
_quality = "Medium";
Symbol 845 MovieClip Frame 610
_quality = "Medium";
Symbol 845 MovieClip Frame 611
_quality = "Medium";
Symbol 845 MovieClip Frame 612
_quality = "Medium";
Symbol 845 MovieClip Frame 613
_quality = "Medium";
Symbol 845 MovieClip Frame 614
_quality = "Medium";
Symbol 845 MovieClip Frame 615
_quality = "Medium";
Symbol 845 MovieClip Frame 616
_quality = "Medium";
Symbol 845 MovieClip Frame 617
_quality = "Medium";
Symbol 845 MovieClip Frame 618
_quality = "Medium";
Symbol 845 MovieClip Frame 619
_quality = "Medium";
Symbol 845 MovieClip Frame 620
_quality = "Medium";
Symbol 845 MovieClip Frame 621
_quality = "High";
Symbol 851 MovieClip Frame 22
tellTarget ("/player") {
gotoAndStop ("absorber");
};
Symbol 852 MovieClip Frame 1
stop();
Symbol 852 MovieClip Frame 2
stop();
Symbol 853 Button
on (keyPress "d") {
gotoAndPlay (26);
}
on (keyPress "a") {
gotoAndPlay (67);
}
on (keyPress "s") {
gotoAndPlay (21);
}
on (keyPress "f") {
_root.player.dude.gotoAndPlay("2");
}
Symbol 860 Button
on (keyPress "d") {
gotoAndPlay (143);
}
on (keyPress "s") {
gotoAndPlay (21);
}
on (keyPress "a") {
gotoAndPlay (67);
}
Symbol 863 Button
on (keyPress "d") {
gotoAndPlay (26);
}
on (keyPress "a") {
gotoAndPlay (67);
}
on (keyPress "s") {
gotoAndPlay (21);
}
Symbol 872 Button
on (keyPress "a") {
gotoAndPlay (165);
}
on (keyPress "s") {
gotoAndPlay (267);
}
on (keyPress "d") {
gotoAndPlay (249);
}
Symbol 876 Button
on (keyPress "a") {
gotoAndPlay (165);
}
on (keyPress "s") {
gotoAndPlay (160);
}
on (keyPress "d") {
gotoAndPlay (249);
}
Symbol 880 Button
on (keyPress "a") {
gotoAndPlay (165);
}
on (keyPress "s") {
gotoAndPlay (160);
}
on (keyPress "d") {
gotoAndPlay (38);
}
Symbol 887 Button
on (keyPress "a") {
gotoAndPlay (67);
}
on (keyPress "s") {
gotoAndPlay (160);
}
on (keyPress "d") {
gotoAndPlay (463);
}
Symbol 889 Button
on (keyPress "a") {
gotoAndPlay (67);
}
on (keyPress "s") {
gotoAndPlay (160);
}
Symbol 893 Button
on (keyPress "d") {
gotoAndPlay (52);
}
on (keyPress "s") {
gotoAndPlay (160);
}
on (keyPress "a") {
gotoAndPlay (67);
}
Symbol 912 Button
on (keyPress "d") {
gotoAndPlay (1);
}
on (keyPress "s") {
gotoAndPlay (160);
}
on (keyPress "a") {
gotoAndPlay (67);
}
Symbol 918 Button
on (keyPress "a") {
gotoAndPlay (267);
}
Symbol 921 Button
on (keyPress "d") {
gotoAndPlay (185);
}
on (keyPress "s") {
gotoAndPlay (110);
}
Symbol 924 MovieClip Frame 1
stop();
Symbol 929 Button
on (keyPress "d") {
tellTarget ("/player") {
gotoAndPlay ("defend");
};
}
Symbol 933 Button
on (keyPress "<Down>") {
gotoAndPlay (1);
}
Symbol 934 Button
on (keyPress "d") {
gotoAndPlay (185);
}
Symbol 944 MovieClip Frame 1
tellTarget ("/baddy4") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy3") {
gotoAndStop ("neutral");
};
tellTarget ("/adrenaline") {
gotoAndStop (1);
};
Symbol 944 MovieClip Frame 32
tellTarget ("/armorbreak") {
play();
};
tellTarget ("/baddy4") {
gotoAndStop ("neutral");
};
Symbol 944 MovieClip Frame 33
tellTarget ("/gameover") {
play();
};
Symbol 944 MovieClip Frame 45
stopAllSounds();
Symbol 944 MovieClip Frame 46
stop();
Symbol 956 MovieClip Frame 11
gotoAndPlay (5);
Symbol 978 MovieClip Frame 1
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
tellTarget ("/baddy4") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy3") {
gotoAndStop ("neutral");
};
tellTarget ("/adrenaline") {
gotoAndStop (1);
};
Symbol 978 MovieClip Frame 2
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 3
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 4
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 5
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 6
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 7
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 8
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 9
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 10
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 11
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 12
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 13
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 14
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 15
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 16
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 17
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 18
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 19
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 20
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 21
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 22
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 23
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 24
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 25
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 26
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 27
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 28
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 29
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 30
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 31
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 32
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 33
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 34
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 35
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 36
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 37
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 38
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 39
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 40
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 41
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 42
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 43
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 44
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 45
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 46
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 47
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 48
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 49
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 50
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 51
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 52
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 53
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 54
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 55
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 56
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 57
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 58
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 59
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 60
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 61
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 62
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
tellTarget ("/armorbreak") {
play();
};
tellTarget ("/baddy4") {
gotoAndStop ("neutral");
};
Symbol 978 MovieClip Frame 63
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
tellTarget ("/gameover") {
play();
};
Symbol 978 MovieClip Frame 64
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 65
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 66
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 67
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 68
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 69
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 70
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 71
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 72
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 73
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 74
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 75
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 76
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 77
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 78
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 79
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 80
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 81
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 82
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 83
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 84
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 85
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 86
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 87
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 88
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 89
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 90
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 978 MovieClip Frame 91
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
Symbol 978 MovieClip Frame 92
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
Symbol 978 MovieClip Frame 93
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
Symbol 978 MovieClip Frame 94
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
Symbol 978 MovieClip Frame 95
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
Symbol 978 MovieClip Frame 96
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
Symbol 978 MovieClip Frame 97
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
Symbol 978 MovieClip Frame 98
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
stopAllSounds();
Symbol 978 MovieClip Frame 99
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
stop();
Symbol 983 MovieClip Frame 1
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
tellTarget ("/baddy4") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy3") {
gotoAndStop ("neutral");
};
tellTarget ("/adrenaline") {
gotoAndStop (1);
};
Symbol 983 MovieClip Frame 2
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 3
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 4
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 5
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 6
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 7
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 8
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 9
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 10
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 11
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 12
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 13
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 14
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 15
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 16
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 17
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 18
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 19
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 20
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 21
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 22
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
tellTarget ("/armorbreak") {
play();
};
tellTarget ("/baddy4") {
gotoAndStop ("neutral");
};
Symbol 983 MovieClip Frame 23
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
tellTarget ("/gameover") {
play();
};
Symbol 983 MovieClip Frame 24
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 25
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 26
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 27
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 28
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 29
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 30
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 31
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 32
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 33
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 34
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 35
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 36
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 37
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 38
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 39
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 40
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 41
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 42
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 43
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 44
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 45
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 46
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 47
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 48
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 49
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 50
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
_root.ENEMY.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
Symbol 983 MovieClip Frame 51
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
Symbol 983 MovieClip Frame 52
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
Symbol 983 MovieClip Frame 53
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
Symbol 983 MovieClip Frame 54
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
Symbol 983 MovieClip Frame 55
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
Symbol 983 MovieClip Frame 56
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
Symbol 983 MovieClip Frame 57
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
Symbol 983 MovieClip Frame 58
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
stopAllSounds();
Symbol 983 MovieClip Frame 59
_root.ENEMY.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY3.motion = 0;
_root.ENEMY4.motion = 0;
_root.ENEMY5.motion = 0;
_root.ENEMY6.motion = 0;
_root.ENEMY7.motion = 0;
_root.ENEMY8.motion = 0;
_root.ENEMY9.motion = 0;
_root.ENEMY10.motion = 0;
_root.ENEMY11.motion = 0;
_root.ENEMY12.motion = 0;
_root.ENEMY13.motion = 0;
_root.ENEMY14.motion = 0;
_root.ENEMY15.motion = 0;
_root.ENEMY16.motion = 0;
_root.ENEMY17.motion = 0;
_root.ENEMY18.motion = 0;
_root.ENEMY19.motion = 0;
_root.ENEMY20.motion = 0;
stop();
Symbol 984 MovieClip Frame 1
stop();
_root.Etrigger = 400;
Symbol 984 MovieClip Frame 2
stop();
_root.Etrigger = 400;
Instance of Symbol 978 MovieClip in Symbol 984 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.ENEMY.dude.gotoAndStop(1);
_root.ENEMY.subdude.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.ENEMY2.dude.gotoAndStop(1);
_root.ENEMY2.subdude.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.ENEMY3.dude.gotoAndStop(1);
_root.ENEMY3.subdude.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.ENEMY4.dude.gotoAndStop(1);
_root.ENEMY4.subdude.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.ENEMY5.dude.gotoAndStop(1);
_root.ENEMY5.subdude.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.ENEMY6.dude.gotoAndStop(1);
_root.ENEMY6.subdude.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.ENEMY7.dude.gotoAndStop(1);
_root.ENEMY7.subdude.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.ENEMY8.dude.gotoAndStop(1);
_root.ENEMY8.subdude.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.ENEMY9.dude.gotoAndStop(1);
_root.ENEMY9.subdude.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.ENEMY10.dude.gotoAndStop(1);
_root.ENEMY10.subdude.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.ENEMY11.dude.gotoAndStop(1);
_root.ENEMY11.subdude.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.ENEMY12.dude.gotoAndStop(1);
_root.ENEMY12.subdude.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.ENEMY13.dude.gotoAndStop(1);
_root.ENEMY13.subdude.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.ENEMY14.dude.gotoAndStop(1);
_root.ENEMY14.subdude.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.ENEMY15.dude.gotoAndStop(1);
_root.ENEMY15.subdude.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.ENEMY16.dude.gotoAndStop(1);
_root.ENEMY16.subdude.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.ENEMY17.dude.gotoAndStop(1);
_root.ENEMY17.subdude.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.ENEMY18.dude.gotoAndStop(1);
_root.ENEMY18.subdude.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.ENEMY19.dude.gotoAndStop(1);
_root.ENEMY19.subdude.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_root.ENEMY20.dude.gotoAndStop(1);
_root.ENEMY20.subdude.gotoAndStop(1);
}
Symbol 984 MovieClip Frame 3
stop();
_root.Etrigger = 400;
Symbol 986 Button
on (keyPress "a") {
gotoAndPlay (165);
}
on (keyPress "s") {
gotoAndPlay (160);
}
Symbol 1006 Button
on (keyPress "a") {
gotoAndPlay (67);
}
on (keyPress "d") {
gotoAndPlay (26);
}
Symbol 1021 Button
on (keyPress "d") {
gotoAndPlay (70);
}
on (keyPress "a") {
gotoAndPlay (70);
}
on (keyPress "s") {
gotoAndPlay (160);
}
Symbol 1026 Button
on (keyPress "d") {
gotoAndPlay (67);
}
on (keyPress "a") {
gotoAndPlay (67);
}
on (keyPress "s") {
gotoAndPlay (1);
}
Symbol 1027 Button
on (keyPress "d") {
gotoAndPlay (200);
}
on (keyPress "a") {
gotoAndPlay (249);
}
Symbol 1058 Button
on (keyPress "a") {
gotoAndPlay (67);
}
on (keyPress "d") {
gotoAndPlay (185);
}
on (keyPress "s") {
gotoAndPlay (160);
}
Symbol 1076 Button
on (keyPress "a") {
gotoAndPlay (324);
}
on (keyPress "d") {
gotoAndPlay (294);
}
on (keyPress "s") {
gotoAndPlay (324);
}
Symbol 1095 Button
on (keyPress "a") {
gotoAndPlay (70);
}
on (keyPress "d") {
gotoAndPlay (70);
}
on (keyPress "s") {
gotoAndPlay (70);
}
Symbol 1099 MovieClip Frame 1
stop();
Symbol 1099 MovieClip Frame 5
stop();
Symbol 1124 Button
on (keyPress "a") {
gotoAndPlay (67);
}
on (keyPress "s") {
gotoAndPlay (21);
}
Symbol 1125 Button
on (keyPress "d") {
gotoAndPlay (478);
}
Symbol 1126 MovieClip [jalapeno player] Frame 1
_root.shadow._width = 117;
_root.shadow._height = 37;
_root.hangtime = 8;
_root.gun._rotation = 0;
_root.baddy.Mdamage = 0;
_root.baddy1.Mdamage = 0;
_root.baddy2.Mdamage = 0;
_root.baddy3.Mdamage = 0;
_root.baddy4.Mdamage = 0;
_root.baddy5.Mdamage = 0;
_root.baddy6.Mdamage = 0;
_root.baddy7.Mdamage = 0;
_root.baddy8.Mdamage = 0;
_root.baddy9.Mdamage = 0;
_root.baddy10.Mdamage = 0;
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
tellTarget ("/gun") {
_visible = false;
};
tellTarget ("/player") {
_visible = true;
};
_root.player.jump = 0;
_root._y = 0;
_root._y = 0;
_root._y = 0;
_root.player.surfer = 0;
_root.player.motion = 0;
_root.player.ripper = 10;
stop();
_quality = "High";
Instance of Symbol 852 MovieClip "dude" in Symbol 1126 MovieClip [jalapeno player] Frame 1
onClipEvent (enterFrame) {
if (_root.player._y > 240) {
_root.player.jump = 0;
}
}
Instance of Symbol 855 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 1
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.baddy._x = _root.baddy._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.baddy1._x = _root.baddy1._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.baddy2._x = _root.baddy2._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.baddy3._x = _root.baddy3._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.baddy4._x = _root.baddy4._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.baddy5._x = _root.baddy5._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.baddy6._x = _root.baddy6._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.baddy7._x = _root.baddy7._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.baddy8._x = _root.baddy8._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.baddy9._x = _root.baddy9._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.enemy._x = _root.enemy._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.enemy1._x = _root.enemy1._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.enemy2._x = _root.enemy2._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.enemy3._x = _root.enemy3._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.enemy4._x = _root.enemy4._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.enemy5._x = _root.enemy5._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.enemy6._x = _root.enemy6._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.enemy7._x = _root.enemy7._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.enemy8._x = _root.enemy8._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.enemy9._x = _root.enemy9._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.enemy10._x = _root.enemy10._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.enemy11._x = _root.enemy11._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.enemy12._x = _root.enemy12._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.enemy13._x = _root.enemy13._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.enemy14._x = _root.enemy14._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.enemy15._x = _root.enemy15._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.enemy16._x = _root.enemy16._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.enemy17._x = _root.enemy17._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.enemy18._x = _root.enemy18._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.enemy19._x = _root.enemy19._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.boss._x = _root.boss._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.boss1._x = _root.boss1._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.boss2._x = _root.boss2._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.boss3._x = _root.boss3._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.boss4._x = _root.boss4._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.boss5._x = _root.boss5._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.boss6._x = _root.boss6._x - smotion;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.boss7._x = _root.boss7._x - smotion;
}
}
Instance of Symbol 857 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 1
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.player._xscale = 55;
_root.player.shooter = 4;
} else if (key.IsDown(37)) {
_root.player._xscale = -55;
_root.player.shooter = -4;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.gun._xscale = 30;
_root.gun.aim = 90;
} else if (key.IsDown(37)) {
_root.gun._xscale = -30;
_root.gun.aim = -90;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(38)) {
_root.player.gotoAndStop(1);
} else if (key.IsDown(40)) {
_root.player.gotoAndStop(1);
}
}
Instance of Symbol 857 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 1
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.player._xscale = 56;
} else if (key.IsDown(37)) {
_root.player._xscale = -56;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.gun._xscale = 30;
} else if (key.IsDown(37)) {
_root.gun._xscale = -30;
}
}
onClipEvent (keyUp) {
_root.player.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.player.play();
} else if (key.IsDown(37)) {
_root.player.play();
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.emptygun._xscale = 30;
} else if (key.IsDown(37)) {
_root.emptygun._xscale = -30;
}
}
onClipEvent (keyUp) {
_root.gun.rotation = 0;
}
onClipEvent (enterFrame) {
if (key.IsDown(40)) {
_root.gun._rotation = 180;
}
}
onClipEvent (enterFrame) {
_root.player.falling = _root.player.falling + 1;
}
Symbol 1126 MovieClip [jalapeno player] Frame 2
_root.gunningness = 0;
_root.player.falling = 30;
_root.hangtime = 2;
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
tellTarget ("/player") {
_visible = true;
};
_root._y = 0;
_root.player.motion = 12;
_root.player.ripper = 10;
stop();
_quality = "High";
Instance of Symbol 857 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 2
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.player._xscale = 55;
_root.player.shooter = 4;
} else if (key.IsDown(37)) {
_root.player._xscale = -55;
_root.player.shooter = -4;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.gun._xscale = 30;
_root.gun.aim = 90;
} else if (key.IsDown(37)) {
_root.gun._xscale = -30;
_root.gun.aim = -90;
}
}
Instance of Symbol 857 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 2
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.player._xscale = 56;
} else if (key.IsDown(37)) {
_root.player._xscale = -56;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.gun._xscale = 30;
} else if (key.IsDown(37)) {
_root.gun._xscale = -30;
}
}
onClipEvent (keyUp) {
_root.player.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.player.play();
} else if (key.IsDown(37)) {
_root.player.play();
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.emptygun._xscale = 30;
} else if (key.IsDown(37)) {
_root.emptygun._xscale = -30;
}
}
Instance of Symbol 850 MovieClip "corecode" in Symbol 1126 MovieClip [jalapeno player] Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.dude.ride)) {
_root.ENEMY.dude.gotoAndPlay("riding");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.dude.ride)) {
_root.ENEMY1.dude.gotoAndPlay("riding");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.dude.ride)) {
_root.ENEMY2.dude.gotoAndPlay("riding");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.dude.ride)) {
_root.ENEMY3.dude.gotoAndPlay("riding");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.dude.ride)) {
_root.ENEMY4.dude.gotoAndPlay("riding");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.dude.ride)) {
_root.ENEMY5.dude.gotoAndPlay("riding");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.dude.ride)) {
_root.ENEMY6.dude.gotoAndPlay("riding");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.dude.ride)) {
_root.ENEMY7.dude.gotoAndPlay("riding");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.dude.ride)) {
_root.ENEMY8.dude.gotoAndPlay("riding");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.dude.ride)) {
_root.ENEMY9.dude.gotoAndPlay("riding");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.dude.ride)) {
_root.ENEMY10.dude.gotoAndPlay("riding");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.dude.ride)) {
_root.ENEMY11.dude.gotoAndPlay("riding");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.dude.ride)) {
_root.ENEMY12.dude.gotoAndPlay("riding");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.dude.ride)) {
_root.ENEMY13.dude.gotoAndPlay("riding");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.dude.ride)) {
_root.ENEMY14.dude.gotoAndPlay("riding");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.dude.ride)) {
_root.ENEMY15.dude.gotoAndPlay("riding");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.dude.ride)) {
_root.ENEMY16.dude.gotoAndPlay("riding");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.dude.ride)) {
_root.ENEMY17.dude.gotoAndPlay("riding");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.dude.ride)) {
_root.ENEMY18.dude.gotoAndPlay("riding");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.dude.ride)) {
_root.ENEMY19.dude.gotoAndPlay("riding");
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.player.surf = -serfing;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(37)) {
_root.player.surf = -serfing;
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 3
_root.gunningness = 0;
_root.player.falling = 30;
_root.hangtime = 2;
_root.gun._rotation = 0;
_root._y = 0;
_root.player.motion = 12;
_quality = "High";
Symbol 1126 MovieClip [jalapeno player] Frame 4
_root.gunningness = 0;
_root.player.falling = 30;
_root.hangtime = 2;
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
_root.player.motion = 12;
Instance of Symbol 857 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 4
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.player._xscale = 56;
} else if (key.IsDown(37)) {
_root.player._xscale = -56;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.gun._xscale = 30;
} else if (key.IsDown(37)) {
_root.gun._xscale = -30;
}
}
onClipEvent (keyUp) {
_root.player.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.player.play();
} else if (key.IsDown(37)) {
_root.player.play();
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.emptygun._xscale = 30;
} else if (key.IsDown(37)) {
_root.emptygun._xscale = -30;
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 5
_root.hangtime = 2;
Symbol 1126 MovieClip [jalapeno player] Frame 6
_root.hangtime = 2;
Symbol 1126 MovieClip [jalapeno player] Frame 7
_root.hangtime = 2;
Symbol 1126 MovieClip [jalapeno player] Frame 8
_root.hangtime = 2;
Symbol 1126 MovieClip [jalapeno player] Frame 9
_root.hangtime = 2;
Symbol 1126 MovieClip [jalapeno player] Frame 10
_root.hangtime = 2;
Symbol 1126 MovieClip [jalapeno player] Frame 11
_root.hangtime = 2;
Symbol 1126 MovieClip [jalapeno player] Frame 12
_root.hangtime = 2;
Symbol 1126 MovieClip [jalapeno player] Frame 13
_root.hangtime = 2;
Symbol 1126 MovieClip [jalapeno player] Frame 14
_root.hangtime = 2;
Symbol 1126 MovieClip [jalapeno player] Frame 15
_root.hangtime = 2;
Symbol 1126 MovieClip [jalapeno player] Frame 16
_root.hangtime = 2;
Symbol 1126 MovieClip [jalapeno player] Frame 17
_root.hangtime = 2;
Symbol 1126 MovieClip [jalapeno player] Frame 18
_root.hangtime = 0;
_root.gun._rotation = 0;
Instance of Symbol 857 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 18
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.player._xscale = 56;
} else if (key.IsDown(37)) {
_root.player._xscale = -56;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.gun._xscale = 30;
} else if (key.IsDown(37)) {
_root.gun._xscale = -30;
}
}
onClipEvent (keyUp) {
_root.player.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.player.play();
} else if (key.IsDown(37)) {
_root.player.play();
}
}
onClipEvent (enterFrame) {
if (key.IsDown(38)) {
_root.player.gotoAndStop(1);
} else if (key.IsDown(40)) {
_root.player.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.emptygun._xscale = 30;
} else if (key.IsDown(37)) {
_root.emptygun._xscale = -30;
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 19
_root.hangtime = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 20
_root.hangtime = 4;
gotoAndStop (2);
Symbol 1126 MovieClip [jalapeno player] Frame 21
_root.hangtime = 4;
tellTarget ("/gun") {
play();
};
tellTarget ("/gun") {
play();
};
stop();
tellTarget ("/gun") {
play();
};
tellTarget ("/gun") {
_visible = true;
};
_root.player.motion = 0;
_root.player.stopmotionR = 0;
_root.player.falling = 14;
_root.player.jump = 0;
_root._y = 0;
tellTarget ("/gun") {
_visible = true;
};
_root._y = 0;
_root._y = 0;
tellTarget ("/gun") {
play();
};
Instance of Symbol 867 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 21
onClipEvent (enterFrame) {
if (_root.player._y > 240) {
_root.player.jump = 0;
}
}
Instance of Symbol 857 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 21
onClipEvent (enterFrame) {
if (key.IsDown(38)) {
_root.gun._rotation = -aim;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.gun._rotation = faim;
} else if (key.IsDown(37)) {
_root.gun._rotation = lfaim;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.emptygun._xscale = 30;
} else if (key.IsDown(37)) {
_root.emptygun._xscale = -30;
}
}
onClipEvent (keyUp) {
_root.gun.rotation = 0;
}
onClipEvent (enterFrame) {
if (key.IsDown(40)) {
_root.gun._rotation = 180;
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 22
_root.hangtime = 4;
tellTarget ("/gun") {
play();
};
_root.player.jump = 0;
_root.player.motion = 0;
_root.player.jump = 0;
tellTarget ("/gun") {
_visible = true;
};
Instance of Symbol 857 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 22
onClipEvent (keyUp) {
tellTarget ("/gun") {
gotoAndPlay ("/fin");
};
}
onClipEvent (enterFrame) {
if (key.IsDown(38)) {
_root.gun._rotation = -aim;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.gun._rotation = faim;
} else if (key.IsDown(37)) {
_root.gun._rotation = lfaim;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.emptygun._xscale = 30;
} else if (key.IsDown(37)) {
_root.emptygun._xscale = -30;
}
}
onClipEvent (keyUp) {
_root.gun.rotation = 0;
}
onClipEvent (enterFrame) {
if (key.IsDown(40)) {
_root.gun._rotation = 180;
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 23
_root.hangtime = 4;
stop();
gotoAndPlay (22);
_root.player.motion = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 24
_root.hangtime = 4;
stop();
gotoAndPlay (22);
_root.player.motion = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 25
_root.hangtime = 4;
stop();
gotoAndPlay (22);
_root.player.motion = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 26
_root.fighter = _root.fighter + 1;
_root.gunner = _root.gunner - 1;
_root.mercenary = _root.mercenary + 1;
_root.gunslinger = _root.gunslinger - 1;
_root.hangtime = 0;
_root.player.pun = 12;
_root._y = 0;
_root.player.hangtime = 4;
tellTarget ("/gun") {
_visible = false;
};
_root._y = 0;
_root.player._x = _root.player._x + (pmotion * 3);
_root.player.motion = 0;
_root.player._x = _root.player._x + RSpunch;
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - _root.attack;
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 27
_root.ATT = _root.ATT + 1;
_root.mercenary = _root.mercenary + 1;
_root.gunslinger = _root.gunslinger - 1;
_root.hangtime = 0;
_root.player.pun = 12;
_root.player._x = _root.player._x + pmotion;
_root.player.motion = 0;
_root.player._x = _root.player._x + extrapunch;
_root.player._x = _root.player._x + RSpunch;
Symbol 1126 MovieClip [jalapeno player] Frame 28
_root.hangtime = 0;
_root.player.pun = 12;
_root.player._x = _root.player._x + pmotion;
_root.player.motion = 0;
_root.player._x = _root.player._x + extrapunch;
_root.player._x = _root.player._x + RSpunch;
Symbol 1126 MovieClip [jalapeno player] Frame 29
_root.hangtime = 0;
_root.player.pun = 12;
_root._y = 0.5;
_root._quality = "Medium";
Symbol 1126 MovieClip [jalapeno player] Frame 30
_root.hangtime = 0;
_root._y = 0;
_root._y = -0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 31
_root.hangtime = 0;
_root._y = 0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 32
_root.hangtime = 0;
_root._y = -0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 33
_root.hangtime = 0;
_root._y = 0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 34
_root.hangtime = 0;
_root._y = -0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 35
_root.hangtime = 0;
_root._y = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 36
_root.hangtime = 0;
_root.player.motion = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 37
_root.hangtime = 0;
gotoAndStop (1);
Symbol 1126 MovieClip [jalapeno player] Frame 38
_root.mercenary = _root.mercenary + 1;
_root.gunslinger = _root.gunslinger - 1;
_root.hangtime = 0;
_root._y = 0;
tellTarget ("/gun") {
_visible = false;
};
_root.gun._rotation = 0;
_root._y = 0;
_root._quality = "Medium";
Symbol 1126 MovieClip [jalapeno player] Frame 39
_root.fighter = _root.fighter + 1;
_root.gunner = _root.gunner - 1;
_root.ATT = _root.ATT + 1;
_root.mercenary = _root.mercenary + 1;
_root.gunslinger = _root.gunslinger - 1;
_root.hangtime = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 40
_root.hangtime = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 41
_root.hangtime = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 42
_root.hangtime = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 43
_root.hangtime = 0;
_root.player.pun = 12;
_root.player.stopmotionR = 0;
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - _root.attack;
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 44
_root.hangtime = 0;
_root.player.pun = 12;
_root.player._x = _root.player._x + (pmotion * 3);
_root.player.motion = 0;
_root.player._x = _root.player._x + RSpunch;
Symbol 1126 MovieClip [jalapeno player] Frame 45
_root.hangtime = 0;
_root.player.pun = 12;
_root.player._x = _root.player._x + pmotion;
_root.player.motion = 0;
_root.player._x = _root.player._x + RSpunch;
_root.player._x = _root.player._x + extrapunch;
Symbol 1126 MovieClip [jalapeno player] Frame 46
_root.hangtime = 0;
_root.player.pun = 12;
_root._y = 0.5;
_root.player._x = _root.player._x + pmotion;
_root.player.motion = 0;
_root.player._x = _root.player._x + RSpunch;
_root.player._x = _root.player._x + extrapunch;
Symbol 1126 MovieClip [jalapeno player] Frame 47
_root.hangtime = 0;
_root._y = -0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 48
_root.hangtime = 0;
_root._y = 0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 49
_root.hangtime = 0;
_root._y = -0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 50
_root.hangtime = 0;
_root._y = 0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 51
_root.hangtime = 0;
_root.player.motion = 0;
_root.player.stopmotionR = Smotion;
gotoAndStop (1);
_root._y = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 52
_root.mercenary = _root.mercenary + 1;
_root.gunslinger = _root.gunslinger - 1;
_root.hangtime = 0;
_root._y = 0;
tellTarget ("/gun") {
_visible = false;
};
_root.gun._rotation = 0;
_root._y = 0;
_root._quality = "Medium";
Symbol 1126 MovieClip [jalapeno player] Frame 53
_root.mercenary = _root.mercenary + 1;
_root.gunslinger = _root.gunslinger - 1;
_root.hangtime = 0;
_root._y = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 54
_root.fighter = _root.fighter + 1;
_root.gunner = _root.gunner - 1;
_root.ATT = _root.ATT + 1;
_root.hangtime = 0;
tellTarget ("/gun") {
_visible = false;
};
Symbol 1126 MovieClip [jalapeno player] Frame 55
_root.hangtime = 0;
tellTarget ("/gun") {
_visible = false;
};
Symbol 1126 MovieClip [jalapeno player] Frame 56
_root.hangtime = 0;
tellTarget ("/gun") {
_visible = false;
};
Symbol 1126 MovieClip [jalapeno player] Frame 57
_root.hangtime = 0;
tellTarget ("/gun") {
_visible = false;
};
Symbol 1126 MovieClip [jalapeno player] Frame 58
_root.hangtime = 0;
_root.player.pun = 12;
_root.player.stopmotionR = 0;
_root.player._x = _root.player._x + (pmotion * 3);
_root.player.motion = 0;
_root.player._x = _root.player._x + RSpunch;
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - _root.attack;
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 59
_root.hangtime = 0;
_root.player.pun = 12;
_root.player._x = _root.player._x + pmotion;
_root.player.motion = 0;
_root.player._x = _root.player._x + RSpunch;
_root.player._x = _root.player._x + extrapunch;
Symbol 1126 MovieClip [jalapeno player] Frame 60
_root.hangtime = 0;
_root.player.pun = 12;
_root._y = 0.5;
_root.player._x = _root.player._x + pmotion;
_root.player.motion = 0;
_root.player._x = _root.player._x + RSpunch;
_root.player._x = _root.player._x + extrapunch;
Symbol 1126 MovieClip [jalapeno player] Frame 61
_root.hangtime = 0;
_root.player.pun = 12;
_root._y = -0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 62
_root.hangtime = 0;
_root._y = 0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 63
_root.hangtime = 0;
_root._y = -0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 64
_root.hangtime = 0;
_root._y = 0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 65
_root.hangtime = 0;
_root._y = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 66
gotoAndStop (1);
_root._y = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 67
_root.player.motion = 0;
_root._y = 0;
tellTarget ("/gun") {
_visible = false;
};
_root.gun._rotation = 0;
_root.player.motion = 0;
_quality = "High";
Symbol 1126 MovieClip [jalapeno player] Frame 68
_root.player._x = _root.player._x - fallback;
_root.player.motion = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 69
_root.player._x = _root.player._x - fallback;
_root.player.motion = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 70
_root.player._x = _root.player._x - fallback;
_root.player.motion = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 71
tellTarget ("/platform2") {
gotoAndStop (2);
};
tellTarget ("/platform3") {
gotoAndStop (2);
};
tellTarget ("/platform4") {
gotoAndStop (2);
};
tellTarget ("/platform5") {
gotoAndStop (2);
};
tellTarget ("/platform6") {
gotoAndStop (2);
};
tellTarget ("/platform7") {
gotoAndStop (2);
};
tellTarget ("/platform8") {
gotoAndStop (2);
};
tellTarget ("/platform9") {
gotoAndStop (2);
};
tellTarget ("/platform10") {
gotoAndStop (2);
};
tellTarget ("/platform11") {
gotoAndStop (2);
};
tellTarget ("/platform12") {
gotoAndStop (2);
};
tellTarget ("/platform14") {
gotoAndStop (2);
};
tellTarget ("/platform15") {
gotoAndStop (2);
};
tellTarget ("/platform16") {
gotoAndStop (2);
};
tellTarget ("/platform17") {
gotoAndStop (2);
};
tellTarget ("/platform18") {
gotoAndStop (2);
};
tellTarget ("/platform19") {
gotoAndStop (2);
};
tellTarget ("/platform20") {
gotoAndStop (2);
};
tellTarget ("/platform21") {
gotoAndStop (2);
};
tellTarget ("/platform22") {
gotoAndStop (2);
};
tellTarget ("/platform23") {
gotoAndStop (2);
};
tellTarget ("/platform24") {
gotoAndStop (2);
};
tellTarget ("/platform25") {
gotoAndStop (2);
};
_root.player.jump = 45;
_root.player.surfer = 0;
_root.player._x = _root.player._x - fallback;
_root.player.motion = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 72
_root.shadow._xscale = _root.shadow._xscale - 0.4;
_root.shadow._yscale = _root.shadow._yscale - 0.4;
_root.shadow._x = _root.shadow._x - 0.4;
_root.shadow._y = _root.shadow._y - 0.4;
_root.player.hangtime = 3;
tellTarget ("/platform") {
gotoAndStop (2);
};
tellTarget ("/platform2") {
gotoAndStop (2);
};
tellTarget ("/platform3") {
gotoAndStop (2);
};
tellTarget ("/platform4") {
gotoAndStop (2);
};
tellTarget ("/platform5") {
gotoAndStop (2);
};
tellTarget ("/platform6") {
gotoAndStop (2);
};
tellTarget ("/platform7") {
gotoAndStop (2);
};
tellTarget ("/platform8") {
gotoAndStop (2);
};
tellTarget ("/platform9") {
gotoAndStop (2);
};
tellTarget ("/platform10") {
gotoAndStop (2);
};
tellTarget ("/platform11") {
gotoAndStop (2);
};
tellTarget ("/platform12") {
gotoAndStop (2);
};
tellTarget ("/platform14") {
gotoAndStop (2);
};
tellTarget ("/platform15") {
gotoAndStop (2);
};
tellTarget ("/platform16") {
gotoAndStop (2);
};
tellTarget ("/platform17") {
gotoAndStop (2);
};
tellTarget ("/platform18") {
gotoAndStop (2);
};
tellTarget ("/platform19") {
gotoAndStop (2);
};
tellTarget ("/platform20") {
gotoAndStop (2);
};
tellTarget ("/platform21") {
gotoAndStop (2);
};
tellTarget ("/platform22") {
gotoAndStop (2);
};
tellTarget ("/platform23") {
gotoAndStop (2);
};
tellTarget ("/platform24") {
gotoAndStop (2);
};
tellTarget ("/platform25") {
gotoAndStop (2);
};
_root.player._x = _root.player._x - fallback;
_root.player.ripper = 30;
Instance of Symbol 857 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 72
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.player._xscale = 56;
} else if (key.IsDown(37)) {
_root.player._xscale = -56;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.gun._xscale = 30;
} else if (key.IsDown(37)) {
_root.gun._xscale = -30;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.player.play();
} else if (key.IsDown(37)) {
_root.player.play();
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.emptygun._xscale = 30;
} else if (key.IsDown(37)) {
_root.emptygun._xscale = -30;
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 73
_root.shadow._xscale = _root.shadow._xscale - 0.4;
_root.shadow._yscale = _root.shadow._yscale - 0.4;
_root.shadow._x = _root.shadow._x - 0.4;
_root.shadow._y = _root.shadow._y - 0.4;
_root.player.jump = 25;
_root.player.Jmotion = 17;
Symbol 1126 MovieClip [jalapeno player] Frame 74
_root.shadow._xscale = _root.shadow._xscale - 0.4;
_root.shadow._yscale = _root.shadow._yscale - 0.4;
_root.shadow._x = _root.shadow._x - 0.4;
_root.shadow._y = _root.shadow._y - 0.4;
_root.player.jump = 25;
Symbol 1126 MovieClip [jalapeno player] Frame 75
_root.shadow._xscale = _root.shadow._xscale - 0.4;
_root.shadow._yscale = _root.shadow._yscale - 0.4;
_root.shadow._x = _root.shadow._x - 0.4;
_root.shadow._y = _root.shadow._y - 0.4;
Symbol 1126 MovieClip [jalapeno player] Frame 76
_root.shadow._xscale = _root.shadow._xscale - 0.4;
_root.shadow._yscale = _root.shadow._yscale - 0.4;
_root.shadow._x = _root.shadow._x - 0.4;
_root.shadow._y = _root.shadow._y - 0.4;
play();
_root._y = 0;
Instance of Symbol 857 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 76
onClipEvent (enterFrame) {
if (_root.player._y > 250) {
tellTarget ("/player") {
gotoAndStop (1);
};
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 77
_root.shadow._xscale = _root.shadow._xscale - 0.4;
_root.shadow._yscale = _root.shadow._yscale - 0.4;
_root.shadow._x = _root.shadow._x - 0.4;
_root.shadow._y = _root.shadow._y - 0.4;
_root.hangtime = _root.hangtime + 1;
Symbol 1126 MovieClip [jalapeno player] Frame 78
_root.shadow._xscale = _root.shadow._xscale - 0.4;
_root.shadow._yscale = _root.shadow._yscale - 0.4;
_root.shadow._x = _root.shadow._x - 0.4;
_root.shadow._y = _root.shadow._y - 0.4;
_root.hangtime = _root.hangtime + 1;
Instance of Symbol 857 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 79
onClipEvent (enterFrame) {
if (_root.player._y > 250) {
tellTarget ("/player") {
gotoAndStop (1);
};
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 80
_root.player.Jmotion = 20;
Symbol 1126 MovieClip [jalapeno player] Frame 92
_root.fighter = _root.fighter + 1;
_root.gunner = _root.gunner - 1;
_root.shadow._xscale = _root.shadow._xscale + 0.8;
_root.shadow._yscale = _root.shadow._yscale + 0.8;
_root.shadow._x = _root.shadow._x + 0.8;
_root.shadow._y = _root.shadow._y + 0.8;
_root.player.falling = 30;
_root.hangtime = _root.hangtime + 1;
play();
_root.player.falling = 30;
_root.player.Jmotion = 20;
_root.player.hangtime = 0;
_quality = "High";
Instance of Symbol 857 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 92
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.player._xscale = 56;
} else if (key.IsDown(37)) {
_root.player._xscale = -56;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.gun._xscale = 30;
} else if (key.IsDown(37)) {
_root.gun._xscale = -30;
}
}
onClipEvent (keyUp) {
_root.player.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.player.play();
} else if (key.IsDown(37)) {
_root.player.play();
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.emptygun._xscale = 30;
} else if (key.IsDown(37)) {
_root.emptygun._xscale = -30;
}
}
onClipEvent (keyUp) {
_root.gun.rotation = 0;
}
onClipEvent (enterFrame) {
if (key.IsDown(40)) {
_root.gun._rotation = 180;
}
}
onClipEvent (enterFrame) {
_root.player.falling = _root.player.falling + 1;
}
Symbol 1126 MovieClip [jalapeno player] Frame 93
_root.shadow._xscale = _root.shadow._xscale + 0.8;
_root.shadow._yscale = _root.shadow._yscale + 0.8;
_root.shadow._x = _root.shadow._x + 0.8;
_root.shadow._y = _root.shadow._y + 0.8;
_root.hangtime = _root.hangtime + 1;
_root.player.jump = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 94
_root.shadow._xscale = _root.shadow._xscale + 0.8;
_root.shadow._yscale = _root.shadow._yscale + 0.8;
_root.shadow._x = _root.shadow._x + 0.8;
_root.shadow._y = _root.shadow._y + 0.8;
_root.hangtime = _root.hangtime + 1;
_root.player.falling = 15;
Symbol 1126 MovieClip [jalapeno player] Frame 95
_root.shadow._xscale = _root.shadow._xscale - 0.4;
_root.shadow._yscale = _root.shadow._yscale - 0.4;
_root.shadow._x = _root.shadow._x - 0.4;
_root.shadow._y = _root.shadow._y - 0.4;
_root.hangtime = _root.hangtime + 1;
gotoAndPlay (105);
Symbol 1126 MovieClip [jalapeno player] Frame 96
_root.hangtime = _root.hangtime + 1;
_root.player._y = _root.player._y - 7;
_root.gun._rotation = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 97
play();
_root.gunningness = 0;
_root.player._x = _root.player._x + damage;
_root.player.motion = 0;
_root.player._x = _root.player._x + Mdamage;
_root.player.jump = 0;
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
_root._y = 0;
_root.player.surfer = 0;
_root._y = 0;
_root._y = 0;
_root._y = 0;
_quality = "High";
Instance of Symbol 930 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 97
onClipEvent (enterFrame) {
if (_root.player.damage > 0) {
_root.player._xscale = -56;
}
}
onClipEvent (enterFrame) {
if (_root.player.damage < 0) {
_root.player._xscale = 56;
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 98
_root.CROWHEALTH._visible = false;
_root.KOJIHEALTH._visible = false;
_root.KOJIHEALTH2._visible = false;
play();
tellTarget ("/JHP") {
_visible = true;
};
_root.gunningness = 0;
_root.player.hangtime = 3;
_root.player._x = _root.player._x + damage;
_root.player._x = _root.player._x + Mdamage;
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
Symbol 1126 MovieClip [jalapeno player] Frame 99
_root.CROWHEALTH._visible = false;
_root.KOJIHEALTH._visible = false;
_root.KOJIHEALTH2._visible = false;
play();
tellTarget ("/JHP") {
_visible = true;
};
_root.gunningness = 0;
_root.player._x = _root.player._x + damage;
_root.player._x = _root.player._x + Mdamage;
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
Symbol 1126 MovieClip [jalapeno player] Frame 100
_root.CROWHEALTH._visible = false;
_root.KOJIHEALTH._visible = false;
_root.KOJIHEALTH2._visible = false;
play();
tellTarget ("/JHP") {
_visible = true;
};
_root.gunningness = 0;
_root.player._x = _root.player._x + damage;
_root.player._x = _root.player._x + Mdamage;
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
Symbol 1126 MovieClip [jalapeno player] Frame 101
_root.CROWHEALTH._visible = false;
_root.KOJIHEALTH._visible = false;
_root.KOJIHEALTH2._visible = false;
tellTarget ("/JHP") {
_visible = true;
};
_root.gunningness = 0;
_root.player._x = _root.player._x + damage;
_root.player._x = _root.player._x + Mdamage;
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
Symbol 1126 MovieClip [jalapeno player] Frame 102
_root.JHP = _root.JHP - _root.Damage;
tellTarget ("/JHP") {
_visible = true;
};
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
_root.player.falling = 10;
Symbol 1126 MovieClip [jalapeno player] Frame 103
_root.JHP = _root.JHP - _root.Damageadd;
tellTarget ("/JHP") {
_visible = true;
};
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
_root.player.falling = 30;
Symbol 1126 MovieClip [jalapeno player] Frame 104
tellTarget ("/JHP") {
_visible = true;
};
_root.player.falling = 30;
Symbol 1126 MovieClip [jalapeno player] Frame 105
tellTarget ("/JHP") {
_visible = true;
};
Symbol 1126 MovieClip [jalapeno player] Frame 107
gotoAndPlay (1);
Symbol 1126 MovieClip [jalapeno player] Frame 108
gotoAndStop (1);
gotoAndPlay (1);
Symbol 1126 MovieClip [jalapeno player] Frame 109
tellTarget ("/gun") {
play();
};
Symbol 1126 MovieClip [jalapeno player] Frame 110
_root.player._y = _root.player._y - 7;
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
_root.player.falling = 0;
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
tellTarget ("/gun") {
play();
};
_root._y = 0;
_root.player.Jmotion = 1;
_root._quality = "Medium";
Symbol 1126 MovieClip [jalapeno player] Frame 111
_root.player.jump = _root.player.jump / 1.5;
_root.player.hangtime = 1;
tellTarget ("/gun") {
_visible = true;
};
tellTarget ("/gun") {
_visible = true;
};
_root.player._y = _root.player._y - 7;
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
tellTarget ("/gun") {
play();
};
_root.player.Jmotion = 3;
Instance of Symbol 857 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 111
onClipEvent (enterFrame) {
if (_root.player._y > 250) {
tellTarget ("/player") {
gotoAndStop ("gunmode");
};
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 112
_root.player.jump = _root.player.jump / 1.5;
tellTarget ("/gun") {
_visible = true;
};
tellTarget ("/gun") {
_visible = true;
};
_root.player._y = _root.player._y - 7;
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
tellTarget ("/gun") {
play();
};
Symbol 1126 MovieClip [jalapeno player] Frame 113
_root.player.jump = _root.player.jump / 1.5;
tellTarget ("/gun") {
_visible = true;
};
tellTarget ("/gun") {
_visible = true;
};
_root.player._y = _root.player._y - 7;
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
tellTarget ("/gun") {
play();
};
Symbol 1126 MovieClip [jalapeno player] Frame 114
_root.player.jump = _root.player.jump / 1.5;
_root.player._y = _root.player._y - 7;
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
tellTarget ("/gun") {
play();
};
Symbol 1126 MovieClip [jalapeno player] Frame 115
_root.player.jump = _root.player.jump / 1.5;
_root.player._y = _root.player._y - 7;
Symbol 1126 MovieClip [jalapeno player] Frame 116
_root.player.hangtime = 1.27;
_root.player._y = _root.player._y - 7;
Symbol 1126 MovieClip [jalapeno player] Frame 117
_root.player._y = _root.player._y - 7;
Symbol 1126 MovieClip [jalapeno player] Frame 118
_root.player._y = _root.player._y - 7;
Symbol 1126 MovieClip [jalapeno player] Frame 119
_root.player._y = _root.player._y - 5;
Symbol 1126 MovieClip [jalapeno player] Frame 120
_root.player._y = _root.player._y - 4;
Symbol 1126 MovieClip [jalapeno player] Frame 121
_root.player._y = _root.player._y - 3;
Symbol 1126 MovieClip [jalapeno player] Frame 122
_root.player._y = _root.player._y - 2;
Symbol 1126 MovieClip [jalapeno player] Frame 123
_root.player._y = _root.player._y - 1;
Symbol 1126 MovieClip [jalapeno player] Frame 124
_root.player.falling = 0.25;
tellTarget ("/gun") {
play();
};
tellTarget ("/gun") {
_visible = true;
};
Symbol 1126 MovieClip [jalapeno player] Frame 125
_root.player.falling = 2;
_root.player.jump = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 126
stop();
_root.player.falling = 3;
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
_root.player.jump = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 127
_root.player.falling = 4;
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
Symbol 1126 MovieClip [jalapeno player] Frame 128
_root.player.falling = 6;
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
Symbol 1126 MovieClip [jalapeno player] Frame 129
_root.player.falling = 8;
Symbol 1126 MovieClip [jalapeno player] Frame 130
_root.player.falling = 10;
Symbol 1126 MovieClip [jalapeno player] Frame 131
_root.player.falling = 12;
Symbol 1126 MovieClip [jalapeno player] Frame 132
_root.player.falling = 14;
Symbol 1126 MovieClip [jalapeno player] Frame 133
_root.player.falling = 16;
Symbol 1126 MovieClip [jalapeno player] Frame 135
_root.mercenary = _root.mercenary + 1;
_root.gunslinger = _root.gunslinger - 1;
tellTarget ("/gun") {
_visible = true;
};
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
_root.player.jump = 0;
_root.player.Jmotion = 1;
Instance of Symbol 857 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 135
onClipEvent (enterFrame) {
if (key.IsDown(40)) {
_root.player.gotoAndPlay("aimdown");
gotoAndPlay (1);
}
}
Instance of Symbol 857 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 135
onClipEvent (keyUp) {
tellTarget ("/gun") {
gotoAndPlay ("/fin");
};
}
onClipEvent (enterFrame) {
if (key.IsDown(38)) {
_root.gun._rotation = -aim;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(40)) {
_root.gun._rotation = aim;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.gun._rotation = faim;
} else if (key.IsDown(37)) {
_root.gun._rotation = lfaim;
}
}
onClipEvent (enterFrame) {
if (key.IsDown(39)) {
_root.emptygun._xscale = 30;
} else if (key.IsDown(37)) {
_root.emptygun._xscale = -30;
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 137
_root.mercenary = _root.mercenary + 1;
_root.gunslinger = _root.gunslinger - 1;
tellTarget ("/gun") {
_visible = true;
};
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
_root.player.Jmotion = 1;
Symbol 1126 MovieClip [jalapeno player] Frame 138
stop();
Symbol 1126 MovieClip [jalapeno player] Frame 139
play();
_root.mercenary = _root.mercenary + 1;
_root.gunslinger = _root.gunslinger - 1;
_root.hangtime = _root.hangtime + 1;
tellTarget ("/gun") {
_visible = true;
};
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
_root.player.Jmotion = 8;
Symbol 1126 MovieClip [jalapeno player] Frame 140
play();
_root.gun._rotation = 0;
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
gotoAndStop (21);
Symbol 1126 MovieClip [jalapeno player] Frame 141
play();
stop();
_root.player.falling = 0;
_root.player.jump = 0;
_root.player.hangtime = 0;
_root.hangtime = 2;
Symbol 1126 MovieClip [jalapeno player] Frame 142
play();
_root.mercenary = _root.mercenary + 1;
_root.gunslinger = _root.gunslinger - 1;
stop();
Symbol 1126 MovieClip [jalapeno player] Frame 143
_root.fighter = _root.fighter + 1;
_root.gunner = _root.gunner - 1;
_root.ATT = _root.ATT + 1;
play();
_root.mercenary = _root.mercenary + 1;
_root.gunslinger = _root.gunslinger - 1;
_root._y = 0;
_root.player._x = _root.player._x + (Kmotion * 2.5);
_root.player.motion = 0;
_root._quality = "Medium";
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 143
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
tellTarget ("/ENEMY1") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - (_root.attack * 2);
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 144
_root.fighter = _root.fighter + 1;
_root.gunner = _root.gunner - 1;
play();
_root.mercenary = _root.mercenary + 1;
_root.gunslinger = _root.gunslinger - 1;
_root.player._x = _root.player._x + (Kmotion * 2);
_root.player.motion = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 145
play();
_root.player._x = _root.player._x + (Kmotion * 1.5);
_root.player.motion = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 146
play();
_root.player._x = _root.player._x + (Kmotion * 1.5);
Symbol 1126 MovieClip [jalapeno player] Frame 147
play();
_root.player._x = _root.player._x + Kmotion;
_root._y = 0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 148
play();
_root.player._x = _root.player._x + Kmotion;
_root._y = -0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 149
play();
_root.player._x = _root.player._x + Kmotion;
_root._y = 0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 150
_root.player._x = _root.player._x + pmotion;
_root._y = -0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 151
_root.player._x = _root.player._x + pmotion;
_root._y = 0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 152
_root.player._x = _root.player._x + pmotion;
_root._y = -0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 153
_root._y = 0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 154
_root._y = -0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 155
_root._y = 0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 156
_root._y = -0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 157
_root._y = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 158
_root._y = -0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 159
play();
_root.mercenary = _root.mercenary + 1;
_root.gunslinger = _root.gunslinger - 1;
_root._y = 0;
_root.player._x = _root.player._x + pmotion;
_root._y = 0;
_root._y = 0;
gotoAndStop (1);
Symbol 1126 MovieClip [jalapeno player] Frame 160
_root.ATT = _root.ATT + 1;
_root._y = 0;
_root.player.hangtime = 5;
_root._y = 0;
_root._quality = "Medium";
Symbol 1126 MovieClip [jalapeno player] Frame 161
_root.ATT = _root.ATT + 1;
Symbol 1126 MovieClip [jalapeno player] Frame 163
tellTarget ("/gun") {
play();
};
Symbol 1126 MovieClip [jalapeno player] Frame 164
_root.player.falling = 20;
tellTarget ("/gun") {
_visible = true;
};
stop();
Instance of Symbol 1009 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 164
onClipEvent (enterFrame) {
if (_root.player._y > 240) {
_root.player.jump = 0;
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 165
_root.fighter = _root.fighter + 1;
_root.gunner = _root.gunner - 1;
_root._quality = "Medium";
Symbol 1126 MovieClip [jalapeno player] Frame 169
_root._y = 0;
_root.player._y = _root.player._y - 40;
_root.player._x = _root.player._x + (Kmotion * 1.5);
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 169
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - _root.attack;
}
}
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 169
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - _root.attack;
}
}
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 169
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - _root.attack;
}
}
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 169
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - _root.attack;
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 170
_root.player._y = _root.player._y - 20;
_root.player._x = _root.player._x + Kmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 171
_root.player._y = _root.player._y - 10;
_root.player._x = _root.player._x + Kmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 172
_root.player._y = _root.player._y - 5;
_root.player._x = _root.player._x + pmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 173
_root.player._y = _root.player._y - 2.5;
_root.player._x = _root.player._x + pmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 174
_root._y = -0.5;
_root.player._y = _root.player._y - 1;
_root.player._x = _root.player._x + pmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 175
_root._y = 0.5;
_root.player._y = _root.player._y - 0.5;
_root.player._x = _root.player._x + pmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 176
_root._y = 0.5;
_root.player._y = _root.player._y - 0.5;
_root.player._x = _root.player._x + pmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 177
_root._y = -0.5;
_root.player._y = _root.player._y - 0.5;
_root.player._x = _root.player._x + pmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 178
_root._y = 0.5;
_root.player._y = _root.player._y - 0.5;
_root.player._x = _root.player._x + pmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 179
_root._y = -0.5;
_root.player._y = _root.player._y - 0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 180
_root._y = 0.5;
_root.player.hangtime = 5;
Symbol 1126 MovieClip [jalapeno player] Frame 181
_root._y = -0.5;
Symbol 1126 MovieClip [jalapeno player] Frame 182
_root._y = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 184
_root.ATT = _root.ATT + 1;
gotoAndStop (1);
Symbol 1126 MovieClip [jalapeno player] Frame 185
_root.fighter = _root.fighter + 1;
_root.gunner = _root.gunner - 1;
_root.player.falling = 2;
_root.player.jump = 0;
_root.player.hangtime = 1;
_root.player.Jmotion = 0;
_root.player.motion = 0;
_root.player._x = _root.player._x + pmotion;
_root._quality = "Medium";
Instance of Symbol 857 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 185
onClipEvent (enterFrame) {
if (_root.player._y > 270) {
tellTarget ("/player") {
gotoAndPlay (1);
};
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 186
_root.player._y = _root.player._y - 20;
_root.player._x = _root.player._x + pmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 187
_root.player._y = _root.player._y - 20;
_root.player._x = _root.player._x + pmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 188
_root.player._y = _root.player._y - 15;
_root.player._x = _root.player._x + pmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 189
_root.player._y = _root.player._y - 10;
_root.player._x = _root.player._x + pmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 190
_root.fighter = _root.fighter + 1;
_root.gunner = _root.gunner - 1;
_root.ATT = _root.ATT + 1;
_root.player._y = _root.player._y - 6;
_root.player.falling = 2;
_root.player.jump = 0;
_root.player.hangtime = 1;
_root.player.Jmotion = 0;
_root.player.motion = 0;
_root.player._x = _root.player._x + (pmotion * 2);
Instance of Symbol 857 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 190
onClipEvent (enterFrame) {
if (_root.player._y > 270) {
tellTarget ("/player") {
gotoAndPlay ("absorber3");
};
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 191
_root.player._y = _root.player._y - 2;
_root.player._x = _root.player._x + (pmotion * 2);
Symbol 1126 MovieClip [jalapeno player] Frame 192
_root.player._y = _root.player._y + 50;
_root.player._x = _root.player._x + (Kmotion * 1.25);
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 192
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
tellTarget ("/ENEMY1") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - (_root.attack * 2);
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 193
_root.player._y = _root.player._y + 10;
_root.player._x = _root.player._x + (Kmotion * 2);
Symbol 1126 MovieClip [jalapeno player] Frame 194
_root.player._y = _root.player._y + 5;
_root.player._x = _root.player._x + Kmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 195
_root.player._y = _root.player._y + 2;
_root._y = 0.5;
_root.player._x = _root.player._x + pmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 196
_root._y = -0.5;
_root.player._x = _root.player._x + pmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 197
_root._y = 0.5;
_root.player._x = _root.player._x + (pmotion / 2);
Symbol 1126 MovieClip [jalapeno player] Frame 198
_root._y = 0;
_root.player._x = _root.player._x + (pmotion / 4);
Symbol 1126 MovieClip [jalapeno player] Frame 199
_root._y = 0;
_root.player.falling = 2;
_root.player.jump = 0;
_root.player.hangtime = 4;
_root.player.Jmotion = 0;
_root.player.motion = 0;
_root.player._x = _root.player._x + (pmotion / 6);
gotoAndPlay (76);
Symbol 1126 MovieClip [jalapeno player] Frame 200
_root.ATT = _root.ATT + 1;
_root.player.falling = 0;
_root.player.jump = 0;
_root.player.Jmotion = 0;
_root.player.motion = 0;
_root.player.hangtime = 0;
_root.player._y = _root.player._y - 20;
_root._quality = "Medium";
Instance of Symbol 857 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 200
onClipEvent (enterFrame) {
if (_root.player._y > 200) {
tellTarget ("/player") {
gotoAndPlay ("absorb");
};
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 201
_root.fighter = _root.fighter + 1;
_root.gunner = _root.gunner - 1;
_root.player._y = _root.player._y - 15;
Symbol 1126 MovieClip [jalapeno player] Frame 202
_root.player._y = _root.player._y - 10;
Symbol 1126 MovieClip [jalapeno player] Frame 203
_root.player._y = _root.player._y - 5;
Symbol 1126 MovieClip [jalapeno player] Frame 204
_root.player._y = _root.player._y - 4;
Symbol 1126 MovieClip [jalapeno player] Frame 205
_root.player._y = _root.player._y - 3;
Symbol 1126 MovieClip [jalapeno player] Frame 206
_root.player._y = _root.player._y - 2;
Symbol 1126 MovieClip [jalapeno player] Frame 207
_root.player._y = _root.player._y - 1;
Symbol 1126 MovieClip [jalapeno player] Frame 208
_root.player.falling = 40;
Symbol 1126 MovieClip [jalapeno player] Frame 225
_root._y = 1;
_root.player.falling = 0;
_root.player._y = 320;
_root.player.hangtime = 0;
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 225
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
tellTarget ("/ENEMY1") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - (_root.attack * 2);
}
}
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 225
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
tellTarget ("/ENEMY1") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - (_root.attack * 2);
}
}
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 225
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
tellTarget ("/ENEMY1") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - (_root.attack * 2);
}
}
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 225
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
tellTarget ("/ENEMY1") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - (_root.attack * 2);
}
}
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 225
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
tellTarget ("/ENEMY1") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - (_root.attack * 2);
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 226
_root._y = -1;
_root.player.falling = 0;
_root.player._y = 320;
_root.player.hangtime = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 227
_root._y = 1;
_root.player.falling = 0;
_root.player._y = 320;
_root.player.hangtime = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 228
_root._y = -1;
_root.player.falling = 0;
_root.player._y = 320;
_root.player.hangtime = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 229
_root._y = 0.5;
_root.player.falling = 0;
_root.player._y = 320;
_root.player.hangtime = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 230
_root._y = -0.5;
_root.player.falling = 0;
_root.player._y = 320;
_root.player.hangtime = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 231
_root._y = 0.5;
_root.player.falling = 0;
_root.player._y = 320;
_root.player.hangtime = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 232
_root._y = -0.5;
_root.player.falling = 0;
_root.player._y = 320;
_root.player.hangtime = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 233
_root._y = 0.25;
_root.player.falling = 0;
_root.player._y = 320;
_root.player.hangtime = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 234
_root._y = -0.25;
_root.player.falling = 0;
_root.player._y = 320;
_root.player.hangtime = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 235
_root._y = 0;
_root.player.falling = 0;
_root.player._y = 320;
_root.player.hangtime = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 236
_root._y = 0;
gotoAndStop (1);
play();
Symbol 1126 MovieClip [jalapeno player] Frame 237
_root.HLT = _root.HLT + 1;
_root.player._x = _root.player._x + damage;
_root.player.motion = 0;
_root.player._x = _root.player._x + Mdamage;
_quality = "High";
Instance of Symbol 1052 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 237
onClipEvent (enterFrame) {
if (_root.player.damage > 0) {
_root.player._xscale = -56;
}
}
onClipEvent (enterFrame) {
if (_root.player.damage < 0) {
_root.player._xscale = 56;
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 238
_root.JHP = _root.JHP - _root.Defense;
_root.HLT = _root.HLT + 1;
_root.player._x = _root.player._x + damage;
_root.player._x = _root.player._x + Mdamage;
Symbol 1126 MovieClip [jalapeno player] Frame 239
_root.HLT = _root.HLT + 1;
_root.player._x = _root.player._x + damage;
_root.player._x = _root.player._x + Mdamage;
Symbol 1126 MovieClip [jalapeno player] Frame 240
_root.HLT = _root.HLT + 1;
_root.player._x = _root.player._x + damage;
_root.player._x = _root.player._x + Mdamage;
Symbol 1126 MovieClip [jalapeno player] Frame 241
_root.HLT = _root.HLT + 1;
_root.player._x = _root.player._x + damage;
_root.player._x = _root.player._x + Mdamage;
Symbol 1126 MovieClip [jalapeno player] Frame 242
_root.HLT = _root.HLT + 1;
Symbol 1126 MovieClip [jalapeno player] Frame 248
_root.ATT = _root.ATT + 1;
gotoAndStop (1);
Symbol 1126 MovieClip [jalapeno player] Frame 249
_root.fighter = _root.fighter + 1;
_root.gunner = _root.gunner - 1;
_root.player.hangtime = 0;
_root.player.falling = 0;
_root._quality = "Medium";
Symbol 1126 MovieClip [jalapeno player] Frame 250
_root.player.hangtime = 0;
_root.player.falling = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 253
_root.player.jump = 120;
Symbol 1126 MovieClip [jalapeno player] Frame 254
_root.player.jump = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 255
_root.player._y = _root.player._y - 15;
Symbol 1126 MovieClip [jalapeno player] Frame 256
_root.player._y = _root.player._y - 15;
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 256
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
tellTarget ("/ENEMY1") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - (_root.attack * 2);
}
}
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 256
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
tellTarget ("/ENEMY1") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - (_root.attack * 2);
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 257
_root.player._y = _root.player._y - 10;
Symbol 1126 MovieClip [jalapeno player] Frame 258
_root.player._y = _root.player._y - 5;
Symbol 1126 MovieClip [jalapeno player] Frame 259
_root.player._y = _root.player._y - 2.5;
Symbol 1126 MovieClip [jalapeno player] Frame 260
_root._y = 0.8;
_root.player._y = _root.player._y - 1;
Symbol 1126 MovieClip [jalapeno player] Frame 261
_root._y = -0.8;
Symbol 1126 MovieClip [jalapeno player] Frame 262
_root._y = 0.8;
Symbol 1126 MovieClip [jalapeno player] Frame 263
_root._y = -0.8;
Symbol 1126 MovieClip [jalapeno player] Frame 264
_root._y = 0.8;
Symbol 1126 MovieClip [jalapeno player] Frame 265
_root._y = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 266
gotoAndStop (1);
Symbol 1126 MovieClip [jalapeno player] Frame 267
_root.ATT = _root.ATT + 1;
_root.player.jump = 0;
_root._y = 0;
_root.player.motion = 0;
_root.player.hangtime = 4;
_root._quality = "Medium";
Symbol 1126 MovieClip [jalapeno player] Frame 268
_root.fighter = _root.fighter + 1;
_root.gunner = _root.gunner - 1;
_root.ATT = _root.ATT + 1;
_root._y = 0;
_root.player.motion = 0;
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 268
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
_root.ENEMY.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
_root.ENEMY1.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - _root.attack;
_root.ENEMY2.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - _root.attack;
_root.ENEMY3.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - _root.attack;
_root.ENEMY4.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - _root.attack;
_root.ENEMY5.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - _root.attack;
_root.ENEMY6.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - _root.attack;
_root.ENEMY7.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - _root.attack;
_root.ENEMY8.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - _root.attack;
_root.ENEMY9.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - _root.attack;
_root.ENEMY10.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - _root.attack;
_root.ENEMY11.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - _root.attack;
_root.ENEMY12.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - _root.attack;
_root.ENEMY13.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - _root.attack;
_root.ENEMY14.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - _root.attack;
_root.ENEMY15.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - _root.attack;
_root.ENEMY16.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - _root.attack;
_root.ENEMY17.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - _root.attack;
_root.ENEMY18.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - _root.attack;
_root.ENEMY19.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - _root.attack;
_root.ENEMY20.dude.gotoAndPlay("impale");
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 269
_root._y = 0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 270
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 271
_root._y = 0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 272
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 273
_root._y = 0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 274
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 275
_root._y = 0.75;
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 275
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
_root.ENEMY.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
_root.ENEMY1.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2)) {
tellTarget ("/ENEMY2") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2)) {
_root.ENEMY2.health = _root.ENEMY2.health - _root.attack;
_root.ENEMY2.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3)) {
tellTarget ("/ENEMY3") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3)) {
_root.ENEMY3.health = _root.ENEMY3.health - _root.attack;
_root.ENEMY3.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4)) {
tellTarget ("/ENEMY4") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4)) {
_root.ENEMY4.health = _root.ENEMY4.health - _root.attack;
_root.ENEMY4.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5)) {
tellTarget ("/ENEMY5") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5)) {
_root.ENEMY5.health = _root.ENEMY5.health - _root.attack;
_root.ENEMY5.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6)) {
tellTarget ("/ENEMY6") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6)) {
_root.ENEMY6.health = _root.ENEMY6.health - _root.attack;
_root.ENEMY6.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7)) {
tellTarget ("/ENEMY7") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7)) {
_root.ENEMY7.health = _root.ENEMY7.health - _root.attack;
_root.ENEMY7.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8)) {
tellTarget ("/ENEMY8") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8)) {
_root.ENEMY8.health = _root.ENEMY8.health - _root.attack;
_root.ENEMY8.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9)) {
tellTarget ("/ENEMY9") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9)) {
_root.ENEMY9.health = _root.ENEMY9.health - _root.attack;
_root.ENEMY9.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10)) {
tellTarget ("/ENEMY10") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10)) {
_root.ENEMY10.health = _root.ENEMY10.health - _root.attack;
_root.ENEMY10.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11)) {
tellTarget ("/ENEMY11") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11)) {
_root.ENEMY11.health = _root.ENEMY11.health - _root.attack;
_root.ENEMY11.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12)) {
tellTarget ("/ENEMY12") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12)) {
_root.ENEMY12.health = _root.ENEMY12.health - _root.attack;
_root.ENEMY12.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13)) {
tellTarget ("/ENEMY13") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13)) {
_root.ENEMY13.health = _root.ENEMY13.health - _root.attack;
_root.ENEMY13.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14)) {
tellTarget ("/ENEMY14") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14)) {
_root.ENEMY14.health = _root.ENEMY14.health - _root.attack;
_root.ENEMY14.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15)) {
tellTarget ("/ENEMY15") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15)) {
_root.ENEMY15.health = _root.ENEMY15.health - _root.attack;
_root.ENEMY15.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16)) {
tellTarget ("/ENEMY16") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16)) {
_root.ENEMY16.health = _root.ENEMY16.health - _root.attack;
_root.ENEMY16.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17)) {
tellTarget ("/ENEMY17") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17)) {
_root.ENEMY17.health = _root.ENEMY17.health - _root.attack;
_root.ENEMY17.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18)) {
tellTarget ("/ENEMY18") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18)) {
_root.ENEMY18.health = _root.ENEMY18.health - _root.attack;
_root.ENEMY18.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19)) {
tellTarget ("/ENEMY19") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19)) {
_root.ENEMY19.health = _root.ENEMY19.health - _root.attack;
_root.ENEMY19.dude.gotoAndPlay("impale");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20)) {
tellTarget ("/ENEMY20") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20)) {
_root.ENEMY20.health = _root.ENEMY20.health - _root.attack;
_root.ENEMY20.dude.gotoAndPlay("impale");
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 276
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 277
_root._y = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 286
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 287
_root._y = 0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 288
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 289
_root._y = 0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 290
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 291
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 292
_root._y = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 293
_root.ATT = _root.ATT + 1;
gotoAndStop (1);
Symbol 1126 MovieClip [jalapeno player] Frame 294
_root.ATT = _root.ATT + 1;
_root._quality = "Medium";
Symbol 1126 MovieClip [jalapeno player] Frame 295
_root.ATT = _root.ATT + 1;
Symbol 1126 MovieClip [jalapeno player] Frame 296
_root.ATT = _root.ATT + 1;
Symbol 1126 MovieClip [jalapeno player] Frame 297
_root.ATT = _root.ATT + 1;
Symbol 1126 MovieClip [jalapeno player] Frame 302
_root.ENEMY.dude.gotoAndPlay(1);
_root.ENEMY1.dude.gotoAndPlay(1);
_root.ENEMY2.dude.gotoAndPlay(1);
_root.ENEMY3.dude.gotoAndPlay(1);
_root.ENEMY4.dude.gotoAndPlay(1);
_root.ENEMY5.dude.gotoAndPlay(1);
_root.ENEMY6.dude.gotoAndPlay(1);
_root.ENEMY7.dude.gotoAndPlay(1);
_root.ENEMY8.dude.gotoAndPlay(1);
_root.ENEMY9.dude.gotoAndPlay(1);
_root.ENEMY10.dude.gotoAndPlay(1);
_root.ENEMY11.dude.gotoAndPlay(1);
_root.ENEMY12.dude.gotoAndPlay(1);
_root.ENEMY13.dude.gotoAndPlay(1);
_root.ENEMY14.dude.gotoAndPlay(1);
_root.ENEMY15.dude.gotoAndPlay(1);
_root.ENEMY16.dude.gotoAndPlay(1);
_root.ENEMY17.dude.gotoAndPlay(1);
_root.ENEMY18.dude.gotoAndPlay(1);
_root.ENEMY19.dude.gotoAndPlay(1);
_root.ENEMY20.dude.gotoAndPlay(1);
Symbol 1126 MovieClip [jalapeno player] Frame 303
_root.ENEMY.dude.gotoAndPlay(1);
_root.ENEMY1.dude.gotoAndPlay(1);
_root.ENEMY2.dude.gotoAndPlay(1);
_root.ENEMY3.dude.gotoAndPlay(1);
_root.ENEMY4.dude.gotoAndPlay(1);
_root.ENEMY5.dude.gotoAndPlay(1);
_root.ENEMY6.dude.gotoAndPlay(1);
_root.ENEMY7.dude.gotoAndPlay(1);
_root.ENEMY8.dude.gotoAndPlay(1);
_root.ENEMY9.dude.gotoAndPlay(1);
_root.ENEMY10.dude.gotoAndPlay(1);
_root.ENEMY11.dude.gotoAndPlay(1);
_root.ENEMY12.dude.gotoAndPlay(1);
_root.ENEMY13.dude.gotoAndPlay(1);
_root.ENEMY14.dude.gotoAndPlay(1);
_root.ENEMY15.dude.gotoAndPlay(1);
_root.ENEMY16.dude.gotoAndPlay(1);
_root.ENEMY17.dude.gotoAndPlay(1);
_root.ENEMY18.dude.gotoAndPlay(1);
_root.ENEMY19.dude.gotoAndPlay(1);
_root.ENEMY20.dude.gotoAndPlay(1);
_root._y = -0.75;
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 303
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
tellTarget ("/ENEMY1") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - (_root.attack * 2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
gotoAndPlay ("mega");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - (_root.attack * 2);
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 304
_root._y = 0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 305
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 306
_root._y = 0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 307
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 308
_root._y = -0.75;
_root.player._x = _root.player._x + (Kmotion * 2);
Symbol 1126 MovieClip [jalapeno player] Frame 309
_root.fighter = _root.fighter + 1;
_root.gunner = _root.gunner - 1;
_root._y = 0;
_root.player._x = _root.player._x + Kmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 310
_root.fighter = _root.fighter + 1;
_root.gunner = _root.gunner - 1;
_root.player._x = _root.player._x + Kmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 311
_root.player._x = _root.player._x + pmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 312
_root.player._x = _root.player._x + (pmotion / 2);
Symbol 1126 MovieClip [jalapeno player] Frame 313
_root.player._x = _root.player._x + (pmotion / 4);
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 314
_root.player._x = _root.player._x + (pmotion / 6);
_root._y = 0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 315
_root.player._x = _root.player._x + pmotion;
_root.player._x = _root.player._x + xerxes;
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 316
_root.player._x = _root.player._x + pmotion;
_root._y = 0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 317
_root.player._x = _root.player._x + pmotion;
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 318
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 319
_root._y = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 323
_root.ATT = _root.ATT + 1;
gotoAndStop (1);
Symbol 1126 MovieClip [jalapeno player] Frame 324
_root.ATT = _root.ATT + 1;
_root._quality = "Medium";
Symbol 1126 MovieClip [jalapeno player] Frame 325
_root.ATT = _root.ATT + 1;
Symbol 1126 MovieClip [jalapeno player] Frame 326
_root.ATT = _root.ATT + 1;
Symbol 1126 MovieClip [jalapeno player] Frame 327
_root.ATT = _root.ATT + 1;
Symbol 1126 MovieClip [jalapeno player] Frame 329
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
_root.fighter = _root.fighter + 1;
_root.gunner = _root.gunner - 1;
Symbol 1126 MovieClip [jalapeno player] Frame 330
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 331
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 332
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 333
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 334
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 335
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 335
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY)) {
tellTarget ("/ENEMY") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
tellTarget ("/ENEMY1") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2)) {
tellTarget ("/ENEMY2") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2)) {
_root.ENEMY2.health = _root.ENEMY2.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3)) {
tellTarget ("/ENEMY3") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3)) {
_root.ENEMY3.health = _root.ENEMY3.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4)) {
tellTarget ("/ENEMY4") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4)) {
_root.ENEMY4.health = _root.ENEMY4.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5)) {
tellTarget ("/ENEMY5") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5)) {
_root.ENEMY5.health = _root.ENEMY5.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6)) {
tellTarget ("/ENEMY6") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6)) {
_root.ENEMY6.health = _root.ENEMY6.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7)) {
tellTarget ("/ENEMY7") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7)) {
_root.ENEMY7.health = _root.ENEMY7.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8)) {
tellTarget ("/ENEMY8") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8)) {
_root.ENEMY8.health = _root.ENEMY8.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9)) {
tellTarget ("/ENEMY9") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9)) {
_root.ENEMY9.health = _root.ENEMY9.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10)) {
tellTarget ("/ENEMY10") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10)) {
_root.ENEMY10.health = _root.ENEMY10.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11)) {
tellTarget ("/ENEMY11") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11)) {
_root.ENEMY11.health = _root.ENEMY11.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12)) {
tellTarget ("/ENEMY12") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12)) {
_root.ENEMY12.health = _root.ENEMY12.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13)) {
tellTarget ("/ENEMY13") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13)) {
_root.ENEMY13.health = _root.ENEMY13.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14)) {
tellTarget ("/ENEMY14") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14)) {
_root.ENEMY14.health = _root.ENEMY14.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15)) {
tellTarget ("/ENEMY15") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15)) {
_root.ENEMY15.health = _root.ENEMY15.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16)) {
tellTarget ("/ENEMY16") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16)) {
_root.ENEMY16.health = _root.ENEMY16.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17)) {
tellTarget ("/ENEMY17") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17)) {
_root.ENEMY17.health = _root.ENEMY17.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18)) {
tellTarget ("/ENEMY18") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18)) {
_root.ENEMY18.health = _root.ENEMY18.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19)) {
tellTarget ("/ENEMY19") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19)) {
_root.ENEMY19.health = _root.ENEMY19.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20)) {
tellTarget ("/ENEMY20") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20)) {
_root.ENEMY20.health = _root.ENEMY20.health - _root.attack;
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 336
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 337
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 337
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY)) {
tellTarget ("/ENEMY") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
tellTarget ("/ENEMY1") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2)) {
tellTarget ("/ENEMY2") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2)) {
_root.ENEMY2.health = _root.ENEMY2.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3)) {
tellTarget ("/ENEMY3") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3)) {
_root.ENEMY3.health = _root.ENEMY3.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4)) {
tellTarget ("/ENEMY4") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4)) {
_root.ENEMY4.health = _root.ENEMY4.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5)) {
tellTarget ("/ENEMY5") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5)) {
_root.ENEMY5.health = _root.ENEMY5.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6)) {
tellTarget ("/ENEMY6") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6)) {
_root.ENEMY6.health = _root.ENEMY6.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7)) {
tellTarget ("/ENEMY7") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7)) {
_root.ENEMY7.health = _root.ENEMY7.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8)) {
tellTarget ("/ENEMY8") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8)) {
_root.ENEMY8.health = _root.ENEMY8.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9)) {
tellTarget ("/ENEMY9") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9)) {
_root.ENEMY9.health = _root.ENEMY9.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10)) {
tellTarget ("/ENEMY10") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10)) {
_root.ENEMY10.health = _root.ENEMY10.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11)) {
tellTarget ("/ENEMY11") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11)) {
_root.ENEMY11.health = _root.ENEMY11.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12)) {
tellTarget ("/ENEMY12") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12)) {
_root.ENEMY12.health = _root.ENEMY12.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13)) {
tellTarget ("/ENEMY13") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13)) {
_root.ENEMY13.health = _root.ENEMY13.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14)) {
tellTarget ("/ENEMY14") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14)) {
_root.ENEMY14.health = _root.ENEMY14.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15)) {
tellTarget ("/ENEMY15") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15)) {
_root.ENEMY15.health = _root.ENEMY15.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16)) {
tellTarget ("/ENEMY16") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16)) {
_root.ENEMY16.health = _root.ENEMY16.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17)) {
tellTarget ("/ENEMY17") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17)) {
_root.ENEMY17.health = _root.ENEMY17.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18)) {
tellTarget ("/ENEMY18") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18)) {
_root.ENEMY18.health = _root.ENEMY18.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19)) {
tellTarget ("/ENEMY19") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19)) {
_root.ENEMY19.health = _root.ENEMY19.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20)) {
tellTarget ("/ENEMY20") {
gotoAndPlay ("launch");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20)) {
_root.ENEMY20.health = _root.ENEMY20.health - _root.attack;
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 338
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 339
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
_root._y = 0.8;
Symbol 1126 MovieClip [jalapeno player] Frame 340
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
_root._y = -0.8;
Symbol 1126 MovieClip [jalapeno player] Frame 341
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
_root._y = 0.8;
Symbol 1126 MovieClip [jalapeno player] Frame 342
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
_root._y = -0.8;
Symbol 1126 MovieClip [jalapeno player] Frame 343
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
_root._y = 0.8;
Symbol 1126 MovieClip [jalapeno player] Frame 344
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
_root._y = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 345
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 346
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 347
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 348
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
_root._y = 0.8;
Symbol 1126 MovieClip [jalapeno player] Frame 349
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
_root._y = -0.8;
Symbol 1126 MovieClip [jalapeno player] Frame 350
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
_root._y = 0.8;
Symbol 1126 MovieClip [jalapeno player] Frame 351
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
_root._y = -0.8;
Symbol 1126 MovieClip [jalapeno player] Frame 352
_root.ENEMY.damage = 0;
_root.ENEMY1.damage = 0;
_root.ENEMY2.damage = 0;
_root.ENEMY3.damage = 0;
_root.ENEMY4.damage = 0;
_root.ENEMY5.damage = 0;
_root.ENEMY6.damage = 0;
_root.ENEMY7.damage = 0;
_root.ENEMY8.damage = 0;
_root.ENEMY9.damage = 0;
_root.ENEMY10.damage = 0;
_root.ENEMY11.damage = 0;
_root.ENEMY12.damage = 0;
_root.ENEMY13.damage = 0;
_root.ENEMY14.damage = 0;
_root.ENEMY15.damage = 0;
_root.ENEMY16.damage = 0;
_root.ENEMY17.damage = 0;
_root.ENEMY18.damage = 0;
_root.ENEMY19.damage = 0;
_root.ENEMY20.damage = 0;
_root._y = 0.8;
Symbol 1126 MovieClip [jalapeno player] Frame 353
_root._y = 0.8;
Symbol 1126 MovieClip [jalapeno player] Frame 354
_root._y = -0.8;
Symbol 1126 MovieClip [jalapeno player] Frame 355
_root._y = 0.8;
Symbol 1126 MovieClip [jalapeno player] Frame 356
_root._y = -0.8;
Symbol 1126 MovieClip [jalapeno player] Frame 357
_root._y = 0.8;
Symbol 1126 MovieClip [jalapeno player] Frame 358
_root._y = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 361
gotoAndStop (1);
Symbol 1126 MovieClip [jalapeno player] Frame 362
stop();
_root.falling = 0;
_root.gun._rotation = 0;
_root.baddy.Mdamage = 0;
_root.baddy1.Mdamage = 0;
_root.baddy2.Mdamage = 0;
_root.baddy3.Mdamage = 0;
_root.baddy4.Mdamage = 0;
_root.baddy5.Mdamage = 0;
_root.baddy6.Mdamage = 0;
_root.baddy7.Mdamage = 0;
_root.baddy8.Mdamage = 0;
_root.baddy9.Mdamage = 0;
_root.baddy10.Mdamage = 0;
tellTarget ("/platform") {
gotoAndStop (1);
};
tellTarget ("/platform2") {
gotoAndStop (1);
};
tellTarget ("/platform3") {
gotoAndStop (1);
};
tellTarget ("/platform4") {
gotoAndStop (1);
};
tellTarget ("/platform5") {
gotoAndStop (1);
};
tellTarget ("/platform6") {
gotoAndStop (1);
};
tellTarget ("/platform7") {
gotoAndStop (1);
};
tellTarget ("/platform8") {
gotoAndStop (1);
};
tellTarget ("/platform9") {
gotoAndStop (1);
};
tellTarget ("/platform10") {
gotoAndStop (1);
};
tellTarget ("/platform11") {
gotoAndStop (1);
};
tellTarget ("/platform12") {
gotoAndStop (1);
};
tellTarget ("/platform14") {
gotoAndStop (1);
};
tellTarget ("/platform15") {
gotoAndStop (1);
};
tellTarget ("/platform16") {
gotoAndStop (1);
};
tellTarget ("/platform17") {
gotoAndStop (1);
};
tellTarget ("/platform18") {
gotoAndStop (1);
};
tellTarget ("/platform19") {
gotoAndStop (1);
};
tellTarget ("/platform20") {
gotoAndStop (1);
};
tellTarget ("/platform21") {
gotoAndStop (1);
};
tellTarget ("/platform22") {
gotoAndStop (1);
};
tellTarget ("/platform23") {
gotoAndStop (1);
};
tellTarget ("/platform24") {
gotoAndStop (1);
};
tellTarget ("/platform25") {
gotoAndStop (1);
};
tellTarget ("/gun") {
_visible = false;
};
tellTarget ("/player") {
_visible = true;
};
_root.player.jump = 0;
_root.player.hangtime = 0;
_root.player.Jmotion = 0;
_root.player.motion = 0;
_root._y = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 363
_root.ENEMY.dude.stop();
_root.ENEMY1.dude.stop();
_root.ENEMY2.dude.stop();
_root.ENEMY3.dude.stop();
_root.ENEMY4.dude.stop();
_root.ENEMY5.dude.stop();
_root.ENEMY6.dude.stop();
_root.ENEMY7.dude.stop();
_root.ENEMY8.dude.stop();
_root.ENEMY9.dude.stop();
_root.ENEMY10.dude.stop();
_root.ENEMY11.dude.stop();
_root.ENEMY12.dude.stop();
_root.ENEMY13.dude.stop();
_root.ENEMY14.dude.stop();
_root.ENEMY15.dude.stop();
_root.ENEMY16.dude.stop();
_root.ENEMY17.dude.stop();
_root.ENEMY18.dude.stop();
_root.ENEMY19.dude.stop();
_root.ENEMY20.dude.stop();
_root.player.falling = 0;
_root.player.jump = 0;
_root.player.hangtime = 0;
_root.player.motion = 0;
_root.player.Jmotion = 0;
_root.player.falling = 0;
_root.player.jump = 0;
_root.player.hangtime = 0;
tellTarget ("/adrenaline") {
gotoAndPlay (1);
};
tellTarget ("/flash") {
play();
};
_root.player.surfer = 0;
_root.player.hangtime = 3;
_root._quality = "Medium";
Symbol 1126 MovieClip [jalapeno player] Frame 364
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 365
_root._y = 0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 366
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 367
_root._y = 0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 368
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 369
_root._y = 0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 370
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 371
_root._y = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 372
_quality = "High";
Symbol 1126 MovieClip [jalapeno player] Frame 375
_root.ENEMY.health = _root.ENEMY.health - (_root.attack * 15);
_root.ENEMY1.health = _root.ENEMY1.health - (_root.attack * 15);
_root.ENEMY2.health = _root.ENEMY2.health - (_root.attack * 15);
_root.ENEMY3.health = _root.ENEMY3.health - (_root.attack * 15);
_root.ENEMY4.health = _root.ENEMY4.health - (_root.attack * 15);
_root.ENEMY5.health = _root.ENEMY5.health - (_root.attack * 15);
_root.ENEMY6.health = _root.ENEMY6.health - (_root.attack * 15);
_root.ENEMY7.health = _root.ENEMY7.health - (_root.attack * 15);
_root.ENEMY8.health = _root.ENEMY8.health - (_root.attack * 15);
_root.ENEMY9.health = _root.ENEMY9.health - (_root.attack * 15);
_root.ENEMY10.health = _root.ENEMY10.health - (_root.attack * 15);
_root.ENEMY11.health = _root.ENEMY11.health - (_root.attack * 15);
_root.ENEMY12.health = _root.ENEMY12.health - (_root.attack * 15);
_root.ENEMY13.health = _root.ENEMY13.health - (_root.attack * 15);
_root.ENEMY14.health = _root.ENEMY14.health - (_root.attack * 15);
_root.ENEMY15.health = _root.ENEMY15.health - (_root.attack * 15);
_root.ENEMY16.health = _root.ENEMY16.health - (_root.attack * 15);
_root.ENEMY17.health = _root.ENEMY17.health - (_root.attack * 15);
_root.ENEMY18.health = _root.ENEMY18.health - (_root.attack * 15);
_root.ENEMY19.health = _root.ENEMY19.health - (_root.attack * 15);
_root.ENEMY20.health = _root.ENEMY20.health - (_root.attack * 15);
Symbol 1126 MovieClip [jalapeno player] Frame 381
_root.player._y = 250;
_root.player.falling = 0;
_root.player.jump = 0;
_root.player.hangtime = 0;
tellTarget ("/Timecontrol") {
gotoAndPlay (5);
};
_root.player.surfer = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 382
tellTarget ("/Timecontrol") {
gotoAndPlay (6);
};
Symbol 1126 MovieClip [jalapeno player] Frame 383
tellTarget ("/Timecontrol") {
gotoAndPlay (7);
};
Symbol 1126 MovieClip [jalapeno player] Frame 387
gotoAndStop (1);
Symbol 1126 MovieClip [jalapeno player] Frame 388
_root.player.falling = 0;
_root.player.jump = 0;
_root.player.hangtime = 0;
_root.player.motion = 0;
_root.player.Jmotion = 0;
_root._quality = "Medium";
Symbol 1126 MovieClip [jalapeno player] Frame 391
tellTarget ("/adrenaline") {
gotoAndPlay (1);
};
tellTarget ("/flash") {
play();
};
Symbol 1126 MovieClip [jalapeno player] Frame 392
_root._y = 0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 393
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 394
_root._y = 0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 395
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 396
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
_root._y = 0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 397
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 398
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
_root._y = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 399
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
_quality = "High";
Symbol 1126 MovieClip [jalapeno player] Frame 400
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 401
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 402
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 403
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 404
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 405
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 406
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 407
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 408
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 409
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 410
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 411
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 412
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 413
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 414
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 415
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 416
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 417
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 418
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 419
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 420
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 421
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 422
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 423
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 424
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 425
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 426
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 427
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 428
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 429
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 430
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 431
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 432
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 433
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 434
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 435
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 436
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 437
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 438
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 439
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 440
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 441
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 442
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 443
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 444
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 445
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 446
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 447
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 448
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 449
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 450
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 451
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 452
_root.ENEMY.dude.gotoAndPlay("heavan");
_root.ENEMY.subdude.gotoAndPlay("heavan");
_root.ENEMY1.dude.gotoAndPlay("heavan");
_root.ENEMY1.subdude.gotoAndPlay("heavan");
_root.ENEMY2.dude.gotoAndPlay("heavan");
_root.ENEMY2.subdude.gotoAndPlay("heavan");
_root.ENEMY3.dude.gotoAndPlay("heavan");
_root.ENEMY3.subdude.gotoAndPlay("heavan");
_root.ENEMY4.dude.gotoAndPlay("heavan");
_root.ENEMY4.subdude.gotoAndPlay("heavan");
_root.ENEMY5.dude.gotoAndPlay("heavan");
_root.ENEMY5.subdude.gotoAndPlay("heavan");
_root.ENEMY6.dude.gotoAndPlay("heavan");
_root.ENEMY6.subdude.gotoAndPlay("heavan");
_root.ENEMY7.dude.gotoAndPlay("heavan");
_root.ENEMY7.subdude.gotoAndPlay("heavan");
_root.ENEMY8.dude.gotoAndPlay("heavan");
_root.ENEMY8.subdude.gotoAndPlay("heavan");
_root.ENEMY9.dude.gotoAndPlay("heavan");
_root.ENEMY9.subdude.gotoAndPlay("heavan");
_root.ENEMY10.dude.gotoAndPlay("heavan");
_root.ENEMY10.subdude.gotoAndPlay("heavan");
_root.ENEMY11.dude.gotoAndPlay("heavan");
_root.ENEMY11.subdude.gotoAndPlay("heavan");
_root.ENEMY12.dude.gotoAndPlay("heavan");
_root.ENEMY12.subdude.gotoAndPlay("heavan");
_root.ENEMY13.dude.gotoAndPlay("heavan");
_root.ENEMY13.subdude.gotoAndPlay("heavan");
_root.ENEMY14.dude.gotoAndPlay("heavan");
_root.ENEMY14.subdude.gotoAndPlay("heavan");
_root.ENEMY15.dude.gotoAndPlay("heavan");
_root.ENEMY15.subdude.gotoAndPlay("heavan");
_root.ENEMY16.dude.gotoAndPlay("heavan");
_root.ENEMY16.subdude.gotoAndPlay("heavan");
_root.ENEMY17.dude.gotoAndPlay("heavan");
_root.ENEMY17.subdude.gotoAndPlay("heavan");
_root.ENEMY18.dude.gotoAndPlay("heavan");
_root.ENEMY18.subdude.gotoAndPlay("heavan");
_root.ENEMY19.dude.gotoAndPlay("heavan");
_root.ENEMY19.subdude.gotoAndPlay("heavan");
_root.ENEMY20.dude.gotoAndPlay("heavan");
_root.ENEMY20.subdude.gotoAndPlay("heavan");
Symbol 1126 MovieClip [jalapeno player] Frame 454
_root.JHP = _root.JHP + (_root.JHPfull / 5);
Symbol 1126 MovieClip [jalapeno player] Frame 455
tellTarget ("/flash") {
play();
};
Symbol 1126 MovieClip [jalapeno player] Frame 461
gotoAndStop (1);
Symbol 1126 MovieClip [jalapeno player] Frame 462
_root.player._x = _root.player._x + Kmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 463
_root._y = 0;
_root._quality = "Medium";
Symbol 1126 MovieClip [jalapeno player] Frame 465
_root._y = 0.75;
_root.player._x = _root.player._x + (pmotion * 3);
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 465
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
_root.ENEMY.health = _root.ENEMY.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - _root.attack;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - _root.attack;
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 466
_root._y = -0.75;
_root.player._x = _root.player._x + (pmotion * 2);
Symbol 1126 MovieClip [jalapeno player] Frame 467
_root._y = 0.75;
_root.player._x = _root.player._x + pmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 468
_root._y = 0.75;
_root.player._x = _root.player._x + pmotion;
Symbol 1126 MovieClip [jalapeno player] Frame 469
_root._y = 0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 470
_root._y = -0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 471
_root._y = 0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 472
_root._y = 0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 473
_root._y = 0.75;
Symbol 1126 MovieClip [jalapeno player] Frame 474
_root._y = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 478
_root._quality = "Medium";
Symbol 1126 MovieClip [jalapeno player] Frame 479
_root.player.jump = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 480
_root.player.jump = 0;
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 480
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack - 15);
_root.ENEMY.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack - 15);
_root.ENEMY.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - (_root.attack - 15);
_root.ENEMY2.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - (_root.attack - 15);
_root.ENEMY3.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - (_root.attack - 15);
_root.ENEMY4.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - (_root.attack - 15);
_root.ENEMY5.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - (_root.attack - 15);
_root.ENEMY6.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - (_root.attack - 15);
_root.ENEMY7.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - (_root.attack - 15);
_root.ENEMY8.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - (_root.attack - 15);
_root.ENEMY9.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - (_root.attack - 15);
_root.ENEMY10.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - (_root.attack - 15);
_root.ENEMY11.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - (_root.attack - 15);
_root.ENEMY12.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - (_root.attack - 15);
_root.ENEMY13.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - (_root.attack - 15);
_root.ENEMY14.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - (_root.attack - 15);
_root.ENEMY15.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - (_root.attack - 15);
_root.ENEMY16.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - (_root.attack - 15);
_root.ENEMY17.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - (_root.attack - 15);
_root.ENEMY18.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - (_root.attack - 15);
_root.ENEMY19.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - (_root.attack - 15);
_root.ENEMY20.dude.gotoAndPlay("rapid");
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 481
_root._y = 0.75;
_root.player.jump = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 482
_root._y = -0.75;
_root.player.jump = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 483
_root._y = 0.75;
_root.player.jump = 0;
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 483
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack - 15);
_root.ENEMY.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack - 15);
_root.ENEMY.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - (_root.attack - 15);
_root.ENEMY2.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - (_root.attack - 15);
_root.ENEMY3.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - (_root.attack - 15);
_root.ENEMY4.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - (_root.attack - 15);
_root.ENEMY5.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - (_root.attack - 15);
_root.ENEMY6.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - (_root.attack - 15);
_root.ENEMY7.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - (_root.attack - 15);
_root.ENEMY8.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - (_root.attack - 15);
_root.ENEMY9.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - (_root.attack - 15);
_root.ENEMY10.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - (_root.attack - 15);
_root.ENEMY11.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - (_root.attack - 15);
_root.ENEMY12.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - (_root.attack - 15);
_root.ENEMY13.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - (_root.attack - 15);
_root.ENEMY14.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - (_root.attack - 15);
_root.ENEMY15.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - (_root.attack - 15);
_root.ENEMY16.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - (_root.attack - 15);
_root.ENEMY17.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - (_root.attack - 15);
_root.ENEMY18.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - (_root.attack - 15);
_root.ENEMY19.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - (_root.attack - 15);
_root.ENEMY20.dude.gotoAndPlay("rapid");
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 484
_root._y = -0.75;
_root.player.jump = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 485
_root._y = 0.75;
_root.player.jump = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 486
_root._y = -0.75;
_root.player.jump = 0;
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 486
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack - 15);
_root.ENEMY.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack - 15);
_root.ENEMY.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - (_root.attack - 15);
_root.ENEMY2.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - (_root.attack - 15);
_root.ENEMY3.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - (_root.attack - 15);
_root.ENEMY4.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - (_root.attack - 15);
_root.ENEMY5.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - (_root.attack - 15);
_root.ENEMY6.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - (_root.attack - 15);
_root.ENEMY7.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - (_root.attack - 15);
_root.ENEMY8.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - (_root.attack - 15);
_root.ENEMY9.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - (_root.attack - 15);
_root.ENEMY10.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - (_root.attack - 15);
_root.ENEMY11.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - (_root.attack - 15);
_root.ENEMY12.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - (_root.attack - 15);
_root.ENEMY13.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - (_root.attack - 15);
_root.ENEMY14.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - (_root.attack - 15);
_root.ENEMY15.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - (_root.attack - 15);
_root.ENEMY16.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - (_root.attack - 15);
_root.ENEMY17.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - (_root.attack - 15);
_root.ENEMY18.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - (_root.attack - 15);
_root.ENEMY19.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - (_root.attack - 15);
_root.ENEMY20.dude.gotoAndPlay("rapid");
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 487
_root._y = 0.75;
_root.player.jump = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 488
_root._y = -0.75;
_root.player.jump = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 489
_root._y = 0.75;
_root.player.jump = 0;
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 489
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack - 15);
_root.ENEMY.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack - 15);
_root.ENEMY.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - (_root.attack - 15);
_root.ENEMY2.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - (_root.attack - 15);
_root.ENEMY3.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - (_root.attack - 15);
_root.ENEMY4.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - (_root.attack - 15);
_root.ENEMY5.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - (_root.attack - 15);
_root.ENEMY6.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - (_root.attack - 15);
_root.ENEMY7.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - (_root.attack - 15);
_root.ENEMY8.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - (_root.attack - 15);
_root.ENEMY9.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - (_root.attack - 15);
_root.ENEMY10.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - (_root.attack - 15);
_root.ENEMY11.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - (_root.attack - 15);
_root.ENEMY12.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - (_root.attack - 15);
_root.ENEMY13.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - (_root.attack - 15);
_root.ENEMY14.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - (_root.attack - 15);
_root.ENEMY15.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - (_root.attack - 15);
_root.ENEMY16.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - (_root.attack - 15);
_root.ENEMY17.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - (_root.attack - 15);
_root.ENEMY18.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - (_root.attack - 15);
_root.ENEMY19.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - (_root.attack - 15);
_root.ENEMY20.dude.gotoAndPlay("rapid");
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 490
_root._y = -0.75;
_root.player.jump = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 491
_root._y = 0.75;
_root.player.jump = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 492
_root._y = -0.75;
_root.player.jump = 0;
Instance of Symbol 874 MovieClip in Symbol 1126 MovieClip [jalapeno player] Frame 492
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack - 15);
_root.ENEMY.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
_root.ENEMY.health = _root.ENEMY.health - (_root.attack - 15);
_root.ENEMY.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - (_root.attack - 15);
_root.ENEMY2.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - (_root.attack - 15);
_root.ENEMY3.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - (_root.attack - 15);
_root.ENEMY4.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - (_root.attack - 15);
_root.ENEMY5.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - (_root.attack - 15);
_root.ENEMY6.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - (_root.attack - 15);
_root.ENEMY7.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - (_root.attack - 15);
_root.ENEMY8.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - (_root.attack - 15);
_root.ENEMY9.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - (_root.attack - 15);
_root.ENEMY10.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - (_root.attack - 15);
_root.ENEMY11.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - (_root.attack - 15);
_root.ENEMY12.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - (_root.attack - 15);
_root.ENEMY13.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - (_root.attack - 15);
_root.ENEMY14.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - (_root.attack - 15);
_root.ENEMY15.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - (_root.attack - 15);
_root.ENEMY16.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - (_root.attack - 15);
_root.ENEMY17.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - (_root.attack - 15);
_root.ENEMY18.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - (_root.attack - 15);
_root.ENEMY19.dude.gotoAndPlay("rapid");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - (_root.attack - 15);
_root.ENEMY20.dude.gotoAndPlay("rapid");
}
}
Symbol 1126 MovieClip [jalapeno player] Frame 493
_root._y = 0.75;
_root.player.jump = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 494
_root._y = -0.75;
_root.player.jump = 0;
Symbol 1126 MovieClip [jalapeno player] Frame 495
_root._y = 0;
_root.player.jump = 0;
Symbol 1129 MovieClip Frame 1
stop();
Symbol 1132 MovieClip Frame 1
stop();
Symbol 1132 MovieClip Frame 10
gotoAndStop (1);
Symbol 1142 MovieClip Frame 1
_quality = "Medium";
_root.player.dead.gotoAndStop(2);
Instance of Symbol 928 MovieClip in Symbol 1142 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY._x) {
_root.player.damage = 40;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY._x) {
_root.player.damage = -40;
}
}
Symbol 1142 MovieClip Frame 2
_root._y = -0.5;
_root.player.dead.gotoAndStop(2);
Symbol 1142 MovieClip Frame 3
_root._y = 0.5;
_root.player.dead.gotoAndStop(2);
Symbol 1142 MovieClip Frame 4
_root._y = -0.5;
_root.player.dead.gotoAndStop(2);
Symbol 1142 MovieClip Frame 5
_root._y = 0.5;
_root.player.dead.gotoAndStop(2);
Instance of Symbol 1136 MovieClip in Symbol 1142 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.core)) {
tellTarget ("/player") {
gotoAndPlay ("hurt");
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.core)) {
_root.player.upwardstrike.play();
}
}
Symbol 1142 MovieClip Frame 6
_root._y = -0.5;
_root.player.dead.gotoAndStop(2);
Symbol 1142 MovieClip Frame 7
_root._y = 0.5;
_root.player.dead.gotoAndStop(2);
Symbol 1142 MovieClip Frame 8
_root._y = -0.5;
_root.player.dead.gotoAndStop(2);
Symbol 1142 MovieClip Frame 9
_root._y = 0.5;
_root.player.dead.gotoAndStop(2);
Symbol 1142 MovieClip Frame 10
_root._y = -0.5;
_root.player.dead.gotoAndStop(2);
Symbol 1142 MovieClip Frame 11
_root._y = 0.5;
_root.player.dead.gotoAndStop(2);
Symbol 1142 MovieClip Frame 12
_quality = "High";
_root.player.dead.gotoAndStop(2);
Symbol 1142 MovieClip Frame 44
gotoAndPlay (14);
Symbol 1142 MovieClip Frame 45
gotoAndPlay (14);
Symbol 1142 MovieClip Frame 46
gotoAndPlay (14);
Symbol 1142 MovieClip Frame 47
gotoAndPlay (14);
Symbol 1142 MovieClip Frame 48
gotoAndPlay (14);
Symbol 1143 MovieClip Frame 1
stop();
Symbol 1143 MovieClip Frame 2
stop();
Symbol 1147 MovieClip Frame 1
_quality = "Medium";
Symbol 1147 MovieClip Frame 2
_root._y = -0.75;
Symbol 1147 MovieClip Frame 3
_root._y = 0.75;
Symbol 1147 MovieClip Frame 4
_root._y = -0.75;
Symbol 1147 MovieClip Frame 5
_root._y = 0.75;
Symbol 1147 MovieClip Frame 6
_root._y = -0.75;
Symbol 1147 MovieClip Frame 7
_root._y = 0.75;
Symbol 1147 MovieClip Frame 8
_quality = "High";
Symbol 1147 MovieClip Frame 9
_quality = "High";
Symbol 1147 MovieClip Frame 43
gotoAndPlay (10);
Symbol 1149 MovieClip Frame 1
stop();
Symbol 1149 MovieClip Frame 2
stop();
Instance of Symbol 1161 MovieClip in Symbol 1162 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.core)) {
tellTarget ("/player") {
gotoAndPlay ("hurt");
};
}
}
Symbol 1178 MovieClip Frame 27
stop();
Instance of Symbol 1157 MovieClip in Symbol 1179 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY._x) {
_root.ENEMY._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY._x) {
_root.ENEMY._xscale = 100;
}
}
Symbol 1179 MovieClip Frame 9
_root.ENEMY.health = _root.ENEMY.health - 10000;
Symbol 1179 MovieClip Frame 20
_root.ENEMY.health = _root.ENEMY.health - 10000;
Symbol 1179 MovieClip Frame 42
stop();
Symbol 1181 MovieClip Frame 1
_root.ENEMY.BLAST = 0;
_root.ENEMY.motion = 5;
_root.ENEMY.hdamage = 0;
Instance of Symbol 1157 MovieClip in Symbol 1181 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY._x) {
_root.ENEMY._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY._x) {
_root.ENEMY._xscale = 100;
}
}
Symbol 1181 MovieClip Frame 2
_root.ENEMY.BLAST = 0;
_root.ENEMY.hdamage = 0;
Symbol 1181 MovieClip Frame 3
_root.ENEMY.hdamage = 0;
Symbol 1181 MovieClip Frame 35
_root.ENEMY.BLAST = 0;
_root.ENEMY.hdamage = 0;
_root.ENEMY.motion = 0;
Instance of Symbol 1157 MovieClip in Symbol 1181 MovieClip Frame 47
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY._x) {
_root.player.damage = 15;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY._x) {
_root.player.damage = -15;
}
}
Symbol 1181 MovieClip Frame 50
_quality = "Medium";
Symbol 1181 MovieClip Frame 52
_root._y = 0.5;
Symbol 1181 MovieClip Frame 53
_root._y = -0.5;
Symbol 1181 MovieClip Frame 54
_root._y = 0.5;
Symbol 1181 MovieClip Frame 55
_root._y = -0.5;
Symbol 1181 MovieClip Frame 56
_root._y = 0.5;
Symbol 1181 MovieClip Frame 57
_root._y = -0.5;
Symbol 1181 MovieClip Frame 58
_root._y = 0.5;
Symbol 1181 MovieClip Frame 59
_root._y = 0;
Symbol 1181 MovieClip Frame 60
_root._y = 0;
Symbol 1181 MovieClip Frame 61
_quality = "High";
Symbol 1181 MovieClip Frame 65
gotoAndPlay (1);
Symbol 1181 MovieClip Frame 66
gotoAndPlay (1);
Symbol 1181 MovieClip Frame 67
_root.HITZ.gotoAndPlay(2);
Symbol 1181 MovieClip Frame 68
_root.HITZ.hits = _root.HITZ.hits + 1;
Symbol 1181 MovieClip Frame 75
stop();
Symbol 1181 MovieClip Frame 76
stop();
gotoAndStop (75);
Symbol 1181 MovieClip Frame 77
_root.HITZ.gotoAndPlay(2);
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 78
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.ENEMY.BLAST = 40;
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 79
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 80
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 81
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 82
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 83
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 84
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 85
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 86
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 87
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 88
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 89
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 90
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 91
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 92
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 93
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 94
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 95
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 96
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 97
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 98
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 99
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 100
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 101
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 102
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 103
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 104
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
Symbol 1181 MovieClip Frame 105
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 106
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 107
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 108
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 109
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 110
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 111
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 112
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 113
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 114
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
Symbol 1181 MovieClip Frame 115
gotoAndPlay (1);
Symbol 1181 MovieClip Frame 116
_root.HITZ.gotoAndPlay(2);
_root.ENEMY.BLAST = 0;
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 117
_root.HITZ.hits = _root.HITZ.hits + 1;
Symbol 1181 MovieClip Frame 128
gotoAndPlay (1);
Symbol 1181 MovieClip Frame 129
stop();
Symbol 1181 MovieClip Frame 131
gotoAndPlay (1);
Symbol 1181 MovieClip Frame 132
_root.HITZ.gotoAndPlay(2);
_root.ENEMY.motion = 0;
_root.ENEMY.stop();
Instance of Symbol 1157 MovieClip in Symbol 1181 MovieClip Frame 132
onClipEvent (enterFrame) {
if (_root.player._y > _root.ENEMY._y) {
_root.ENEMY._y = _root.ENEMY._y - 5;
}
}
onClipEvent (enterFrame) {
if (_root.player._y > (_root.ENEMY._y + 70)) {
_root.player.jump = 0;
}
}
Symbol 1181 MovieClip Frame 133
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.ENEMY._y = _root.ENEMY._y - 35;
Symbol 1181 MovieClip Frame 134
tellTarget ("/combo") {
play();
};
_root.ENEMY._y = _root.ENEMY._y - 8;
Symbol 1181 MovieClip Frame 135
_root.ENEMY._y = _root.ENEMY._y - 7;
Symbol 1181 MovieClip Frame 136
_root.ENEMY._y = _root.ENEMY._y - 5;
Symbol 1181 MovieClip Frame 137
_root.ENEMY._y = _root.ENEMY._y - 3;
Symbol 1181 MovieClip Frame 138
_root.ENEMY.motion = 0;
_root.ENEMY.play();
_root.ENEMY._y = _root.ENEMY._y - 3;
Symbol 1181 MovieClip Frame 139
tellTarget ("/combo") {
play();
};
Symbol 1181 MovieClip Frame 140
_root.ENEMY.motion = 0;
_root.ENEMY._y = _root.ENEMY._y - 2;
gotoAndPlay (1);
Symbol 1181 MovieClip Frame 141
_root.ENEMY.motion = 0;
_root.ENEMY.BLAST = 0;
Symbol 1181 MovieClip Frame 142
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 143
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 144
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 145
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 146
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 147
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 148
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 149
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 150
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 151
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 152
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 153
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 154
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 155
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 156
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 157
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 158
_root.ENEMY.motion = 0;
gotoAndPlay (1);
Symbol 1181 MovieClip Frame 159
_root.HITZ.gotoAndPlay(2);
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 160
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 161
_root.ENEMY.BLAST = 40;
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 162
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 163
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 164
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 165
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 166
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 167
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 168
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 169
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 170
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 171
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 172
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 173
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 174
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.health = _root.ENEMY.health - 300;
Symbol 1181 MovieClip Frame 175
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 176
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 177
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 178
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 179
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 180
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 181
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 182
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 183
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 184
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 185
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 186
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 187
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 188
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 189
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
_root.ENEMY.health = _root.ENEMY.health - 300;
Symbol 1181 MovieClip Frame 190
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 191
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 192
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 193
_root.ENEMY.BLAST = 40;
_root.ENEMY.stop();
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 194
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 195
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 196
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 197
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 198
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 199
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 200
gotoAndPlay (1);
Symbol 1181 MovieClip Frame 201
_root.ENEMY.BLAST = 0;
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 202
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 203
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 204
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 205
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 206
_root.ENEMY.motion = 0;
Symbol 1181 MovieClip Frame 207
gotoAndPlay (1);
Symbol 1181 MovieClip Frame 208
_root.HITZ.gotoAndPlay(2);
tellTarget ("/combo") {
play();
};
_root.ENEMY._y = _root.ENEMY._y + 50;
Symbol 1181 MovieClip Frame 209
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.ENEMY._x = _root.ENEMY._x + (damage * 5);
Symbol 1181 MovieClip Frame 210
_root.ENEMY._x = _root.ENEMY._x + (damage * 2);
Symbol 1181 MovieClip Frame 211
_root.ENEMY._x = _root.ENEMY._x + damage;
Symbol 1181 MovieClip Frame 212
_root.ENEMY._x = _root.ENEMY._x + (damage / 2);
Symbol 1181 MovieClip Frame 213
gotoAndPlay (1);
Instance of Symbol 1157 MovieClip in Symbol 1181 MovieClip Frame 216
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY._x) {
_root.ENEMY._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY._x) {
_root.ENEMY._xscale = 100;
}
}
Symbol 1181 MovieClip Frame 226
gotoAndPlay (1);
Symbol 1181 MovieClip Frame 227
_root.ENEMY.motion = 0;
_root.ENEMY.stop();
stop();
Symbol 1182 MovieClip Frame 1
_root._quality = "Medium";
_root.money = _root.money + 10;
Symbol 1182 MovieClip Frame 2
_root._y = 0.5;
_root.money = _root.money + 10;
Symbol 1182 MovieClip Frame 3
_root._y = -0.5;
_root.money = _root.money + 10;
Symbol 1182 MovieClip Frame 4
_root._y = 0.5;
_root.money = _root.money + 10;
Symbol 1182 MovieClip Frame 5
_root._y = -0.5;
_root.money = _root.money + 10;
Symbol 1182 MovieClip Frame 6
_root._y = 0.5;
_root.money = _root.money + 10;
Symbol 1182 MovieClip Frame 7
_root._y = -0.5;
_root.money = _root.money + 10;
Symbol 1182 MovieClip Frame 8
_root._y = 0.5;
_root.money = _root.money + 10;
Symbol 1182 MovieClip Frame 9
_root._y = -0.5;
_root.money = _root.money + 10;
Symbol 1182 MovieClip Frame 10
_root._y = 0.5;
_root.money = _root.money + 10;
Symbol 1182 MovieClip Frame 11
_root._y = -0.5;
_root.money = _root.money + 10;
Symbol 1182 MovieClip Frame 12
_root._y = 0.5;
_root.money = _root.money + 10;
Symbol 1182 MovieClip Frame 13
_root._y = -0.5;
_root.money = _root.money + 10;
Symbol 1182 MovieClip Frame 14
_root._y = 0.5;
_root.money = _root.money + 10;
_root.kills = _root.kills + 1;
Symbol 1182 MovieClip Frame 15
_root._y = -0.5;
_root.money = _root.money + 10;
Symbol 1182 MovieClip Frame 16
_root._y = 0.5;
_root.money = _root.money + 10;
Symbol 1182 MovieClip Frame 17
_root._y = -0.5;
_root.money = _root.money + 10;
Symbol 1182 MovieClip Frame 18
_root._y = 0.5;
_root.money = _root.money + 10;
Symbol 1182 MovieClip Frame 19
_root._quality = "High";
_root.money = _root.money + 10;
Symbol 1182 MovieClip Frame 20
_root.EHPset = _root.EHPset + 10;
_root.money = _root.money + 10;
Symbol 1182 MovieClip Frame 21
play();
Symbol 1182 MovieClip Frame 23
tellTarget ("/ENEMY2") {
gotoAndStop (2);
};
Symbol 1182 MovieClip Frame 24
_root.ENEMY.health = _root.EHP;
_root.ENEMY.motion = 10;
Symbol 1182 MovieClip Frame 25
_root.ATT = _root.ATT + 75;
_root.HLT = _root.HLT + 50;
_root.ENEMY2.gotoAndStop(2);
Symbol 1182 MovieClip Frame 26
_root.ENEMY._y = 0;
Symbol 1182 MovieClip Frame 29
stop();
Symbol 1183 MovieClip Frame 1
stop();
_root.ENEMY.health = _root.EHP;
_root.ENEMY.motion = 0;
_root.ENEMY.damage = 0;
_root.ENEMY.health = _root.EHP;
_root.ENEMY.motion = 0;
Symbol 1183 MovieClip Frame 2
_root._y = 0;
stop();
_root.ENEMY.motion = 6;
Instance of Symbol 1181 MovieClip "dude" in Symbol 1183 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY._x) {
_root.enemy.damage = -15;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY._x) {
_root.enemy.damage = 15;
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY._y < (_root.platform._y - 90)) {
_root.ENEMY._y = _root.ENEMY._y + 25;
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY._y > (_root.platform._y - 99)) {
_root.ENEMY._y = _root.platform._y - 99;
}
}
Instance of Symbol 850 MovieClip "core" in Symbol 1183 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.trigger > 2) {
_root.ENEMY.dude.stop();
_root.ENEMY.subdude.stop();
_root.ENEMY.virus.thing.stop();
_root.ENEMY.motion = 0;
}
}
onClipEvent (enterFrame) {
if (_root.trigger < 2) {
_root.ENEMY.dude.play();
_root.ENEMY.subdude.play();
_root.ENEMY.virus.thing.play();
}
}
Symbol 1183 MovieClip Frame 3
_root._y = -0.7;
tellTarget ("/combo") {
play();
};
_root.ENEMY.motion = 0;
_root.HITZ.gotoAndPlay(2);
_root.ENEMY._x = _root.ENEMY._x + (damage * 3.5);
_root.ENEMY.stab.gotoAndPlay(1);
Instance of Symbol 850 MovieClip "core" in Symbol 1183 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.trigger > 2) {
_root.ENEMY.dude.stop();
_root.ENEMY.subdude.stop();
_root.ENEMY.motion = 0;
}
}
onClipEvent (enterFrame) {
if (_root.trigger < 2) {
_root.ENEMY.dude.play();
_root.ENEMY.play();
_root.ENEMY.subdude.play();
}
}
Symbol 1183 MovieClip Frame 4
_root._y = 0.7;
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.ENEMY._x = _root.ENEMY._x + damage;
Symbol 1183 MovieClip Frame 5
_root._y = -0.7;
_root.ENEMY._x = _root.ENEMY._x + damage;
Symbol 1183 MovieClip Frame 6
_root._y = 0.7;
_root.ENEMY._x = _root.ENEMY._x + damage;
Symbol 1183 MovieClip Frame 7
_root._y = -0.7;
_root.ENEMY._x = _root.ENEMY._x + (damage / 2);
Symbol 1183 MovieClip Frame 8
gotoAndStop (2);
Symbol 1183 MovieClip Frame 9
_root._y = -0.7;
_root.HITZ.gotoAndPlay(2);
tellTarget ("/combo") {
play();
};
_root.ENEMY.motion = 0;
_root.ENEMY._y = _root.ENEMY._y - 40;
_root.ENEMY._x = _root.ENEMY._x + (damage * 5);
_root.ENEMY.dude.gotoAndPlay("mega");
Instance of Symbol 850 MovieClip "core" in Symbol 1183 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.trigger > 2) {
_root.ENEMY.dude.stop();
_root.ENEMY.subdude.stop();
_root.ENEMY.motion = 0;
}
}
onClipEvent (enterFrame) {
if (_root.trigger < 2) {
_root.ENEMY.dude.play();
_root.ENEMY.play();
_root.ENEMY.subdude.play();
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY._x > 740) {
_root.ENEMY.gotoAndPlay("bounceback");
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY._x < -30) {
_root.ENEMY.gotoAndPlay("bounceback");
}
}
Symbol 1183 MovieClip Frame 10
_root._y = 0.7;
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.ENEMY._y = _root.ENEMY._y - 30;
_root.ENEMY._x = _root.ENEMY._x + (damage * 4);
Symbol 1183 MovieClip Frame 11
_root._y = -0.7;
_root.ENEMY._y = _root.ENEMY._y - 20;
_root.ENEMY._x = _root.ENEMY._x + (damage * 3);
Symbol 1183 MovieClip Frame 12
_root._y = 0.7;
_root.ENEMY._y = _root.ENEMY._y - 10;
_root.ENEMY._x = _root.ENEMY._x + (damage * 1.5);
Symbol 1183 MovieClip Frame 13
_root._y = -0.7;
_root.ENEMY._y = _root.ENEMY._y - 5;
_root.ENEMY._x = _root.ENEMY._x + damage;
Instance of Symbol 850 MovieClip "core" in Symbol 1183 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.trigger > 2) {
_root.ENEMY.dude.stop();
_root.ENEMY.subdude.stop();
_root.ENEMY.motion = 0;
}
}
onClipEvent (enterFrame) {
if (_root.trigger < 2) {
_root.ENEMY.dude.play();
_root.ENEMY.play();
_root.ENEMY.subdude.play();
}
}
Symbol 1183 MovieClip Frame 14
_root._y = -0.7;
_root.ENEMY._y = _root.ENEMY._y - 2.5;
_root.ENEMY._x = _root.ENEMY._x + damage;
Symbol 1183 MovieClip Frame 15
_root._y = 0.7;
_root.ENEMY._y = _root.ENEMY._y - 1.5;
_root.ENEMY._x = _root.ENEMY._x + (damage / 2);
Symbol 1183 MovieClip Frame 16
_root._y = -0.7;
_root.ENEMY._y = _root.ENEMY._y - 0.75;
_root.ENEMY._x = _root.ENEMY._x + (damage / 4);
Symbol 1183 MovieClip Frame 17
_root._y = 0.7;
gotoAndStop (2);
Symbol 1183 MovieClip Frame 18
_root._y = -0.7;
_root.HITZ.gotoAndPlay(2);
tellTarget ("/combo") {
play();
};
_root.ENEMY.motion = 0;
_root.ENEMY._y = _root.ENEMY._y - 30;
_root.ENEMY._x = _root.ENEMY._x + (damage * 6);
_root.ENEMY.subdude.gotoAndPlay("liftoff");
_root.ENEMY._x = _root.ENEMY._x + (hdamage * 4);
Symbol 1183 MovieClip Frame 19
_root._y = -0.7;
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.ENEMY._y = _root.ENEMY._y - 40;
_root.ENEMY._x = _root.ENEMY._x + (damage * 4);
_root.ENEMY._x = _root.ENEMY._x + (hdamage * 3);
Symbol 1183 MovieClip Frame 20
_root._y = 0.7;
_root.ENEMY._y = _root.ENEMY._y - 35;
_root.ENEMY._x = _root.ENEMY._x + (damage * 2);
_root.ENEMY._x = _root.ENEMY._x + (hdamage * 2);
Symbol 1183 MovieClip Frame 21
_root._y = -0.7;
_root.ENEMY._y = _root.ENEMY._y - 30;
_root.ENEMY._x = _root.ENEMY._x + (damage * 1.5);
_root.ENEMY._x = _root.ENEMY._x + (hdamage * 1.5);
Symbol 1183 MovieClip Frame 22
_root._y = 0.7;
_root.ENEMY._y = _root.ENEMY._y - 25;
_root.ENEMY._x = _root.ENEMY._x + (damage * 1.25);
_root.ENEMY._x = _root.ENEMY._x + (hdamage * 1.25);
Symbol 1183 MovieClip Frame 23
_root._y = -0.7;
_root.ENEMY._y = _root.ENEMY._y - 20;
_root.ENEMY._x = _root.ENEMY._x + damage;
_root.ENEMY._x = _root.ENEMY._x + hdamage;
Symbol 1183 MovieClip Frame 24
_root._y = -0.7;
_root.ENEMY._y = _root.ENEMY._y - 15;
_root.ENEMY._x = _root.ENEMY._x + (damage / 2);
_root.ENEMY._x = _root.ENEMY._x + (hdamage / 2);
Symbol 1183 MovieClip Frame 25
_root._y = 0.7;
_root.ENEMY._y = _root.ENEMY._y - 10;
_root.ENEMY._x = _root.ENEMY._x + (damage / 4);
_root.ENEMY._x = _root.ENEMY._x + (hdamage / 4);
Symbol 1183 MovieClip Frame 26
_root._y = -0.7;
_root.ENEMY._y = _root.ENEMY._y - 5;
_root.ENEMY._x = _root.ENEMY._x + (damage / 6);
_root.ENEMY._x = _root.ENEMY._x + (hdamage / 6);
Symbol 1183 MovieClip Frame 27
_root._y = 0.7;
_root.ENEMY._y = _root.ENEMY._y - 2.5;
_root.ENEMY._x = _root.ENEMY._x + (damage / 7);
_root.ENEMY._x = _root.ENEMY._x + (hdamage / 7);
Symbol 1183 MovieClip Frame 28
_root._y = -0.7;
_root.ENEMY._y = _root.ENEMY._y - 1.5;
Symbol 1183 MovieClip Frame 29
_root.ENEMY._y = _root.ENEMY._y - 0.75;
Symbol 1183 MovieClip Frame 30
_root.ENEMY._y = _root.ENEMY._y - 0.75;
Symbol 1183 MovieClip Frame 31
_root.ENEMY._y = _root.ENEMY._y - 0.75;
Instance of Symbol 1181 MovieClip "subdude" in Symbol 1183 MovieClip Frame 32
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY._x) {
_root.enemy.damage = -15;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY._x) {
_root.enemy.damage = 15;
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY._y < (_root.platform._y - 90)) {
_root.ENEMY._y = _root.ENEMY._y + 20;
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY._y > (_root.platform._y - 99)) {
_root.ENEMY._y = _root.platform._y - 99;
_root.ENEMY.gotoAndStop(2);
}
}
Symbol 1183 MovieClip Frame 40
stop();
Symbol 1183 MovieClip Frame 72
_root._y = 0.6;
_root._x = -0.78;
_root.ENEMY._x = _root.ENEMY._x - (damage * 4);
_root.ENEMY._x = _root.ENEMY._x - (hdamage * 4);
_root.ENEMY._y = _root.ENEMY._y - 30;
_root.ENEMY.subdude.gotoAndPlay("bounce");
Symbol 1183 MovieClip Frame 73
_root._y = -0.6;
_root._x = 0.78;
_root.ENEMY._x = _root.ENEMY._x - (damage * 3);
_root.ENEMY._x = _root.ENEMY._x - (hdamage * 3);
_root.ENEMY._y = _root.ENEMY._y - 40;
Symbol 1183 MovieClip Frame 74
_root._y = 0.6;
_root._x = -0.78;
_root.ENEMY._x = _root.ENEMY._x - (damage * 2);
_root.ENEMY._x = _root.ENEMY._x - (hdamage * 2);
_root.ENEMY._y = _root.ENEMY._y - 35;
Symbol 1183 MovieClip Frame 75
_root._y = -0.6;
_root._x = 0.78;
_root.ENEMY._x = _root.ENEMY._x - (damage * 1.5);
_root.ENEMY._x = _root.ENEMY._x - (hdamage * 1.5);
_root.ENEMY._y = _root.ENEMY._y - 30;
Symbol 1183 MovieClip Frame 76
_root._y = 0.6;
_root._x = -0.78;
_root.ENEMY._x = _root.ENEMY._x - (damage * 1.25);
_root.ENEMY._x = _root.ENEMY._x - (hdamage * 1.25);
_root.ENEMY._y = _root.ENEMY._y - 25;
Symbol 1183 MovieClip Frame 77
_root._y = -0.6;
_root._x = 0.78;
_root.ENEMY._x = _root.ENEMY._x - damage;
_root.ENEMY._x = _root.ENEMY._x - hdamage;
_root.ENEMY._y = _root.ENEMY._y - 20;
Symbol 1183 MovieClip Frame 78
_root._y = 0.6;
_root._x = -0.78;
_root.ENEMY._x = _root.ENEMY._x - (damage / 2);
_root.ENEMY._x = _root.ENEMY._x - (hdamage / 2);
_root.ENEMY._y = _root.ENEMY._y - 15;
Symbol 1183 MovieClip Frame 79
_root._y = -0.6;
_root._x = 0.78;
_root.ENEMY._x = _root.ENEMY._x - (damage / 4);
_root.ENEMY._x = _root.ENEMY._x - (hdamage / 4);
_root.ENEMY._y = _root.ENEMY._y - 10;
Symbol 1183 MovieClip Frame 80
_root._y = 0.6;
_root._x = -0.78;
_root.ENEMY._x = _root.ENEMY._x - (damage / 6);
_root.ENEMY._x = _root.ENEMY._x - (hdamage / 6);
_root.ENEMY._y = _root.ENEMY._y - 5;
Symbol 1183 MovieClip Frame 81
_root._y = -0.6;
_root._x = 0.78;
_root.ENEMY._x = _root.ENEMY._x - (damage / 7);
_root.ENEMY._x = _root.ENEMY._x - (hdamage / 7);
_root.ENEMY._y = _root.ENEMY._y - 2.5;
Symbol 1183 MovieClip Frame 82
_root._y = 0.6;
_root._x = -0.78;
_root.ENEMY._y = _root.ENEMY._y - 1.5;
Symbol 1183 MovieClip Frame 83
_root._y = -0.6;
_root._x = 0;
_root.ENEMY._y = _root.ENEMY._y - 0.75;
Symbol 1183 MovieClip Frame 84
_root._y = 0.6;
_root.ENEMY._y = _root.ENEMY._y - 0.75;
Symbol 1183 MovieClip Frame 85
_root._y = 0;
_root.ENEMY._y = _root.ENEMY._y - 0.75;
Instance of Symbol 1181 MovieClip "subdude" in Symbol 1183 MovieClip Frame 86
onClipEvent (enterFrame) {
if (_root.ENEMY._y < (_root.platform._y - 90)) {
_root.ENEMY._y = _root.ENEMY._y + 20;
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY._y > (_root.platform._y - 99)) {
_root.ENEMY._y = _root.platform._y - 99;
_root.ENEMY.gotoAndStop(2);
}
}
Symbol 1183 MovieClip Frame 102
stop();
Symbol 1183 MovieClip Frame 138
_root.ENEMY._x = _root.ENEMY._x - (damage / 7);
_root.ENEMY._x = _root.ENEMY._x - (hdamage / 7);
gotoAndPlay (2);
_root.ENEMY.subdude.gotoAndPlay("bounce");
Instance of Symbol 1181 MovieClip "subdude" in Symbol 1183 MovieClip Frame 138
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY._x) {
_root.enemy.damage = -15;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY._x) {
_root.enemy.damage = 15;
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY._y < (_root.platform._y - 90)) {
_root.ENEMY._y = _root.ENEMY._y + 20;
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY._y > (_root.platform._y - 99)) {
_root.ENEMY._y = _root.platform._y - 99;
}
}
Instance of Symbol 850 MovieClip "core" in Symbol 1183 MovieClip Frame 138
onClipEvent (enterFrame) {
if (_root.trigger > 2) {
_root.ENEMY.dude.gotoAndStop("pause");
_root.ENEMY.subdude.gotoAndStop("pause");
_root.ENEMY.motion = 0;
}
}
onClipEvent (enterFrame) {
if (_root.trigger < 2) {
_root.ENEMY.dude.play();
_root.ENEMY.play();
_root.ENEMY.subdude.play();
}
}
Symbol 1183 MovieClip Frame 139
gotoAndStop (2);
_root.ENEMY.motion = 0;
_root.ENEMY._y = _root.ENEMY._y + 24.53125;
_root.ENEMY.stab.gotoAndPlay(1);
Symbol 1183 MovieClip Frame 140
stop();
Instance of Symbol 1187 MovieClip in Symbol 1195 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY2._x) {
_root.ENEMY2._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY2._x) {
_root.ENEMY2._xscale = 100;
}
}
Symbol 1195 MovieClip Frame 18
_root.ENEMY2.health = _root.ENEMY2.health - 10000;
Symbol 1195 MovieClip Frame 36
_root.EnEMY2.health = 0;
Symbol 1195 MovieClip Frame 37
stop();
Symbol 1196 MovieClip Frame 1
_root.ENEMY2.motion = 5;
_root.ENEMY2.motion = 5;
play();
Instance of Symbol 1187 MovieClip in Symbol 1196 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY2._x) {
_root.ENEMY2._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY2._x) {
_root.ENEMY2._xscale = 100;
}
}
Symbol 1196 MovieClip Frame 31
_root.ENEMY2.motion = 5;
play();
Instance of Symbol 1191 MovieClip in Symbol 1196 MovieClip Frame 31
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY2._x) {
_root.player.damage = 15;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY2._x) {
_root.player.damage = -15;
}
}
Symbol 1196 MovieClip Frame 35
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 49
_quality = "Medium";
Symbol 1196 MovieClip Frame 51
_root._y = 0.5;
Symbol 1196 MovieClip Frame 52
_root._y = -0.5;
Symbol 1196 MovieClip Frame 53
_root._y = 0.5;
Symbol 1196 MovieClip Frame 54
_root._y = -0.5;
Instance of Symbol 1187 MovieClip in Symbol 1196 MovieClip Frame 54
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY2._x) {
_root.ENEMY2._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY2._x) {
_root.ENEMY2._xscale = 100;
}
}
Symbol 1196 MovieClip Frame 55
_root._y = 0.5;
Symbol 1196 MovieClip Frame 56
_root._y = -0.5;
Symbol 1196 MovieClip Frame 57
_root._y = 0.5;
Symbol 1196 MovieClip Frame 58
_root._y = 0;
Symbol 1196 MovieClip Frame 59
_root._y = 0;
Symbol 1196 MovieClip Frame 60
_quality = "High";
Symbol 1196 MovieClip Frame 68
_root.ENEMY2.motion = 5;
Symbol 1196 MovieClip Frame 131
gotoAndStop (1);
_root.ENEMY2.motion = 0;
gotoAndStop (1);
Symbol 1196 MovieClip Frame 132
_root.HITZ.gotoAndPlay(2);
tellTarget ("/combo") {
play();
};
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 133
_root.HITZ.hits = _root.HITZ.hits + 1;
Symbol 1196 MovieClip Frame 141
gotoAndStop (1);
gotoAndStop (1);
Symbol 1196 MovieClip Frame 142
_root.HITZ.gotoAndPlay(2);
_root.ENEMY2.motion = 0;
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 143
_root.HITZ.hits = _root.HITZ.hits + 1;
tellTarget ("/combo") {
play();
};
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 144
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 145
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 146
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 147
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 148
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 149
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 150
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 151
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 152
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 153
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 154
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 155
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 156
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 157
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 158
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 159
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 160
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 161
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 162
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 163
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 164
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 165
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 166
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 167
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 168
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 169
_root.ENEMY2.stop();
Symbol 1196 MovieClip Frame 170
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 171
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 172
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 173
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 174
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 175
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 176
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 177
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 178
_root.baddy2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 179
_root.ENEMY2.motion = 0;
_root.ENEMY2.damage = 0;
Symbol 1196 MovieClip Frame 180
gotoAndPlay (1);
Symbol 1196 MovieClip Frame 181
_root.HITZ.gotoAndPlay(2);
_root.ENEMY2.motion = 0;
_root.ENEMY.BLAST = 0;
Symbol 1196 MovieClip Frame 182
_root.HITZ.hits = _root.HITZ.hits + 1;
tellTarget ("/combo") {
play();
};
Symbol 1196 MovieClip Frame 193
gotoAndPlay (1);
gotoAndStop (1);
Symbol 1196 MovieClip Frame 194
stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 196
gotoAndPlay (1);
Symbol 1196 MovieClip Frame 197
_root.HITZ.gotoAndPlay(2);
_root.ENEMY2.motion = 0;
_root.ENEMY2.stop();
Instance of Symbol 1191 MovieClip in Symbol 1196 MovieClip Frame 197
onClipEvent (enterFrame) {
if (_root.player._y > _root.ENEMY2._y) {
_root.ENEMY2._y = _root.ENEMY2._y - 5;
}
}
onClipEvent (enterFrame) {
if (_root.player._y > (_root.ENEMY2._y + 70)) {
_root.player.jump = 0;
}
}
Symbol 1196 MovieClip Frame 198
_root.HITZ.hits = _root.HITZ.hits + 1;
tellTarget ("/combo") {
play();
};
_root.ENEMY2._y = _root.ENEMY2._y - 34;
Symbol 1196 MovieClip Frame 199
_root.ENEMY2._y = _root.ENEMY2._y - 8;
Symbol 1196 MovieClip Frame 200
_root.ENEMY2._y = _root.ENEMY2._y - 7;
Symbol 1196 MovieClip Frame 201
_root.ENEMY2._y = _root.ENEMY2._y - 5;
Symbol 1196 MovieClip Frame 202
_root.ENEMY2._y = _root.ENEMY2._y - 3;
Symbol 1196 MovieClip Frame 203
_root.ENEMY2._y = _root.ENEMY2._y - 3;
Symbol 1196 MovieClip Frame 205
_root.ENEMY2._y = _root.ENEMY2._y - 2;
gotoAndStop (1);
Symbol 1196 MovieClip Frame 206
tellTarget ("/combo") {
play();
};
_root.ENEMY2.motion = 0;
play();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 207
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 208
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 209
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 210
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 211
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 212
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 213
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 214
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 215
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 216
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 217
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 218
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 219
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 220
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 221
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 222
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 223
_root.ENEMY2.motion = 0;
gotoAndStop (1);
Symbol 1196 MovieClip Frame 224
_root.HITZ.gotoAndPlay(2);
_root.ENEMY2.motion = 0;
play();
Symbol 1196 MovieClip Frame 225
_root.ENEMY2.stop();
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.ENEMY2.motion = 0;
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 226
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 227
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 228
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 229
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 230
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 231
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 232
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 233
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 234
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 235
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 236
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 237
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 238
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 239
_root.ENEMY2.stop();
_root.ENEMY2.health = _root.ENEMY2.health - 300;
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 240
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 241
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 242
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 243
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 244
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 245
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 246
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 247
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 248
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 249
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 250
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 251
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 252
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 253
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 254
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 255
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 256
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 257
_root.ENEMY2.stop();
_root.ENEMY2.health = _root.ENEMY2.health - 300;
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 258
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 259
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 260
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 261
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 262
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 263
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 264
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
Symbol 1196 MovieClip Frame 265
gotoAndStop (1);
Symbol 1196 MovieClip Frame 266
tellTarget ("/combo") {
play();
};
_root.ENEMY2.motion = 0;
_root.ENEMY.BLAST = 0;
Symbol 1196 MovieClip Frame 272
gotoAndStop (1);
Symbol 1196 MovieClip Frame 273
_root.HITZ.gotoAndPlay(2);
tellTarget ("/combo") {
play();
};
_root.ENEMY2._y = _root.ENEMY2._y + 50;
Symbol 1196 MovieClip Frame 274
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.ENEMY2.motion = 0;
_root.ENEMY2._x = _root.ENEMY2._x + (damage * 5);
Symbol 1196 MovieClip Frame 275
_root.ENEMY2._x = _root.ENEMY2._x + (damage * 2);
Symbol 1196 MovieClip Frame 276
_root.ENEMY2._x = _root.ENEMY2._x + damage;
Symbol 1196 MovieClip Frame 277
_root.ENEMY2._x = _root.ENEMY2._x + (damage / 2);
Symbol 1196 MovieClip Frame 278
gotoAndPlay (1);
Symbol 1196 MovieClip Frame 280
gotoAndStop (1);
Instance of Symbol 1187 MovieClip in Symbol 1196 MovieClip Frame 281
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY2._x) {
_root.ENEMY2._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY2._x) {
_root.ENEMY2._xscale = 100;
}
}
Symbol 1196 MovieClip Frame 291
_root.ENEMY2.stop();
_root.HITZ.hits = _root.HITZ.hits + 1;
gotoAndPlay (1);
Symbol 1196 MovieClip Frame 292
_root.ENEMY2.health = _root.ENEMY2.health - 250;
_root.ENEMY2.motion = 0;
_root.ENEMY2.stop();
_root.ENEMY2.motion = 0;
_root.ENEMY2.stop();
Symbol 1197 MovieClip Frame 1
_root._quality = "Medium";
_root.money = _root.money + 10;
Symbol 1197 MovieClip Frame 2
_root._y = 0.5;
_root.money = _root.money + 10;
Symbol 1197 MovieClip Frame 3
_root._y = -0.5;
_root.money = _root.money + 10;
Symbol 1197 MovieClip Frame 4
_root._y = 0.5;
_root.money = _root.money + 10;
Symbol 1197 MovieClip Frame 5
_root._y = -0.5;
_root.money = _root.money + 10;
Symbol 1197 MovieClip Frame 6
_root._y = 0.5;
_root.money = _root.money + 10;
Symbol 1197 MovieClip Frame 7
_root._y = -0.5;
_root.money = _root.money + 10;
Symbol 1197 MovieClip Frame 8
_root._y = 0.5;
_root.money = _root.money + 10;
Symbol 1197 MovieClip Frame 9
_root._y = -0.5;
_root.money = _root.money + 10;
_root.money = _root.money + 10;
Symbol 1197 MovieClip Frame 10
_root._y = 0.5;
_root.money = _root.money + 10;
_root.money = _root.money + 10;
Symbol 1197 MovieClip Frame 11
_root._y = -0.5;
_root.money = _root.money + 10;
_root.money = _root.money + 10;
Symbol 1197 MovieClip Frame 12
_root._y = 0.5;
_root.ENEMY._x = 700;
_root.money = _root.money + 10;
Symbol 1197 MovieClip Frame 13
_root._y = -0.5;
_root.ENEMY2.health = _root.EHP;
_root.money = _root.money + 10;
Symbol 1197 MovieClip Frame 14
_root._y = 0.5;
_root.kills = _root.kills + 1;
_root.money = _root.money + 10;
_root.money = _root.money + 10;
Symbol 1197 MovieClip Frame 15
_root._y = -0.5;
_root.money = _root.money + 10;
_root.money = _root.money + 10;
Symbol 1197 MovieClip Frame 16
_root._y = 0.5;
_root.ENEMY2._y = 0;
_root.money = _root.money + 10;
_root.money = _root.money + 10;
Symbol 1197 MovieClip Frame 17
_root._y = -0.5;
_root.money = _root.money + 10;
_root.money = _root.money + 10;
Symbol 1197 MovieClip Frame 18
_root._y = 0.5;
_root.money = _root.money + 10;
_root.money = _root.money + 10;
Symbol 1197 MovieClip Frame 19
_root._quality = "High";
_root.ATT = _root.ATT + 75;
_root.HLT = _root.HLT + 50;
_root.money = _root.money + 10;
_root.money = _root.money + 10;
Symbol 1197 MovieClip Frame 20
_root.EHPset = _root.EHPset + 10;
_root.money = _root.money + 10;
_root.money = _root.money + 10;
Symbol 1197 MovieClip Frame 22
tellTarget ("/ENEMY") {
gotoAndStop (2);
};
Symbol 1197 MovieClip Frame 23
_root.ENEMY2._y = 0;
Symbol 1197 MovieClip Frame 24
_root.ENEMY2.health = _root.EHP;
Symbol 1197 MovieClip Frame 25
_root.ENEMY3.gotoAndPlay(2);
_root.ENEMY2._y = _root.platform._y - 99;
_root.ENEMY2._y = 0;
Symbol 1197 MovieClip Frame 28
stop();
Symbol 1198 MovieClip Frame 1
stop();
Symbol 1198 MovieClip Frame 2
_root._y = 0;
stop();
_root.ENEMY2.motion = 5;
Instance of Symbol 1196 MovieClip "dude" in Symbol 1198 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY2._x) {
_root.enemy2.damage = -15;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY2._x) {
_root.enemy2.damage = 15;
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY2._y < (_root.platform._y - 90)) {
_root.ENEMY2._y = _root.ENEMY2._y + 25;
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY2._y > (_root.platform._y - 99)) {
_root.ENEMY2._y = _root.platform._y - 99;
}
}
Instance of Symbol 850 MovieClip "core" in Symbol 1198 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.trigger > 2) {
_root.ENEMY2.dude.stop();
_root.ENEMY2.subdude.stop();
_root.ENEMY2.motion = 0;
}
}
onClipEvent (enterFrame) {
if (_root.trigger < 2) {
_root.ENEMY2.dude.play();
_root.ENEMY2.subdude.play();
}
}
Symbol 1198 MovieClip Frame 3
_root._y = -0.7;
_root.ENEMY2.motion = 0;
tellTarget ("/combo") {
play();
};
_root.HITZ.gotoAndPlay(2);
_root.ENEMY2._x = _root.ENEMY2._x + (damage * 4);
Instance of Symbol 850 MovieClip "core" in Symbol 1198 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.trigger > 2) {
_root.ENEMY2.dude.gotoAndStop("pause");
_root.ENEMY2.subdude.gotoAndStop("pause");
_root.ENEMY2.motion = 0;
}
}
onClipEvent (enterFrame) {
if (_root.trigger < 2) {
_root.ENEMY2.dude.play();
_root.ENEMY2.play();
_root.ENEMY2.subdude.play();
}
}
Symbol 1198 MovieClip Frame 4
_root._y = 0.7;
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.ENEMY2._x = _root.ENEMY2._x + damage;
Symbol 1198 MovieClip Frame 5
_root._y = -0.7;
_root.ENEMY2._x = _root.ENEMY2._x + damage;
Symbol 1198 MovieClip Frame 6
_root._y = 0.7;
_root.ENEMY2._x = _root.ENEMY2._x + damage;
Symbol 1198 MovieClip Frame 7
_root._y = -0.7;
_root.ENEMY2._x = _root.ENEMY2._x + (damage / 2);
Symbol 1198 MovieClip Frame 8
gotoAndStop (2);
Symbol 1198 MovieClip Frame 9
_root._y = -0.7;
_root.ENEMY2._y = _root.ENEMY2._y - 30;
_root.ENEMY2.motion = 0;
_root.HITZ.gotoAndPlay(2);
_root.ENEMY2.dude.gotoAndPlay("mega");
Symbol 1198 MovieClip Frame 10
_root._y = 0.7;
_root.ENEMY2._y = _root.ENEMY2._y - 25;
tellTarget ("/combo") {
play();
};
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.ENEMY2._x = _root.ENEMY2._x + (damage * 10);
Symbol 1198 MovieClip Frame 11
_root._y = -0.7;
_root.ENEMY2._y = _root.ENEMY2._y - 20;
_root.ENEMY2._x = _root.ENEMY2._x + (damage * 7);
Symbol 1198 MovieClip Frame 12
_root._y = 0.7;
_root.ENEMY2._y = _root.ENEMY2._y - 15;
_root.ENEMY2._x = _root.ENEMY2._x + (damage * 3);
Symbol 1198 MovieClip Frame 13
_root._y = -0.7;
_root.ENEMY2._y = _root.ENEMY2._y - 10;
_root.ENEMY2._x = _root.ENEMY2._x + (damage * 1.5);
Symbol 1198 MovieClip Frame 14
_root._y = -0.7;
_root.ENEMY2._y = _root.ENEMY2._y - 5;
_root.ENEMY2._x = _root.ENEMY2._x + damage;
Instance of Symbol 850 MovieClip "core" in Symbol 1198 MovieClip Frame 14
onClipEvent (enterFrame) {
if (_root.trigger > 2) {
_root.ENEMY2.dude.stop();
_root.ENEMY2.subdude.stop();
_root.ENEMY2.motion = 0;
}
}
onClipEvent (enterFrame) {
if (_root.trigger < 2) {
_root.ENEMY2.dude.play();
_root.ENEMY2.play();
_root.ENEMY2.subdude.play();
}
}
Symbol 1198 MovieClip Frame 15
_root._y = 0.7;
_root.ENEMY2._y = _root.ENEMY2._y - 2.5;
_root.ENEMY2._x = _root.ENEMY2._x + (damage / 2);
Symbol 1198 MovieClip Frame 16
_root._y = -0.7;
_root.ENEMY2._y = _root.ENEMY2._y - 0.5;
_root.ENEMY2._x = _root.ENEMY2._x + (damage / 4);
Symbol 1198 MovieClip Frame 17
_root._y = 0.7;
gotoAndStop (2);
Symbol 1198 MovieClip Frame 18
_root._y = -0.7;
_root.ENEMY2.motion = 0;
_root.HITZ.gotoAndPlay(2);
_root.ENEMY2._y = _root.ENEMY2._y - 30;
_root.ENEMY2._x = _root.ENEMY2._x + (damage * 6);
_root.ENEMY2.subdude.gotoAndPlay("liftoff");
_root.ENEMY2._x = _root.ENEMY2._x + (hdamage * 4);
Symbol 1198 MovieClip Frame 19
_root._y = -0.7;
tellTarget ("/combo") {
play();
};
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.ENEMY2._y = _root.ENEMY2._y - 40;
_root.ENEMY2._x = _root.ENEMY2._x + (damage * 4);
_root.ENEMY2._x = _root.ENEMY2._x + (hdamage * 3);
Symbol 1198 MovieClip Frame 20
_root._y = 0.7;
_root.ENEMY2._y = _root.ENEMY2._y - 30;
_root.ENEMY2._x = _root.ENEMY2._x + (damage * 2);
_root.ENEMY2._x = _root.ENEMY2._x + (hdamage * 2);
Symbol 1198 MovieClip Frame 21
_root._y = -0.7;
_root.ENEMY2._y = _root.ENEMY2._y - 25;
_root.ENEMY2._x = _root.ENEMY2._x + (damage * 1.5);
_root.ENEMY2._x = _root.ENEMY2._x + (hdamage * 1.5);
Symbol 1198 MovieClip Frame 22
_root._y = 0.7;
_root.ENEMY2._y = _root.ENEMY2._y - 20;
_root.ENEMY2._x = _root.ENEMY2._x + (damage * 1.25);
_root.ENEMY2._x = _root.ENEMY2._x + (hdamage * 1.25);
Symbol 1198 MovieClip Frame 23
_root._y = -0.7;
_root.ENEMY2._y = _root.ENEMY2._y - 20;
_root.ENEMY2._x = _root.ENEMY2._x + damage;
_root.ENEMY2._x = _root.ENEMY2._x + hdamage;
Symbol 1198 MovieClip Frame 24
_root._y = -0.7;
_root.ENEMY2._y = _root.ENEMY2._y - 10;
_root.ENEMY2._x = _root.ENEMY2._x + (damage / 2);
_root.ENEMY2._x = _root.ENEMY2._x + (hdamage / 2);
Symbol 1198 MovieClip Frame 25
_root._y = 0.7;
_root.ENEMY2._y = _root.ENEMY2._y - 10;
_root.ENEMY2._x = _root.ENEMY2._x + (damage / 4);
_root.ENEMY2._x = _root.ENEMY2._x + (hdamage / 4);
Symbol 1198 MovieClip Frame 26
_root._y = -0.7;
_root.ENEMY2._y = _root.ENEMY2._y - 5;
_root.ENEMY2._x = _root.ENEMY2._x + (damage / 6);
_root.ENEMY2._x = _root.ENEMY2._x + (hdamage / 6);
Symbol 1198 MovieClip Frame 27
_root._y = 0.7;
_root.ENEMY2._y = _root.ENEMY2._y - 2.5;
_root.ENEMY2._x = _root.ENEMY2._x + (damage / 7);
_root.ENEMY2._x = _root.ENEMY2._x + (hdamage / 7);
Instance of Symbol 850 MovieClip "core" in Symbol 1198 MovieClip Frame 27
onClipEvent (enterFrame) {
if (_root.trigger > 2) {
_root.ENEMY2.dude.stop();
_root.ENEMY2.subdude.stop();
_root.ENEMY2.motion = 0;
}
}
onClipEvent (enterFrame) {
if (_root.trigger < 2) {
_root.ENEMY2.dude.play();
_root.ENEMY2.play();
_root.ENEMY2.subdude.play();
}
}
Symbol 1198 MovieClip Frame 28
_root._y = -0.7;
_root.ENEMY2._y = _root.ENEMY2._y - 1.5;
Symbol 1198 MovieClip Frame 29
_root.ENEMY2._y = _root.ENEMY2._y - 0.75;
Symbol 1198 MovieClip Frame 30
_root.ENEMY2._y = _root.ENEMY2._y - 0.75;
Symbol 1198 MovieClip Frame 31
_root.ENEMY2._y = _root.ENEMY2._y - 0.75;
Instance of Symbol 1196 MovieClip "subdude" in Symbol 1198 MovieClip Frame 33
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY2._x) {
_root.enemy2.damage = -15;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY2._x) {
_root.enemy2.damage = 15;
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY2._y < (_root.platform._y - 90)) {
_root.ENEMY2._y = _root.ENEMY2._y + 20;
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY2._y > (_root.platform._y - 99)) {
_root.ENEMY2._y = _root.platform._y - 99;
_root.ENEMY2.gotoAndStop(2);
}
}
Symbol 1198 MovieClip Frame 42
stop();
Symbol 1198 MovieClip Frame 78
gotoAndStop (2);
_root.HITZ.hits = _root.HITZ.hits + 1;
Symbol 1198 MovieClip Frame 79
_root.ENEMY._x = _root.ENEMY._x + (damage * 7);
Instance of Symbol 1196 MovieClip "subdude" in Symbol 1198 MovieClip Frame 79
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY2._x) {
_root.enemy2.damage = -15;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY2._x) {
_root.enemy2.damage = 15;
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY2._y < (_root.platform._y - 90)) {
_root.ENEMY2._y = _root.ENEMY2._y + 60;
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY2._y > (_root.platform._y - 99)) {
_root.ENEMY2._y = _root.platform._y - 99;
_root.ENEMY2.gotoAndStop(2);
}
}
Symbol 1198 MovieClip Frame 80
_root.ENEMY._x = _root.ENEMY._x + (damage * 5);
Symbol 1198 MovieClip Frame 81
_root.ENEMY._x = _root.ENEMY._x + (damage * 3);
Symbol 1198 MovieClip Frame 82
_root.ENEMY._x = _root.ENEMY._x + (damage * 1.5);
Symbol 1198 MovieClip Frame 83
_root.ENEMY._x = _root.ENEMY._x + damage;
Symbol 1198 MovieClip Frame 84
_root.ENEMY._x = _root.ENEMY._x + damage;
Symbol 1198 MovieClip Frame 85
_root.ENEMY._x = _root.ENEMY._x + (damage / 2);
Symbol 1198 MovieClip Frame 86
_root.ENEMY._x = _root.ENEMY._x + (damage / 5);
Instance of Symbol 850 MovieClip "core" in Symbol 1198 MovieClip Frame 87
onClipEvent (enterFrame) {
if (_root.trigger > 2) {
_root.ENEMY2.dude.stop();
_root.ENEMY2.subdude.stop();
_root.ENEMY2.motion = 0;
}
}
onClipEvent (enterFrame) {
if (_root.trigger < 2) {
_root.ENEMY2.dude.play();
_root.ENEMY2.play();
_root.ENEMY2.subdude.play();
}
}
Instance of Symbol 1196 MovieClip "subdude" in Symbol 1198 MovieClip Frame 90
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY2._x) {
_root.enemy2.damage = -15;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY2._x) {
_root.enemy2.damage = 15;
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY2._y < (_root.platform._y - 90)) {
_root.ENEMY2._y = _root.ENEMY2._y + 25;
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY2._y > (_root.platform._y - 99)) {
_root.ENEMY2._y = _root.platform._y - 99;
}
}
Symbol 1198 MovieClip Frame 91
_root.ENEMY2.subdude.gotoAndPlay("bounce");
_root._x = -0.78;
_root.ENEMY2._y = _root.ENEMY2._y - 30;
_root.ENEMY2._x = _root.ENEMY2._x - (damage * 4);
_root.ENEMY2.subdude.gotoAndPlay("bounce");
_root.ENEMY2._x = _root.ENEMY2._x - (hdamage * 4);
_root._y = 0.6;
Symbol 1198 MovieClip Frame 92
_root._x = 0.78;
_root.ENEMY2._y = _root.ENEMY2._y - 40;
_root.ENEMY2._x = _root.ENEMY2._x - (damage * 3);
_root.ENEMY2._x = _root.ENEMY2._x - (hdamage * 3);
_root._y = -0.6;
Symbol 1198 MovieClip Frame 93
_root._x = -0.78;
_root.ENEMY2._y = _root.ENEMY2._y - 30;
_root.ENEMY2._x = _root.ENEMY2._x - (damage * 2);
_root.ENEMY2._x = _root.ENEMY2._x - (hdamage * 2);
_root._y = 0.6;
Symbol 1198 MovieClip Frame 94
_root._x = 0.78;
_root.ENEMY2._y = _root.ENEMY2._y - 25;
_root.ENEMY2._x = _root.ENEMY2._x - (damage * 1.5);
_root.ENEMY2._x = _root.ENEMY2._x - (hdamage * 1.5);
_root._y = -0.6;
Symbol 1198 MovieClip Frame 95
_root._x = -0.78;
_root.ENEMY2._y = _root.ENEMY2._y - 20;
_root.ENEMY2._x = _root.ENEMY2._x - (damage * 1.25);
_root.ENEMY2._x = _root.ENEMY2._x - (hdamage * 1.25);
_root._y = 0.6;
Symbol 1198 MovieClip Frame 96
_root._x = 0.78;
_root.ENEMY2._y = _root.ENEMY2._y - 20;
_root.ENEMY2._x = _root.ENEMY2._x - damage;
_root.ENEMY2._x = _root.ENEMY2._x - hdamage;
_root._y = -0.6;
Symbol 1198 MovieClip Frame 97
_root._x = -0.78;
_root.ENEMY2._y = _root.ENEMY2._y - 10;
_root.ENEMY2._x = _root.ENEMY2._x - (damage / 2);
_root.ENEMY2._x = _root.ENEMY2._x - (hdamage / 2);
_root._y = 0.6;
Symbol 1198 MovieClip Frame 98
_root._x = 0.78;
_root.ENEMY2._y = _root.ENEMY2._y - 10;
_root.ENEMY2._x = _root.ENEMY2._x - (damage / 4);
_root.ENEMY2._x = _root.ENEMY2._x - (hdamage / 4);
_root._y = -0.6;
Symbol 1198 MovieClip Frame 99
_root._x = -0.78;
_root.ENEMY2._y = _root.ENEMY2._y - 5;
_root.ENEMY2._x = _root.ENEMY2._x - (damage / 6);
_root.ENEMY2._x = _root.ENEMY2._x - (hdamage / 6);
_root._y = 0.6;
Symbol 1198 MovieClip Frame 100
_root._x = 0.78;
_root.ENEMY2._y = _root.ENEMY2._y - 2.5;
_root.ENEMY2._x = _root.ENEMY2._x - (damage / 7);
_root.ENEMY2._x = _root.ENEMY2._x - (hdamage / 7);
_root._y = -0.6;
Symbol 1198 MovieClip Frame 101
_root._x = -0.78;
_root.ENEMY2._y = _root.ENEMY2._y - 1.5;
_root._y = 0.6;
Symbol 1198 MovieClip Frame 102
_root._x = 0;
_root.ENEMY2._y = _root.ENEMY2._y - 0.75;
_root._y = 0;
Symbol 1198 MovieClip Frame 103
_root.ENEMY2._y = _root.ENEMY2._y - 0.75;
Symbol 1198 MovieClip Frame 104
_root.ENEMY2._y = _root.ENEMY2._y - 0.75;
Instance of Symbol 1196 MovieClip "subdude" in Symbol 1198 MovieClip Frame 105
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY2._x) {
_root.enemy2.damage = -15;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY2._x) {
_root.enemy2.damage = 15;
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY2._y < (_root.platform._y - 90)) {
_root.ENEMY2._y = _root.ENEMY2._y + 20;
}
}
onClipEvent (enterFrame) {
if (_root.ENEMY2._y > (_root.platform._y - 99)) {
_root.ENEMY2._y = _root.platform._y - 99;
_root.ENEMY2.gotoAndStop(2);
}
}
Symbol 1198 MovieClip Frame 111
stop();
Symbol 1198 MovieClip Frame 139
gotoAndPlay (2);
Symbol 1198 MovieClip Frame 140
stop();
Instance of Symbol 1201 MovieClip in Symbol 1202 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.core)) {
_root.player._x = _root.player._x + 12;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.core)) {
_root.player._x = _root.player._x + 12;
}
}
Instance of Symbol 1201 MovieClip in Symbol 1202 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.core)) {
_root.player._x = _root.player._x - 12;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.core)) {
_root.player._x = _root.player._x - 12;
}
}
Symbol 1211 Button
on (release) {
nextFrame();
}
Symbol 1213 Button
on (release) {
prevFrame();
}
Symbol 1233 MovieClip Frame 1
stop();
Symbol 1233 MovieClip Frame 2
stop();
Symbol 1233 MovieClip Frame 3
stop();
Symbol 1233 MovieClip Frame 4
stop();
Symbol 1233 MovieClip Frame 5
stop();
Symbol 1233 MovieClip Frame 6
stop();
Symbol 1233 MovieClip Frame 7
stop();
Symbol 1233 MovieClip Frame 8
stop();
Symbol 1233 MovieClip Frame 9
stop();
Symbol 1233 MovieClip Frame 10
stop();
Symbol 1233 MovieClip Frame 11
stop();
Symbol 1233 MovieClip Frame 12
stop();
Symbol 1233 MovieClip Frame 13
stop();
Symbol 1233 MovieClip Frame 14
stop();
Symbol 1233 MovieClip Frame 15
stop();
Symbol 1233 MovieClip Frame 16
stop();
Symbol 1233 MovieClip Frame 17
stop();
Symbol 1233 MovieClip Frame 18
stop();
tellTarget ("/music") {
gotoAndPlay ("battle");
};
tellTarget ("/ENEMY") {
gotoAndPlay (2);
};
Instance of Symbol 1232 MovieClip in Symbol 1233 MovieClip Frame 18
onClipEvent (enterFrame) {
if (_root.kills > 24) {
_root.episode1end.play();
}
}
Symbol 1246 MovieClip Frame 1
stop();
Symbol 1246 MovieClip Frame 2
_root.healthLVL = _root.healthLVL + 1;
_root.HLTGOAL = _root.HLTGOAL * 2;
_root.HLT = 0;
_root.JHPfull = _root.JHPfull + 100;
Symbol 1246 MovieClip Frame 40
_root.player._visible = true;
Symbol 1247 MovieClip Frame 1
stop();
Symbol 1247 MovieClip Frame 2
_root.attackLVL = _root.attackLVL + 1;
_root.ATTGOAL = _root.ATTGOAL * 2;
_root.ATT = 0;
_root.attack = _root.attack + 10;
Symbol 1247 MovieClip Frame 40
_root.player._visible = true;
Symbol 1254 MovieClip Frame 1
stop();
Instance of Symbol 1249 MovieClip in Symbol 1254 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.missilegood._x = _root.player._x + (_root.player.xerxes * 2);
}
Instance of Symbol 1253 MovieClip in Symbol 1254 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
tellTarget ("/ENEMY") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY.core)) {
_root.ENEMY.health = _root.ENEMY.health - 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
tellTarget ("/ENEMY1") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY1.core)) {
_root.ENEMY.health = _root.ENEMY.health - 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
tellTarget ("/ENEMY2") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY2.core)) {
_root.ENEMY2.health = _root.ENEMY2.health - 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
tellTarget ("/ENEMY3") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY3.core)) {
_root.ENEMY3.health = _root.ENEMY3.health - 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
tellTarget ("/ENEMY4") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY4.core)) {
_root.ENEMY4.health = _root.ENEMY4.health - 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
tellTarget ("/ENEMY5") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY5.core)) {
_root.ENEMY5.health = _root.ENEMY5.health - 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
tellTarget ("/ENEMY6") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY6.core)) {
_root.ENEMY6.health = _root.ENEMY6.health - 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
tellTarget ("/ENEMY7") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY7.core)) {
_root.ENEMY7.health = _root.ENEMY7.health - 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
tellTarget ("/ENEMY8") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY8.core)) {
_root.ENEMY8.health = _root.ENEMY8.health - 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
tellTarget ("/ENEMY9") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY9.core)) {
_root.ENEMY9.health = _root.ENEMY9.health - 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
tellTarget ("/ENEMY10") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY10.core)) {
_root.ENEMY10.health = _root.ENEMY10.health - 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
tellTarget ("/ENEMY11") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY11.core)) {
_root.ENEMY11.health = _root.ENEMY11.health - 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
tellTarget ("/ENEMY12") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY12.core)) {
_root.ENEMY12.health = _root.ENEMY12.health - 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
tellTarget ("/ENEMY13") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY13.core)) {
_root.ENEMY13.health = _root.ENEMY13.health - 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
tellTarget ("/ENEMY14") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY14.core)) {
_root.ENEMY14.health = _root.ENEMY14.health - 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
tellTarget ("/ENEMY15") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY15.core)) {
_root.ENEMY15.health = _root.ENEMY15.health - 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
tellTarget ("/ENEMY16") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY16.core)) {
_root.ENEMY16.health = _root.ENEMY16.health - 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
tellTarget ("/ENEMY17") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY17.core)) {
_root.ENEMY17.health = _root.ENEMY17.health - 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
tellTarget ("/ENEMY18") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY18.core)) {
_root.ENEMY18.health = _root.ENEMY18.health - 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
tellTarget ("/ENEMY19") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY19.core)) {
_root.ENEMY19.health = _root.ENEMY19.health - 500;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
tellTarget ("/ENEMY20") {
play();
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ENEMY20.core)) {
_root.ENEMY20.health = _root.ENEMY20.health - 500;
}
}
Symbol 1265 MovieClip Frame 1
stop();
Symbol 1319 MovieClip Frame 1
_root.gun.gotoAndStop("firestorm");
_root.gunsystem.maxammo = 250;
_root.maxammo = 250;
stop();
Instance of Symbol 1276 MovieClip in Symbol 1319 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.gunsystem.ammo = _root.ammo;
}
onClipEvent (enterFrame) {
if (_root.gunsystem.ammo < 1) {
tellTarget ("/gun") {
gotoAndStop ("disabledFS");
};
}
}
onClipEvent (enterFrame) {
if (_root.ammo > _root.maxammo) {
_root.ammo = 250;
}
}
onClipEvent (enterFrame) {
_root.gunsystem.maxammo = _root.maxammo;
}
Symbol 1319 MovieClip Frame 2
_root.gun.gotoAndStop("cerberus");
stop();
_root.gun.gotoAndStop("cerberus");
Instance of Symbol 1276 MovieClip in Symbol 1319 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.gunsystem.ammo = _root.ammo2;
}
onClipEvent (enterFrame) {
if (_root.gunsystem.ammo < 1) {
tellTarget ("/gun") {
gotoAndStop ("disabledCS");
};
}
}
onClipEvent (enterFrame) {
if (_root.ammo2 > _root.maxammo2) {
_root.ammo = 25;
}
}
onClipEvent (enterFrame) {
_root.gunsystem.maxammo = _root.maxammo2;
}
Symbol 1319 MovieClip Frame 3
_root.gun.gotoAndStop("hydra");
stop();
Instance of Symbol 1276 MovieClip in Symbol 1319 MovieClip Frame 3
onClipEvent (enterFrame) {
_root.gunsystem.ammo = _root.ammo3;
}
onClipEvent (enterFrame) {
if (_root.gunsystem.ammo < 1) {
tellTarget ("/gun") {
gotoAndStop ("disabledHF");
};
}
}
onClipEvent (enterFrame) {
if (_root.ammo3 > _root.maxammo3) {
_root.ammo = 50;
}
}
onClipEvent (enterFrame) {
_root.gunsystem.maxammo = _root.maxammo4;
}
Symbol 1319 MovieClip Frame 4
_root.gun.gotoAndStop("gravity");
stop();
Instance of Symbol 1276 MovieClip in Symbol 1319 MovieClip Frame 4
onClipEvent (enterFrame) {
_root.gunsystem.ammo = _root.ammo4;
}
onClipEvent (enterFrame) {
if (_root.gunsystem.ammo < 1) {
tellTarget ("/gun") {
gotoAndStop ("disabledGN");
};
}
}
onClipEvent (enterFrame) {
if (_root.ammo4 > _root.maxammo4) {
_root.ammo4 = 8;
}
}
onClipEvent (enterFrame) {
_root.gunsystem.maxammo = _root.maxammo4;
}
Symbol 1319 MovieClip Frame 5
_root.gun.gotoAndStop("nitrator");
stop();
Instance of Symbol 1276 MovieClip in Symbol 1319 MovieClip Frame 5
onClipEvent (enterFrame) {
_root.gunsystem.ammo = _root.ammo5;
}
onClipEvent (enterFrame) {
if (_root.gunsystem.ammo < 1) {
tellTarget ("/gun") {
gotoAndStop ("disabledLN");
};
}
}
onClipEvent (enterFrame) {
if (_root.ammo5 > _root.maxammo5) {
_root.ammo5 = 150;
}
}
onClipEvent (enterFrame) {
_root.gunsystem.maxammo = _root.maxammo5;
}
Symbol 1319 MovieClip Frame 6
_root.gun.gotoAndStop("atom splitter");
stop();
Instance of Symbol 1276 MovieClip in Symbol 1319 MovieClip Frame 6
onClipEvent (enterFrame) {
_root.gunsystem.ammo = _root.ammo6;
}
onClipEvent (enterFrame) {
if (_root.gunsystem.ammo < 1) {
tellTarget ("/gun") {
gotoAndStop ("disabledAS");
};
}
}
onClipEvent (enterFrame) {
if (_root.ammo6 > _root.maxammo6) {
_root.ammo = 35;
}
}
onClipEvent (enterFrame) {
_root.gunsystem.maxammo = _root.maxammo6;
}
Symbol 1319 MovieClip Frame 7
_root.gun.gotoAndStop("hellfire");
stop();
Instance of Symbol 1276 MovieClip in Symbol 1319 MovieClip Frame 7
onClipEvent (enterFrame) {
_root.gunsystem.ammo = _root.ammo7;
}
onClipEvent (enterFrame) {
if (_root.gunsystem.ammo < 1) {
tellTarget ("/gun") {
gotoAndStop ("disabledHF2");
};
}
}
onClipEvent (enterFrame) {
if (_root.ammo > _root.maxammo) {
_root.ammo = 1;
}
}
onClipEvent (enterFrame) {
_root.gunsystem.maxammo = _root.maxammo7;
}
Symbol 1319 MovieClip Frame 8
_root.gun.gotoAndStop("thors tempest");
stop();
Instance of Symbol 1276 MovieClip in Symbol 1319 MovieClip Frame 8
onClipEvent (enterFrame) {
_root.gunsystem.ammo = _root.ammo8;
}
onClipEvent (enterFrame) {
if (_root.gunsystem.ammo < 1) {
tellTarget ("/gun") {
gotoAndStop ("disabledTT");
};
}
}
onClipEvent (enterFrame) {
if (_root.ammo8 > _root.maxammo8) {
_root.ammo = 100;
}
}
onClipEvent (enterFrame) {
_root.gunsystem.maxammo = _root.maxammo8;
}
Symbol 1319 MovieClip Frame 9
_root.gun.gotoAndStop("vegetator");
stop();
Symbol 1335 MovieClip Frame 1
stop();
Instance of Symbol 1324 MovieClip in Symbol 1335 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.damage = 25 * _root.dmgrank;
_root.defense = 13 * _root.dmgrank;
_root.frame.gotoAndStop(1);
}
Symbol 1335 MovieClip Frame 2
stop();
Instance of Symbol 1329 MovieClip in Symbol 1335 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.damage = 18 * _root.dmgrank;
_root.defense = 9 * _root.dmgrank;
_root.frame.gotoAndStop(2);
}
Symbol 1335 MovieClip Frame 3
stop();
Instance of Symbol 1334 MovieClip in Symbol 1335 MovieClip Frame 3
onClipEvent (enterFrame) {
_root.damage = 13 * _root.dmgrank;
_root.defense = 6 * _root.dmgrank;
_root.frame.gotoAndStop(3);
}
Symbol 1339 Button
on (release, keyPress "1") {
tellTarget ("/gunsystem") {
gotoAndStop (1);
};
}
Symbol 1342 Button
on (release, keyPress "2") {
tellTarget ("/gunsystem") {
gotoAndStop (2);
};
}
Symbol 1343 MovieClip Frame 1
stop();
Symbol 1343 MovieClip Frame 2
stop();
Symbol 1346 Button
on (release, keyPress "3") {
tellTarget ("/gunsystem") {
gotoAndStop (3);
};
}
Symbol 1347 MovieClip Frame 1
stop();
Symbol 1347 MovieClip Frame 2
stop();
Symbol 1350 Button
on (release, keyPress "4") {
tellTarget ("/gunsystem") {
gotoAndStop (4);
};
}
Symbol 1351 MovieClip Frame 1
stop();
Symbol 1351 MovieClip Frame 2
stop();
Symbol 1354 Button
on (release, keyPress "5") {
tellTarget ("/gunsystem") {
gotoAndStop (5);
};
}
Symbol 1355 MovieClip Frame 1
stop();
Symbol 1355 MovieClip Frame 2
stop();
Symbol 1358 Button
on (release, keyPress "6") {
tellTarget ("/gunsystem") {
gotoAndStop (6);
};
}
Symbol 1359 MovieClip Frame 1
stop();
Symbol 1359 MovieClip Frame 2
stop();
Symbol 1362 MovieClip Frame 1
stop();
Symbol 1362 MovieClip Frame 2
stop();
Instance of Symbol 1361 MovieClip in Symbol 1362 MovieClip Frame 2
on (release, keyPress "7") {
tellTarget ("/gunsystem") {
gotoAndStop (7);
};
}
Symbol 1365 Button
on (release, keyPress "8") {
tellTarget ("/gunsystem") {
gotoAndStop (8);
};
}
Symbol 1366 MovieClip Frame 1
stop();
Symbol 1366 MovieClip Frame 2
stop();
Symbol 1369 Button
on (release, keyPress "9") {
tellTarget ("/gunsystem") {
gotoAndStop (9);
};
}
Symbol 1370 MovieClip Frame 1
stop();
Symbol 1370 MovieClip Frame 2
stop();
Symbol 1372 MovieClip Frame 1
stop();
Symbol 1372 MovieClip Frame 15
tellTarget ("/player") {
gotoAndStop (1);
};
Symbol 1380 Button
on (keyPress "z") {
tellTarget ("/player") {
gotoAndPlay ("heal");
};
}
Symbol 1381 MovieClip Frame 1
stop();
Symbol 1385 Button
on (keyPress "x") {
tellTarget ("/player") {
gotoAndPlay ("timestop");
};
}
Symbol 1386 MovieClip Frame 1
stop();
Symbol 1387 MovieClip Frame 1400
stop();
Symbol 1387 MovieClip Frame 1401
gotoAndStop (1400);
Symbol 1400 MovieClip Frame 1
_root.HITZ.hits = 1;
stop();
_root.gemstone = 0;
Symbol 1400 MovieClip Frame 2
_root.score = _root.score + _root.gemstone;
_root.gemstone = _root.gemstone + 1;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 3
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 4
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 5
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 6
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 7
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 8
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 9
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 10
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 11
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 12
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 13
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 14
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 15
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 16
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 17
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 18
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 19
_root.score = _root.score + _root.gemstone;
_root.ENEMY4.dude.gotoAndPlay("evade");
_root.ENEMY5.dude.gotoAndPlay("evade");
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 20
_root.score = _root.score + _root.gemstone;
_root.ENEMY4.dude.gotoAndPlay("evade");
_root.ENEMY5.dude.gotoAndPlay("evade");
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 21
_root.score = _root.score + _root.gemstone;
_root.ENEMY4.dude.gotoAndPlay("evade");
_root.ENEMY5.dude.gotoAndPlay("evade");
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 22
_root.score = _root.score + _root.gemstone;
_root.ENEMY4.dude.gotoAndPlay("evade");
_root.ENEMY5.dude.gotoAndPlay("evade");
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 23
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 24
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 25
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 26
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 27
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 28
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 29
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 30
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 31
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 32
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 33
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 34
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 35
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 36
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 37
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 38
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 39
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 40
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 41
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 42
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 43
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 44
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 45
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 46
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 47
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 48
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 49
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 50
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 51
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 52
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 53
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 54
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 55
_root.score = _root.score + _root.gemstone;
_root.money = _root.money + 1;
Symbol 1400 MovieClip Frame 56
_root.score = _root.score + 1;
Symbol 1400 MovieClip Frame 57
gotoAndStop (1);
Symbol 1422 MovieClip Frame 1
stop();
Symbol 1422 MovieClip Frame 29
_root.score = _root.score + 100;
Symbol 1422 MovieClip Frame 30
tellTarget ("/combo") {
gotoAndStop (1);
};
Symbol 1429 MovieClip Frame 1
stop();
Symbol 1429 MovieClip Frame 29
_root.score = _root.score + 200;
Symbol 1429 MovieClip Frame 30
tellTarget ("/combo") {
gotoAndStop (1);
};
Symbol 1434 MovieClip Frame 1
stop();
Symbol 1434 MovieClip Frame 31
_root.score = _root.score + 300;
Symbol 1434 MovieClip Frame 32
tellTarget ("/combo") {
gotoAndStop (1);
};
Symbol 1439 MovieClip Frame 1
stop();
Symbol 1439 MovieClip Frame 31
_root.score = _root.score + 400;
Symbol 1439 MovieClip Frame 32
tellTarget ("/combo") {
gotoAndStop (1);
};
Symbol 1444 MovieClip Frame 1
stop();
Symbol 1444 MovieClip Frame 31
_root.score = _root.score + 500;
Symbol 1444 MovieClip Frame 32
tellTarget ("/combo") {
gotoAndStop (1);
};
Symbol 1449 MovieClip Frame 1
stop();
Symbol 1449 MovieClip Frame 31
_root.score = _root.score + 600;
Symbol 1449 MovieClip Frame 32
tellTarget ("/combo") {
gotoAndStop (1);
};
Symbol 1454 MovieClip Frame 1
stop();
Symbol 1454 MovieClip Frame 31
_root.score = _root.score + 700;
Symbol 1454 MovieClip Frame 32
tellTarget ("/combo") {
gotoAndStop (1);
};
Symbol 1459 MovieClip Frame 1
stop();
Symbol 1459 MovieClip Frame 31
_root.score = _root.score + 800;
Symbol 1459 MovieClip Frame 32
tellTarget ("/combo") {
gotoAndStop (1);
};
Symbol 1464 MovieClip Frame 1
stop();
Symbol 1464 MovieClip Frame 31
_root.score = _root.score + 900;
Symbol 1464 MovieClip Frame 32
tellTarget ("/combo") {
gotoAndStop (1);
};
Symbol 1469 MovieClip Frame 1
stop();
Symbol 1469 MovieClip Frame 31
_root.score = _root.score + 1000;
Symbol 1469 MovieClip Frame 32
tellTarget ("/combo") {
gotoAndStop (1);
};
Symbol 1492 MovieClip Frame 1
stop();
Symbol 1492 MovieClip Frame 10
_root._y = 0;
stopAllSounds();
_quality = "Medium";
Symbol 1492 MovieClip Frame 11
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 12
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 13
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 14
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 15
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 16
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 17
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 18
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 19
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 20
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 21
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 22
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 23
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 24
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 25
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 26
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 27
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 28
_root._y = 0;
_root.trigger = 400;
tellTarget ("/baddy") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy1") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy2") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy3") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy4") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy5") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy6") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy7") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy8") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy9") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy10") {
gotoAndStop ("neutral");
};
tellTarget ("/enemy") {
gotoAndStop ("neutral");
};
tellTarget ("/Ebody") {
gotoAndStop ("neutral");
};
stopAllSounds();
Symbol 1492 MovieClip Frame 29
_root._y = 0;
tellTarget ("/baddy") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy1") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy2") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy3") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy4") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy5") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy6") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy7") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy8") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy9") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy10") {
gotoAndStop ("neutral");
};
tellTarget ("/enemy") {
gotoAndStop ("neutral");
};
tellTarget ("/Ebody") {
gotoAndStop ("neutral");
};
stopAllSounds();
Symbol 1492 MovieClip Frame 30
_root._y = 0;
tellTarget ("/baddy") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy1") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy2") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy3") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy4") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy5") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy6") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy7") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy8") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy9") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy10") {
gotoAndStop ("neutral");
};
tellTarget ("/enemy") {
gotoAndStop ("neutral");
};
tellTarget ("/Ebody") {
gotoAndStop ("neutral");
};
stopAllSounds();
Symbol 1492 MovieClip Frame 31
_root._y = 0;
tellTarget ("/baddy") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy1") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy2") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy3") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy4") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy5") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy6") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy7") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy8") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy9") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy10") {
gotoAndStop ("neutral");
};
stopAllSounds();
Symbol 1492 MovieClip Frame 32
_root._y = 0;
tellTarget ("/baddy") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy1") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy2") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy3") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy4") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy5") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy6") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy7") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy8") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy9") {
gotoAndStop ("neutral");
};
tellTarget ("/baddy10") {
gotoAndStop ("neutral");
};
stopAllSounds();
Symbol 1492 MovieClip Frame 33
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 34
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 35
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 36
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 37
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 38
_root._y = 0;
_quality = "High";
stopAllSounds();
Symbol 1492 MovieClip Frame 39
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 40
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 41
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 42
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 43
_root._y = 0;
_root.attemp = _root.attemp + 1;
stopAllSounds();
Symbol 1492 MovieClip Frame 44
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 45
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 46
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 47
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 48
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 49
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 50
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 51
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 52
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 53
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 54
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 55
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 56
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 57
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 58
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 59
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 60
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 61
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 62
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 63
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 64
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 65
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 66
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 67
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 68
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 69
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 70
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 71
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 72
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 73
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 74
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 75
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 76
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 77
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 78
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 79
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 80
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 81
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 82
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 83
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 84
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 85
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 86
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 87
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 88
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 89
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 90
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 91
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 92
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 93
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 94
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 95
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 96
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 97
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 98
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 99
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 100
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 101
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 102
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 103
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 104
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 105
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 106
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 107
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 108
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 109
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 110
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 111
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 112
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 113
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 114
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 115
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 116
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 117
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 118
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 119
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 120
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 121
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 122
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 123
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 124
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 125
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 126
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 127
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 128
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 129
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 130
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 131
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 132
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 133
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 134
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 135
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 136
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 137
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 138
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 139
_root._y = 0;
_quality = "Medium";
stopAllSounds();
Symbol 1492 MovieClip Frame 140
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 141
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 142
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 143
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 144
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 145
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 146
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 147
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 148
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 149
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 150
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 151
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 152
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 153
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 154
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 155
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 156
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 157
_root._y = 0;
stopAllSounds();
Symbol 1492 MovieClip Frame 158
_root._y = 0;
stop();
_root.gotoAndStop(1);
stopAllSounds();
Symbol 1494 MovieClip Frame 29
stop();
Symbol 1495 MovieClip Frame 1
stop();
Symbol 1495 MovieClip Frame 2
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.trigger = 400;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
Symbol 1495 MovieClip Frame 3
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.player.hangtime = 3;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 4
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 5
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 6
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 7
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 8
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 9
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 10
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 11
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 12
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 13
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 14
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 15
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 16
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 17
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 18
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 19
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
Symbol 1495 MovieClip Frame 20
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 21
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 22
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 23
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 24
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 25
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 26
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 27
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Symbol 1495 MovieClip Frame 28
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 29
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 30
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 31
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 32
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 33
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 34
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 35
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 36
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 37
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 38
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 39
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 40
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 41
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 42
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 43
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 44
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 45
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 46
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 47
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 48
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 49
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 50
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 51
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 52
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 53
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 54
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 55
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 56
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 57
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 58
stopAllSounds();
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 59
stopAllSounds();
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 60
stopAllSounds();
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 61
stopAllSounds();
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 62
stopAllSounds();
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 63
stopAllSounds();
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 64
stopAllSounds();
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 65
stopAllSounds();
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 66
stopAllSounds();
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 67
stopAllSounds();
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 68
stopAllSounds();
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 69
stopAllSounds();
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 70
stopAllSounds();
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 71
stopAllSounds();
stopAllSounds();
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 72
stopAllSounds();
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 73
stopAllSounds();
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 74
stopAllSounds();
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 75
stopAllSounds();
_root.ENEMY._visible = false;
_root.ENEMY2._visible = false;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 76
stopAllSounds();
_root.ENEMY._visible = true;
_root.ENEMY2._visible = true;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 77
stopAllSounds();
_root.ENEMY._visible = true;
_root.ENEMY2._visible = true;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 78
stopAllSounds();
_root.ENEMY._visible = true;
_root.ENEMY2._visible = true;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 79
stopAllSounds();
_root.ENEMY._visible = true;
_root.ENEMY2._visible = true;
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 80
stopAllSounds();
stopAllSounds();
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 81
stopAllSounds();
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 82
stopAllSounds();
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 83
stopAllSounds();
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 84
stopAllSounds();
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 85
stopAllSounds();
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 86
stopAllSounds();
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 87
stopAllSounds();
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
_root.ENEMY.health = EHP;
_root.ENEMY2.health = EHP;
_root.player.dude.gotoAndStop(5);
Symbol 1495 MovieClip Frame 88
stop();
_root.play();
stopAllSounds();
_root.player.dude.gotoAndStop(5);
Symbol 1499 MovieClip Frame 16
stop();
Symbol 1499 MovieClip Frame 18
stopAllSounds();
Symbol 1499 MovieClip Frame 19
_root.player.dude.gotoAndStop(1);
Symbol 1499 MovieClip Frame 20
_root.player.dude.gotoAndStop(1);
Symbol 1499 MovieClip Frame 21
_root.player.dude.gotoAndStop(1);
Symbol 1499 MovieClip Frame 22
_root.player.dude.gotoAndStop(1);
Symbol 1499 MovieClip Frame 23
_root.player.dude.gotoAndStop(1);
Symbol 1499 MovieClip Frame 24
_root.player.dude.gotoAndStop(1);
Symbol 1499 MovieClip Frame 25
_root.player.dude.gotoAndStop(1);
Symbol 1499 MovieClip Frame 27
stop();
Symbol 1502 MovieClip Frame 1
stopAllSounds();
Symbol 1502 MovieClip Frame 6
stop();
Symbol 1546 MovieClip Frame 11
_quality = "Medium";
Symbol 1546 MovieClip Frame 12
_root._y = -0.75;
Symbol 1546 MovieClip Frame 13
_root._y = 0.75;
Symbol 1546 MovieClip Frame 14
_root._y = -0.75;
Symbol 1546 MovieClip Frame 15
_root._y = 0.75;
Symbol 1546 MovieClip Frame 16
_root._y = -0.75;
Symbol 1546 MovieClip Frame 17
_root._y = 0.75;
Symbol 1546 MovieClip Frame 18
_root._y = -0.75;
Symbol 1546 MovieClip Frame 19
_root._y = 0.75;
Symbol 1546 MovieClip Frame 20
_root._y = -0.75;
Symbol 1546 MovieClip Frame 21
_root._y = -0.75;
Symbol 1546 MovieClip Frame 22
_root._y = 0.75;
Symbol 1546 MovieClip Frame 23
_root._y = -0.75;
Symbol 1546 MovieClip Frame 24
_root._y = 0.75;
Symbol 1546 MovieClip Frame 25
_root._y = -0.75;
Symbol 1546 MovieClip Frame 27
_quality = "High";
Symbol 1546 MovieClip Frame 28
stop();
_quality = "High";
Symbol 1547 MovieClip Frame 1
stop();
Symbol 1547 MovieClip Frame 2
stop();
Symbol 1553 Button
on (release) {
tellTarget ("/customize") {
play();
};
}
Symbol 1554 Button
on (release) {
tellTarget ("/next") {
play();
};
}
Symbol 1557 MovieClip Frame 1
stop();
Symbol 1557 MovieClip Frame 35
stop();
_root.play();
Symbol 1579 Button
on (release) {
gotoAndPlay (110);
}
Symbol 1586 Button
on (release) {
gotoAndPlay (1);
}
Symbol 1587 Button
on (release) {
gotoAndPlay (110);
}
Symbol 1590 Button
on (release) {
gotoAndPlay (45);
}
Symbol 1595 Button
on (release) {
gotoAndPlay (66);
}
Symbol 1596 Button
on (release) {
gotoAndPlay (87);
}
Symbol 1604 MovieClip Frame 1
stopAllSounds();
Symbol 1604 MovieClip Frame 27
stop();
Symbol 1604 MovieClip Frame 56
stop();
Symbol 1604 MovieClip Frame 77
stop();
Symbol 1604 MovieClip Frame 98
stop();
Symbol 1604 MovieClip Frame 110
stopAllSounds();
Symbol 1604 MovieClip Frame 137
stop();
Symbol 1604 MovieClip Frame 138
stopAllSounds();
Symbol 1604 MovieClip Frame 175
stop();
_root.play();
Symbol 1617 MovieClip Frame 1
stop();
Symbol 1617 MovieClip Frame 2
stop();
_root.ENEMY3.dude.gotoAndPlay("evade");
Symbol 1626 MovieClip Frame 1
stop();
Symbol 1626 MovieClip Frame 2
stop();
_root.ENEMY3.dude.gotoAndPlay("evade2");
Symbol 1631 MovieClip Frame 1
stop();
Symbol 1631 MovieClip Frame 2
stop();
_root.ENEMY3.dude.gotoAndPlay("evade3");
Symbol 1648 MovieClip Frame 1
_root._y = -0.75;
Symbol 1648 MovieClip Frame 2
_root._y = 0.75;
Symbol 1648 MovieClip Frame 3
_root._y = -0.75;
Symbol 1648 MovieClip Frame 4
_root._y = 0.75;
Symbol 1648 MovieClip Frame 5
_root._y = -0.75;
Symbol 1648 MovieClip Frame 6
_root._y = 0.75;
Symbol 1648 MovieClip Frame 7
_root._y = -0.75;
Symbol 1648 MovieClip Frame 8
_root._y = 0;
Instance of Symbol 1625 MovieClip in Symbol 1648 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1648 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1648 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1648 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1648 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1648 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1648 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Symbol 1648 MovieClip Frame 14
stop();
Symbol 1651 MovieClip Frame 1
stop();
Symbol 1651 MovieClip Frame 2
stop();
_root.ENEMY3.dude.gotoAndPlay("evade4");
Symbol 1657 MovieClip Frame 1
_root._y = 0;
_root.ENEMY3.core.gotoAndStop(2);
_quality = "High";
_root.ENEMY3.motion = 0;
Instance of Symbol 1616 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY3._x) {
_root.ENEMY3._xscale = -90;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY3._x) {
_root.ENEMY3._xscale = 90;
}
}
Symbol 1657 MovieClip Frame 20
_root._y = 0;
_root.ENEMY3.core.gotoAndStop(1);
_root.HITZ.gotoAndStop(1);
Symbol 1657 MovieClip Frame 24
_quality = "Medium";
_root.ENEMY3.motion = 130;
Symbol 1657 MovieClip Frame 27
_root.ENEMY3.motion = 0;
Symbol 1657 MovieClip Frame 39
_root.ENEMY3.core.gotoAndStop(1);
_quality = "Medium";
_root.ENEMY3.motion = 0;
Instance of Symbol 1616 MovieClip in Symbol 1657 MovieClip Frame 39
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY3._x) {
_root.ENEMY3._xscale = -90;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY3._x) {
_root.ENEMY3._xscale = 90;
}
}
Symbol 1657 MovieClip Frame 40
_root._y = 0.75;
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = -0.75;
Instance of Symbol 1625 MovieClip in Symbol 1657 MovieClip Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Symbol 1657 MovieClip Frame 41
_root._y = -0.75;
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = 0.75;
Symbol 1657 MovieClip Frame 42
_root._y = 0.75;
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = -0.75;
Symbol 1657 MovieClip Frame 43
_root._y = -0.75;
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root.ENEMY3.core.gotoAndStop(1);
_root._y = 0.75;
Symbol 1657 MovieClip Frame 44
_root._y = 0.75;
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = -0.75;
Symbol 1657 MovieClip Frame 45
_root._y = -0.75;
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = 0.75;
Symbol 1657 MovieClip Frame 46
_root._y = 0.75;
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = -0.75;
Symbol 1657 MovieClip Frame 47
_root._y = -0.75;
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = 0;
Symbol 1657 MovieClip Frame 48
_root._y = 0;
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_quality = "High";
Symbol 1657 MovieClip Frame 49
_root._y = 0;
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = 0;
_quality = "Medium";
_root.ENEMY3.core.gotoAndStop(1);
Symbol 1657 MovieClip Frame 50
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 1657 MovieClip Frame 51
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 1657 MovieClip Frame 52
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 1657 MovieClip Frame 53
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_quality = "Medium";
_root.ENEMY3.motion = 90;
Symbol 1657 MovieClip Frame 54
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root.ENEMY3.motion = 130;
Symbol 1657 MovieClip Frame 55
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 1657 MovieClip Frame 56
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 1657 MovieClip Frame 58
_root.ENEMY3.motion = 0;
Symbol 1657 MovieClip Frame 68
_root._y = 0;
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 1657 MovieClip Frame 80
_root.ENEMY3.core.gotoAndStop(2);
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = -0.75;
_quality = "Medium";
_root.ENEMY3.motion = 0;
Instance of Symbol 1616 MovieClip in Symbol 1657 MovieClip Frame 80
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY3._x) {
_root.ENEMY3._xscale = -90;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY3._x) {
_root.ENEMY3._xscale = 90;
}
}
Instance of Symbol 1625 MovieClip in Symbol 1657 MovieClip Frame 80
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1657 MovieClip Frame 80
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1657 MovieClip Frame 80
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Symbol 1657 MovieClip Frame 81
_root._y = 0.75;
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = 0.75;
Symbol 1657 MovieClip Frame 82
_root._y = -0.75;
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = -0.75;
Symbol 1657 MovieClip Frame 83
_root._y = 0.75;
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_quality = "High";
_root._y = 0.75;
Symbol 1657 MovieClip Frame 84
_root._y = -0.75;
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = -0.75;
Symbol 1657 MovieClip Frame 85
_root._y = 0.75;
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = 0.75;
Symbol 1657 MovieClip Frame 86
_root._y = -0.75;
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = -0.75;
Symbol 1657 MovieClip Frame 87
_root._y = 0;
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root.ENEMY3.core.gotoAndStop(1);
_root._y = 0;
_root.ENEMY3.core.gotoAndStop(1);
_quality = "Medium";
Symbol 1657 MovieClip Frame 88
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 1657 MovieClip Frame 89
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 1657 MovieClip Frame 90
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 1657 MovieClip Frame 91
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 1657 MovieClip Frame 92
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root.ENEMY3.motion = -20;
Symbol 1657 MovieClip Frame 101
_root._y = 0;
_root._y = 0;
_root.ENEMY3.core.gotoAndStop(2);
_quality = "Medium";
_root.ENEMY3.motion = 0;
Instance of Symbol 1616 MovieClip in Symbol 1657 MovieClip Frame 101
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY3._x) {
_root.ENEMY3._xscale = -90;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY3._x) {
_root.ENEMY3._xscale = 90;
}
}
Symbol 1657 MovieClip Frame 113
_root._y = 0;
_root.ENEMY3.core.gotoAndStop(1);
Symbol 1657 MovieClip Frame 118
_root.ENEMY3.motion = 130;
Symbol 1657 MovieClip Frame 123
_root.ENEMY3.motion = 0;
Symbol 1657 MovieClip Frame 133
_root._y = 0;
_root.ENEMY3.motion = 0;
Symbol 1657 MovieClip Frame 137
_root._y = -0.75;
_quality = "Medium";
_root.ENEMY3.motion = 0;
Instance of Symbol 1625 MovieClip in Symbol 1657 MovieClip Frame 137
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1657 MovieClip Frame 137
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1657 MovieClip Frame 137
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1616 MovieClip in Symbol 1657 MovieClip Frame 137
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY3._x) {
_root.ENEMY3._xscale = -90;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY3._x) {
_root.ENEMY3._xscale = 90;
}
}
Symbol 1657 MovieClip Frame 138
_root._y = 0.75;
Symbol 1657 MovieClip Frame 139
_root._y = -0.75;
Symbol 1657 MovieClip Frame 140
_root._y = 0.75;
Symbol 1657 MovieClip Frame 141
_root._y = -0.75;
Symbol 1657 MovieClip Frame 142
_root._y = 0;
_quality = "High";
Symbol 1657 MovieClip Frame 144
gotoAndPlay (1);
Symbol 1657 MovieClip Frame 146
_root.ENEMY3.core.gotoAndStop(2);
Symbol 1657 MovieClip Frame 150
gotoAndPlay (1);
Symbol 1657 MovieClip Frame 151
_root.ENEMY3.core.gotoAndStop(2);
_root.ENEMY3.core.gotoAndStop(2);
Symbol 1657 MovieClip Frame 158
gotoAndPlay (1);
Symbol 1657 MovieClip Frame 159
_root.ENEMY3.stop();
_root.HITZ.gotoAndPlay(2);
_root.ENEMY3._y = _root.ENEMY3._y - 20;
tellTarget ("/combo") {
play();
};
Symbol 1657 MovieClip Frame 160
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.ENEMY3._y = _root.ENEMY3._y - 15;
Symbol 1657 MovieClip Frame 161
_root.ENEMY3._y = _root.ENEMY3._y - 10;
Symbol 1657 MovieClip Frame 162
_root.ENEMY3._y = _root.ENEMY3._y - 5;
Symbol 1657 MovieClip Frame 165
gotoAndPlay (1);
Symbol 1660 MovieClip Frame 1
stop();
Symbol 1660 MovieClip Frame 2
stop();
Symbol 1669 MovieClip Frame 1
stop();
Instance of Symbol 1657 MovieClip "dude" in Symbol 1669 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ENEMY3._y < _root.kojiarea) {
_root.ENEMY3._y = _root.ENEMY3._y + 20;
}
}
Symbol 1669 MovieClip Frame 2
_root.HITZ.gotoAndPlay(2);
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + (damage * 3);
tellTarget ("/combo") {
play();
};
Symbol 1669 MovieClip Frame 3
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + (damage * 2);
Symbol 1669 MovieClip Frame 4
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + damage;
Symbol 1669 MovieClip Frame 5
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + damage;
Symbol 1669 MovieClip Frame 6
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + damage;
Symbol 1669 MovieClip Frame 7
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + (damage / 2);
Symbol 1669 MovieClip Frame 8
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + (damage / 2);
Symbol 1669 MovieClip Frame 9
gotoAndStop (1);
Instance of Symbol 1657 MovieClip "dude" in Symbol 1669 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.ENEMY3._y < _root.kojiarea) {
_root.ENEMY3._y = _root.ENEMY3._y + 20;
}
}
Symbol 1669 MovieClip Frame 10
_root.HITZ.gotoAndPlay(2);
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + (damage * 14);
Symbol 1669 MovieClip Frame 11
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + (damage * 10);
tellTarget ("/combo") {
play();
};
Symbol 1669 MovieClip Frame 12
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + (damage * 8);
Symbol 1669 MovieClip Frame 13
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + (damage * 6);
Symbol 1669 MovieClip Frame 14
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + (damage * 3);
Symbol 1669 MovieClip Frame 15
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + (damage * 2);
Symbol 1669 MovieClip Frame 16
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + damage;
Symbol 1669 MovieClip Frame 17
_root.ENEMY3._x = _root.ENEMY3._x + damage;
Instance of Symbol 1657 MovieClip "dude" in Symbol 1669 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_root.ENEMY3._y < _root.kojiarea) {
_root.ENEMY3._y = _root.ENEMY3._y + 20;
}
}
Symbol 1669 MovieClip Frame 18
_root.ENEMY3._x = _root.ENEMY3._x + (damage / 2);
Symbol 1669 MovieClip Frame 23
gotoAndStop (1);
Symbol 1669 MovieClip Frame 24
_root.HITZ.gotoAndPlay(2);
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + (damage * 14);
_root.ENEMY3._y = _root.ENEMY3._y - 40;
tellTarget ("/combo") {
play();
};
Symbol 1669 MovieClip Frame 25
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + (damage * 13);
_root.ENEMY3._y = _root.ENEMY3._y - 35;
Symbol 1669 MovieClip Frame 26
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + (damage * 10);
_root.ENEMY3._y = _root.ENEMY3._y - 30;
Symbol 1669 MovieClip Frame 27
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + (damage * 8);
_root.ENEMY3._y = _root.ENEMY3._y - 25;
Symbol 1669 MovieClip Frame 28
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + (damage * 6);
_root.ENEMY3._y = _root.ENEMY3._y - 20;
Symbol 1669 MovieClip Frame 29
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + (damage * 4);
_root.ENEMY3._y = _root.ENEMY3._y - 15;
Symbol 1669 MovieClip Frame 30
_root.KOJIHEALTH._visible = true;
_root.ENEMY3._x = _root.ENEMY3._x + (damage * 3);
_root.ENEMY3._y = _root.ENEMY3._y - 10;
Symbol 1669 MovieClip Frame 31
_root.ENEMY3._x = _root.ENEMY3._x + (damage * 2);
_root.ENEMY3._y = _root.ENEMY3._y - 4;
Symbol 1669 MovieClip Frame 32
_root.ENEMY3._x = _root.ENEMY3._x + damage;
_root.ENEMY3._y = _root.ENEMY3._y - 2;
Symbol 1669 MovieClip Frame 33
_root.ENEMY3._x = _root.ENEMY3._x + damage;
_root.ENEMY3._y = _root.ENEMY3._y - 2;
Symbol 1669 MovieClip Frame 34
_root.ENEMY3._x = _root.ENEMY3._x + damage;
_root.ENEMY3._y = _root.ENEMY3._y - 2;
Instance of Symbol 1657 MovieClip "dude" in Symbol 1669 MovieClip Frame 34
onClipEvent (enterFrame) {
if (_root.ENEMY3._y < _root.kojiarea) {
_root.ENEMY3._y = _root.ENEMY3._y + 20;
}
}
Symbol 1669 MovieClip Frame 35
_root.ENEMY3._x = _root.ENEMY3._x + damage;
_root.ENEMY3._y = _root.ENEMY3._y - 2;
Symbol 1669 MovieClip Frame 36
_root.ENEMY3._x = _root.ENEMY3._x + damage;
_root.ENEMY3._y = _root.ENEMY3._y - 2;
Symbol 1669 MovieClip Frame 37
_root.ENEMY3._x = _root.ENEMY3._x + damage;
Symbol 1669 MovieClip Frame 54
gotoAndStop (1);
Symbol 1669 MovieClip Frame 55
tellTarget ("/endlevel2") {
play();
};
Symbol 1686 MovieClip Frame 2
stop();
Symbol 1704 MovieClip Frame 1
_root.music2.gotoAndPlay("begin");
_root.Etrigger = 400;
Symbol 1704 MovieClip Frame 2
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 3
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 4
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 5
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 6
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 7
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 8
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 9
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 10
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 11
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 12
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 13
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 14
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 15
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 16
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 17
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 18
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 19
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 20
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 21
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 22
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 23
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 24
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 25
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 26
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 27
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 28
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 29
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 30
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 31
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 32
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 33
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 34
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 35
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 36
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 37
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 38
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 39
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 40
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 41
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 42
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 43
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 44
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 45
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 46
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 47
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 48
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 49
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 54
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 55
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 56
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 57
_root.ENEMY3.dude.stop();
Symbol 1704 MovieClip Frame 58
_root.ENEMY3.dude.play();
Symbol 1704 MovieClip Frame 59
_root.Etrigger = 0;
Symbol 1704 MovieClip Frame 73
stop();
Symbol 1717 MovieClip Frame 1
stop();
Symbol 1717 MovieClip Frame 12
play();
Symbol 1717 MovieClip Frame 17
stop();
Symbol 1717 MovieClip Frame 21
gotoAndStop (20);
Symbol 1717 MovieClip Frame 22
gotoAndStop (20);
Symbol 1717 MovieClip Frame 23
gotoAndStop (20);
Symbol 1717 MovieClip Frame 24
gotoAndStop (20);
Symbol 1742 Button
on (release) {
gotoAndPlay (110);
}
Symbol 1747 Button
on (release) {
gotoAndPlay (1);
}
Symbol 1748 Button
on (release) {
gotoAndPlay (110);
}
Symbol 1753 Button
on (release) {
gotoAndPlay (45);
}
Symbol 1755 Button
on (release) {
gotoAndPlay (66);
}
Symbol 1756 Button
on (release) {
gotoAndPlay (87);
}
Symbol 1768 MovieClip Frame 1
stopAllSounds();
Symbol 1768 MovieClip Frame 27
stop();
Symbol 1768 MovieClip Frame 56
stop();
Symbol 1768 MovieClip Frame 77
stop();
Symbol 1768 MovieClip Frame 98
stop();
Symbol 1768 MovieClip Frame 110
stopAllSounds();
Symbol 1768 MovieClip Frame 137
stop();
Symbol 1768 MovieClip Frame 138
stopAllSounds();
Symbol 1768 MovieClip Frame 175
stop();
_root.play();
Symbol 1778 MovieClip Frame 1
stop();
_root.trigger = 0;
Instance of Symbol 1773 MovieClip in Symbol 1778 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player._x > 400) {
_root.player._x = _root.player._x - 12;
_root.travel._x = _root.travel._x - 12;
}
}
onClipEvent (enterFrame) {
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (_root.player._x > 400) {
_root.player._x = _root.player._x - 12;
}
}
onClipEvent (enterFrame) {
if (_root.travel._x < 700) {
_root.traveler.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.player._x > 399) {
_root.travel2._x = _root.travel2._x - 12;
}
}
onClipEvent (enterFrame) {
if (_root.player._x > 400) {
_root.player._x = _root.player._x - 12;
}
}
onClipEvent (enterFrame) {
if (_root.travel2._x < 700) {
_root.traveler2.gotoAndStop(2);
}
}
Symbol 1778 MovieClip Frame 2
stop();
_root.music3.gotoAndPlay("begin");
_root.ENEMY.gotoAndStop(2);
Instance of Symbol 1773 MovieClip in Symbol 1778 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.kills > 13) {
_root.traveler.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (_root.kills > 13) {
_root.traveler2.gotoAndStop(3);
}
}
Symbol 1778 MovieClip Frame 3
stop();
_root.music3.gotoAndPlay("ambient");
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Instance of Symbol 1773 MovieClip in Symbol 1778 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.player._x > 400) {
_root.player._x = _root.player._x - 12;
_root.travel._x = _root.travel._x - 12;
}
}
onClipEvent (enterFrame) {
if (_root.player._x > 400) {
_root.player._x = _root.player._x - 12;
}
}
onClipEvent (enterFrame) {
if (_root.travel._x < 100) {
_root.traveler.gotoAndStop(4);
}
}
onClipEvent (enterFrame) {
if (_root.player._x > 400) {
_root.player._x = _root.player._x - 12;
_root.travel2._x = _root.travel2._x - 12;
}
}
onClipEvent (enterFrame) {
if (_root.player._x > 400) {
_root.player._x = _root.player._x - 12;
}
}
onClipEvent (enterFrame) {
if (_root.travel2._x < 100) {
_root.traveler2.gotoAndStop(4);
}
}
Symbol 1778 MovieClip Frame 4
stop();
_root.music3.gotoAndPlay("begin");
_root.ENEMY.gotoAndStop(2);
Instance of Symbol 1773 MovieClip in Symbol 1778 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.kills > 22) {
_root.endlevel4.play();
}
}
onClipEvent (enterFrame) {
if (_root.kills > 22) {
_root.endlevel5.play();
}
}
Symbol 1780 MovieClip Frame 1
stopAllSounds();
Symbol 1780 MovieClip Frame 13
stop();
Symbol 1780 MovieClip Frame 14
stopAllSounds();
play();
Symbol 1780 MovieClip Frame 15
stop();
Symbol 1808 Button
on (release) {
gotoAndPlay (129);
}
Symbol 1815 Button
on (release) {
gotoAndPlay (1);
}
Symbol 1816 Button
on (release) {
gotoAndPlay (129);
}
Symbol 1820 Button
on (release) {
gotoAndPlay (45);
}
Symbol 1823 Button
on (release) {
gotoAndPlay (66);
}
Symbol 1825 Button
on (release) {
gotoAndPlay (87);
}
Symbol 1841 MovieClip Frame 1
stopAllSounds();
Symbol 1841 MovieClip Frame 27
stop();
Symbol 1841 MovieClip Frame 56
stop();
Symbol 1841 MovieClip Frame 77
stop();
Symbol 1841 MovieClip Frame 98
stop();
Symbol 1841 MovieClip Frame 119
stop();
Symbol 1841 MovieClip Frame 129
stopAllSounds();
Symbol 1841 MovieClip Frame 156
stop();
Symbol 1841 MovieClip Frame 157
stopAllSounds();
Symbol 1841 MovieClip Frame 194
stop();
_root.play();
Symbol 1868 MovieClip Frame 1
_quality = "High";
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.core.gotoAndStop(2);
_root.ENEMY4.gotoAndStop(1);
Instance of Symbol 1847 MovieClip in Symbol 1868 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY4._x) {
_root.ENEMY4._xscale = -76;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY4._x) {
_root.ENEMY4._xscale = 76;
}
}
Symbol 1868 MovieClip Frame 2
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 3
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 4
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 5
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 6
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 7
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 8
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 9
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 10
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 11
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 12
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 13
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 14
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 15
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 16
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 17
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 18
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 19
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 20
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 21
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 22
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 23
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 24
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 25
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 26
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 27
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 28
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 29
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 30
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 31
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 32
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 33
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 34
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 35
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 36
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 37
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 38
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 39
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 40
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 41
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 42
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 43
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 44
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 45
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 46
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 47
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 48
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 49
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 50
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 51
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 52
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 53
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 54
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 55
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 56
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 57
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 58
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 59
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 60
_quality = "Medium";
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.HITZ.hits = 0;
_root.ENEMY4.core.gotoAndStop(1);
Symbol 1868 MovieClip Frame 61
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.HITZ.gotoAndStop(1);
Symbol 1868 MovieClip Frame 62
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 63
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 64
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 65
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 66
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 67
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 68
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 69
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 70
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 71
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 72
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 73
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.motion = 50;
Symbol 1868 MovieClip Frame 74
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 75
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 76
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 77
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Instance of Symbol 1847 MovieClip in Symbol 1868 MovieClip Frame 77
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY4._x) {
_root.ENEMY4._xscale = -76;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY4._x) {
_root.ENEMY4._xscale = 76;
}
}
Symbol 1868 MovieClip Frame 78
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 79
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 80
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 81
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 82
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 83
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 84
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 85
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 86
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 87
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 88
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 89
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 90
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 91
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 92
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 93
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 94
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.motion = 0;
Symbol 1868 MovieClip Frame 95
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 96
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 97
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 98
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 99
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 99
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Symbol 1868 MovieClip Frame 100
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 101
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 102
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 103
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 104
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 105
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 106
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 107
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 108
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0;
Symbol 1868 MovieClip Frame 109
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.core.gotoAndStop(2);
Symbol 1868 MovieClip Frame 110
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 111
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 112
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 113
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 114
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 115
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 116
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 117
_quality = "High";
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Instance of Symbol 1847 MovieClip in Symbol 1868 MovieClip Frame 117
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY4._x) {
_root.ENEMY4._xscale = -76;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY4._x) {
_root.ENEMY4._xscale = 76;
}
}
Symbol 1868 MovieClip Frame 118
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 119
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 120
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 121
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 122
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 123
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 124
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 125
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 126
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 127
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 128
_quality = "Medium";
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.core.gotoAndStop(1);
Symbol 1868 MovieClip Frame 129
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 130
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 131
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 132
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 133
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 134
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 135
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 136
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 137
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 138
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 139
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 140
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 141
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 142
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 143
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 144
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4._x = 45;
Symbol 1868 MovieClip Frame 145
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Instance of Symbol 1847 MovieClip in Symbol 1868 MovieClip Frame 145
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY4._x) {
_root.ENEMY4._xscale = -76;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY4._x) {
_root.ENEMY4._xscale = 76;
}
}
Symbol 1868 MovieClip Frame 146
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 147
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 148
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 149
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 150
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 151
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 152
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 153
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 154
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 155
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 156
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 157
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 158
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 159
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 160
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 161
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 162
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 163
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 164
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 165
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 166
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 167
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 168
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 169
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 170
_quality = "High";
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 171
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 172
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 173
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 174
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 175
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.core.gotoAndStop(2);
Symbol 1868 MovieClip Frame 176
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 177
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 178
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 179
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 180
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 181
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 182
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 183
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 184
_quality = "Medium";
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.core.gotoAndStop(1);
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 184
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 184
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 184
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 184
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 184
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Symbol 1868 MovieClip Frame 185
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 186
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 187
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 188
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 189
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 190
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
_root.ENEMY4.core.gotoAndStop(2);
Symbol 1868 MovieClip Frame 191
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 192
_quality = "High";
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Instance of Symbol 1847 MovieClip in Symbol 1868 MovieClip Frame 192
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY4._x) {
_root.ENEMY4._xscale = -76;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY4._x) {
_root.ENEMY4._xscale = 76;
}
}
Symbol 1868 MovieClip Frame 193
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 194
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0;
Symbol 1868 MovieClip Frame 195
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.core.gotoAndStop(2);
Symbol 1868 MovieClip Frame 196
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 197
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 198
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 199
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 200
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 201
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 202
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 203
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 204
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 205
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 206
_quality = "Medium";
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.core.gotoAndStop(1);
Symbol 1868 MovieClip Frame 207
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 208
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 209
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 210
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 211
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 212
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 213
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 214
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 215
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 216
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 217
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 218
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 219
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.motion = 50;
Symbol 1868 MovieClip Frame 220
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 221
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 222
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 223
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Instance of Symbol 1847 MovieClip in Symbol 1868 MovieClip Frame 223
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY4._x) {
_root.ENEMY4._xscale = -76;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY4._x) {
_root.ENEMY4._xscale = 76;
}
}
Symbol 1868 MovieClip Frame 224
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 225
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 226
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 227
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 228
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 229
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 230
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 231
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 232
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 233
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 234
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 235
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 236
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 237
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 238
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 239
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 240
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 241
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.motion = 0;
Symbol 1868 MovieClip Frame 242
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 243
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 244
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 245
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 246
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 247
_quality = "High";
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 248
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 249
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 249
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Symbol 1868 MovieClip Frame 250
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 251
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 252
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 253
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 254
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
_root.ENEMY4.core.gotoAndStop(2);
Symbol 1868 MovieClip Frame 255
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 256
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 257
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 258
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 259
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0;
Symbol 1868 MovieClip Frame 260
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.core.gotoAndStop(2);
Symbol 1868 MovieClip Frame 261
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 262
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 263
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Instance of Symbol 1847 MovieClip in Symbol 1868 MovieClip Frame 263
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY4._x) {
_root.ENEMY4._xscale = -76;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY4._x) {
_root.ENEMY4._xscale = 76;
}
}
Symbol 1868 MovieClip Frame 264
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 265
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 266
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 267
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 268
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 269
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 270
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 271
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 272
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 273
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 274
_quality = "Medium";
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 275
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 276
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 277
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 278
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 279
_quality = "High";
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.core.gotoAndStop(1);
Symbol 1868 MovieClip Frame 280
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 281
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 282
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 283
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 284
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 285
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 286
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 287
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 288
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 289
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 290
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 291
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 292
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 293
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 294
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4._x = 645;
Symbol 1868 MovieClip Frame 295
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 296
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 297
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 298
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 299
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 300
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 301
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 302
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 303
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 304
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 305
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 306
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 307
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 308
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 309
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 310
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 311
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 312
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 313
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 314
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 315
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 316
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.core.gotoAndStop(2);
Symbol 1868 MovieClip Frame 317
_quality = "Medium";
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 318
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 319
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 320
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 321
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 322
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 323
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 324
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 325
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 326
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 327
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 328
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 329
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Instance of Symbol 1847 MovieClip in Symbol 1868 MovieClip Frame 329
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY4._x) {
_root.ENEMY4._xscale = -76;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY4._x) {
_root.ENEMY4._xscale = 76;
}
}
Symbol 1868 MovieClip Frame 330
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 331
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 332
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 333
_quality = "High";
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 334
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 334
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 334
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 334
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 334
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 334
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Symbol 1868 MovieClip Frame 335
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 336
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 337
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 338
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 339
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 340
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 341
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 342
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 343
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 344
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 345
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0;
Symbol 1868 MovieClip Frame 346
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.core.gotoAndStop(2);
Symbol 1868 MovieClip Frame 347
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 348
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 349
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 350
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 351
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 352
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 352
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 352
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 352
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 352
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 352
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Symbol 1868 MovieClip Frame 353
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 354
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 355
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 356
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 357
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 358
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 359
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 360
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 361
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 362
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 363
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0;
Symbol 1868 MovieClip Frame 364
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.core.gotoAndStop(2);
Symbol 1868 MovieClip Frame 365
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 366
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 367
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 368
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 369
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 370
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 370
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 370
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 370
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 370
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 1868 MovieClip Frame 370
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Symbol 1868 MovieClip Frame 371
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 372
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 373
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 374
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 375
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 376
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 377
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 378
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 379
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 1868 MovieClip Frame 380
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 1868 MovieClip Frame 381
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0;
Symbol 1868 MovieClip Frame 382
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.core.gotoAndStop(2);
Symbol 1868 MovieClip Frame 383
_quality = "Medium";
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 384
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 385
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 386
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 387
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 388
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 389
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 390
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 391
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 392
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 393
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 394
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 395
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 396
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 397
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 398
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
gotoAndPlay (1);
Symbol 1868 MovieClip Frame 399
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.motion = 0;
_root.ENEMY4.core.gotoAndStop(2);
Symbol 1868 MovieClip Frame 400
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.motion = 0;
Symbol 1868 MovieClip Frame 401
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.motion = 0;
Symbol 1868 MovieClip Frame 402
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 403
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 404
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
gotoAndPlay (1);
_root.ENEMY4.motion = 0;
Symbol 1868 MovieClip Frame 405
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.motion = 0;
_root.ENEMY4.core.gotoAndStop(2);
Symbol 1868 MovieClip Frame 406
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4.motion = 0;
Symbol 1868 MovieClip Frame 407
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 408
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 409
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 410
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
gotoAndPlay (1);
Symbol 1868 MovieClip Frame 411
_root.HITZ.gotoAndPlay(2);
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.CROWHEALTH._visible = true;
_root.ENEMY4.stop();
_root.ENEMY4._y = _root.ENEMY4._y - 20;
Symbol 1868 MovieClip Frame 412
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.CROWHEALTH._visible = true;
_root.ENEMY4._y = _root.ENEMY4._y - 15;
Symbol 1868 MovieClip Frame 413
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.CROWHEALTH._visible = true;
_root.ENEMY4._y = _root.ENEMY4._y - 10;
Symbol 1868 MovieClip Frame 414
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY4._y = _root.ENEMY4._y - 5;
Symbol 1868 MovieClip Frame 415
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 416
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 417
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 1868 MovieClip Frame 418
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
gotoAndPlay (1);
_root.ENEMY4.stop();
gotoAndPlay (1);
Symbol 1871 MovieClip Frame 16
_root.endlevel4.play();
Symbol 1871 MovieClip Frame 43
stop();
Symbol 1872 MovieClip Frame 1
stop();
Instance of Symbol 1868 MovieClip "dude" in Symbol 1872 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ENEMY4._y < 274) {
_root.ENEMY4._y = _root.ENEMY4._y + 20;
}
}
Symbol 1872 MovieClip Frame 2
_root.HITZ.gotoAndPlay(2);
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + (damage * 3);
tellTarget ("/combo") {
play();
};
Symbol 1872 MovieClip Frame 3
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + (damage * 2);
Symbol 1872 MovieClip Frame 4
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + damage;
Symbol 1872 MovieClip Frame 5
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + damage;
Symbol 1872 MovieClip Frame 6
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + damage;
Symbol 1872 MovieClip Frame 7
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + (damage / 2);
Symbol 1872 MovieClip Frame 8
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + (damage / 2);
Symbol 1872 MovieClip Frame 9
gotoAndStop (1);
Symbol 1872 MovieClip Frame 10
_root.HITZ.gotoAndPlay(2);
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + (damage * 14);
_root.ENEMY4._y = _root.ENEMY4._y - 15;
Symbol 1872 MovieClip Frame 11
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + (damage * 10);
_root.ENEMY4._y = _root.ENEMY4._y - 10;
tellTarget ("/combo") {
play();
};
Symbol 1872 MovieClip Frame 12
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + (damage * 8);
_root.ENEMY4._y = _root.ENEMY4._y - 4;
Symbol 1872 MovieClip Frame 13
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + (damage * 6);
_root.ENEMY4._y = _root.ENEMY4._y - 2;
Symbol 1872 MovieClip Frame 14
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + (damage * 3);
_root.ENEMY4._y = _root.ENEMY4._y - 2;
Symbol 1872 MovieClip Frame 15
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + (damage * 2);
_root.ENEMY4._y = _root.ENEMY4._y - 2;
Symbol 1872 MovieClip Frame 16
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + damage;
_root.ENEMY4._y = _root.ENEMY4._y - 2;
Symbol 1872 MovieClip Frame 17
_root.ENEMY4._x = _root.ENEMY4._x + damage;
_root.ENEMY4._y = _root.ENEMY4._y - 2;
Symbol 1872 MovieClip Frame 18
_root.ENEMY4._x = _root.ENEMY4._x + (damage / 2);
Instance of Symbol 1868 MovieClip "dude" in Symbol 1872 MovieClip Frame 19
onClipEvent (enterFrame) {
if (_root.ENEMY4._y < 260) {
_root.ENEMY4._y = _root.ENEMY4._y + 20;
}
}
Symbol 1872 MovieClip Frame 23
gotoAndStop (1);
Symbol 1872 MovieClip Frame 24
_root.HITZ.gotoAndPlay(2);
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + (damage * 14);
_root.ENEMY4._y = _root.ENEMY4._y - 40;
tellTarget ("/combo") {
play();
};
Symbol 1872 MovieClip Frame 25
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + (damage * 13);
_root.ENEMY4._y = _root.ENEMY4._y - 35;
Symbol 1872 MovieClip Frame 26
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + (damage * 10);
_root.ENEMY4._y = _root.ENEMY4._y - 30;
Symbol 1872 MovieClip Frame 27
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + (damage * 8);
_root.ENEMY4._y = _root.ENEMY4._y - 25;
Symbol 1872 MovieClip Frame 28
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + (damage * 6);
_root.ENEMY4._y = _root.ENEMY4._y - 20;
Symbol 1872 MovieClip Frame 29
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + (damage * 4);
_root.ENEMY4._y = _root.ENEMY4._y - 15;
Symbol 1872 MovieClip Frame 30
_root.CROWHEALTH._visible = true;
_root.ENEMY4._x = _root.ENEMY4._x + (damage * 3);
_root.ENEMY4._y = _root.ENEMY4._y - 10;
Symbol 1872 MovieClip Frame 31
_root.ENEMY4._x = _root.ENEMY4._x + (damage * 2);
_root.ENEMY4._y = _root.ENEMY4._y - 4;
Symbol 1872 MovieClip Frame 32
_root.ENEMY4._x = _root.ENEMY4._x + damage;
_root.ENEMY4._y = _root.ENEMY4._y - 2;
Symbol 1872 MovieClip Frame 33
_root.ENEMY4._x = _root.ENEMY4._x + damage;
_root.ENEMY4._y = _root.ENEMY4._y - 2;
Symbol 1872 MovieClip Frame 34
_root.ENEMY4._x = _root.ENEMY4._x + damage;
_root.ENEMY4._y = _root.ENEMY4._y - 2;
Symbol 1872 MovieClip Frame 35
_root.ENEMY4._x = _root.ENEMY4._x + damage;
_root.ENEMY4._y = _root.ENEMY4._y - 2;
Symbol 1872 MovieClip Frame 36
_root.ENEMY4._x = _root.ENEMY4._x + damage;
_root.ENEMY4._y = _root.ENEMY4._y - 2;
Symbol 1872 MovieClip Frame 37
_root.ENEMY4._x = _root.ENEMY4._x + damage;
Instance of Symbol 1868 MovieClip "dude" in Symbol 1872 MovieClip Frame 42
onClipEvent (enterFrame) {
if (_root.ENEMY4._y < 260) {
_root.ENEMY4._y = _root.ENEMY4._y + 20;
}
}
Symbol 1872 MovieClip Frame 54
gotoAndStop (1);
Symbol 1872 MovieClip Frame 55
tellTarget ("/endlevel2") {
play();
};
Symbol 1889 MovieClip Frame 77
stop();
_root.ENEMY5.dude.play();
Symbol 1897 MovieClip Frame 1
stopAllSounds();
Symbol 1897 MovieClip Frame 2
stop();
Symbol 1921 Button
on (release) {
gotoAndPlay (151);
}
Symbol 1926 Button
on (release) {
gotoAndPlay (1);
}
Symbol 1927 Button
on (release) {
gotoAndPlay (151);
}
Symbol 1930 Button
on (release) {
gotoAndPlay (45);
}
Symbol 1935 Button
on (release) {
gotoAndPlay (66);
}
Symbol 1939 Button
on (release) {
gotoAndPlay (87);
}
Symbol 1943 Button
on (release) {
gotoAndPlay (108);
}
Symbol 1954 MovieClip Frame 1
stopAllSounds();
Symbol 1954 MovieClip Frame 27
stop();
Symbol 1954 MovieClip Frame 56
stop();
Symbol 1954 MovieClip Frame 77
stop();
Symbol 1954 MovieClip Frame 98
stop();
Symbol 1954 MovieClip Frame 119
stop();
Symbol 1954 MovieClip Frame 139
stop();
Symbol 1954 MovieClip Frame 151
stopAllSounds();
Symbol 1954 MovieClip Frame 172
stop();
Symbol 1954 MovieClip Frame 173
stopAllSounds();
Symbol 1954 MovieClip Frame 216
stop();
_root.play();
Symbol 1958 MovieClip Frame 1
stop();
_root.trigger = 0;
Instance of Symbol 1773 MovieClip in Symbol 1958 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player._x > 400) {
_root.player._x = _root.player._x - 12;
_root.travel3._x = _root.travel3._x - 12;
}
}
onClipEvent (enterFrame) {
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (_root.player._x > 400) {
_root.player._x = _root.player._x - 12;
}
}
onClipEvent (enterFrame) {
if (_root.travel3._x < 700) {
_root.traveler3.gotoAndStop(2);
}
}
Symbol 1958 MovieClip Frame 2
stop();
_root.music5.gotoAndPlay("begin");
_root.ENEMY.gotoAndStop(2);
Instance of Symbol 1773 MovieClip in Symbol 1958 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.kills > 13) {
_root.traveler3.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (_root.kills > 13) {
_root.traveler3.gotoAndStop(3);
}
}
Symbol 1958 MovieClip Frame 3
stop();
_root.music5.gotoAndPlay("ambient");
_root.ENEMY.gotoAndStop(1);
_root.ENEMY2.gotoAndStop(1);
Instance of Symbol 1773 MovieClip in Symbol 1958 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.player._x > 400) {
_root.player._x = _root.player._x - 12;
_root.travel3._x = _root.travel3._x - 12;
}
}
onClipEvent (enterFrame) {
if (_root.player._x > 400) {
_root.player._x = _root.player._x - 12;
}
}
onClipEvent (enterFrame) {
if (_root.travel3._x < 100) {
_root.traveler3.gotoAndStop(4);
}
}
onClipEvent (enterFrame) {
if (_root.player._x > 400) {
_root.player._x = _root.player._x - 12;
_root.travel2._x = _root.travel2._x - 12;
}
}
onClipEvent (enterFrame) {
if (_root.player._x > 400) {
_root.player._x = _root.player._x - 12;
}
}
onClipEvent (enterFrame) {
if (_root.travel2._x < 100) {
_root.traveler2.gotoAndStop(4);
}
}
Symbol 1958 MovieClip Frame 4
stop();
_root.music5.gotoAndPlay("begin");
_root.ENEMY.gotoAndStop(2);
Instance of Symbol 1773 MovieClip in Symbol 1958 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.kills > 22) {
_root.endlevel4.play();
}
}
onClipEvent (enterFrame) {
if (_root.kills > 22) {
_root.endlevel5.play();
}
}
Symbol 1960 MovieClip Frame 1
stopAllSounds();
Symbol 1960 MovieClip Frame 13
stop();
Symbol 1960 MovieClip Frame 14
stopAllSounds();
play();
Symbol 1960 MovieClip Frame 15
stop();
Symbol 1987 Button
on (release) {
gotoAndPlay (129);
}
Symbol 1991 Button
on (release) {
gotoAndPlay (1);
}
Symbol 1992 Button
on (release) {
gotoAndPlay (129);
}
Symbol 1995 Button
on (release) {
gotoAndPlay (45);
}
Symbol 2002 Button
on (release) {
gotoAndPlay (66);
}
Symbol 2005 Button
on (release) {
gotoAndPlay (87);
}
Symbol 2021 MovieClip Frame 1
play();
stopAllSounds();
Symbol 2021 MovieClip Frame 27
stop();
Symbol 2021 MovieClip Frame 56
stop();
Symbol 2021 MovieClip Frame 77
stop();
Symbol 2021 MovieClip Frame 98
stop();
Symbol 2021 MovieClip Frame 119
stop();
Symbol 2021 MovieClip Frame 129
stopAllSounds();
Symbol 2021 MovieClip Frame 150
stop();
Symbol 2021 MovieClip Frame 151
stopAllSounds();
Symbol 2021 MovieClip Frame 194
stop();
_root.play();
Symbol 2029 MovieClip Frame 2
_root.trigger = 0;
Symbol 2029 MovieClip Frame 3
_root.trigger = 0;
Symbol 2029 MovieClip Frame 4
_root.trigger = 0;
Symbol 2029 MovieClip Frame 5
_root.player.gotoAndStop(1);
Symbol 2029 MovieClip Frame 94
stop();
Symbol 2049 MovieClip Frame 1
_quality = "High";
_root.ENEMY5.gotoAndStop(1);
_root.ENEMY5.core.gotoAndStop(2);
_root.ENEMY5.motion = 0;
Instance of Symbol 1847 MovieClip in Symbol 2049 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY5._x) {
_root.ENEMY5._xscale = -83;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY5._x) {
_root.ENEMY5._xscale = 83;
}
}
Symbol 2049 MovieClip Frame 20
_quality = "Medium";
Symbol 2049 MovieClip Frame 21
_root.ENEMY5.core.gotoAndStop(1);
Symbol 2049 MovieClip Frame 26
_root.ENEMY5._x = _root.ENEMY5._x + (_root.ENEMY5attack * 15);
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Symbol 2049 MovieClip Frame 27
_root._y = 0.5;
_root.ENEMY5._x = _root.ENEMY5._x + (_root.ENEMY5attack * 12);
Symbol 2049 MovieClip Frame 28
_root._y = -0.5;
_root.ENEMY5._x = _root.ENEMY5._x + (_root.ENEMY5attack * 9);
Symbol 2049 MovieClip Frame 29
_root._y = 0.5;
_root.ENEMY5._x = _root.ENEMY5._x + (_root.ENEMY5attack * 6);
Symbol 2049 MovieClip Frame 30
_root._y = -0.5;
_root.ENEMY5._x = _root.ENEMY5._x + (_root.ENEMY5attack * 2);
Symbol 2049 MovieClip Frame 31
_root._y = 0.5;
_root.ENEMY5._x = _root.ENEMY5._x + _root.ENEMY5attack;
Symbol 2049 MovieClip Frame 32
_root._y = -0.5;
_root.ENEMY5._x = _root.ENEMY5._x + (_root.ENEMY5attack / 2);
Symbol 2049 MovieClip Frame 33
_root._y = 0.5;
_root.ENEMY5._x = _root.ENEMY5._x + (_root.ENEMY5attack / 4);
Symbol 2049 MovieClip Frame 34
_root._y = 0;
_root.ENEMY5.core.gotoAndStop(2);
_root.ENEMY5._x = _root.ENEMY5._x + (_root.ENEMY5attack / 4);
Symbol 2049 MovieClip Frame 35
_root.ENEMY5._x = _root.ENEMY5._x + (attack / 4);
Symbol 2049 MovieClip Frame 40
_root.ENEMY5.core.gotoAndStop(1);
Symbol 2049 MovieClip Frame 46
_quality = "High";
_root.ENEMY5.motion = 150;
Instance of Symbol 1847 MovieClip in Symbol 2049 MovieClip Frame 46
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY5._x) {
_root.ENEMY5._xscale = -83;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY5._x) {
_root.ENEMY5._xscale = 83;
}
}
Symbol 2049 MovieClip Frame 60
_root.ENEMY5.motion = 0;
Symbol 2049 MovieClip Frame 72
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_quality = "Medium";
_root._y = 0.5;
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Symbol 2049 MovieClip Frame 73
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = -0.5;
Symbol 2049 MovieClip Frame 74
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = 0.5;
Symbol 2049 MovieClip Frame 75
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = -0.5;
Symbol 2049 MovieClip Frame 76
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = 0.5;
Symbol 2049 MovieClip Frame 77
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = -0.5;
Symbol 2049 MovieClip Frame 78
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = 0.5;
Symbol 2049 MovieClip Frame 79
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = 0;
Symbol 2049 MovieClip Frame 80
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root.ENEMY5.core.gotoAndStop(2);
Symbol 2049 MovieClip Frame 81
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 82
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 83
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 84
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 85
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 86
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 87
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 88
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 89
_root.ENEMY5.core.gotoAndStop(1);
_root.HITZ.hits = 0;
Symbol 2049 MovieClip Frame 90
_root.HITZ.gotoAndStop(1);
Symbol 2049 MovieClip Frame 96
_quality = "High";
Instance of Symbol 1847 MovieClip in Symbol 2049 MovieClip Frame 118
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY5._x) {
_root.ENEMY5._xscale = -83;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY5._x) {
_root.ENEMY5._xscale = 83;
}
}
Symbol 2049 MovieClip Frame 119
_root.ENEMY5._x = 650;
Symbol 2049 MovieClip Frame 125
_root.ENEMY5.core.gotoAndStop(2);
Symbol 2049 MovieClip Frame 127
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_quality = "Medium";
Symbol 2049 MovieClip Frame 128
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 128
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 128
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 128
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 128
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Symbol 2049 MovieClip Frame 129
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 2049 MovieClip Frame 130
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 2049 MovieClip Frame 131
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 2049 MovieClip Frame 132
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 2049 MovieClip Frame 133
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 2049 MovieClip Frame 134
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 2049 MovieClip Frame 135
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 2049 MovieClip Frame 136
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0;
Symbol 2049 MovieClip Frame 137
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 138
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 139
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 140
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 141
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 142
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 143
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 144
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 145
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 146
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 146
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 146
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 146
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 146
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Symbol 2049 MovieClip Frame 147
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 148
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 149
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 150
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 2049 MovieClip Frame 151
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 2049 MovieClip Frame 152
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 2049 MovieClip Frame 153
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 2049 MovieClip Frame 154
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 2049 MovieClip Frame 155
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 2049 MovieClip Frame 156
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 2049 MovieClip Frame 157
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0;
Symbol 2049 MovieClip Frame 158
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 159
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 160
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 161
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 162
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 163
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 164
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 164
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 164
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 164
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 164
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Symbol 2049 MovieClip Frame 165
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 166
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 167
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 168
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 2049 MovieClip Frame 169
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 2049 MovieClip Frame 170
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 2049 MovieClip Frame 171
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 2049 MovieClip Frame 172
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 2049 MovieClip Frame 173
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = -0.5;
Symbol 2049 MovieClip Frame 174
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0.5;
Symbol 2049 MovieClip Frame 175
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root._y = 0;
Symbol 2049 MovieClip Frame 176
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_quality = "High";
Symbol 2049 MovieClip Frame 177
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 178
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 179
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 180
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 181
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
Symbol 2049 MovieClip Frame 182
_root.player.dead.gotoAndStop(3);
_root.player.death.gotoAndStop(3);
_root.ENEMY5.core.gotoAndStop(1);
Instance of Symbol 1847 MovieClip in Symbol 2049 MovieClip Frame 186
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY5._x) {
_root.ENEMY5._xscale = -83;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY5._x) {
_root.ENEMY5._xscale = 83;
}
}
Symbol 2049 MovieClip Frame 188
_root.ENEMY5.motion = 150;
Symbol 2049 MovieClip Frame 202
_root.ENEMY5.motion = 0;
Symbol 2049 MovieClip Frame 213
_quality = "Medium";
Symbol 2049 MovieClip Frame 214
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root.ENEMY5.core.gotoAndStop(1);
Symbol 2049 MovieClip Frame 215
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = 0.5;
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 215
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 215
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Symbol 2049 MovieClip Frame 216
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = -0.5;
Symbol 2049 MovieClip Frame 217
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = 0.5;
Symbol 2049 MovieClip Frame 218
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = -0.5;
Symbol 2049 MovieClip Frame 219
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = 0.5;
Symbol 2049 MovieClip Frame 220
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = -0.5;
Symbol 2049 MovieClip Frame 221
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = 0.5;
Symbol 2049 MovieClip Frame 222
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root._y = 0;
_root.ENEMY5.core.gotoAndStop(2);
Symbol 2049 MovieClip Frame 223
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 224
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 225
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 226
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 227
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 228
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 229
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 230
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 231
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_quality = "High";
_root.ENEMY5.core.gotoAndStop(1);
Symbol 2049 MovieClip Frame 232
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 233
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 234
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 235
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 236
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 237
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 238
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
_root.ENEMY5.motion = 150;
Symbol 2049 MovieClip Frame 239
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 240
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 241
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 242
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 243
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 244
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 245
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 246
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 247
_root.player.dead.gotoAndStop(2);
_root.player.death.gotoAndStop(2);
Symbol 2049 MovieClip Frame 252
_root.ENEMY5.motion = 0;
Symbol 2049 MovieClip Frame 261
_quality = "Medium";
_root._y = 0;
_root.ENEMY5.core.gotoAndStop(1);
Instance of Symbol 1847 MovieClip in Symbol 2049 MovieClip Frame 261
onClipEvent (enterFrame) {
if (_root.player._x > _root.ENEMY5._x) {
_root.ENEMY5._xscale = -83;
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _root.ENEMY5._x) {
_root.ENEMY5._xscale = 83;
}
}
Symbol 2049 MovieClip Frame 262
_root._y = 0.5;
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 262
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 262
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 262
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Instance of Symbol 1625 MovieClip in Symbol 2049 MovieClip Frame 262
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndPlay("hurt");
}
}
Symbol 2049 MovieClip Frame 263
_root._y = -0.5;
Symbol 2049 MovieClip Frame 264
_root._y = 0.5;
Symbol 2049 MovieClip Frame 265
_root._y = -0.5;
Symbol 2049 MovieClip Frame 266
_root._y = 0.5;
Symbol 2049 MovieClip Frame 267
_root._y = -0.5;
Symbol 2049 MovieClip Frame 268
_root._y = 0.5;
Symbol 2049 MovieClip Frame 269
_quality = "High";
_root._y = 0;
Symbol 2049 MovieClip Frame 275
gotoAndPlay (1);
Symbol 2049 MovieClip Frame 276
_root.ENEMY5.motion = 0;
Symbol 2049 MovieClip Frame 281
gotoAndPlay (1);
Symbol 2049 MovieClip Frame 282
_root.ENEMY5.motion = 0;
Symbol 2049 MovieClip Frame 288
gotoAndPlay (1);
Symbol 2049 MovieClip Frame 289
_root.ENEMY5.stop();
_root.HITZ.gotoAndPlay(2);
_root.ENEMY5._y = _root.ENEMY5._y - 20;
_root.ENEMY5.motion = 0;
Symbol 2049 MovieClip Frame 290
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.ENEMY5._y = _root.ENEMY5._y - 16;
Symbol 2049 MovieClip Frame 291
_root.ENEMY5._y = _root.ENEMY5._y - 12;
Symbol 2049 MovieClip Frame 292
_root.ENEMY5._y = _root.ENEMY5._y - 10;
Symbol 2049 MovieClip Frame 293
_root.ENEMY5._y = _root.ENEMY5._y - 5;
Symbol 2049 MovieClip Frame 295
gotoAndPlay (1);
Symbol 2069 MovieClip Frame 42
_root.trigger = 400;
Symbol 2069 MovieClip Frame 63
_root.endlevel6.play();
Symbol 2069 MovieClip Frame 90
stop();
Symbol 2070 MovieClip Frame 1
stop();
Instance of Symbol 2049 MovieClip "dude" in Symbol 2070 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ENEMY5._y < (_root.kojiarea2 - 20)) {
_root.ENEMY5._y = _root.ENEMY5._y + 20;
}
}
Symbol 2070 MovieClip Frame 2
_root.HITZ.gotoAndPlay(2);
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + (damage * 3);
tellTarget ("/combo") {
play();
};
Symbol 2070 MovieClip Frame 3
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + (damage * 2);
Symbol 2070 MovieClip Frame 4
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + damage;
Symbol 2070 MovieClip Frame 5
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + damage;
Symbol 2070 MovieClip Frame 6
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + damage;
Symbol 2070 MovieClip Frame 7
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + (damage / 2);
Symbol 2070 MovieClip Frame 8
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + (damage / 2);
Symbol 2070 MovieClip Frame 9
gotoAndStop (1);
Symbol 2070 MovieClip Frame 10
_root.HITZ.gotoAndPlay(2);
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + (damage * 14);
Symbol 2070 MovieClip Frame 11
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + (damage * 10);
tellTarget ("/combo") {
play();
};
Symbol 2070 MovieClip Frame 12
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + (damage * 8);
Symbol 2070 MovieClip Frame 13
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + (damage * 6);
Symbol 2070 MovieClip Frame 14
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + (damage * 3);
Symbol 2070 MovieClip Frame 15
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + (damage * 2);
Symbol 2070 MovieClip Frame 16
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + damage;
Symbol 2070 MovieClip Frame 17
_root.KOJIHEALTH._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + damage;
Symbol 2070 MovieClip Frame 18
_root.ENEMY5._x = _root.ENEMY5._x + (damage / 2);
Instance of Symbol 2049 MovieClip "dude" in Symbol 2070 MovieClip Frame 19
onClipEvent (enterFrame) {
if (_root.ENEMY5._y < _root.kojiarea2) {
_root.ENEMY5._y = _root.ENEMY5._y + 20;
}
}
Symbol 2070 MovieClip Frame 23
gotoAndStop (1);
Symbol 2070 MovieClip Frame 24
_root.HITZ.gotoAndPlay(2);
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + (damage * 14);
_root.ENEMY5._y = _root.ENEMY5._y - 40;
tellTarget ("/combo") {
play();
};
Symbol 2070 MovieClip Frame 25
_root.HITZ.hits = _root.HITZ.hits + 1;
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + (damage * 13);
_root.ENEMY5._y = _root.ENEMY5._y - 35;
Symbol 2070 MovieClip Frame 26
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + (damage * 10);
_root.ENEMY5._y = _root.ENEMY5._y - 30;
Symbol 2070 MovieClip Frame 27
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + (damage * 8);
_root.ENEMY5._y = _root.ENEMY5._y - 25;
Symbol 2070 MovieClip Frame 28
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + (damage * 6);
_root.ENEMY5._y = _root.ENEMY5._y - 20;
Symbol 2070 MovieClip Frame 29
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + (damage * 4);
_root.ENEMY5._y = _root.ENEMY5._y - 15;
Symbol 2070 MovieClip Frame 30
_root.KOJIHEALTH2._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + (damage * 3);
_root.ENEMY5._y = _root.ENEMY5._y - 10;
Symbol 2070 MovieClip Frame 31
_root.KOJIHEALTH._visible = true;
_root.ENEMY5._x = _root.ENEMY5._x + (damage * 2);
_root.ENEMY5._y = _root.ENEMY5._y - 4;
Symbol 2070 MovieClip Frame 32
_root.ENEMY5._x = _root.ENEMY5._x + damage;
_root.ENEMY5._y = _root.ENEMY5._y - 2;
Symbol 2070 MovieClip Frame 33
_root.ENEMY5._x = _root.ENEMY5._x + damage;
_root.ENEMY5._y = _root.ENEMY5._y - 2;
Symbol 2070 MovieClip Frame 34
_root.ENEMY5._x = _root.ENEMY5._x + damage;
_root.ENEMY5._y = _root.ENEMY5._y - 2;
Symbol 2070 MovieClip Frame 35
_root.ENEMY5._x = _root.ENEMY5._x + damage;
_root.ENEMY5._y = _root.ENEMY5._y - 2;
Symbol 2070 MovieClip Frame 36
_root.ENEMY5._x = _root.ENEMY5._x + damage;
_root.ENEMY5._y = _root.ENEMY5._y - 2;
Symbol 2070 MovieClip Frame 37
_root.ENEMY5._x = _root.ENEMY5._x + damage;
Instance of Symbol 2049 MovieClip "dude" in Symbol 2070 MovieClip Frame 40
onClipEvent (enterFrame) {
if (_root.ENEMY5._y < _root.kojiarea2) {
_root.ENEMY5._y = _root.ENEMY5._y + 20;
}
}
Symbol 2070 MovieClip Frame 54
gotoAndStop (1);
Symbol 2070 MovieClip Frame 55
tellTarget ("/endlevel2") {
play();
};
Symbol 2086 MovieClip Frame 1
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 2
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 3
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 4
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 5
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 6
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 7
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 8
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 9
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 10
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 11
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 12
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 13
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 14
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 15
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 16
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 17
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 18
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 19
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 20
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 21
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 22
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 23
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 24
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 25
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 26
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 27
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 28
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 29
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 30
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 31
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 32
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 33
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 34
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 35
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 36
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 37
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 38
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 39
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 40
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 41
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 42
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 43
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 44
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 45
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 46
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 47
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 48
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 49
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 50
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 51
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 52
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 53
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 54
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 55
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 56
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 57
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 58
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 59
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 60
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 61
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 62
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 63
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 64
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 65
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 66
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 67
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 68
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 69
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 70
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 71
_root.ENEMY5.dude.gotoAndStop(1);
Symbol 2086 MovieClip Frame 72
_root.ENEMY5.dude.play();
Symbol 2086 MovieClip Frame 73
_root.ENEMY5.dude.play();
Symbol 2086 MovieClip Frame 74
_root.ENEMY5.dude.play();
Symbol 2086 MovieClip Frame 75
stop();
Symbol 2094 MovieClip Frame 1
stopAllSounds();
Symbol 2094 MovieClip Frame 2
stop();
Symbol 2115 Button
on (release) {
gotoAndPlay (1);
}
Symbol 2121 Button
on (release) {
gotoAndPlay (1);
}
Symbol 2122 Button
on (release) {
gotoAndPlay (1);
}
Symbol 2123 MovieClip Frame 1
play();
stopAllSounds();
Symbol 2123 MovieClip Frame 2
stopAllSounds();
Symbol 2123 MovieClip Frame 3
stopAllSounds();
Symbol 2123 MovieClip Frame 27
stop();
Symbol 2123 MovieClip Frame 56
stop();
Symbol 2123 MovieClip Frame 65
play();
Symbol 2123 MovieClip Frame 95
stop();
_root.play();
Symbol 2146 MovieClip Frame 1
stopAllSounds();
Symbol 2146 MovieClip Frame 1516
stop();
_root.play();
Symbol 2166 MovieClip Frame 1
stop();
Symbol 2166 MovieClip Frame 2
stop();
Symbol 2166 MovieClip Frame 3
stop();
Symbol 2172 MovieClip Frame 1
stopAllSounds();
Symbol 2172 MovieClip Frame 31
stop();
Symbol 2175 MovieClip Frame 1
stop();
Symbol 2175 MovieClip Frame 25
stop();
_root.play();
Symbol 2177 MovieClip Frame 1
stop();
Symbol 2177 MovieClip Frame 2
stop();
Symbol 2177 MovieClip Frame 3
stop();
Symbol 2177 MovieClip Frame 4
stop();
Symbol 2182 MovieClip Frame 19
_root.seconds = _root.seconds - 1;
Symbol 2184 MovieClip Frame 1
stop();
Symbol 2184 MovieClip Frame 2
_root.seconds = 59;
Symbol 2184 MovieClip Frame 3
_root.timing = _root.timing - 1;
Symbol 2187 MovieClip Frame 14
stop();
Symbol 2193 MovieClip Frame 1
stop();
Symbol 2193 MovieClip Frame 2
_root.trigger = 400;
_root.Etrigger = 400;
Symbol 2193 MovieClip Frame 45
stopAllSounds();
Symbol 2193 MovieClip Frame 100
stop();
_root.gotoAndStop(1);
Symbol 2195 MovieClip Frame 1
stopAllSounds();
Symbol 2195 MovieClip Frame 2
stop();