Frame 1
function doSomething() {
getURL ("http://www.eggysgames", "_blank");
}
function doSomething2() {
getURL ("http://octomon.wordpress.com/", "blank");
}
function doSomething3() {
getURL ("http://www.armorgames.com", "_blank");
}
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Eggys Games", doSomething);
Functioned2 = new ContextMenuItem("Octomon", doSomething2);
Functioned3 = new ContextMenuItem("Armor Games", doSomething3);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
MENU.customItems.push(Functioned3);
MENU.builtInItems.quality = true;
_root.menu = MENU;
_root.soundon = true;
_root.musicon = true;
_root.pausee = false;
Instance of Symbol 48 MovieClip in Frame 1
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Frame 2
stop();
Frame 3
stop();
Instance of Symbol 106 MovieClip in Frame 3
on (press) {
getURL ("http://www.eggysgames.com", "blank");
}
Frame 4
stop();
Instance of Symbol 118 MovieClip in Frame 4
on (press) {
getURL ("http://octomon.wordpress.com/", "blank");
}
Frame 5
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);
}
stop();
_root.sound = true;
_root.music = true;
__com_mochibot__("7679c0be", this, 10301, true);
Instance of Symbol 149 MovieClip in Frame 5
onClipEvent (load) {
}
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
Mouse.hide();
}
Frame 6
stop();
Frame 7
stop();
Mouse.hide();
_root.i = 0;
_root.s = 1000;
_root.z = 50;
_root.timer = 0;
_root.timerr = 0;
_root.S = 9;
_root.score = 0;
myListener = new Object();
myListener.onKeyDown = function () {
if (Key.getCode() == 81) {
if ((i++) >= 2) {
i = 0;
}
_quality = ["HIGH", "MEDIUM", "LOW"][i];
}
};
Key.addListener(myListener);
Instance of Symbol 279 MovieClip "themouse" in Frame 7
onClipEvent (load) {
pull = true;
holder = 1;
}
onClipEvent (enterFrame) {
bob = _root.getNextHighestDepth();
this.swapDepths(bob);
if (_currentframe != 11) {
_x = _root._xmouse;
_y = _root._ymouse;
}
Mouse.hide();
}
Instance of Symbol 333 MovieClip "enemystick" in Frame 7
onClipEvent (load) {
onPress = function () {
gotoAndStop (3);
};
}
onClipEvent (load) {
if (_name != "enemystick") {
_x = 710;
_y = 395;
heystop = random(700);
once = false;
}
}
onClipEvent (enterFrame) {
if (_name != "enemystick") {
if (_root._currentframe != 7) {
removeMovieClip(this);
}
if ((_x >= heystop) and (_currentframe != 3)) {
_x = (_x - 4);
}
if ((_x <= heystop) and (once == false)) {
once = true;
this.gotoAndStop(2);
}
}
}
Instance of Symbol 335 MovieClip in Frame 7
onClipEvent (enterFrame) {
_root.timer++;
}
Instance of Symbol 338 MovieClip "missile" in Frame 7
onClipEvent (enterFrame) {
if (_root._currentframe != 7) {
removeMovieClip(this);
}
if (_currentframe == 1) {
_y = (_y - 5);
}
if (_root.themouse.hitTest(_x, _y, true)) {
if (_root.themouse._currentframe != 11) {
gotoAndStop (2);
}
}
if (_y < -50) {
removeMovieClip(this);
}
}
Instance of Symbol 19 MovieClip [bullet] "shell1" in Frame 7
onClipEvent (load) {
if (_name != "shell1") {
alphatonormal = 0;
this._alpha = 1;
_x = _root.enemytank1._x;
_y = (_root.enemytank1._y - 20);
speed = 12;
_rotation = _root.enemytank1.shaft._rotation;
once = false;
}
}
onClipEvent (enterFrame) {
if (_root._currentframe != 7) {
removeMovieClip(this);
}
if ((_root.themouse.hitTest(this) and (once == false)) and (_currentframe == 1)) {
_root.themouse.nextFrame();
once = true;
gotoAndStop (2);
}
if (_name != "shell1") {
alphatonormal++;
if (alphatonormal >= 4) {
this._alpha = 100;
}
if (_currentframe == 1) {
_y = (_y - (speed * Math.sin((Math.PI/180) * _rotation)));
_x = (_x + (speed * Math.cos((Math.PI/180) * _rotation)));
}
}
if (_x > 690) {
gotoAndStop (2);
}
if (_x < 10) {
gotoAndStop (2);
}
if (_y < 0) {
gotoAndStop (2);
}
}
Instance of Symbol 344 MovieClip "enemytank1" in Frame 7
onClipEvent (load) {
onPress = function () {
killdeath = killdeath + 1;
_x = (_x - random(2));
_y = (_y - random(2));
_x = (_x + random(2));
_y = (_y + random(2));
if (killdeath >= 10) {
heystop = 0;
timeron = true;
gotoAndStop (3);
}
};
}
onClipEvent (load) {
go = 0;
newtimer = false;
killdeath = 0;
bob = _root.getNextHighestDepth();
this.swapDepths(bob);
_x = -40;
_y = 390;
heystop = random(660) + 20;
}
onClipEvent (enterFrame) {
if (timeron == true) {
go++;
if (go >= 100) {
heystop = random(660) + 20;
_x = -40;
_y = 390;
gotoAndStop (2);
go = 0;
killdeath = 0;
timeron = false;
}
}
if (_root.timer >= 250) {
if (_root._currentframe != 7) {
removeMovieClip(this);
}
bob = _root.getNextHighestDepth();
this.swapDepths(bob);
if (_x <= heystop) {
_x = (_x + 1);
}
if ((_x >= heystop) and (killdeath <= 4)) {
gotoAndStop (2);
}
}
}
Instance of Symbol 354 MovieClip "enemyscud1" in Frame 7
onClipEvent (load) {
onPress = function () {
killdeath = killdeath + 1;
_x = (_x - random(2));
_y = (_y - random(2));
_x = (_x + random(2));
_y = (_y + random(2));
if (killdeath >= 10) {
heystop = 0;
timeron = true;
gotoAndStop (3);
}
};
}
onClipEvent (load) {
go = 0;
newtimer = false;
killdeath = 0;
bob = _root.getNextHighestDepth();
this.swapDepths(bob);
_x = -40;
_y = 395;
heystop = random(700) + 20;
}
onClipEvent (enterFrame) {
if (timeron == true) {
go++;
if (go >= 100) {
heystop = random(660) + 20;
_x = -40;
_y = 390;
gotoAndStop (2);
go = 0;
killdeath = 0;
timeron = false;
}
}
if (_root._currentframe != 7) {
removeMovieClip(this);
}
if (_root.timer >= 900) {
bob = _root.getNextHighestDepth();
this.swapDepths(bob);
if (_x <= heystop) {
_x = (_x + 1);
}
if ((_x >= heystop) and (killdeath <= 4)) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 362 MovieClip "scudmissile1" in Frame 7
onClipEvent (load) {
if (_name != "scudmissile1") {
_alpha = 0;
speed = 4;
_x = _root.enemyscud1._x;
_y = _root.enemyscud1._y;
timer = 0;
once = false;
}
}
onClipEvent (enterFrame) {
timer++;
if (timer > 10) {
_alpha = 100;
}
if (timer < 40) {
_y = (_y - 5);
_rotation = 90;
}
if (((_name != "scudmissile1") and (timer >= 40)) and (_currentframe == 1)) {
if (_root.themouse.hitTest(this) and (once == false)) {
_root.themouse.nextFrame();
once = true;
gotoAndStop (2);
}
if (_root._currentframe != 7) {
removeMovieClip(this);
}
speed = speed + 0.05;
XX = _parent._xmouse - _x;
YY = _parent._ymouse - _y;
radAngle = Math.atan2(YY, XX);
_rotation = (((radAngle * 180) / Math.PI) - 180);
X = _root.themouse._x - _x;
Y = _root.themouse._y - _y;
dist = (X * X) + (Y * Y);
ang = Math.atan2(Y, X);
this._x = this._x + (Math.cos(ang) * speed);
this._y = this._y + (Math.sin(ang) * speed);
if (timer > 120) {
gotoAndStop (2);
}
}
}
Instance of Symbol 368 MovieClip "enemyplane1" in Frame 7
onClipEvent (mouseMove) {
if (_root.themouse.hitTest(this)) {
kill++;
if (_currentframe != 2) {
_rotation = (_rotation + random(5));
_rotation = (_rotation - random(5));
_y = (_y + random(3));
_y = (_y - random(3));
}
}
if (kill >= 10) {
gotoAndStop (3);
}
}
onClipEvent (load) {
kill = 0;
bob = _root.getNextHighestDepth();
this.swapDepths(bob);
_x = -110;
_y = 50;
}
onClipEvent (enterFrame) {
if (_root._currentframe != 7) {
removeMovieClip(this);
}
timer++;
if ((_root.timer >= 900) and (timer >= 100)) {
if (bang._currentframe >= 40) {
_x = (_x + 3);
}
}
if (_x > 710) {
_rotation = 0;
kill = 0;
gotoAndStop (1);
timer = 0;
_x = -110;
}
}
Instance of Symbol 370 MovieClip "bomb1" in Frame 7
onClipEvent (load) {
if (_name != "bomb1") {
speed = 4;
_x = _root.enemyplane1._x;
_y = (_root.enemyplane1._y + 10);
timer = 0;
once = false;
}
}
onClipEvent (enterFrame) {
timer++;
if (_currentframe == 1) {
_y = (_y + 4);
_x = (_x + 1);
}
if (((_name != "bomb1") and (timer >= 1)) and (_currentframe == 1)) {
if (_root.themouse.hitTest(this) and (once == false)) {
_root.themouse.nextFrame();
once = true;
gotoAndStop (2);
}
if (_root._currentframe != 7) {
removeMovieClip(this);
}
if (timer > 80) {
gotoAndStop (2);
}
}
}
Instance of Symbol 381 MovieClip "enemypara" in Frame 7
onClipEvent (load) {
onPress = function () {
gotoAndStop (3);
};
}
onClipEvent (load) {
if (_name != "enemypara") {
speed = 4;
_x = random(550);
_y = -50;
timer = 0;
once = false;
}
}
onClipEvent (enterFrame) {
if (_root._currentframe != 7) {
removeMovieClip(this);
}
timer++;
if ((((_name != "enemypara") and (timer >= 1)) and (_currentframe == 1)) or (_currentframe == 2)) {
if (_currentframe == 1) {
_y = (_y + 2);
}
if (_currentframe == 2) {
_y = (_y + 6);
}
if (_root.themouse.hitTest(this) and (once == false)) {
once = true;
gotoAndStop (2);
}
if ((_y > 395) and (_currentframe == 2)) {
gotoAndStop (3);
}
if ((_y > 395) and (_currentframe == 1)) {
gotoAndStop (4);
}
}
}
Instance of Symbol 394 MovieClip "enemyheli1" in Frame 7
onClipEvent (mouseMove) {
if (_root.themouse.hitTest(this)) {
kill++;
if (_currentframe != 3) {
_rotation = (_rotation + random(5));
_rotation = (_rotation - random(5));
}
}
if (kill >= 20) {
gotoAndStop (3);
}
}
onClipEvent (load) {
kill = 0;
bob = _root.getNextHighestDepth();
this.swapDepths(bob);
_x = -110;
_y = _root.themouse._y;
}
onClipEvent (enterFrame) {
timer++;
if (_root._currentframe != 7) {
removeMovieClip(this);
}
if ((_root.timer >= 1900) and (timer >= 150)) {
if (bang._currentframe >= 40) {
_x = (_x + 3);
if (((_x <= 550) and (_x >= 20)) and (_currentframe == 1)) {
gotoAndStop (2);
}
}
}
if (_x > 750) {
gotoAndStop (1);
_rotation = 0;
kill = 0;
timer = 0;
_x = -110;
_y = _root.themouse._y;
}
}
Instance of Symbol 397 MovieClip "helimissile1" in Frame 7
onClipEvent (load) {
if (_name != "helimissile1") {
speed = 4;
_x = (_root.enemyheli1._x + 50);
_y = _root.enemyheli1._y;
timer = 0;
once = false;
}
}
onClipEvent (enterFrame) {
timer++;
if (_currentframe == 1) {
_x = (_x + 9);
}
if ((_name != "helimissile1") and (_currentframe == 1)) {
if (_root.themouse.hitTest(this) and (once == false)) {
_root.themouse.nextFrame();
once = true;
gotoAndStop (2);
}
if (_root._currentframe != 7) {
removeMovieClip(this);
}
if (_x > 1000) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 398 MovieClip "paramissile" in Frame 7
onClipEvent (enterFrame) {
if (_root._currentframe != 7) {
removeMovieClip(this);
}
if (_currentframe == 1) {
_x = (_x + 5);
}
if (_root.themouse.hitTest(_x, _y, true)) {
if (_root.themouse._currentframe != 11) {
gotoAndStop (2);
}
}
if (_y < -50) {
removeMovieClip(this);
}
if (_x > 750) {
removeMovieClip(this);
}
}
Instance of Symbol 19 MovieClip [bullet] "shell2" in Frame 7
onClipEvent (load) {
if (_name != "shell2") {
alphatonormal = 0;
this._alpha = 1;
_x = _root.enemytank2._x;
_y = (_root.enemytank2._y - 20);
speed = 12;
_rotation = _root.enemytank2.shaft2._rotation;
once = false;
}
}
onClipEvent (enterFrame) {
if (_root._currentframe != 7) {
removeMovieClip(this);
}
if ((_root.themouse.hitTest(this) and (once == false)) and (_currentframe == 1)) {
_root.themouse.nextFrame();
once = true;
gotoAndStop (2);
}
if (_name != "shell1") {
alphatonormal++;
if (alphatonormal >= 4) {
this._alpha = 100;
}
if (_currentframe == 1) {
_y = (_y - (speed * Math.sin((Math.PI/180) * _rotation)));
_x = (_x + (speed * Math.cos((Math.PI/180) * _rotation)));
}
}
if (_x > 690) {
gotoAndStop (2);
}
if (_x < 10) {
gotoAndStop (2);
}
if (_y < 0) {
gotoAndStop (2);
}
}
Instance of Symbol 402 MovieClip "enemytank2" in Frame 7
onClipEvent (load) {
onPress = function () {
killdeath = killdeath + 1;
_x = (_x - random(2));
_y = (_y - random(2));
_x = (_x + random(2));
_y = (_y + random(2));
if (killdeath >= 10) {
heystop = 0;
timeron = true;
gotoAndStop (3);
}
};
}
onClipEvent (load) {
go = 0;
newtimer = false;
killdeath = 0;
bob = _root.getNextHighestDepth();
this.swapDepths(bob);
_x = -40;
_y = 390;
heystop = random(660) + 20;
}
onClipEvent (enterFrame) {
if (timeron == true) {
go++;
if (go >= 100) {
heystop = random(660) + 20;
_x = -40;
_y = 390;
gotoAndStop (2);
go = 0;
killdeath = 0;
timeron = false;
}
}
if (_root.timer >= 1500) {
if (_root._currentframe != 7) {
removeMovieClip(this);
}
bob = _root.getNextHighestDepth();
this.swapDepths(bob);
if (_x <= heystop) {
_x = (_x + 1);
}
if ((_x >= heystop) and (killdeath <= 4)) {
gotoAndStop (2);
}
}
}
Instance of Symbol 405 MovieClip in Frame 7
onClipEvent (load) {
beenpressed = false;
bob = false;
fred = false;
_root.sound = true;
_root.music = true;
}
onClipEvent (enterFrame) {
if (!Key.isDown(83)) {
bob = false;
}
if (Key.isDown(83)) {
if ((_root.sound == true) and (bob == false)) {
_root.sound = false;
bob = true;
} else if ((_root.sound == false) and (bob == false)) {
_root.sound = true;
bob = true;
}
}
if (!Key.isDown(77)) {
fred = false;
}
if (Key.isDown(77)) {
if ((_root.music == true) and (fred == false)) {
stopAllSounds();
_root.music = false;
fred = true;
}
if ((_root.music == false) and (fred == false)) {
_root.music = true;
someSound = new Sound();
someSound.attachSound("blood", this);
someSound.start(0, 1E16);
fred = true;
}
}
}
Frame 8
stop();
Instance of Symbol 423 MovieClip in Frame 8
on (press) {
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.myname.text;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _root.score;
__rankz_send__("MjUyNmolZSVhJW4lcw==", "akp2aG9mY0k=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
getURL ("http://rankz.armorbot.com/mouseundersiege/", "blank");
_visible = false;
}
Instance of Symbol 425 MovieClip in Frame 8
on (press) {
getURL ("http://rankz.armorbot.com/mouseundersiege/", "blank");
}
Instance of Symbol 427 MovieClip in Frame 8
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Instance of Symbol 428 MovieClip in Frame 8
onClipEvent (load) {
}
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
Mouse.hide();
}
Symbol 18 MovieClip Frame 40
stop();
Symbol 19 MovieClip [bullet] Frame 1
stop();
Symbol 19 MovieClip [bullet] Frame 2
stop();
if (_root.sound == true) {
someSound = new Sound();
someSound.attachSound("bangbang", this);
someSound.start(0, 1);
}
Symbol 38 Button
on (release) {
_root.preloader.play();
}
Symbol 39 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
_root.gotoAndStop(2);
}
Instance of Symbol 26 MovieClip "bar" in Symbol 39 MovieClip Frame 1
onClipEvent (enterFrame) {
bar._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (bar._xscale == 100) {
_root.play();
}
}
Symbol 39 MovieClip Frame 2
gotoAndPlay (1);
Symbol 74 Button
on (release) {
getURL ("http://octomon.wordpress.com/", "blank");
}
Symbol 81 Button
on (release) {
getURL ("http://www.eggysgames.com/", "blank");
}
Symbol 430 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 85 Button
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Symbol 89 MovieClip Frame 81
_root.nextFrame();
Symbol 97 MovieClip Frame 58
stop();
Symbol 106 MovieClip Frame 155
stopAllSounds();
_root.nextFrame();
Symbol 118 MovieClip Frame 149
stop();
_root.nextFrame();
Symbol 122 Button
on (press) {
stopAllSounds();
_root.play();
}
Symbol 125 Button
on (press) {
_root.instructions.gotoAndPlay(2);
}
Symbol 128 Button
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Symbol 131 Button
on (release) {
getURL ("http://www.armorblog.com", "blank");
}
Symbol 147 MovieClip Frame 1
stop();
Symbol 147 MovieClip Frame 33
stop();
Instance of Symbol 142 MovieClip in Symbol 147 MovieClip Frame 33
on (press) {
_root.instructions.play();
}
Symbol 147 MovieClip Frame 47
stop();
Symbol 149 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 60
stop();
Symbol 176 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 1
stop();
if ((tankmove = 1)) {
play();
}
Symbol 228 MovieClip Frame 10
if ((tankmove = 0)) {
gotoAndStop (1);
} else {
gotoAndPlay (2);
}
Symbol 240 MovieClip Frame 478
tankmove = 1;
Symbol 240 MovieClip Frame 585
_root.play();
Symbol 243 Button
on (press) {
_root.nextFrame();
}
Symbol 277 MovieClip Frame 40
stop();
_root.gotoAndStop(8);
Symbol 278 MovieClip Frame 40
stop();
stopAllSounds();
Symbol 279 MovieClip Frame 1
stop();
Symbol 279 MovieClip Frame 2
stop();
Symbol 279 MovieClip Frame 3
stop();
Symbol 279 MovieClip Frame 4
stop();
Symbol 279 MovieClip Frame 5
stop();
Symbol 279 MovieClip Frame 6
stop();
Symbol 279 MovieClip Frame 7
stop();
Symbol 279 MovieClip Frame 8
stop();
Symbol 279 MovieClip Frame 9
stop();
Symbol 279 MovieClip Frame 10
stop();
Symbol 279 MovieClip Frame 11
stop();
if (_root.sound == true) {
someSound = new Sound();
someSound.attachSound("mousedie", this);
someSound.start(0, 1);
}
Symbol 288 MovieClip Frame 1
duplicateMovieClip (_root.missile, "newmissile" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
_root["newmissile" + (_root.getNextHighestDepth() - 1)]._x = _parent._x;
_root["newmissile" + (_root.getNextHighestDepth() - 1)]._y = _parent._y - 35;
if (_root.sound == true) {
someSound = new Sound();
someSound.attachSound("stickgun", this);
someSound.start(0, 1);
}
Symbol 332 MovieClip Frame 13
stop();
Symbol 333 MovieClip Frame 1
stop();
Symbol 333 MovieClip Frame 2
stop();
Symbol 333 MovieClip Frame 3
stop();
if (_root.sound == true) {
someSound = new Sound();
someSound.attachSound("splat", this);
someSound.start(0, 1);
}
Symbol 335 MovieClip Frame 45
if (_root.timer >= 2000) {
duplicateMovieClip (_root.enemystick, "newenemystick" + _root.i, _root.getNextHighestDepth());
_root.i = _root.i + 1;
}
Symbol 335 MovieClip Frame 96
duplicateMovieClip (_root.enemystick, "newenemystick" + _root.i, _root.getNextHighestDepth());
_root.i = _root.i + 1;
if (_root.timer >= 50) {
duplicateMovieClip (_root.enemypara, "newenemypara" + _root.i, _root.getNextHighestDepth());
_root.i = _root.i + 1;
}
Symbol 338 MovieClip Frame 1
stop();
Symbol 338 MovieClip Frame 2
stop();
_root.themouse.nextFrame();
Symbol 342 MovieClip Frame 100
duplicateMovieClip (_root.shell1, ("shell1" + _root.getNextHighestDepth()) + 1, _root.getNextHighestDepth() + 1);
if (_root.sound == true) {
someSound = new Sound();
someSound.attachSound("tankshoot", this);
someSound.start(0, 1);
}
Symbol 343 MovieClip Frame 42
stop();
Symbol 344 MovieClip Frame 1
stop();
Instance of Symbol 232 MovieClip "shaft" in Symbol 344 MovieClip Frame 1
onClipEvent (enterFrame) {
X = _parent._xmouse - _x;
Y = _parent._ymouse - _y;
radAngle = Math.atan2(Y, X);
_rotation = (((radAngle * 180) / Math.PI) - 180);
}
Symbol 344 MovieClip Frame 2
stop();
Symbol 344 MovieClip Frame 3
stop();
Symbol 352 MovieClip Frame 170
duplicateMovieClip (_root.scudmissile1, "newscudmissile1" + _root.S, _root.getNextHighestDepth());
_root.S = _root.S + 1;
Symbol 353 MovieClip Frame 42
stop();
Symbol 354 MovieClip Frame 1
stop();
Symbol 354 MovieClip Frame 2
stop();
Symbol 354 MovieClip Frame 3
stop();
Symbol 362 MovieClip Frame 1
stop();
if (_root.sound == true) {
someSound = new Sound();
someSound.attachSound("missound", this);
someSound.start(0, 1);
}
Symbol 362 MovieClip Frame 2
stop();
if (_root.sound == true) {
someSound = new Sound();
someSound.attachSound("bangbang", this);
someSound.start(0, 1);
}
Symbol 363 MovieClip Frame 40
_root.score = _root.score + 1;
Symbol 365 MovieClip Frame 35
if ((_root.enemyplane1._x > 0) and (_root.enemyplane1._x < 700)) {
duplicateMovieClip (_root.bomb1, "bomb1" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
_root.S = _root.S + 1;
}
Symbol 368 MovieClip Frame 1
stop();
Symbol 368 MovieClip Frame 2
stop();
Symbol 370 MovieClip Frame 1
stop();
Symbol 370 MovieClip Frame 2
stop();
if (_root.sound == true) {
someSound = new Sound();
someSound.attachSound("bangbang", this);
someSound.start(0, 1);
}
Symbol 378 MovieClip Frame 30
duplicateMovieClip (_root.paramissile, "newparamissile" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
_root["newparamissile" + (_root.getNextHighestDepth() - 1)]._x = _parent._x + 5;
_root["newparamissile" + (_root.getNextHighestDepth() - 1)]._y = _parent._y - 10;
Symbol 381 MovieClip Frame 1
stop();
Symbol 381 MovieClip Frame 2
stop();
Symbol 381 MovieClip Frame 3
stop();
if (_root.sound == true) {
someSound = new Sound();
someSound.attachSound("splat", this);
someSound.start(0, 1);
}
Symbol 381 MovieClip Frame 4
stop();
Symbol 393 MovieClip Frame 20
duplicateMovieClip (_root.helimissile1, "helimissile1" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
_root.S = _root.S + 1;
Symbol 394 MovieClip Frame 1
stop();
Symbol 394 MovieClip Frame 2
stop();
Symbol 394 MovieClip Frame 3
stop();
Symbol 397 MovieClip Frame 1
stop();
Symbol 397 MovieClip Frame 2
stop();
if (_root.sound == true) {
someSound = new Sound();
someSound.attachSound("bangbang", this);
someSound.start(0, 1);
}
Symbol 398 MovieClip Frame 1
stop();
Symbol 398 MovieClip Frame 2
stop();
_root.themouse.nextFrame();
Symbol 401 MovieClip Frame 100
duplicateMovieClip (_root.shell2, ("shell2" + _root.getNextHighestDepth()) + 1, _root.getNextHighestDepth() + 1);
Symbol 402 MovieClip Frame 1
stop();
Instance of Symbol 232 MovieClip "shaft2" in Symbol 402 MovieClip Frame 1
onClipEvent (enterFrame) {
X = _parent._xmouse - _x;
Y = _parent._ymouse - _y;
radAngle = Math.atan2(Y, X);
_rotation = (((radAngle * 180) / Math.PI) - 180);
}
Symbol 402 MovieClip Frame 2
stop();
Symbol 402 MovieClip Frame 3
stop();
Symbol 409 MovieClip Frame 106
stop();
Symbol 419 Button
on (press) {
stopAllSounds();
_root.gotoAndStop(7);
}
Symbol 428 MovieClip Frame 1
stop();