Frame 1
function itemHandler1(obj, item) {
getURL ("http://www.newgrounds.com/refer/actionsick");
}
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
item1 = new ContextMenuItem("Earn money with your games!", itemHandler1);
myMenu.customItems.push(item1);
_root.menu = myMenu;
MochiAd.showPreGameAd({id:"b6fe4558b2127830", res:"500x450"});
mochi.MochiServices.connect("b6fe4558b2127830");
Instance of Symbol 105 MovieClip "bg1" in Frame 1
onClipEvent (enterFrame) {
if (!_root.Paused) {
this._y = this._y + 1;
if (this._y >= 450) {
this._y = -450;
}
}
}
Instance of Symbol 107 MovieClip "bg2" in Frame 1
onClipEvent (enterFrame) {
if (!_root.Paused) {
this._y = this._y + 1;
if (this._y >= 450) {
this._y = -450;
}
}
}
Frame 2
stopAllSounds();
Frame 3
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;
var pv;
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);
}
pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version));
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&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__("8755ef1d", this, 10301, true);
stop();
Frame 4
stop();
Frame 12
stopAllSounds();
Instance of Symbol 105 MovieClip in Frame 12
onClipEvent (enterFrame) {
this._y = this._y + 1;
if (this._y >= 450) {
this._y = -450;
}
}
Instance of Symbol 107 MovieClip in Frame 12
onClipEvent (enterFrame) {
this._y = this._y + 1;
if (this._y >= 450) {
this._y = -450;
}
}
Frame 20
stop();
playerhp = 100;
score = 0;
money = 0;
level = 0;
weapon = 1;
cmaxcooldown = 300;
combo = 0;
maxcombo = 60;
cooldown = 0;
maxcooldown = 300;
maxspecial = 60;
specialtimer = 0;
weapon = 1;
weapon2 = 1;
_root.level = 0;
i = 1;
wo = 1;
while (wo < 10) {
_root[("weapon" + wo) + "owned"] = false;
wo++;
}
wo = 1;
while (wo < 10) {
_root[("weapon2" + wo) + "owned"] = false;
wo++;
}
_root.weapon1owned = true;
_root.weapon21owned = true;
e = 1;
while (e < 7) {
_root[("e" + e) + "spawncounter"] = 0;
_root[("maxe" + e) + "spawn"] = -1;
e++;
}
level1score = 0;
level2score = 200;
level3score = 500;
level4score = 1200;
level5score = 1300;
level6score = 1700;
level7score = 2000;
level8score = 2500;
level9score = 3000;
level10score = 4000;
level11score = 4500;
level12score = 5500;
level13score = 5700;
level14score = 5750;
level15score = 5800;
level16score = 5900;
level17score = 6000;
level18score = 7000;
level19score = 7500;
level20score = 8000;
level21score = 11000;
onEnterFrame = function () {
if (!_root.Paused) {
if (playerhp <= 0) {
if (_currentframe == 20) {
_root.score2 = _root.score;
_root.money2 = _root.money;
_root.nextFrame();
}
}
if (ramtimer > 0) {
ramtimer--;
}
if (ghosttimer > 0) {
ghosttimer--;
}
if (cooldown > 0) {
cooldown--;
}
if (Key.isDown(81) && (weapon21owned)) {
specialtimer = maxspecial;
special = "Arrows Selected";
weapon2 = 1;
maxcooldown = 300;
}
if (Key.isDown(87) && (weapon22owned)) {
specialtimer = maxspecial;
special = "Pitchforks Selected";
weapon2 = 2;
maxcooldown = 400;
}
if (Key.isDown(69) && (weapon23owned)) {
specialtimer = maxspecial;
special = "Battering Rams Selected";
weapon2 = 3;
maxcooldown = 450;
}
if (Key.isDown(82) && (weapon24owned)) {
specialtimer = maxspecial;
special = "God Mode Selected";
weapon2 = 4;
maxcooldown = 700;
}
if (Key.isDown(84) && (weapon25owned)) {
specialtimer = maxspecial;
special = "Ghosts Selected";
weapon2 = 5;
maxcooldown = 600;
}
if (Key.isDown(32) && (cooldown <= 0)) {
cooldown = maxcooldown;
cmaxcooldown = maxcooldown;
if (weapon2 == 1) {
arrowcount = 0;
rotat = -90;
y = -30;
z = 0;
while (z < 2) {
a = 0;
while (a < 3) {
duplicateMovieClip (arrow, "arrow" + arrowcount, _root.getNextHighestDepth());
_root["arrow" + arrowcount]._x = _root.player._x;
_root["arrow" + arrowcount]._y = _root.player._y + y;
_root["arrow" + arrowcount]._rotation = rotat;
y = y + 30;
arrowcount++;
a++;
}
rotat = 90;
y = -30;
z++;
}
}
if (weapon2 == 2) {
pitchforktimer = 100;
}
if (weapon2 == 3) {
ramtimer = 15;
}
if (weapon2 == 4) {
godmodetimer = 150;
}
if (weapon2 == 5) {
ghosttimer = 300;
}
}
if (combo > 0) {
combo--;
}
score++;
w = 1;
while (w < 10) {
if (Key.isDown(48 + w)) {
if (_root[("weapon" + w) + "owned"]) {
weapon = w;
}
}
w++;
}
nextlevel = level + 1;
if (score > _root[("level" + nextlevel) + "score"]) {
level++;
}
if (level == 1) {
maxe1spawn = 280;
} else if (level == 2) {
maxe1spawn = 160;
} else if (level == 3) {
maxe1spawn = 120;
} else if (level == 4) {
maxe1spawn = 80;
} else if (level == 5) {
maxe1spawn = 200;
maxe2spawn = 240;
} else if (level == 6) {
maxe2spawn = 200;
} else if (level == 7) {
maxe2spawn = 160;
} else if (level == 8) {
maxe2spawn = 120;
} else if (level == 9) {
maxe2spawn = 80;
} else if (level == 10) {
maxe2spawn = 60;
maxe3spawn = 360;
maxe1spawn = -1;
} else if (level == 11) {
maxe3spawn = 320;
} else if (level == 12) {
maxe3spawn = 280;
} else if (level == 13) {
maxe3spawn = 240;
} else if (level == 14) {
maxe3spawn = 160;
} else if (level == 15) {
maxe3spawn = 300;
maxe4spawn = 350;
maxe2spawn = -1;
} else if (level == 16) {
maxe4spawn = 360;
} else if (level == 17) {
maxe4spawn = 275;
maxe5spawn = 200;
} else if (level == 18) {
maxe4spawn = 275;
maxe5spawn = 150;
} else if (level == 19) {
maxe4spawn = 275;
maxe5spawn = 100;
} else if (level == 20) {
maxe5spawn = 100;
maxe4spawn = 150;
maxe3spawn = 150;
maxe2spawn = 75;
maxe1spawn = 100;
} else if (level == 21) {
maxe5spawn = 50;
maxe4spawn = 50;
maxe3spawn = 75;
maxe2spawn = 100;
maxe1spawn = 100;
}
en = 1;
while (en < 7) {
if ((_root[("e" + en) + "spawncounter"] == 0) && (_root[("maxe" + en) + "spawn"] > 0)) {
duplicateMovieClip ("enemy" + en, "Enemy" + i, i);
if (random(2) == 1) {
_root["Enemy" + i]._x = Stage.width + 50;
} else {
_root["Enemy" + i]._x = -50;
}
_root["Enemy" + i]._y = random(Stage.height);
i++;
_root[("e" + en) + "spawncounter"] = _root[("maxe" + en) + "spawn"];
} else if (_root[("e" + en) + "spawncounter"] > 0) {
_root[("e" + en) + "spawncounter"]--;
}
en++;
}
}
};
bgSound = new Sound(this);
bgSound.attachSound("music");
bgSound.start(0, 99999);
Instance of Symbol 105 MovieClip "bg1" in Frame 20
onClipEvent (enterFrame) {
if (!_root.Paused) {
this._y = this._y + 1;
if (this._y >= 450) {
this._y = -450;
}
}
}
Instance of Symbol 107 MovieClip "bg2" in Frame 20
onClipEvent (enterFrame) {
if (!_root.Paused) {
this._y = this._y + 1;
if (this._y >= 450) {
this._y = -450;
}
}
}
Instance of Symbol 144 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
if (!_root.Paused) {
if (_root.weapon == 5) {
this.swapDepths(5001);
_root.damage = 100;
if (Key.isDown(1) && (_currentframe == 1)) {
play();
}
_x = _root._xmouse;
_y = _root._ymouse;
} else {
_y = -200;
}
}
}
Instance of Symbol 165 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
if (!_root.Paused) {
if (_root.weapon == 6) {
this.swapDepths(5001);
_root.damage = 200;
if (Key.isDown(1) && (_currentframe == 1)) {
play();
}
_x = _root._xmouse;
_y = _root._ymouse;
} else {
_y = -200;
}
}
}
Instance of Symbol 189 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
if (!_root.Paused) {
if (_root.weapon == 7) {
this.swapDepths(5001);
_root.damage = 350;
if (Key.isDown(1) && (_currentframe == 1)) {
play();
}
_x = _root._xmouse;
_y = _root._ymouse;
} else {
_y = -200;
}
}
}
Instance of Symbol 207 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
if (!_root.Paused) {
if (_root.weapon == 8) {
this.swapDepths(5001);
_root.damage = 0;
if (Key.isDown(1) && (_currentframe == 1)) {
play();
}
_x = _root._xmouse;
_y = _root._ymouse;
} else {
_y = -200;
}
}
}
Instance of Symbol 220 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
if (!_root.Paused) {
if (_root.weapon == 9) {
this.swapDepths(5001);
_root.damage = 0;
if (Key.isDown(1) && (_currentframe == 1)) {
play();
}
_x = _root._xmouse;
_y = _root._ymouse;
} else {
_y = -200;
}
}
}
Instance of Symbol 237 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
if (!_root.Paused) {
if (_root.weapon == 3) {
this.swapDepths(5001);
_root.damage = 50;
if (Key.isDown(1) && (_currentframe == 1)) {
play();
}
_x = _root._xmouse;
_y = _root._ymouse;
} else {
_y = -200;
}
}
}
Instance of Symbol 241 MovieClip "cursor" in Frame 20
onClipEvent (enterFrame) {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
if (!_root.Paused) {
if (_root.weapon == 1) {
this.swapDepths(5001);
_root.damage = 10;
if (Key.isDown(1) && (_currentframe == 1)) {
play();
}
_x = _root._xmouse;
_y = _root._ymouse;
} else {
_y = -200;
}
}
}
Instance of Symbol 242 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (!_root.Paused) {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
if (_root.weapon == 2) {
this.swapDepths(5001);
_root.damage = 25;
if (Key.isDown(1) && (_currentframe == 1)) {
play();
}
_x = _root._xmouse;
_y = _root._ymouse;
} else {
_y = -200;
}
}
}
Instance of Symbol 267 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
if (!_root.Paused) {
if (_root.weapon == 4) {
this.swapDepths(5001);
_root.damage = 100;
if (Key.isDown(1) && (_currentframe == 1)) {
play();
}
_x = _root._xmouse;
_y = _root._ymouse;
} else {
_y = -200;
}
}
}
Instance of Symbol 269 MovieClip "arrow" in Frame 20
onClipEvent (load) {
spd = 10;
damage = 150;
}
onClipEvent (enterFrame) {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
if (!_root.Paused) {
if (_name != "arrow") {
if ((_x < 0) || (_x > Stage.width)) {
this.removeMovieClip();
}
if (_rotation > 180) {
_y = (_y + (spd * Math.cos((Math.PI/180) * _rotation)));
_x = (_x - (spd * Math.sin((Math.PI/180) * _rotation)));
} else {
_y = (_y - (spd * Math.cos((Math.PI/180) * _rotation)));
_x = (_x + (spd * Math.sin((Math.PI/180) * _rotation)));
}
}
}
}
Instance of Symbol 75 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
if (_root.godmodetimer > 0) {
if (!setHealth) {
hp = _root.playerhp;
setHealth = true;
}
_root.playerhp = hp;
_root.godmodetimer--;
_x = _root.player._x;
_y = _root.player._y;
} else {
setHealth = false;
_x = 5000;
}
}
Instance of Symbol 102 MovieClip "ghost2" in Frame 20
onClipEvent (load) {
speed = 5;
damage = 500;
goingdown = true;
}
onClipEvent (enterFrame) {
this.swapDepths(4501);
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
if (!_root.Paused) {
if (_root.ghosttimer > 0) {
_x = (_root.player._x + 100);
} else {
_x = 1000;
}
if (goingdown) {
_yscale = -100;
_y = (_y + speed);
if (_y > 375) {
goingdown = false;
}
} else {
_yscale = 100;
_y = (_y - speed);
if (_y < 25) {
goingdown = true;
}
}
}
}
Instance of Symbol 102 MovieClip "ghost1" in Frame 20
onClipEvent (load) {
speed = 5;
damage = 500;
goingdown = true;
}
onClipEvent (enterFrame) {
this.swapDepths(4500);
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
if (!_root.Paused) {
if (_root.ghosttimer > 0) {
_x = (_root.player._x - 100);
} else {
_x = 1000;
}
if (goingdown) {
_yscale = -100;
_y = (_y + speed);
if (_y > 375) {
goingdown = false;
}
} else {
_yscale = 100;
_y = (_y - speed);
if (_y < 25) {
goingdown = true;
}
}
}
}
Instance of Symbol 270 MovieClip "pitchforks" in Frame 20
onClipEvent (enterFrame) {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
if (_root.pitchforktimer > 0) {
damage = 5;
_root.pitchforktimer--;
_x = _root.player._x;
_y = _root.player._y;
} else {
_x = 5000;
}
}
Instance of Symbol 271 MovieClip "rams" in Frame 20
onClipEvent (enterFrame) {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
if (_root.ramtimer > 0) {
damage = 500;
_x = _root.player._x;
_y = _root.player._y;
} else {
_x = 5000;
}
}
Instance of Symbol 99 MovieClip "player" in Frame 20
onClipEvent (enterFrame) {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
}
onClipEvent (enterFrame) {
this.swapDepths(5000);
}
Instance of Symbol 339 MovieClip "enemy1" in Frame 20
onClipEvent (load) {
origx = _x;
origy = _y;
spd = 2;
damage = 2;
target = random(100) - 35;
health = 100;
trace(health);
worth = 50;
timer = 0;
}
onClipEvent (enterFrame) {
if (_root.Paused) {
attackani.stop();
} else {
if (_root._currentframe != 20) {
this.removeMovieClip();
}
attackani.play();
if (_name != "enemy1") {
g = 1;
while (g < 3) {
if (this.hitTest(_root["ghost" + g])) {
_root["ghost" + g].attacking = true;
health = health - _root["ghost" + g].damage;
if (health <= 0) {
_root["ghost" + g].attacking = false;
}
}
g++;
}
if (this.hitTest(_root.rams)) {
health = health - _root.rams.damage;
}
if (this.hitTest(_root.pitchforks)) {
if (!hitalready) {
hitalready = true;
health = health - 100;
}
health = health - _root.pitchforks.damage;
}
a = 0;
while (a < _root.arrowcount) {
if (this.hitTest(_root["arrow" + a])) {
health = health - 150;
trace(health);
trace(_root["arrow" + a].damage);
_root["arrow" + a].removeMovieClip();
if (health <= 0) {
if (!killed) {
killed = true;
if (_root.combo > 0) {
_root.money = _root.money + worth;
}
_root.money = _root.money + worth;
_root.combo = _root.maxcombo;
_y = (_y + 1);
gotoAndStop ("die");
}
}
}
a++;
}
if (timer == 3) {
worth = worth - 1;
timer = 0;
} else {
timer++;
}
if (health <= 0) {
_y = (_y + 1);
if (!killed) {
killed = true;
trace("DEAD");
if (_root.combo > 0) {
_root.money = _root.money + worth;
trace("combo");
}
_root.money = _root.money + worth;
_root.combo = _root.maxcombo;
gotoAndStop ("die");
}
} else if (attack) {
gotoAndStop ("attack");
} else {
if (_root.player.hitTest(_x, _y, true)) {
attack = true;
}
gotoAndStop ("moving");
Xd = _root.player._x - _x;
Yd = (_root.player._y - _y) + target;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
if (_rotation > 180) {
_y = (_y + (spd * Math.cos((Math.PI/180) * _rotation)));
_x = (_x - (spd * Math.sin((Math.PI/180) * _rotation)));
} else {
_y = (_y - (spd * Math.cos((Math.PI/180) * _rotation)));
_x = (_x + (spd * Math.sin((Math.PI/180) * _rotation)));
}
}
}
}
}
Instance of Symbol 393 MovieClip "enemy2" in Frame 20
onClipEvent (load) {
origx = _x;
origy = _y;
spd = 2;
damage = 2;
target = random(100) - 50;
health = 200;
worth = 100;
timer = 0;
}
onClipEvent (enterFrame) {
if (_root.Paused) {
attackani.stop();
} else {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
attackani.play();
if (_name != "enemy2") {
g = 1;
while (g < 3) {
if (this.hitTest(_root["ghost" + g])) {
_root["ghost" + g].attacking = true;
health = health - _root["ghost" + g].damage;
if (health <= 0) {
_root["ghost" + g].attacking = false;
}
}
g++;
}
if (this.hitTest(_root.pitchforks)) {
if (!hitalready) {
hitalready = true;
health = health - 100;
}
health = health - _root.pitchforks.damage;
}
if (this.hitTest(_root.rams)) {
health = health - _root.rams.damage;
}
a = 0;
while (a < _root.arrowcount) {
if (this.hitTest(_root["arrow" + a])) {
health = health - _root["arrow" + a].damage;
_root["arrow" + a].removeMovieClip();
}
a++;
}
if (timer == 3) {
worth = worth - 1;
timer = 0;
} else {
timer++;
}
if (health <= 0) {
_y = (_y + 1);
if (!killed) {
killed = true;
if (_root.combo > 0) {
_root.money = _root.money + worth;
}
_root.money = _root.money + worth;
_root.combo = _root.maxcombo;
gotoAndStop ("die");
}
} else if (attack) {
gotoAndStop ("attack");
} else {
if (_root.player.hitTest(_x, _y, true)) {
attack = true;
}
gotoAndStop ("moving");
Xd = _root.player._x - _x;
Yd = (_root.player._y - _y) + target;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
if (_rotation > 180) {
_y = (_y + (spd * Math.cos((Math.PI/180) * _rotation)));
_x = (_x - (spd * Math.sin((Math.PI/180) * _rotation)));
} else {
_y = (_y - (spd * Math.cos((Math.PI/180) * _rotation)));
_x = (_x + (spd * Math.sin((Math.PI/180) * _rotation)));
}
}
}
}
}
Instance of Symbol 460 MovieClip "enemy3" in Frame 20
onClipEvent (load) {
origx = _x;
origy = _y;
spd = 2;
damage = 2;
target = random(100) - 50;
health = 400;
worth = 200;
timer = 0;
}
onClipEvent (enterFrame) {
if (_root.Paused) {
attackani.stop();
} else {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
attackani.play();
if (_name != "enemy3") {
g = 1;
while (g < 3) {
if (this.hitTest(_root["ghost" + g])) {
_root["ghost" + g].attacking = true;
health = health - _root["ghost" + g].damage;
if (health <= 0) {
_root["ghost" + g].attacking = false;
}
}
g++;
}
if (this.hitTest(_root.pitchforks)) {
if (!hitalready) {
hitalready = true;
health = health - 100;
}
health = health - _root.pitchforks.damage;
}
if (this.hitTest(_root.rams)) {
health = health - _root.rams.damage;
}
a = 0;
while (a < _root.arrowcount) {
if (this.hitTest(_root["arrow" + a])) {
health = health - _root["arrow" + a].damage;
_root["arrow" + a].removeMovieClip();
}
a++;
}
if (timer == 3) {
worth = worth - 1;
timer = 0;
} else {
timer++;
}
if (health <= 0) {
_y = (_y + 1);
if (!killed) {
killed = true;
if (_root.combo > 0) {
_root.money = _root.money + worth;
}
_root.money = _root.money + worth;
_root.combo = _root.maxcombo;
gotoAndStop ("die");
}
} else if (attack) {
gotoAndStop ("attack");
} else {
if (_root.player.hitTest(_x, _y, true)) {
attack = true;
}
gotoAndStop ("moving");
Xd = _root.player._x - _x;
Yd = (_root.player._y - _y) + target;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
if (_rotation > 180) {
_y = (_y + (spd * Math.cos((Math.PI/180) * _rotation)));
_x = (_x - (spd * Math.sin((Math.PI/180) * _rotation)));
} else {
_y = (_y - (spd * Math.cos((Math.PI/180) * _rotation)));
_x = (_x + (spd * Math.sin((Math.PI/180) * _rotation)));
}
}
}
}
}
Instance of Symbol 530 MovieClip "enemy4" in Frame 20
onClipEvent (load) {
origx = _x;
origy = _y;
spd = 2;
damage = 2;
target = random(100) - 50;
health = 800;
worth = 400;
timer = 0;
}
onClipEvent (enterFrame) {
if (_root.Paused) {
attackani.stop();
} else {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
attackani.play();
if (_name != "enemy4") {
g = 1;
while (g < 3) {
if (this.hitTest(_root["ghost" + g])) {
_root["ghost" + g].attacking = true;
health = health - _root["ghost" + g].damage;
if (health <= 0) {
_root["ghost" + g].attacking = false;
}
}
g++;
}
if (this.hitTest(_root.pitchforks)) {
if (!hitalready) {
hitalready = true;
health = health - 100;
}
health = health - _root.pitchforks.damage;
}
if (this.hitTest(_root.rams)) {
health = health - _root.rams.damage;
}
a = 0;
while (a < _root.arrowcount) {
if (this.hitTest(_root["arrow" + a])) {
health = health - _root["arrow" + a].damage;
_root["arrow" + a].removeMovieClip();
}
a++;
}
if (timer == 3) {
worth = worth - 1;
timer = 0;
} else {
timer++;
}
if (health <= 0) {
_y = (_y + 1);
if (!killed) {
killed = true;
if (_root.combo > 0) {
_root.money = _root.money + worth;
}
_root.money = _root.money + worth;
_root.combo = _root.maxcombo;
gotoAndStop ("die");
}
} else if (attack) {
gotoAndStop ("attack");
} else {
if (_root.player.hitTest(_x, _y, true)) {
attack = true;
}
gotoAndStop ("moving");
Xd = _root.player._x - _x;
Yd = (_root.player._y - _y) + target;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
if (_rotation > 180) {
_y = (_y + (spd * Math.cos((Math.PI/180) * _rotation)));
_x = (_x - (spd * Math.sin((Math.PI/180) * _rotation)));
} else {
_y = (_y - (spd * Math.cos((Math.PI/180) * _rotation)));
_x = (_x + (spd * Math.sin((Math.PI/180) * _rotation)));
}
}
}
}
}
Instance of Symbol 534 MovieClip "enemy5" in Frame 20
onClipEvent (load) {
origx = _x;
origy = _y;
spd = 2;
damage = 2;
target = random(100) - 50;
health = 800;
worth = 400;
timer = 0;
}
onClipEvent (enterFrame) {
if (_root.Paused) {
attackani.stop();
} else {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
attackani.play();
if (_name != "enemy5") {
g = 1;
while (g < 3) {
if (this.hitTest(_root["ghost" + g])) {
_root["ghost" + g].attacking = true;
health = health - _root["ghost" + g].damage;
if (health <= 0) {
_root["ghost" + g].attacking = false;
}
}
g++;
}
if (this.hitTest(_root.pitchforks)) {
if (!hitalready) {
hitalready = true;
health = health - 100;
}
health = health - _root.pitchforks.damage;
}
if (this.hitTest(_root.rams)) {
health = health - _root.rams.damage;
}
a = 0;
while (a < _root.arrowcount) {
if (this.hitTest(_root["arrow" + a])) {
health = health - _root["arrow" + a].damage;
_root["arrow" + a].removeMovieClip();
}
a++;
}
if (timer == 3) {
worth = worth - 1;
timer = 0;
} else {
timer++;
}
if (health <= 0) {
if (!killed) {
killed = true;
if (_root.combo > 0) {
_root.money = _root.money + worth;
}
_root.money = _root.money + worth;
_root.combo = _root.maxcombo;
gotoAndStop ("die");
}
} else if (attack) {
gotoAndStop ("attack");
} else {
if (_root.player.hitTest(_x, _y, true)) {
attack = true;
}
gotoAndStop ("moving");
Xd = _root.player._x - _x;
Yd = (_root.player._y - _y) + target;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
if (_rotation > 180) {
_y = (_y + (spd * Math.cos((Math.PI/180) * _rotation)));
_x = (_x - (spd * Math.sin((Math.PI/180) * _rotation)));
} else {
_y = (_y - (spd * Math.cos((Math.PI/180) * _rotation)));
_x = (_x + (spd * Math.sin((Math.PI/180) * _rotation)));
}
}
}
}
}
Instance of Symbol 4 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
}
Instance of Symbol 542 MovieClip in Frame 20
onClipEvent (enterFrame) {
_xscale = ((100 / _root.cmaxcooldown) * _root.cooldown);
}
Instance of Symbol 545 MovieClip in Frame 20
onClipEvent (load) {
origy = _y;
_y = 1000;
}
onClipEvent (enterFrame) {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
if (_root.specialtimer > 0) {
_y = origy;
_root.specialtimer--;
} else {
_y = 1000;
}
}
Instance of Symbol 103 MovieClip [pause] in Frame 20
onClipEvent (load) {
_visible = false;
Mouse.hide();
}
onClipEvent (enterFrame) {
if (Key.isDown(80)) {
if (firstppress) {
firstppress = false;
if (_visible) {
_visible = false;
_root.Paused = false;
Mouse.hide();
_root.bgSound.setVolume(100);
} else {
_root.Paused = true;
_root.bgSound.setVolume(40);
Mouse.show();
this.swapDepths(_root.getNextHighestDepth());
_x = 0;
_y = 0;
_visible = true;
}
}
} else {
firstppress = true;
}
}
onClipEvent (enterFrame) {
if (_root._currentframe != 20) {
this.swapDepths(2);
this.removeMovieClip();
}
}
Instance of Symbol 556 MovieClip "tut" in Frame 20
onClipEvent (enterFrame) {
this.swapDepths(6000);
if (_root.Paused) {
this.stop();
} else {
this.play();
}
if (this._currentframe >= 711) {
this.removeMovieClip();
}
}
Frame 21
stop();
Mouse.show();
playerhp = 100;
Paused = false;
Frame 22
playerhp = 100;
Paused = false;
Mouse.show();
_root.money2 = money;
_root.score2 = score;
fscore = _root.score2 + _root.money2;
Frame 23
more.onRelease = function () {
getURL ("http://www.maxgames.com", "BLANK");
};
Symbol 8 Button
on (release) {
_root.gotoAndStop("submit");
}
Symbol 20 Button
on (release) {
gotoAndStop (1);
}
Symbol 22 Button
on (release) {
gotoAndStop (2);
}
Symbol 97 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Paused) {
stop();
} else {
play();
}
}
Symbol 103 MovieClip [pause] Frame 1
stop();
Instance of Symbol 60 MovieClip in Symbol 103 MovieClip [pause] Frame 1
onClipEvent (load) {
price = 8000;
if (_root.weapon9owned) {
_visible = false;
_x = 1000;
}
}
on (release) {
if (_visible) {
if (_root.money >= price) {
_root.money = _root.money - price;
_root.weapon9owned = true;
_visible = false;
}
}
}
Instance of Symbol 60 MovieClip in Symbol 103 MovieClip [pause] Frame 1
onClipEvent (load) {
price = 5000;
if (_root.weapon8owned) {
_visible = false;
_x = 1000;
}
}
on (release) {
if (_visible) {
if (_root.money >= price) {
_root.money = _root.money - price;
_root.weapon8owned = true;
_visible = false;
}
}
}
Instance of Symbol 60 MovieClip in Symbol 103 MovieClip [pause] Frame 1
onClipEvent (load) {
price = 3000;
if (_root.weapon7owned) {
_visible = false;
_x = 1000;
}
}
on (release) {
if (_visible) {
if (_root.money >= price) {
_root.money = _root.money - price;
_root.weapon7owned = true;
_visible = false;
}
}
}
Instance of Symbol 60 MovieClip in Symbol 103 MovieClip [pause] Frame 1
onClipEvent (load) {
price = 2200;
if (_root.weapon6owned) {
_visible = false;
_x = 1000;
}
}
on (release) {
if (_visible) {
if (_root.money >= price) {
_root.money = _root.money - price;
_root.weapon6owned = true;
_visible = false;
}
}
}
Instance of Symbol 60 MovieClip in Symbol 103 MovieClip [pause] Frame 1
onClipEvent (load) {
price = 1400;
if (_root.weapon5owned) {
_visible = false;
_x = 1000;
}
}
on (release) {
if (_visible) {
if (_root.money >= price) {
_root.money = _root.money - price;
_root.weapon5owned = true;
_visible = false;
}
}
}
Instance of Symbol 60 MovieClip in Symbol 103 MovieClip [pause] Frame 1
onClipEvent (load) {
price = 800;
if (_root.weapon4owned) {
_visible = false;
_x = 1000;
}
}
on (release) {
if (_visible) {
if (_root.money >= price) {
_root.money = _root.money - price;
_root.weapon4owned = true;
_visible = false;
}
}
}
Instance of Symbol 60 MovieClip in Symbol 103 MovieClip [pause] Frame 1
onClipEvent (load) {
price = 300;
if (_root.weapon3owned) {
_visible = false;
_x = 1000;
}
}
on (release) {
if (_visible) {
if (_root.money >= price) {
_root.money = _root.money - price;
_root.weapon3owned = true;
_visible = false;
}
}
}
Instance of Symbol 60 MovieClip in Symbol 103 MovieClip [pause] Frame 1
onClipEvent (load) {
price = 100;
if (_root.weapon2owned) {
_visible = false;
_x = 1000;
}
}
on (release) {
if (_visible) {
if (_root.money >= price) {
_root.money = _root.money - price;
_root.weapon2owned = true;
_visible = false;
}
}
}
Symbol 103 MovieClip [pause] Frame 2
stop();
Instance of Symbol 60 MovieClip in Symbol 103 MovieClip [pause] Frame 2
onClipEvent (load) {
price = 6000;
if (_root.weapon25owned) {
_visible = false;
_x = 1000;
}
}
on (release) {
if (_visible) {
if (_root.money >= price) {
_root.money = _root.money - price;
_root.weapon25owned = true;
_visible = false;
}
}
}
Instance of Symbol 60 MovieClip in Symbol 103 MovieClip [pause] Frame 2
onClipEvent (load) {
price = 3000;
if (_root.weapon24owned) {
_visible = false;
_x = 1000;
}
}
on (release) {
if (_visible) {
if (_root.money >= price) {
_root.money = _root.money - price;
_root.weapon24owned = true;
_visible = false;
}
}
}
Instance of Symbol 60 MovieClip in Symbol 103 MovieClip [pause] Frame 2
onClipEvent (load) {
price = 1000;
if (_root.weapon23owned) {
_visible = false;
_x = 1000;
}
}
on (release) {
if (_visible) {
if (_root.money >= price) {
_root.money = _root.money - price;
_root.weapon23owned = true;
_visible = false;
}
}
}
Instance of Symbol 60 MovieClip in Symbol 103 MovieClip [pause] Frame 2
onClipEvent (load) {
price = 500;
if (_root.weapon22owned) {
_visible = false;
_x = 1000;
}
}
on (release) {
if (_visible) {
if (_root.money >= price) {
_root.money = _root.money - price;
_root.weapon22owned = true;
_visible = false;
}
}
}
Symbol 579 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd
{
function MochiAd () {
}
static function getVersion() {
return("2.5");
}
static function showPreGameAd(options) {
var _local26 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, no_progress_bar:false, ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}, ad_failed:function () {
trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_loaded:function (width, height) {
}, ad_skipped:function () {
}, ad_progress:function (percent) {
}};
options = _parseOptions(options, _local26);
if ("c862232051e0a94e1c3609b3916ddb17".substr(0) == "dfeada81ac97cde83665f81c12da7def") {
options.ad_started();
options.ad_finished();
return(undefined);
}
var clip = options.clip;
var _local22 = 11000;
var _local25 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_failed();
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local14 = _getRes(options);
var _local4 = _local14[0];
var _local13 = _local14[1];
mc._x = _local4 * 0.5;
mc._y = _local13 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = _local4 * -0.5;
chk._y = _local13 * -0.5;
var _local6 = chk.createEmptyMovieClip("_mochiad_bar", 4);
if (options.no_progress_bar) {
_local6._visible = false;
delete options.no_progress_bar;
} else {
_local6._x = 10;
_local6._y = _local13 - 20;
}
var _local21 = options.color;
delete options.color;
var _local19 = options.background;
delete options.background;
var _local23 = options.outline;
delete options.outline;
var _local5 = _local6.createEmptyMovieClip("_outline", 1);
_local5.beginFill(_local19);
_local5.moveTo(0, 0);
_local5.lineTo(_local4 - 20, 0);
_local5.lineTo(_local4 - 20, 10);
_local5.lineTo(0, 10);
_local5.lineTo(0, 0);
_local5.endFill();
var _local3 = _local6.createEmptyMovieClip("_inside", 2);
_local3.beginFill(_local21);
_local3.moveTo(0, 0);
_local3.lineTo(_local4 - 20, 0);
_local3.lineTo(_local4 - 20, 10);
_local3.lineTo(0, 10);
_local3.lineTo(0, 0);
_local3.endFill();
_local3._xscale = 0;
var _local7 = _local6.createEmptyMovieClip("_outline", 3);
_local7.lineStyle(0, _local23, 100);
_local7.moveTo(0, 0);
_local7.lineTo(_local4 - 20, 0);
_local7.lineTo(_local4 - 20, 10);
_local7.lineTo(0, 10);
_local7.lineTo(0, 0);
chk.ad_msec = _local22;
chk.ad_timeout = _local25;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.regContLC = function (lc_name) {
mc._containerLCName = lc_name;
};
var sendHostProgress = false;
mc.lc.sendHostLoadProgress = function (lc_name) {
sendHostProgress = true;
};
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adSkipped = options.ad_skipped;
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec;
};
mc.lc.rpc = function (callbackID, arg) {
MochiAd.rpc(clip, callbackID, arg);
};
mc.rpcTestFn = function (s) {
trace("[MOCHIAD rpcTestFn] " + s);
return(s);
};
chk.onEnterFrame = function () {
var _local6 = this._parent._parent;
var _local11 = this._parent._mochiad_ctr;
var _local5 = getTimer() - this.started;
var _local3 = false;
var _local4 = _local6.getBytesTotal();
var _local8 = _local6.getBytesLoaded();
var _local2 = (100 * _local8) / _local4;
var _local10 = (100 * _local5) / chk.ad_msec;
var _local9 = this._mochiad_bar._inside;
var _local13 = Math.min(100, Math.min(_local2 || 0, _local10));
_local13 = Math.max(this.last_pcnt, _local13);
this.last_pcnt = _local13;
_local9._xscale = _local13;
options.ad_progress(_local13);
if (sendHostProgress) {
clip._mochiad.lc.send(clip._mochiad._containerLCName, "notify", {id:"hostLoadPcnt", pcnt:_local2});
if (_local2 == 100) {
sendHostProgress = false;
}
}
if (!chk.showing) {
var _local7 = _local11.getBytesTotal();
if ((_local7 > 0) || (typeof(_local7) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if ((_local5 > chk.ad_timeout) && (_local2 == 100)) {
options.ad_failed();
_local3 = true;
}
}
if (_local5 > chk.ad_msec) {
_local3 = true;
}
if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
}
}
};
}
static function showClickAwayAd(options) {
var _local9 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showClickAwayAd", res:"300x250", no_bg:true, ad_started:function () {
}, ad_finished:function () {
}, ad_loaded:function (width, height) {
}, ad_failed:function () {
trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_skipped:function () {
}};
options = _parseOptions(options, _local9);
var clip = options.clip;
var _local8 = options.ad_timeout;
delete options.ad_timeout;
if (!load(options)) {
options.ad_failed();
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local4 = _getRes(options);
var _local10 = _local4[0];
var _local7 = _local4[1];
mc._x = _local10 * 0.5;
mc._y = _local7 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_timeout = _local8;
chk.started = getTimer();
chk.showing = false;
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adSkipped = options.ad_skipped;
mc.lc.rpc = function (callbackID, arg) {
MochiAd.rpc(clip, callbackID, arg);
};
mc.rpcTestFn = function (s) {
trace("[MOCHIAD rpcTestFn] " + s);
return(s);
};
var _local20 = false;
mc.lc.regContLC = function (lc_name) {
mc._containerLCName = lc_name;
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
_local2 = true;
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
options.ad_failed();
_local2 = true;
}
}
if (_local2) {
delete this.onEnterFrame;
}
};
}
static function showInterLevelAd(options) {
var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}, ad_failed:function () {
trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_loaded:function (width, height) {
}, ad_skipped:function () {
}};
options = _parseOptions(options, _local13);
var clip = options.clip;
var _local10 = 11000;
var _local12 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_failed();
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local5 = _getRes(options);
var _local14 = _local5[0];
var _local11 = _local5[1];
mc._x = _local14 * 0.5;
mc._y = _local11 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = _local10;
chk.ad_timeout = _local12;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adSkipped = options.ad_skipped;
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec - 250;
};
mc.lc.rpc = function (callbackID, arg) {
MochiAd.rpc(clip, callbackID, arg);
};
mc.rpcTestFn = function (s) {
trace("[MOCHIAD rpcTestFn] " + s);
return(s);
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
options.ad_failed();
_local2 = true;
}
}
if (_local4 > chk.ad_msec) {
_local2 = true;
}
if (_local2) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = this.fadeFunction;
}
}
};
}
static function showPreloaderAd(options) {
trace("[MochiAd] DEPRECATED: showPreloaderAd was renamed to showPreGameAd in 2.0");
showPreGameAd(options);
}
static function showTimedAd(options) {
trace("[MochiAd] DEPRECATED: showTimedAd was renamed to showInterLevelAd in 2.0");
showInterLevelAd(options);
}
static function _allowDomains(server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}
static function load(options) {
var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = _parseOptions(options, _local13);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local9 = options.clip;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local9._mochiad_loaded) {
return(null);
}
var _local12 = options.depth;
delete options.depth;
var _local6 = _local9.createEmptyMovieClip("_mochiad", _local12);
var _local11 = _getRes(options);
options.res = (_local11[0] + "x") + _local11[1];
options.server = options.server + options.id;
delete options.id;
_local9._mochiad_loaded = true;
var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1);
for (var _local7 in options) {
_local4[_local7] = options[_local7];
}
var _local10 = _local4.server;
delete _local4.server;
var _local14 = _allowDomains(_local10);
_local6.onEnterFrame = function () {
if (this._mochiad_ctr._url != this._url) {
this.onEnterFrame = function () {
if (!this._mochiad_ctr) {
delete this.onEnterFrame;
MochiAd.unload(this._parent);
}
};
}
};
var _local5 = new LocalConnection();
var _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local5.mc = _local6;
_local5.name = _local8;
_local5.hostname = _local14;
_local5.allowDomain = function (d) {
return(true);
};
_local5.allowInsecureDomain = _local5.allowDomain;
_local5.connect(_local8);
_local6.lc = _local5;
_local4.lc = _local8;
_local4.st = getTimer();
_local4.loadMovie(_local10 + ".swf", "POST");
return(_local6);
}
static function unload(clip) {
if (typeof(clip) == "undefined") {
clip = _root;
}
if (clip.clip && (clip.clip._mochiad)) {
clip = clip.clip;
}
if (!clip._mochiad) {
return(false);
}
if (clip._mochiad._containerLCName != undefined) {
clip._mochiad.lc.send(clip._mochiad._containerLCName, "notify", {id:"unload"});
}
clip._mochiad.removeMovieClip();
delete clip._mochiad_loaded;
delete clip._mochiad;
return(true);
}
static function _isNetworkAvailable() {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function _getRes(options) {
var _local3 = options.clip.getBounds();
var _local2 = 0;
var _local1 = 0;
if (typeof(options.res) != "undefined") {
var _local4 = options.res.split("x");
_local2 = parseFloat(_local4[0]);
_local1 = parseFloat(_local4[1]);
} else {
_local2 = _local3.xMax - _local3.xMin;
_local1 = _local3.yMax - _local3.yMin;
}
if ((_local2 == 0) || (_local1 == 0)) {
_local2 = Stage.width;
_local1 = Stage.height;
}
return([_local2, _local1]);
}
static function _parseOptions(options, defaults) {
var _local4 = {};
for (var _local8 in defaults) {
_local4[_local8] = defaults[_local8];
}
if (options) {
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
}
if (_root.mochiad_options) {
var _local5 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local5.length) {
var _local3 = _local5[_local2].split("=");
_local4[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
if (_local4.id == "test") {
trace("[MochiAd] WARNING: Using the MochiAds test identifier, make sure to use the code from your dashboard, not this example!");
}
return(_local4);
}
static function rpc(clip, callbackID, arg) {
switch (arg.id) {
case "setValue" :
setValue(clip, arg.objectName, arg.value);
break;
case "getValue" :
var _local4 = getValue(clip, arg.objectName);
clip._mochiad.lc.send(clip._mochiad._containerLCName, "rpcResult", callbackID, _local4);
break;
case "runMethod" :
var _local3 = runMethod(clip, arg.method, arg.args);
clip._mochiad.lc.send(clip._mochiad._containerLCName, "rpcResult", callbackID, _local3);
break;
default :
trace("[mochiads rpc] unknown rpc id: " + arg.id);
}
}
static function setValue(base, objectName, value) {
var _local2 = objectName.split(".");
var _local1;
_local1 = 0;
while (_local1 < (_local2.length - 1)) {
if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) {
return(undefined);
}
base = base[_local2[_local1]];
_local1++;
}
base[_local2[_local1]] = value;
}
static function getValue(base, objectName) {
var _local2 = objectName.split(".");
var _local1;
_local1 = 0;
while (_local1 < (_local2.length - 1)) {
if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) {
return(undefined);
}
base = base[_local2[_local1]];
_local1++;
}
return(base[_local2[_local1]]);
}
static function runMethod(base, methodName, argsArray) {
var _local2 = methodName.split(".");
var _local1;
_local1 = 0;
while (_local1 < (_local2.length - 1)) {
if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) {
return(undefined);
}
base = base[_local2[_local1]];
_local1++;
}
if (typeof(base[_local2[_local1]]) == "function") {
return(base[_local2[_local1]].apply(base, argsArray));
}
return(undefined);
}
}
Symbol 580 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 110 MovieClip Frame 25
stop();
Symbol 114 Button
on (release) {
_root.gotoAndStop("howto");
}
Symbol 118 Button
on (release) {
getURL ("http://rankz.armorbot.com/DtC/", "BLANK");
}
Symbol 119 MovieClip Frame 32
stop();
Symbol 124 Button
on (release) {
_root.play();
}
Symbol 144 MovieClip Frame 1
stop();
Instance of Symbol 137 MovieClip in Symbol 144 MovieClip Frame 8
onClipEvent (enterFrame) {
i = 1;
while (i < _root.i) {
if (this.hitTest(_root["Enemy" + i])) {
_root["Enemy" + i].health = _root["Enemy" + i].health - _root.damage;
}
i++;
}
}
Symbol 165 MovieClip Frame 1
stop();
Instance of Symbol 137 MovieClip in Symbol 165 MovieClip Frame 7
onClipEvent (enterFrame) {
i = 1;
while (i < _root.i) {
if (this.hitTest(_root["Enemy" + i])) {
_root["Enemy" + i].health = _root["Enemy" + i].health - _root.damage;
}
i++;
}
}
Instance of Symbol 137 MovieClip in Symbol 165 MovieClip Frame 11
onClipEvent (enterFrame) {
i = 1;
while (i < _root.i) {
if (this.hitTest(_root["Enemy" + i])) {
_root["Enemy" + i].health = _root["Enemy" + i].health - _root.damage;
}
i++;
}
}
Symbol 189 MovieClip Frame 1
stop();
Instance of Symbol 137 MovieClip in Symbol 189 MovieClip Frame 15
onClipEvent (enterFrame) {
i = 1;
while (i < _root.i) {
if (this.hitTest(_root["Enemy" + i])) {
_root["Enemy" + i].health = _root["Enemy" + i].health - _root.damage;
}
i++;
}
}
Symbol 207 MovieClip Frame 1
stop();
Instance of Symbol 137 MovieClip in Symbol 207 MovieClip Frame 13
onClipEvent (enterFrame) {
i = 1;
while (i < _root.i) {
if (this.hitTest(_root["Enemy" + i])) {
_root["Enemy" + i]._x = _root["Enemy" + i].origx;
_root["Enemy" + i]._y = _root["Enemy" + i].origy;
_root["Enemy" + i]._y = (_root["Enemy" + i].attack = false);
}
i++;
}
}
Symbol 220 MovieClip Frame 1
stop();
Instance of Symbol 137 MovieClip in Symbol 220 MovieClip Frame 23
onClipEvent (enterFrame) {
i = 1;
while (i < _root.i) {
if (this.hitTest(_root["Enemy" + i])) {
_root.score = _root.score - 150;
_root["Enemy" + i].removeMovieClip();
}
i++;
}
}
Symbol 237 MovieClip Frame 1
stop();
Instance of Symbol 137 MovieClip in Symbol 237 MovieClip Frame 9
onClipEvent (enterFrame) {
i = 1;
while (i < _root.i) {
if (this.hitTest(_root["Enemy" + i])) {
_root["Enemy" + i].health = _root["Enemy" + i].health - _root.damage;
}
i++;
}
}
Instance of Symbol 137 MovieClip in Symbol 237 MovieClip Frame 13
onClipEvent (enterFrame) {
i = 1;
while (i < _root.i) {
if (this.hitTest(_root["Enemy" + i])) {
_root["Enemy" + i].health = _root["Enemy" + i].health - _root.damage;
}
i++;
}
}
Symbol 241 MovieClip Frame 1
stop();
Instance of Symbol 137 MovieClip in Symbol 241 MovieClip Frame 2
onClipEvent (enterFrame) {
i = 0;
while (i < _root.i) {
if (this.hitTest(_root["Enemy" + i])) {
_root["Enemy" + i].health = _root["Enemy" + i].health - _root.damage;
}
i++;
}
}
Symbol 242 MovieClip Frame 1
stop();
Instance of Symbol 137 MovieClip in Symbol 242 MovieClip Frame 5
onClipEvent (enterFrame) {
i = 1;
while (i < _root.i) {
if (this.hitTest(_root["Enemy" + i])) {
_root["Enemy" + i].health = _root["Enemy" + i].health - _root.damage;
}
i++;
}
}
Symbol 267 MovieClip Frame 1
stop();
Instance of Symbol 137 MovieClip in Symbol 267 MovieClip Frame 16
onClipEvent (enterFrame) {
i = 1;
while (i < _root.i) {
if (this.hitTest(_root["Enemy" + i])) {
_root["Enemy" + i].health = _root["Enemy" + i].health - _root.damage;
}
i++;
}
}
Symbol 324 MovieClip Frame 9
_root.playerhp = _root.playerhp - _parent.damage;
Symbol 338 MovieClip Frame 20
_parent.removeMovieClip();
Symbol 339 MovieClip Frame 1
stop();
Instance of Symbol 273 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (load) {
maxhealth = _parent.health;
}
onClipEvent (enterFrame) {
if (_parent.health >= 0) {
_xscale = ((100 / maxhealth) * _parent.health);
}
}
Symbol 339 MovieClip Frame 2
stop();
Symbol 339 MovieClip Frame 3
stop();
Symbol 382 MovieClip Frame 21
_root.playerhp = _root.playerhp - _parent.damage;
Symbol 392 MovieClip Frame 20
_parent.removeMovieClip();
Symbol 393 MovieClip Frame 1
stop();
Instance of Symbol 273 MovieClip in Symbol 393 MovieClip Frame 1
onClipEvent (load) {
maxhealth = _parent.health;
}
onClipEvent (enterFrame) {
if (_parent.health >= 0) {
_xscale = ((100 / maxhealth) * _parent.health);
}
}
Symbol 393 MovieClip Frame 2
stop();
Symbol 393 MovieClip Frame 3
stop();
Symbol 447 MovieClip Frame 14
_root.playerhp = _root.playerhp - _parent.damage;
Symbol 459 MovieClip Frame 19
_parent.removeMovieClip();
Symbol 460 MovieClip Frame 1
stop();
Instance of Symbol 273 MovieClip in Symbol 460 MovieClip Frame 1
onClipEvent (load) {
maxhealth = _parent.health;
}
onClipEvent (enterFrame) {
if (_parent.health >= 0) {
_xscale = ((100 / maxhealth) * _parent.health);
}
}
Symbol 460 MovieClip Frame 2
stop();
Symbol 460 MovieClip Frame 3
stop();
Symbol 515 MovieClip Frame 14
_root.playerhp = _root.playerhp - _parent.damage;
Symbol 529 MovieClip Frame 19
_parent.removeMovieClip();
Symbol 530 MovieClip Frame 1
stop();
Instance of Symbol 273 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
maxhealth = _parent.health;
}
onClipEvent (enterFrame) {
if (_parent.health >= 0) {
_xscale = ((100 / maxhealth) * _parent.health);
}
}
Symbol 530 MovieClip Frame 2
stop();
Symbol 530 MovieClip Frame 3
stop();
Symbol 533 MovieClip Frame 14
_parent.removeMovieClip();
Symbol 534 MovieClip Frame 1
stop();
Instance of Symbol 273 MovieClip in Symbol 534 MovieClip Frame 1
onClipEvent (load) {
maxhealth = _parent.health;
}
onClipEvent (enterFrame) {
if (_parent.health >= 0) {
_xscale = ((100 / maxhealth) * _parent.health);
}
}
Symbol 534 MovieClip Frame 2
stop();
Instance of Symbol 533 MovieClip "attackani" in Symbol 534 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_currentframe == 10) {
_root.playerhp = _root.playerhp - _parent.damage;
}
}
Symbol 534 MovieClip Frame 3
stop();
Symbol 556 MovieClip Frame 744
_parent.removeMovieClip();
Symbol 561 Button
on (release) {
_root.gotoAndPlay("fadein");
_root.tut = 1;
}
Symbol 564 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.fscore;
__rankz_send__("MjkyM2olZSVhJW4lcw==", "ZFB0SWhBbGQ=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
getURL ("http://rankz.armorbot.com/DtC/", "BLANK");
_root.nextFrame();
}
Symbol 567 Button
on (release) {
_root.gotoAndPlay("fadein");
_root.tut = 1;
}
Symbol 577 Button
on (release) {
_root.gotoAndPlay(2);
_root.tut = 1;
}