Frame 1
Mouse.show();
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("b332d28b", this, 10301, true);
function deadClick() {
}
function gotoMySite() {
getURL ("http://omglaserspewpew.com", "_top");
}
function gotoSponsorSite() {
getURL ("http://hallpass.com", "_top");
}
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
var copyrightNotice = new ContextMenuItem("This DEMO is \u00A9 2007 Joseph Willmott and is not to be distributed", deadClick);
var mySiteLink = new ContextMenuItem("OmgLasersPewPew", gotoMySite);
var SponsorSiteLink = new ContextMenuItem("More games like this at Hallpass.com", gotoSponsorSite);
myMenu.customItems.push(SponsorSiteLink, mySiteLink, copyrightNotice);
_root.menu = myMenu;
Frame 2
Mouse.show();
stop();
Frame 3
Mouse.show();
stop();
Instance of Symbol 35 MovieClip in Frame 3
on (release) {
getURL ("http://hallpass.com", "blank");
}
Frame 4
Mouse.show();
stop();
Instance of Symbol 54 MovieClip in Frame 4
on (rollOver) {
_root.helpfadein.nextFrame();
}
on (rollOut) {
_root.helpfadein.prevFrame();
}
Instance of Symbol 57 MovieClip in Frame 4
on (rollOver) {
_root.storyfadein.nextFrame();
}
on (rollOut) {
_root.storyfadein.prevFrame();
}
Frame 5
Mouse.show();
stop();
__top10_send__ = new LoadVars();
__top10_receive__ = new LoadVars();
__top10_url_1__ = "http://www.armorbot.com/flashcomm";
__top10_url_2__ = "/top10_b";
__top10_send__.hid = 1484;
__top10_send__.kid = "TDLADJ";
__top10_send__.sendAndLoad(__top10_url_1__ + __top10_url_2__, __top10_receive__, "POST");
__top10_receive__.onLoad = function (success) {
if (success) {
i = 1;
while (i < 11) {
_root[("_name" + i) + "_"].text = __top10_receive__["name" + i];
_root[("_score" + i) + "_"].text = __top10_receive__["score" + i];
i++;
}
} else {
_root.__err__.gotoAndStop(2);
}
};
Frame 6
Mouse.show();
Frame 7
Mouse.show();
Frame 8
Mouse.show();
Frame 9
Mouse.show();
Frame 10
stop();
_root.camera.health = 100;
_root.camera.kills = 0;
_root.camera.ammo.pistolammo = 25;
_root.camera.ammo.shotgunammo = 10;
_root.camera.ammo.assaultammo = 50;
Instance of Symbol 196 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 196 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 196 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 196 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 196 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 196 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 196 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 196 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 196 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 196 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 196 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 196 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 196 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 196 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 1;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 25;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 281 MovieClip "man" in Frame 10
onClipEvent (enterFrame) {
_root.lastx = _root.man._x;
_root.lasty = _root.man._y;
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
}
onClipEvent (enterFrame) {
if (Key.isDown(68)) {
_root.man.legs.gotoAndStop(2);
} else if (Key.isDown(65)) {
_root.man.legs.gotoAndStop(2);
} else if (Key.isDown(83)) {
_root.man.legs.gotoAndStop(2);
} else if (Key.isDown(87)) {
_root.man.legs.gotoAndStop(2);
} else {
_root.man.legs.gotoAndStop(1);
}
}
onClipEvent (load) {
speed = 5;
stop();
}
onClipEvent (enterFrame) {
if (Key.isDown(68)) {
_x = (_x + speed);
}
if (Key.isDown(83)) {
_y = (_y + speed);
}
if (Key.isDown(65)) {
_x = (_x - speed);
}
if (Key.isDown(87)) {
_y = (_y - speed);
}
}
onClipEvent (load) {
pressE = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(69)) {
if (!pressE) {
this.nextFrame();
}
pressE = true;
} else {
pressE = false;
}
}
onClipEvent (load) {
pressQ = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
if (!pressQ) {
this.prevFrame();
}
pressQ = true;
} else {
pressQ = false;
}
}
Instance of Symbol 351 MovieClip "camera" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.leftwall)) {
_x = -275;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rightwall)) {
_x = 825;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.topwall)) {
_y = -200;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bottomwall)) {
_y = 600;
}
}
Instance of Symbol 353 MovieClip "shoot" in Frame 10
on (press) {
_root.camera._x = _root.camera._x - (random(10) - 5);
_root.camera._y = _root.camera._y - (random(10) - 5);
_root.man.body.gotoAndStop(2);
}
onClipEvent (enterFrame) {
_root.camera._y = _root.man._y;
_root.camera._x = _root.man._x;
}
Instance of Symbol 356 MovieClip "aimer" in Frame 10
onClipEvent (enterFrame) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 377 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 3;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 15;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 377 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 3;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 15;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 377 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 3;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 15;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 377 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 3;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 15;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 382 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 3;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 15;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 382 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 3;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 15;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 382 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 3;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 15;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 382 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 3;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 15;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 377 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 3;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 15;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 377 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 3;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 15;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 377 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 3;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 15;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 382 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 3;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 15;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 401 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 5;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 10;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 401 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 5;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 10;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 401 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 5;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 10;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 401 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 5;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 10;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 401 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 5;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 10;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 406 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 5;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 10;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 406 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 5;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 10;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 406 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 5;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 10;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 406 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 5;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 10;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 406 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 5;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 10;
_root.camera.bloodscreen.play();
}
}
Frame 13
stop();
Instance of Symbol 425 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 6.95;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 30;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 425 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 6.95;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 30;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 425 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 6.95;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 30;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 430 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 6.95;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 30;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 430 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 6.95;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 30;
_root.camera.bloodscreen.play();
}
}
Instance of Symbol 430 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
this.arms.play();
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
var dx = (_root.man._x - this._x);
var dy = (_root.man._y - this._y);
var dl = Math.sqrt((dx * dx) + (dy * dy));
var dis = 6.95;
if (dis > dl) {
dis = dl;
}
if (!this.hitTest(_root.man.wallhitsmall)) {
this._x = this._x + ((dx / dl) * dis);
this._y = this._y + ((dy / dl) * dis);
}
radAngle = Math.atan2(Yd, Xd);
_rotation = (((Math.atan2(dy, dx) * 180) / Math.PI) + 90);
updateAfterEvent();
}
}
onClipEvent (enterFrame) {
if (this.arms.kill.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health - 30;
_root.camera.bloodscreen.play();
}
}
Frame 14
Mouse.show();
Frame 15
Mouse.show();
Frame 16
Mouse.show();
Frame 17
Mouse.show();
Frame 18
Mouse.show();
Frame 19
Mouse.show();
Frame 20
Mouse.show();
kills = _root.camera.kills;
name = YourNameHere;
Frame 21
Mouse.show();
ab20_09 = new LoadVars();
ab20_09.z = name;
ab20_09.x = kills;
ab20_09.c = 1484;
ab20_09.v = "TDLADJ";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
Symbol 25 Button
on (release) {
getURL ("http://omglaserspewpew.com", "blank");
}
Symbol 28 Button
on (release) {
_root.play();
}
Symbol 29 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 29 MovieClip Frame 2
gotoAndPlay (1);
Symbol 32 MovieClip Frame 20
_root.nextFrame();
Symbol 35 MovieClip Frame 100
_root.play();
Symbol 38 MovieClip Frame 15
stop();
Symbol 47 Button
on (release) {
_root.gotoAndStop(10);
}
Symbol 50 MovieClip Frame 20
stop();
Symbol 51 Button
on (release) {
_root.gotoAndStop(5);
}
Symbol 54 MovieClip Frame 28
stop();
Symbol 55 Button
on (release) {
_root.gotoAndStop(6);
}
Symbol 57 MovieClip Frame 36
stop();
Symbol 58 Button
on (release) {
getURL ("http://sponsorsitehere.com", "blank");
}
Symbol 60 Button
on (release) {
getURL ("http://hallpass.com", "blank");
}
Symbol 61 MovieClip Frame 42
stop();
Symbol 62 Button
on (release) {
getURL ("http://omglaserspewpew.com", "blank");
}
Symbol 64 MovieClip Frame 50
stop();
Symbol 76 MovieClip Frame 10
stop();
Symbol 77 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 10
stop();
Symbol 83 MovieClip Frame 1
stop();
Symbol 88 Button
on (release) {
getURL ("http://www.armorbot.com/mytable/?id=1484", "blank");
}
Symbol 89 Button
on (release) {
gotoAndStop (4);
}
Symbol 117 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 2
stop();
Symbol 121 MovieClip Frame 2
if (_root.camera.kills > 9) {
_root.camera.difficulty.play();
_root.nextFrame();
}
Symbol 142 MovieClip Frame 500
_parent.gotoAndStop(1);
Symbol 143 MovieClip Frame 1
_x = (random(1600) - 550);
_parent = random(1600) - 550;
_y = (random(1200) - 400);
_parent = random(1200) - 400;
gotoAndStop(random(50) + 2);
Symbol 143 MovieClip Frame 2
stop();
Instance of Symbol 127 MovieClip in Symbol 143 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
_root.camera.ammo.pistolammo = _root.camera.ammo.pistolammo + 25;
_parent.gotoAndStop(1);
}
}
Symbol 143 MovieClip Frame 3
stop();
Instance of Symbol 129 MovieClip in Symbol 143 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
_root.camera.ammo.shotgunammo = _root.camera.ammo.shotgunammo + 10;
_parent.gotoAndStop(1);
}
}
Symbol 143 MovieClip Frame 4
stop();
Instance of Symbol 131 MovieClip in Symbol 143 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
_root.camera.ammo.assaultammo = _root.camera.ammo.assaultammo + 50;
_parent.gotoAndStop(1);
}
}
Symbol 143 MovieClip Frame 5
stop();
Instance of Symbol 133 MovieClip in Symbol 143 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
_root.camera.ammo.pistolammo = _root.camera.ammo.pistolammo + 50;
_parent.gotoAndStop(1);
}
}
Symbol 143 MovieClip Frame 6
stop();
Instance of Symbol 135 MovieClip in Symbol 143 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
_root.camera.ammo.shotgunammo = _root.camera.ammo.shotgunammo + 20;
_parent.gotoAndStop(1);
}
}
Symbol 143 MovieClip Frame 7
stop();
Instance of Symbol 137 MovieClip in Symbol 143 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
_root.camera.ammo.assaultammo = _root.camera.ammo.assaultammo + 100;
_parent.gotoAndStop(1);
}
}
Symbol 143 MovieClip Frame 8
stop();
Instance of Symbol 139 MovieClip in Symbol 143 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health + 10;
_parent.gotoAndStop(1);
}
}
Symbol 143 MovieClip Frame 9
stop();
Instance of Symbol 141 MovieClip in Symbol 143 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.wallhit)) {
_root.camera.health = _root.camera.health + 25;
_parent.gotoAndStop(1);
}
}
Symbol 155 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 8
stop();
Symbol 172 MovieClip Frame 8
stop();
Symbol 180 MovieClip Frame 8
stop();
Symbol 185 MovieClip Frame 8
stop();
_parent._parent._parent.play();
Symbol 186 MovieClip Frame 1
stop();
Symbol 186 MovieClip Frame 2
stop();
Symbol 186 MovieClip Frame 3
stop();
Symbol 186 MovieClip Frame 4
stop();
Symbol 186 MovieClip Frame 5
stop();
Symbol 186 MovieClip Frame 6
stop();
Symbol 196 MovieClip Frame 1
stop();
Instance of Symbol 187 MovieClip in Symbol 196 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.body.arms.shot)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot1)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot2)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot3)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot4)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot5)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot6)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot7)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot8)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot9)) {
this.blood.nextFrame();
}
}
Symbol 196 MovieClip Frame 2
_root.camera.kills = _root.camera.kills + 1;
Symbol 196 MovieClip Frame 160
_x = -600;
_parent._parent = -600;
_y = (random(1200) - 400);
_parent._parent = random(1200) - 400;
Symbol 201 MovieClip Frame 1
stop();
Instance of Symbol 187 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.body.arms.shot)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot1)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot2)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot3)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot4)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot5)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot6)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot7)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot8)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot9)) {
this.blood.nextFrame();
}
}
Symbol 201 MovieClip Frame 2
_root.camera.kills = _root.camera.kills + 1;
Symbol 201 MovieClip Frame 160
_x = 1100;
_parent._parent = 1100;
_y = (random(1200) - 400);
_parent._parent = random(1200) - 400;
Symbol 209 MovieClip Frame 1
stop();
Symbol 227 MovieClip Frame 7
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 227 MovieClip Frame 8
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 227 MovieClip Frame 9
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 227 MovieClip Frame 10
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 227 MovieClip Frame 11
_root.man.body.prevFrame();
Symbol 228 MovieClip Frame 1
stop();
Symbol 246 MovieClip Frame 1
if (_root.camera.ammo.pistolammo < 1) {
_parent.gotoAndStop(3);
}
Symbol 246 MovieClip Frame 2
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
_root.camera.ammo.pistolammo = _root.camera.ammo.pistolammo - 1;
Symbol 246 MovieClip Frame 3
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 246 MovieClip Frame 4
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 246 MovieClip Frame 5
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 246 MovieClip Frame 6
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 246 MovieClip Frame 7
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 246 MovieClip Frame 8
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 246 MovieClip Frame 9
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 246 MovieClip Frame 10
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 251 MovieClip Frame 1
stop();
Symbol 259 MovieClip Frame 1
if (_root.camera.ammo.shotgunammo < 1) {
_parent.gotoAndStop(3);
}
Symbol 259 MovieClip Frame 2
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
_root.camera.ammo.shotgunammo = _root.camera.ammo.shotgunammo - 1;
Symbol 259 MovieClip Frame 3
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 259 MovieClip Frame 4
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 259 MovieClip Frame 5
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 259 MovieClip Frame 6
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 259 MovieClip Frame 7
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 259 MovieClip Frame 8
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 259 MovieClip Frame 9
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 259 MovieClip Frame 10
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 259 MovieClip Frame 11
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 259 MovieClip Frame 12
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 259 MovieClip Frame 13
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 259 MovieClip Frame 14
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 259 MovieClip Frame 15
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 259 MovieClip Frame 16
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 259 MovieClip Frame 17
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 259 MovieClip Frame 18
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 259 MovieClip Frame 19
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 259 MovieClip Frame 20
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 259 MovieClip Frame 21
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 261 MovieClip Frame 1
stop();
Symbol 261 MovieClip Frame 2
stop();
Symbol 261 MovieClip Frame 3
stop();
Symbol 278 MovieClip Frame 1
if (_root.camera.ammo.assaultammo < 1) {
_parent.gotoAndStop(3);
}
Symbol 278 MovieClip Frame 2
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
_root.camera.ammo.assaultammo = _root.camera.ammo.assaultammo - 1;
Symbol 278 MovieClip Frame 3
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 278 MovieClip Frame 4
if (_root.camera.ammo.assaultammo < 1) {
_parent.gotoAndStop(3);
}
Symbol 278 MovieClip Frame 5
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
_root.camera.ammo.assaultammo = _root.camera.ammo.assaultammo - 1;
Symbol 278 MovieClip Frame 6
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 278 MovieClip Frame 7
if (_root.camera.ammo.assaultammo < 1) {
_parent.gotoAndStop(3);
}
Symbol 278 MovieClip Frame 8
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
_root.camera.ammo.assaultammo = _root.camera.ammo.assaultammo - 1;
Symbol 278 MovieClip Frame 9
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 278 MovieClip Frame 10
if (_root.camera.ammo.assaultammo < 1) {
_parent.gotoAndStop(3);
}
Symbol 278 MovieClip Frame 11
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
_root.camera.ammo.assaultammo = _root.camera.ammo.assaultammo - 1;
Symbol 278 MovieClip Frame 12
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 278 MovieClip Frame 13
if (_root.camera.ammo.assaultammo < 1) {
_parent.gotoAndStop(3);
}
Symbol 278 MovieClip Frame 14
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
_root.camera.ammo.assaultammo = _root.camera.ammo.assaultammo - 1;
Symbol 278 MovieClip Frame 15
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 278 MovieClip Frame 16
onMouseUp = function () {
mDown = false;
};
if (mDown == false) {
_root.man.body.prevFrame();
}
Symbol 280 MovieClip Frame 1
stop();
Symbol 280 MovieClip Frame 2
stop();
Symbol 280 MovieClip Frame 3
stop();
Symbol 281 MovieClip Frame 1
stop();
Instance of Symbol 229 MovieClip "wallhit" in Symbol 281 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.topwall)) {
_root.man._y = -390;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bottomwall)) {
_root.man._y = 790;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.leftwall)) {
_root.man._x = -540;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rightwall)) {
_root.man._x = 1090;
}
}
Instance of Symbol 229 MovieClip "wallhitsmall" in Symbol 281 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.topwall)) {
_root.man._y = -390;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bottomwall)) {
_root.man._y = 790;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.leftwall)) {
_root.man._x = -540;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.rightwall)) {
_root.man._x = 1090;
}
}
Symbol 281 MovieClip Frame 2
stop();
Symbol 281 MovieClip Frame 3
stop();
Symbol 281 MovieClip Frame 4
stop();
Symbol 303 MovieClip Frame 1
stop();
Symbol 309 Button
on (release) {
nextFrame();
}
Symbol 310 Button
on (release) {
gotoAndStop (1);
}
Symbol 311 MovieClip Frame 1
stop();
_quality = "HIGH";
Symbol 311 MovieClip Frame 2
stop();
_quality = "MEDIUM";
Symbol 311 MovieClip Frame 3
stop();
_quality = "LOW";
Symbol 315 Button
on (release) {
gotoAndStop (4);
}
Symbol 317 Button
on (release) {
gotoAndStop (1);
}
Symbol 319 Button
on (release) {
gotoAndStop (2);
}
Symbol 321 Button
on (release) {
gotoAndStop (3);
}
Symbol 325 MovieClip Frame 1
stop();
Symbol 325 MovieClip Frame 2
stop();
Symbol 325 MovieClip Frame 3
stop();
Symbol 325 MovieClip Frame 4
stop();
Symbol 327 MovieClip Frame 61
stop();
Symbol 329 MovieClip Frame 61
stop();
Symbol 331 MovieClip Frame 61
stop();
Symbol 344 MovieClip Frame 61
stop();
Symbol 345 MovieClip Frame 1
stop();
Symbol 345 MovieClip Frame 2
stop();
Symbol 345 MovieClip Frame 3
stop();
Symbol 345 MovieClip Frame 4
stop();
Symbol 345 MovieClip Frame 5
stop();
Symbol 347 MovieClip Frame 1
stop();
Symbol 347 MovieClip Frame 2
if (_parent.health < 1) {
_parent.dead.play();
}
Symbol 350 MovieClip Frame 1
stop();
Symbol 350 MovieClip Frame 7
_root.gotoAndStop(20);
Symbol 351 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = true;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Instance of Symbol 303 MovieClip "ammo" in Symbol 351 MovieClip Frame 1
onClipEvent (load) {
pressE = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(69)) {
if (!pressE) {
this.nextFrame();
}
pressE = true;
} else {
pressE = false;
}
}
onClipEvent (load) {
pressQ = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
if (!pressQ) {
this.prevFrame();
}
pressQ = true;
} else {
pressQ = false;
}
}
Symbol 354 MovieClip Frame 1
_root.shoot._y = _root.camera._y;
_root.shoot._x = _root.camera._x;
Symbol 357 MovieClip Frame 2
if (_root.camera.kills > 49) {
_root.camera.difficulty.play();
_root.nextFrame();
}
Symbol 368 MovieClip Frame 1
stop();
Symbol 377 MovieClip Frame 1
stop();
Instance of Symbol 370 MovieClip in Symbol 377 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.body.arms.shot)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot1)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot2)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot3)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot4)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot5)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot6)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot7)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot8)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot9)) {
this.blood.nextFrame();
}
}
Symbol 377 MovieClip Frame 2
_root.camera.kills = _root.camera.kills + 1;
Symbol 377 MovieClip Frame 160
_y = 850;
_parent._parent = 850;
_x = (random(1750) - 600);
_parent._parent = random(1750) - 600;
Symbol 382 MovieClip Frame 1
stop();
Instance of Symbol 370 MovieClip in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.body.arms.shot)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot1)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot2)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot3)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot4)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot5)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot6)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot7)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot8)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot9)) {
this.blood.nextFrame();
}
}
Symbol 382 MovieClip Frame 2
_root.camera.kills = _root.camera.kills + 1;
Symbol 382 MovieClip Frame 160
_y = -450;
_parent._parent = -450;
_x = (random(1750) - 600);
_parent._parent = random(1750) - 600;
Symbol 383 MovieClip Frame 2
if (_root.camera.kills > 99) {
_root.camera.difficulty.play();
_root.nextFrame();
}
Symbol 394 MovieClip Frame 1
stop();
Symbol 401 MovieClip Frame 1
stop();
Instance of Symbol 396 MovieClip in Symbol 401 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.body.arms.shot)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot1)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot2)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot3)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot4)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot5)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot6)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot7)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot8)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot9)) {
this.blood.nextFrame();
}
}
Symbol 401 MovieClip Frame 2
_root.camera.kills = _root.camera.kills + 1;
Symbol 401 MovieClip Frame 160
_y = 850;
_parent._parent = 850;
_x = (random(1750) - 600);
_parent._parent = random(1750) - 600;
Symbol 406 MovieClip Frame 1
stop();
Instance of Symbol 396 MovieClip in Symbol 406 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.body.arms.shot)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot1)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot2)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot3)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot4)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot5)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot6)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot7)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot8)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot9)) {
this.blood.nextFrame();
}
}
Symbol 406 MovieClip Frame 2
_root.camera.kills = _root.camera.kills + 1;
Symbol 406 MovieClip Frame 160
_y = -450;
_parent._parent = -450;
_x = (random(1750) - 600);
_parent._parent = random(1750) - 600;
Symbol 417 MovieClip Frame 1
stop();
Symbol 425 MovieClip Frame 1
stop();
Instance of Symbol 419 MovieClip in Symbol 425 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.body.arms.shot)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot1)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot2)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot3)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot4)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot5)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot6)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot7)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot8)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot9)) {
this.blood.nextFrame();
}
}
Symbol 425 MovieClip Frame 2
_root.camera.kills = _root.camera.kills + 1;
Symbol 425 MovieClip Frame 160
_x = 1100;
_parent._parent = 1100;
_y = (random(1200) - 400);
_parent._parent = random(1200) - 400;
Symbol 430 MovieClip Frame 1
stop();
Instance of Symbol 419 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man.body.arms.shot)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot1)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot2)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot3)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot4)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot5)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot6)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot7)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot8)) {
this.blood.nextFrame();
}
if (this.hitTest(_root.man.body.arms.shot9)) {
this.blood.nextFrame();
}
}
Symbol 430 MovieClip Frame 2
_root.camera.kills = _root.camera.kills + 1;
Symbol 430 MovieClip Frame 160
_x = -600;
_parent._parent = -600;
_y = (random(1200) - 400);
_parent._parent = random(1200) - 400;
Symbol 435 Button
on (release) {
gotoAndStop (21);
}
Symbol 439 Button
on (release) {
gotoAndStop (4);
}
Symbol 445 Button
on (release) {
gotoAndStop (5);
}
Symbol 446 Button
on (release) {
getURL ("http://www.armorbot.com/mytable/?id=1484", "blank");
}
Symbol 447 Button
on (release) {
getURL ("http://omglaserspewpew.com", "blank");
}
Symbol 448 Button
on (release) {
getURL ("http://hallpass.com", "blank");
}
Symbol 456 MovieClip Frame 12
stop();