Frame 1
stop();
Frame 2
stop();
Frame 3
var savefile = SharedObject.getLocal("madnessgame");
_root.oldheads = savefile.data.heads;
_root.oldbodies = savefile.data.bodies;
_root.heads = _global.heads;
_root.bodies = _global.bodies;
stop();
Instance of Symbol 127 MovieClip in Frame 3
on (release) {
_root.bodiesmc.prevFrame();
}
Instance of Symbol 127 MovieClip in Frame 3
on (release) {
_root.bodiesmc.nextFrame();
}
Instance of Symbol 127 MovieClip in Frame 3
on (release) {
_root.headmc.prevFrame();
}
Instance of Symbol 127 MovieClip in Frame 3
on (release) {
_root.headmc.nextFrame();
}
Frame 4
_root.dmg = 10;
_root.bulletsleft.bullets = 12;
_root.bodycount = 0;
_root._quality = "medium";
_root.heads = _global.heads;
_root.bodies = _global.bodies;
Instance of Symbol 170 MovieClip "mouse" in Frame 4
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (mouseMove) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 172 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.waves)) {
_root.gotoAndPlay("gameover");
stopAllSounds();
Mouse.show();
}
}
Instance of Symbol 255 MovieClip "gun" in Frame 4
onClipEvent (enterFrame) {
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Instance of Symbol 166 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(82) && (_root.bulletsleft.bullets <= 3)) {
_root.gun.gotoAndPlay("reload");
}
if (Key.isDown(32) && (_root.bulletsleft.bullets <= 3)) {
_root.gun.gotoAndPlay("reload");
}
if (_root.bodycount == 15) {
_root.waves.nextFrame();
}
if (_root.bodycount == 46) {
_root.waves.nextFrame();
_root.bgmc.nextFrame();
}
if (_root.bodycount == 64) {
_root.waves.nextFrame();
}
if (_root.bodycount == 96) {
_root.waves.nextFrame();
_root.bgmc.nextFrame();
}
if (_root.bodycount == 112) {
_root.waves.nextFrame();
}
if (_root.bodycount == 135) {
_root.waves.nextFrame();
_root.bgmc.nextFrame();
}
if (_root.bodycount == 170) {
_root.waves.nextFrame();
}
if (_root.bodycount == 197) {
_root.waves.nextFrame();
}
if (_root.bodycount == 225) {
_root.waves.nextFrame();
}
}
onClipEvent (enterFrame) {
if (_global.heads == 1) {
_root.guy.headsmc.gotoAndStop(1);
}
if (_global.heads == 2) {
_root.guy.headsmc.gotoAndStop(2);
}
if (_global.heads == 3) {
_root.guy.headsmc.gotoAndStop(3);
}
if (_global.heads == 4) {
_root.guy.headsmc.gotoAndStop(4);
}
if (_global.heads == 5) {
_root.guy.headsmc.gotoAndStop(5);
}
if (_global.heads == 6) {
_root.guy.headsmc.gotoAndStop(6);
}
if (_global.heads == 7) {
_root.guy.headsmc.gotoAndStop(7);
}
if (_global.heads == 8) {
_root.guy.headsmc.gotoAndStop(8);
}
if (_global.heads == 9) {
_root.guy.headsmc.gotoAndStop(9);
}
if (_global.heads == 10) {
_root.guy.headsmc.gotoAndStop(10);
}
}
Frame 5
stopAllSounds();
Frame 14
stop();
Mouse.show();
_root.Score = _root.bodycount;
Symbol 43 Button
on (press) {
getURL ("http://www.newgrounds.com/collection/madnessday2007", (target = "_blank"));
}
Symbol 52 MovieClip Frame 29
gotoAndPlay (1);
Symbol 52 MovieClip Frame 65
gotoAndPlay ("ready_loop");
Symbol 52 MovieClip Frame 85
_root.play();
Symbol 59 Button
on (press) {
_root.loader.hank.gotoAndPlay("go");
play();
}
Symbol 60 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
_root.loader.hank.gotoAndPlay("ready");
}
Symbol 60 MovieClip Frame 2
gotoAndPlay (1);
Symbol 60 MovieClip Frame 5
stop();
Symbol 300 MovieClip [__Packages.ab3.rankz.Armor_Bot_30_En_AS1] Frame 0
class ab3.rankz.Armor_Bot_30_En_AS1 extends Object
{
static var _CharsReverseLookup;
var _Armor_Bot_30_En_AS1Str, _Armor_Bot_30_En_AS1Count;
function Armor_Bot_30_En_AS1 () {
super();
}
static function Encode(str) {
var _local1 = new ab3.rankz.Armor_Bot_30_En_AS1();
return(_local1.encodeArmor_Bot_30_En_AS1(str));
}
static function Decode(str) {
var _local1 = new ab3.rankz.Armor_Bot_30_En_AS1();
return(_local1.decodeArmor_Bot_30_En_AS1(str));
}
static function StringReplaceAll(source, find, replacement) {
return(source.split(find).join(replacement));
}
static function InitReverseChars() {
_CharsReverseLookup = new Array();
var _local1 = 0;
while (_local1 < _Chars.length) {
_CharsReverseLookup[_Chars[_local1]] = _local1;
_local1++;
}
return(true);
}
static function UrlDecode(str) {
str = StringReplaceAll(str, "\\", " ");
str = unescape(str);
return(str);
}
static function UrlEncode(str) {
str = escape(str);
str = StringReplaceAll(str, "\\", "%2B");
str = StringReplaceAll(str, "%20", "+");
return(str);
}
function setArmor_Bot_30_En_AS1Str(str) {
_Armor_Bot_30_En_AS1Str = str;
_Armor_Bot_30_En_AS1Count = 0;
}
function readArmor_Bot_30_En_AS1() {
if (!_Armor_Bot_30_En_AS1Str) {
return(_EndOfInput);
}
if (_Armor_Bot_30_En_AS1Count >= _Armor_Bot_30_En_AS1Str.length) {
return(_EndOfInput);
}
var _local2 = _Armor_Bot_30_En_AS1Str.charCodeAt(_Armor_Bot_30_En_AS1Count) & 255;
_Armor_Bot_30_En_AS1Count++;
return(_local2);
}
function encodeArmor_Bot_30_En_AS1(str) {
setArmor_Bot_30_En_AS1Str(str);
var _local3 = "";
var _local2 = new Array(3);
var _local5 = 0;
var _local4 = false;
while ((!_local4) && (((_local2[0] = readArmor_Bot_30_En_AS1())) != _EndOfInput)) {
_local2[1] = readArmor_Bot_30_En_AS1();
_local2[2] = readArmor_Bot_30_En_AS1();
_local3 = _local3 + _Chars[_local2[0] >> 2];
if (_local2[1] != _EndOfInput) {
_local3 = _local3 + _Chars[((_local2[0] << 4) & 48) | (_local2[1] >> 4)];
if (_local2[2] != _EndOfInput) {
_local3 = _local3 + _Chars[((_local2[1] << 2) & 60) | (_local2[2] >> 6)];
_local3 = _local3 + _Chars[_local2[2] & 63];
} else {
_local3 = _local3 + _Chars[(_local2[1] << 2) & 60];
_local3 = _local3 + "=";
_local4 = true;
}
} else {
_local3 = _local3 + _Chars[(_local2[0] << 4) & 48];
_local3 = _local3 + "=";
_local3 = _local3 + "=";
_local4 = true;
}
_local5 = _local5 + 4;
if (_local5 >= 76) {
_local3 = _local3 + newline;
_local5 = 0;
}
}
return(_local3);
}
function readReverseArmor_Bot_30_En_AS1() {
if (!_Armor_Bot_30_En_AS1Str) {
return(_EndOfInput);
}
while (true) {
if (_Armor_Bot_30_En_AS1Count >= _Armor_Bot_30_En_AS1Str.length) {
return(_EndOfInput);
}
var _local2 = _Armor_Bot_30_En_AS1Str.charAt(_Armor_Bot_30_En_AS1Count);
_Armor_Bot_30_En_AS1Count++;
if (_CharsReverseLookup[_local2]) {
return(_CharsReverseLookup[_local2]);
}
if (_local2 == "A") {
return(0);
}
}
}
function ntos(n) {
var _local1 = n.toString(16);
if (_local1.length == 1) {
_local1 = "0" + _local1;
}
_local1 = "%" + _local1;
return(unescape(_local1));
}
function decodeArmor_Bot_30_En_AS1(str) {
setArmor_Bot_30_En_AS1Str(str);
var _local3 = "";
var _local2 = new Array(4);
var _local4 = false;
while (((!_local4) && (((_local2[0] = readReverseArmor_Bot_30_En_AS1())) != _EndOfInput)) && (((_local2[1] = readReverseArmor_Bot_30_En_AS1())) != _EndOfInput)) {
_local2[2] = readReverseArmor_Bot_30_En_AS1();
_local2[3] = readReverseArmor_Bot_30_En_AS1();
_local3 = _local3 + ntos(((_local2[0] << 2) & 255) | (_local2[1] >> 4));
if (_local2[2] != _EndOfInput) {
_local3 = _local3 + ntos(((_local2[1] << 4) & 255) | (_local2[2] >> 2));
if (_local2[3] != _EndOfInput) {
_local3 = _local3 + ntos(((_local2[2] << 6) & 255) | _local2[3]);
} else {
_local4 = true;
}
} else {
_local4 = true;
}
}
return(_local3);
}
function toHex(n) {
var _local4 = "";
var _local3 = true;
var _local1 = 32;
while (_local1 > 0) {
_local1 = _local1 - 4;
var _local2 = (n >> _local1) & 15;
if ((!_local3) || (_local2 != 0)) {
_local3 = false;
_local4 = _local4 + _Digits[_local2];
}
}
return(((_local4 == "") ? "0" : (_local4)));
}
function pad(str, len, pad) {
var _local2 = str;
var _local1 = str.length;
while (_local1 < len) {
_local2 = pad + _local2;
_local1++;
}
return(_local2);
}
function encodeHex(str) {
var _local4 = "";
var _local2 = 0;
while (_local2 < str.length) {
_local4 = _local4 + pad(toHex(str.charCodeAt(_local2) & 255), 2, "0");
_local2++;
}
return(_local4);
}
function decodeHex(str) {
var _local5 = "";
var _local3 = "";
var _local2 = 0;
while (_local2 < str.length) {
_local3 = _local3 + str.charAt(_local2);
if (_local3.length == 2) {
_local5 = _local5 + ntos(parseInt("0x" + _local3));
_local3 = "";
}
_local2++;
}
return(_local5);
}
static var _EndOfInput = -1;
static var _Chars = new Array("A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "+", "/");
static var _CharsReverseLookupInited = InitReverseChars();
static var _Digits = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f");
}
Symbol 75 Button
on (release) {
play();
}
Symbol 77 Button
on (release) {
getURL ("http://www.newgrounds.com/collection/madness", "_blank");
}
Symbol 100 MovieClip Frame 1
stop();
_global.bodies = 1;
Symbol 100 MovieClip Frame 2
_global.bodies = 2;
Symbol 100 MovieClip Frame 3
_global.bodies = 3;
Symbol 100 MovieClip Frame 4
_global.bodies = 4;
Symbol 100 MovieClip Frame 5
_global.bodies = 5;
Symbol 100 MovieClip Frame 6
_global.bodies = 6;
Symbol 100 MovieClip Frame 7
_global.bodies = 7;
Symbol 100 MovieClip Frame 8
_global.bodies = 8;
Symbol 100 MovieClip Frame 9
_global.bodies = 9;
Symbol 100 MovieClip Frame 10
_global.bodies = 10;
Symbol 116 MovieClip Frame 1
stop();
_global.heads = 1;
Symbol 116 MovieClip Frame 2
_global.heads = 2;
Symbol 116 MovieClip Frame 3
_global.heads = 3;
Symbol 116 MovieClip Frame 4
_global.heads = 4;
Symbol 116 MovieClip Frame 5
_global.heads = 5;
Symbol 116 MovieClip Frame 6
_global.heads = 6;
Symbol 116 MovieClip Frame 7
_global.heads = 7;
Symbol 116 MovieClip Frame 8
_global.heads = 8;
Symbol 116 MovieClip Frame 9
_global.heads = 9;
Symbol 116 MovieClip Frame 10
_global.heads = 10;
Symbol 118 Button
on (release) {
getURL ("http://rankz.armorbot.com/ultimatemadness/", "_blank");
}
Symbol 120 Button
on (release) {
_root.gotoAndStop("howto");
}
Symbol 122 Button
on (release) {
_root.gotoAndStop("credits");
}
Symbol 137 Button
on (press) {
savefile.data.heads = _global.heads;
savefile.data.bodies = _global.bodies;
savefile.flush();
}
Symbol 139 Button
on (release) {
_root.nextFrame();
}
Symbol 141 Button
on (press) {
var savefile = SharedObject.getLocal("madnessgame");
_root.heads = savefile.data.heads;
_root.bodies = savefile.data.bodies;
}
on (press) {
if (_root.oldheads == 1) {
_root.headmc.gotoAndStop(1);
}
if (_root.oldheads == 2) {
_root.headmc.gotoAndStop(2);
}
if (_root.oldheads == 3) {
_root.headmc.gotoAndStop(3);
}
if (_root.oldheads == 4) {
_root.headmc.gotoAndStop(4);
}
if (_root.oldheads == 5) {
_root.headmc.gotoAndStop(5);
}
if (_root.oldheads == 6) {
_root.headmc.gotoAndStop(6);
}
if (_root.oldheads == 7) {
_root.headmc.gotoAndStop(7);
}
if (_root.oldheads == 8) {
_root.headmc.gotoAndStop(8);
}
if (_root.oldheads == 9) {
_root.headmc.gotoAndStop(9);
}
if (_root.oldheads == 10) {
_root.headmc.gotoAndStop(10);
}
if (_root.oldbodies == 1) {
_root.bodiesmc.gotoAndStop(1);
}
if (_root.oldbodies == 2) {
_root.bodiesmc.gotoAndStop(2);
}
if (_root.oldbodies == 3) {
_root.bodiesmc.gotoAndStop(3);
}
if (_root.oldbodies == 4) {
_root.bodiesmc.gotoAndStop(4);
}
if (_root.oldbodies == 5) {
_root.bodiesmc.gotoAndStop(5);
}
if (_root.oldbodies == 6) {
_root.bodiesmc.gotoAndStop(6);
}
if (_root.oldbodies == 7) {
_root.bodiesmc.gotoAndStop(7);
}
if (_root.oldbodies == 8) {
_root.bodiesmc.gotoAndStop(8);
}
if (_root.oldbodies == 9) {
_root.bodiesmc.gotoAndStop(9);
}
if (_root.oldbodies == 10) {
_root.bodiesmc.gotoAndStop(10);
}
}
Symbol 162 MovieClip Frame 1
stop();
Symbol 170 MovieClip Frame 1
stop();
Instance of Symbol 166 MovieClip in Symbol 170 MovieClip Frame 1
onClipEvent (mouseDown) {
_parent.play();
if (_root.bulletsleft.bullets >= 0) {
_root.gun.play();
}
if (_root.bulletsleft.bullets <= 0) {
_root.gun.gotoAndPlay("empty");
_root.guy.stop();
}
}
Instance of Symbol 166 MovieClip in Symbol 170 MovieClip Frame 2
onClipEvent (mouseDown) {
play();
}
Symbol 204 MovieClip Frame 1
stop();
Instance of Symbol 191 MovieClip "hb" in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
health = 50;
}
onClipEvent (enterFrame) {
this._width = health;
}
Symbol 204 MovieClip Frame 2
spd = 0;
_root.bodycount = _root.bodycount + 1;
Symbol 204 MovieClip Frame 23
stop();
Symbol 215 MovieClip Frame 1
stop();
Instance of Symbol 191 MovieClip "hb" in Symbol 215 MovieClip Frame 1
onClipEvent (load) {
health = 60;
}
onClipEvent (enterFrame) {
this._width = health;
}
Symbol 215 MovieClip Frame 2
spd = 0;
_root.bodycount = _root.bodycount + 1;
Symbol 215 MovieClip Frame 21
stop();
Instance of Symbol 191 MovieClip in Symbol 240 MovieClip Frame 1
onClipEvent (load) {
health = 70;
}
onClipEvent (enterFrame) {
this._width = health;
}
Symbol 240 MovieClip Frame 2
_root.bodycount = _root.bodycount + 1;
spd = 0;
Symbol 240 MovieClip Frame 11
stop();
Symbol 243 MovieClip Frame 31
stop();
bodycount = 0;
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 31
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 31
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 31
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 31
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 31
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 31
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 31
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 31
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 31
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 31
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 31
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 31
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 31
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 31
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 31
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Symbol 243 MovieClip Frame 32
play();
_root.bodycount = _root.bodycount + 1;
Symbol 243 MovieClip Frame 71
stop();
bodycount = 0;
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 71
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Symbol 243 MovieClip Frame 72
play();
_root.bodycount = _root.bodycount + 1;
Symbol 243 MovieClip Frame 101
stop();
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 101
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 101
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 101
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 101
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 101
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 101
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 101
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 101
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 101
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 101
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 101
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 101
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 101
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 101
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 101
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 101
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 101
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 101
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Symbol 243 MovieClip Frame 102
play();
_root.bodycount = _root.bodycount + 1;
Symbol 243 MovieClip Frame 131
stop();
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 131
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Symbol 243 MovieClip Frame 132
play();
_root.bodycount = _root.bodycount + 1;
Symbol 243 MovieClip Frame 161
stop();
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 161
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Symbol 243 MovieClip Frame 162
play();
_root.bodycount = _root.bodycount + 1;
Symbol 243 MovieClip Frame 191
stop();
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 191
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Symbol 243 MovieClip Frame 192
play();
_root.bodycount = _root.bodycount + 1;
Symbol 243 MovieClip Frame 221
stop();
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 204 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 221
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Symbol 243 MovieClip Frame 222
play();
_root.bodycount = _root.bodycount + 1;
Symbol 243 MovieClip Frame 251
stop();
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 251
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Symbol 243 MovieClip Frame 252
play();
_root.bodycount = _root.bodycount + 1;
Symbol 243 MovieClip Frame 281
stop();
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 240 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 4;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Instance of Symbol 215 MovieClip in Symbol 243 MovieClip Frame 281
onClipEvent (load) {
spd = 5.5;
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
if (this.hitTest(_root.gun.shot) && (_root.range)) {
this.hb.health = this.hb.health - _root.dmg;
}
if (this.hb.health <= 0) {
this.nextFrame();
}
}
Symbol 245 MovieClip Frame 1
stop();
Symbol 245 MovieClip Frame 2
gotoAndStop (1);
Symbol 255 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 2
_root.bulletsleft.bullets = _root.bulletsleft.bullets - 1;
_root.guy.play();
Symbol 255 MovieClip Frame 6
gotoAndStop (1);
Symbol 255 MovieClip Frame 7
gotoAndStop (1);
Symbol 255 MovieClip Frame 8
_root.bulletsleft.bullets = 12;
Instance of Symbol 254 MovieClip in Symbol 255 MovieClip Frame 9
onClipEvent (load) {
Velocity = 0;
Gravity = 3;
}
onClipEvent (enterFrame) {
this._y = this._y + Velocity;
Velocity = Velocity + Gravity;
}
Symbol 256 MovieClip Frame 1
stop();
Instance of Symbol 100 MovieClip "bodies" in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.bodies == 1) {
this.gotoAndStop(1);
}
if (_root.bodies == 2) {
this.gotoAndStop(2);
}
if (_root.bodies == 3) {
this.gotoAndStop(3);
}
if (_root.bodies == 4) {
this.gotoAndStop(4);
}
if (_root.bodies == 5) {
this.gotoAndStop(5);
}
if (_root.bodies == 6) {
this.gotoAndStop(6);
}
if (_root.bodies == 7) {
this.gotoAndStop(7);
}
if (_root.bodies == 8) {
this.gotoAndStop(8);
}
if (_root.bodies == 9) {
this.gotoAndStop(9);
}
if (_root.bodies == 10) {
this.gotoAndStop(10);
}
}
Instance of Symbol 116 MovieClip "headsmc" in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.heads == 1) {
this.gotoAndStop(1);
}
if (_root.heads == 2) {
this.gotoAndStop(2);
}
if (_root.heads == 3) {
this.gotoAndStop(3);
}
if (_root.heads == 4) {
this.gotoAndStop(4);
}
if (_root.heads == 5) {
this.gotoAndStop(5);
}
if (_root.heads == 6) {
this.gotoAndStop(6);
}
if (_root.heads == 7) {
this.gotoAndStop(7);
}
if (_root.heads == 8) {
this.gotoAndStop(8);
}
if (_root.heads == 9) {
this.gotoAndStop(9);
}
if (_root.heads == 10) {
this.gotoAndStop(10);
}
}
Symbol 268 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("game");
}
Symbol 270 Button
on (release) {
_root.gotoAndStop("menu");
stopAllSounds();
}
Symbol 273 Button
on (release) {
function __rankz_send__(par1, par2, par3, par4) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3);
par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s");
par227.flashkey = par227.flashkey.split("=").join("");
par227.SU0249 = par227.SU0249.split("=").join("");
par228.onLoad = function (success) {
if (success) {
trace(par228.msg);
} else {
trace(par228.loaded);
}
};
par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST");
}
bXlnYW1lX25hbWVfdmFyaWFibGU = _root.Name;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _root.Score;
__rankz_send__("MTcxMWolZSVhJW4lcw==", "ZFJNRHNPY1E=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
play();
}
Symbol 282 MovieClip Frame 1
stop();
Symbol 282 MovieClip Frame 10
stop();
Symbol 287 Button
on (release) {
_root.gotoAndStop("menu");
}
Symbol 293 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("menu");
}