Frame 1
_root._quality = "High";
stopAllSounds();
_root.bytesLoaded = _root.getBytesLoaded();
_root.bytesTotal = _root.getBytesTotal();
_root.percentLoaded = Math.round(100 * (_root.bytesLoaded / _root.bytesTotal));
_root.percentLoadedText = _root.percentLoaded + "%";
_root.bar.gotoAndStop(percentLoaded);
_root.menu = new ContextMenu();
_root.menu.hideBuiltInItems();
Frame 2
if (_root.percentLoaded == 100) {
gotoAndStop (3);
} else {
gotoAndPlay (1);
}
Instance of Symbol 29 MovieClip "agmove" in Frame 3
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Frame 4
stop();
Instance of Symbol 45 MovieClip in Frame 4
on (release) {
getURL ("http://coolio-niato.newgrounds.com/", _blank);
}
Frame 5
stop();
Instance of Symbol 83 MovieClip in Frame 5
onClipEvent (load) {
started = 0;
_root.bg.gotoAndStop(1);
}
onClipEvent (enterFrame) {
started++;
if (started == 15) {
nextx = (Math.random() * (Stage.width - 20)) + 10;
nexty = (Math.random() * (Stage.width - 20)) + 10;
x = 0;
while (x < 25) {
randomint = Math.round(Math.random() * 1000000);
duplicateMovieClip (_root.msquare, "m" + randomint, _root.getNextHighestDepth());
_root["m" + randomint]._x = nextx;
_root["m" + randomint]._y = nexty;
_root["m" + randomint]._alpha = 80;
_root["m" + randomint]._rotation = 15 * x;
_root["m" + randomint].shape.color.gotoAndStop(Math.round((Math.random() * 2) + 1));
x++;
}
started = 0;
}
}
Frame 6
scorevar = 0;
life = 0;
pause = false;
instructions = 0;
Instance of Symbol 104 MovieClip "char" in Frame 6
onClipEvent (load) {
i = 0;
wait = 0;
rotation = 0;
rotation2 = 180;
spawn = 0;
nexty = 0;
nextx = 0;
nextcolor = 0;
enum = 0;
off1 = 0;
off2 = 0;
xspd = 0;
yspd = 0;
rspd = 11;
inc = 0.3;
maxyspd = 8;
maxxspd = 8;
_root.life = 10;
_root.score = 0;
_root.bg.gotoAndStop(1);
_root.instructions = 1;
}
onClipEvent (enterFrame) {
if (_root.life == 0) {
_root.gotoAndStop("lose");
}
_root.scorevar = _root.score;
if (!_root.pause) {
_root.lives.gotoAndStop(_root.life + 1);
if ((!Key.isDown(87)) and Key.isDown(83)) {
if ((yspd + inc) < maxyspd) {
yspd = yspd + inc;
} else {
yspd = maxyspd;
}
} else if (Key.isDown(87) and (!Key.isDown(83))) {
if ((yspd - inc) > (-maxyspd)) {
yspd = yspd - inc;
} else {
yspd = -maxyspd;
}
}
if ((!Key.isDown(65)) and Key.isDown(68)) {
if ((xspd + inc) < maxxspd) {
xspd = xspd + inc;
} else {
xspd = maxxspd;
}
} else if (Key.isDown(65) and (!Key.isDown(68))) {
if ((xspd - inc) > (-maxxspd)) {
xspd = xspd - inc;
} else {
xspd = -maxxspd;
}
}
if (Key.isDown(37) and (!Key.isDown(39))) {
this.lines._rotation = this.lines._rotation - rspd;
this.lines2._rotation = this.lines2._rotation - rspd;
this.lines3._rotation = this.lines3._rotation - rspd;
this.red._rotation = this.red._rotation - rspd;
this.blue._rotation = this.blue._rotation - rspd;
this.green._rotation = this.green._rotation - rspd;
wait++;
if (wait > 1) {
x = 1;
while (x <= 1) {
i++;
duplicateMovieClip (_root.square2, "s" + i, _root.getNextHighestDepth());
_root["s" + i]._x = _x + (Math.sin(rotation * (Math.PI/180)) * 30);
_root["s" + i]._y = _y - (Math.cos(rotation * (Math.PI/180)) * 30);
_root["s" + i]._rotation = rotation;
_root["s" + i]._alpha = 70;
i++;
x++;
}
x = 1;
while (x <= 1) {
i++;
duplicateMovieClip (_root.square2, "s" + i, _root.getNextHighestDepth());
_root["s" + i]._x = _x + (Math.sin(rotation2 * (Math.PI/180)) * 30);
_root["s" + i]._y = _y - (Math.cos(rotation2 * (Math.PI/180)) * 30);
_root["s" + i]._rotation = rotation2;
_root["s" + i]._alpha = 70;
i++;
x++;
}
rotation = rotation - 23;
rotation2 = rotation2 - 23;
wait = 0;
}
} else if ((!Key.isDown(37)) and Key.isDown(39)) {
this.lines._rotation = this.lines._rotation + rspd;
this.lines2._rotation = this.lines2._rotation + rspd;
this.lines3._rotation = this.lines3._rotation + rspd;
this.red._rotation = this.red._rotation + rspd;
this.blue._rotation = this.blue._rotation + rspd;
this.green._rotation = this.green._rotation + rspd;
wait++;
if (wait > 1) {
x = 1;
while (x <= 1) {
i++;
duplicateMovieClip (_root.square2, "s" + i, _root.getNextHighestDepth());
_root["s" + i]._x = _x + (Math.sin(rotation * (Math.PI/180)) * 30);
_root["s" + i]._y = _y - (Math.cos(rotation * (Math.PI/180)) * 30);
_root["s" + i]._rotation = rotation;
_root["s" + i]._alpha = 70;
i++;
x++;
}
x = 1;
while (x <= 1) {
i++;
duplicateMovieClip (_root.square2, "s" + i, _root.getNextHighestDepth());
_root["s" + i]._x = _x + (Math.sin(rotation2 * (Math.PI/180)) * 30);
_root["s" + i]._y = _y - (Math.cos(rotation2 * (Math.PI/180)) * 30);
_root["s" + i]._rotation = rotation2;
_root["s" + i]._alpha = 70;
i++;
x++;
}
rotation = rotation + 23;
rotation2 = rotation2 + 23;
wait = 0;
}
}
if ((xspd > -0.1) and (xspd < 0.1)) {
xspd = 0;
} else {
xspd = xspd * 0.95;
}
if ((yspd > -0.1) and (yspd < 0.1)) {
yspd = 0;
} else {
yspd = yspd * 0.95;
}
if (((_x - (_width / 2)) + xspd) > 0) {
if ((_x + (_width / 2)) < Stage.width) {
_x = (_x + xspd);
} else {
xspd = xspd * -1.5;
_x = (((Stage.width - (_width / 2)) - 0.1) + xspd);
}
} else {
xspd = xspd * -1.5;
_x = (((0 + (_width / 2)) + 0.1) + xspd);
}
if ((_y - (_height / 2)) > 0) {
if ((_y + (_height / 2)) < Stage.height) {
_y = (_y + yspd);
} else {
_y = (((Stage.height - (_height / 2)) - 0.1) - yspd);
yspd = yspd * -1.5;
}
} else {
_y = (((0 + (_height / 2)) + 0.1) - yspd);
yspd = yspd * -1.5;
}
_root._x = _root._x + off1;
_root._y = _root._y + off2;
if (enum > 0) {
enum++;
if (enum == 1) {
_root._x = 0;
_root._y = 0;
enum = 4;
} else if (enum == 2) {
off1 = (Math.random() * 20) - 10;
off2 = (Math.random() * 20) - 10;
} else if (enum == 3) {
off1 = (Math.random() * 20) - 10;
off2 = (Math.random() * 20) - 10;
} else if (enum == 4) {
off1 = (Math.random() * 12) - 6;
off2 = (Math.random() * 12) - 6;
} else if (enum == 5) {
off1 = (Math.random() * 8) - 4;
off2 = (Math.random() * 8) - 4;
} else if (enum == 6) {
off1 = 0;
off2 = 0;
enum = 0;
_root._x = 0;
_root._y = 0;
}
}
if (_root.instructions == 2) {
spawn++;
if (spawn == 1) {
side = Math.ceil((Math.random() * 3) + 1);
if (side == 1) {
if ((_x - nextx) < 200) {
nextx = -10;
} else {
side = 2;
}
nexty = Math.random() * Stage.height;
} else if (side == 2) {
nextx = Stage.width + 10;
nexty = Math.random() * Stage.height;
} else if (side == 3) {
nexty = -10;
nextx = Math.random() * Stage.width;
} else if (side == 4) {
nexty = Stage.height + 10;
nextx = Math.random() * Stage.width;
}
nextcolor = Math.round((Math.random() * 2) + 1);
}
if (spawn == 70) {
i++;
duplicateMovieClip (_root.enemies.cube, "c" + i, _root.enemies.getNextHighestDepth());
_root.enemies["c" + i]._x = nextx;
_root.enemies["c" + i]._y = nexty;
_root.enemies["c" + i].gotoAndStop(nextcolor);
spawn = 0;
}
} else if (_root.instructions == 4) {
spawn++;
if (spawn == 1) {
side = Math.ceil((Math.random() * 3) + 1);
if (side == 1) {
if ((_x - nextx) < 200) {
nextx = -10;
} else {
side = 2;
}
nexty = Math.random() * Stage.height;
} else if (side == 2) {
nextx = Stage.width + 10;
nexty = Math.random() * Stage.height;
} else if (side == 3) {
nexty = -10;
nextx = Math.random() * Stage.width;
} else if (side == 4) {
nexty = Stage.height + 10;
nextx = Math.random() * Stage.width;
}
nextcolor = Math.round((Math.random() * 2) + 1);
}
if (spawn == 40) {
i++;
duplicateMovieClip (_root.enemies.cube, "c" + i, _root.enemies.getNextHighestDepth());
_root.enemies["c" + i]._x = nextx;
_root.enemies["c" + i]._y = nexty;
_root.enemies["c" + i].gotoAndStop(nextcolor);
spawn = 0;
}
} else if (_root.instructions == 6) {
spawn++;
if (spawn == 1) {
side = Math.ceil((Math.random() * 3) + 1);
if (side == 1) {
if ((_x - nextx) < 200) {
nextx = -10;
} else {
side = 2;
}
nexty = Math.random() * Stage.height;
} else if (side == 2) {
nextx = Stage.width + 10;
nexty = Math.random() * Stage.height;
} else if (side == 3) {
nexty = -10;
nextx = Math.random() * Stage.width;
} else if (side == 4) {
nexty = Stage.height + 10;
nextx = Math.random() * Stage.width;
}
nextcolor = Math.round((Math.random() * 2) + 1);
}
if (spawn == 55) {
i++;
if (Math.random() > 0.6) {
duplicateMovieClip (_root.enemies.triangle, "t" + i, _root.enemies.getNextHighestDepth());
_root.enemies["t" + i]._x = nextx;
_root.enemies["t" + i]._y = nexty;
_root.enemies["t" + i].gotoAndStop(nextcolor);
spawn = 0;
} else {
duplicateMovieClip (_root.enemies.cube, "c" + i, _root.enemies.getNextHighestDepth());
_root.enemies["c" + i]._x = nextx;
_root.enemies["c" + i]._y = nexty;
_root.enemies["c" + i].gotoAndStop(nextcolor);
spawn = 0;
}
}
} else if (_root.instructions == 8) {
spawn++;
if (spawn == 1) {
side = Math.ceil((Math.random() * 3) + 1);
if (side == 1) {
if ((_x - nextx) < 200) {
nextx = -10;
} else {
side = 2;
}
nexty = Math.random() * Stage.height;
} else if (side == 2) {
nextx = Stage.width + 10;
nexty = Math.random() * Stage.height;
} else if (side == 3) {
nexty = -10;
nextx = Math.random() * Stage.width;
} else if (side == 4) {
nexty = Stage.height + 10;
nextx = Math.random() * Stage.width;
}
nextcolor = Math.round((Math.random() * 2) + 1);
}
if (spawn == 40) {
i++;
if (Math.random() > 0.6) {
duplicateMovieClip (_root.enemies.triangle, "t" + i, _root.enemies.getNextHighestDepth());
_root.enemies["t" + i]._x = nextx;
_root.enemies["t" + i]._y = nexty;
_root.enemies["t" + i].gotoAndStop(nextcolor);
spawn = 0;
} else {
duplicateMovieClip (_root.enemies.cube, "c" + i, _root.enemies.getNextHighestDepth());
_root.enemies["c" + i]._x = nextx;
_root.enemies["c" + i]._y = nexty;
_root.enemies["c" + i].gotoAndStop(nextcolor);
spawn = 0;
}
}
} else if (_root.instructions == 10) {
spawn++;
if (spawn == 1) {
side = Math.ceil((Math.random() * 3) + 1);
if (side == 1) {
if ((_x - nextx) < 200) {
nextx = -10;
} else {
side = 2;
}
nexty = Math.random() * Stage.height;
} else if (side == 2) {
nextx = Stage.width + 10;
nexty = Math.random() * Stage.height;
} else if (side == 3) {
nexty = -10;
nextx = Math.random() * Stage.width;
} else if (side == 4) {
nexty = Stage.height + 10;
nextx = Math.random() * Stage.width;
}
nextcolor = Math.round((Math.random() * 2) + 1);
}
if (spawn == 50) {
i++;
if (Math.random() > 0.85) {
duplicateMovieClip (_root.enemies.sphere, "l" + i, _root.enemies.getNextHighestDepth());
_root.enemies["l" + i]._x = nextx;
_root.enemies["l" + i]._y = nexty;
_root.enemies["l" + i].gotoAndStop(nextcolor);
spawn = 0;
} else if (Math.random() > 0.8) {
duplicateMovieClip (_root.enemies.triangle, "t" + i, _root.enemies.getNextHighestDepth());
_root.enemies["t" + i]._x = nextx;
_root.enemies["t" + i]._y = nexty;
_root.enemies["t" + i].gotoAndStop(nextcolor);
spawn = 0;
} else {
duplicateMovieClip (_root.enemies.cube, "c" + i, _root.enemies.getNextHighestDepth());
_root.enemies["c" + i]._x = nextx;
_root.enemies["c" + i]._y = nexty;
_root.enemies["c" + i].gotoAndStop(nextcolor);
spawn = 0;
}
}
} else if (_root.instructions == 12) {
spawn++;
if (spawn == 1) {
side = Math.ceil((Math.random() * 3) + 1);
if (side == 1) {
if ((_x - nextx) < 200) {
nextx = -10;
} else {
side = 2;
}
nexty = Math.random() * Stage.height;
} else if (side == 2) {
nextx = Stage.width + 10;
nexty = Math.random() * Stage.height;
} else if (side == 3) {
nexty = -10;
nextx = Math.random() * Stage.width;
} else if (side == 4) {
nexty = Stage.height + 10;
nextx = Math.random() * Stage.width;
}
nextcolor = Math.round((Math.random() * 2) + 1);
}
if (spawn == 40) {
i++;
if (Math.random() > 0.9) {
duplicateMovieClip (_root.enemies.sphere, "l" + i, _root.enemies.getNextHighestDepth());
_root.enemies["l" + i]._x = nextx;
_root.enemies["l" + i]._y = nexty;
_root.enemies["l" + i].gotoAndStop(nextcolor);
spawn = 0;
} else if (Math.random() > 0.8) {
duplicateMovieClip (_root.enemies.triangle, "t" + i, _root.enemies.getNextHighestDepth());
_root.enemies["t" + i]._x = nextx;
_root.enemies["t" + i]._y = nexty;
_root.enemies["t" + i].gotoAndStop(nextcolor);
spawn = 0;
} else {
duplicateMovieClip (_root.enemies.cube, "c" + i, _root.enemies.getNextHighestDepth());
_root.enemies["c" + i]._x = nextx;
_root.enemies["c" + i]._y = nexty;
_root.enemies["c" + i].gotoAndStop(nextcolor);
spawn = 0;
}
}
}
}
}
Instance of Symbol 130 MovieClip "enemies" in Frame 6
onClipEvent (load) {
_x = 0;
_y = 0;
}
Instance of Symbol 170 MovieClip "pause" in Frame 6
onClipEvent (load) {
_root.pause = false;
pkey = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(80)) {
if (pkey == 0) {
if (_root.pause) {
_root.pause = false;
_root.song.play();
} else {
_root.pause = true;
_root.song.stop();
}
pkey = 1;
}
} else {
pkey = 0;
}
if (_root.pause) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Frame 7
function senddascores() {
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 = namevar.text;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = scorevar;
__rankz_send__("MTg1NmolZSVhJW4lcw==", "UmJEYXRmTFU=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
_root.gotoAndStop("scores");
}
stop();
Instance of Symbol 176 MovieClip in Frame 7
onClipEvent (load) {
_root.score = _root.scorevar;
_root._x = 0;
_root._y = 0;
Mouse.show();
}
Instance of Symbol 139 MovieClip "flash" in Frame 7
onClipEvent (load) {
this.play();
}
Instance of Symbol 83 MovieClip in Frame 7
onClipEvent (load) {
started = 0;
_root.bg.gotoAndStop(1);
}
onClipEvent (enterFrame) {
started++;
if (started == 15) {
nextx = (Math.random() * (Stage.width - 20)) + 10;
nexty = (Math.random() * (Stage.width - 20)) + 10;
x = 0;
while (x < 25) {
randomint = Math.round(Math.random() * 1000000);
duplicateMovieClip (_root.msquare, "m" + randomint, _root.getNextHighestDepth());
_root["m" + randomint]._x = nextx;
_root["m" + randomint]._y = nexty;
_root["m" + randomint]._alpha = 80;
_root["m" + randomint]._rotation = 15 * x;
_root["m" + randomint].shape.color.gotoAndStop(Math.round((Math.random() * 2) + 1));
x++;
}
started = 0;
}
}
Frame 8
function senddascores() {
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 = namevar.text;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = scorevar;
__rankz_send__("MTg1NmolZSVhJW4lcw==", "UmJEYXRmTFU=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
_root.gotoAndStop("scores");
}
stop();
Instance of Symbol 83 MovieClip in Frame 8
onClipEvent (load) {
started = 0;
_root.bg.gotoAndStop(1);
}
onClipEvent (enterFrame) {
started++;
if (started == 15) {
nextx = (Math.random() * (Stage.width - 20)) + 10;
nexty = (Math.random() * (Stage.width - 20)) + 10;
x = 0;
while (x < 25) {
randomint = Math.round(Math.random() * 1000000);
duplicateMovieClip (_root.msquare, "m" + randomint, _root.getNextHighestDepth());
_root["m" + randomint]._x = nextx;
_root["m" + randomint]._y = nexty;
_root["m" + randomint]._alpha = 80;
_root["m" + randomint]._rotation = 15 * x;
_root["m" + randomint].shape.color.gotoAndStop(Math.round((Math.random() * 2) + 1));
x++;
}
started = 0;
}
}
Frame 9
rankz_t10_send = new LoadVars();
rankz_t10_receive = new LoadVars();
rankz_t10_send.SU0249 = "MTg1NmolZSVhJW4lcw==";
rankz_t10_send.flashkey = "UmJEYXRmTFU=";
rankz_t10_receive.onLoad = function (success) {
if (success) {
_rankz_ar_ = rankz_t10_receive.top10.split("<u/*/u>");
i = 0;
while (i < _rankz_ar_.length) {
tempv = _rankz_ar_[i].split("</*/>");
_root["rankz_n" + (i + 1)].text = tempv[0];
_root["rankz_v" + (i + 1)].text = tempv[1];
i++;
}
} else {
trace("ERROR");
}
};
rankz_t10_send.sendAndLoad("http://rankz.armorbot.com/get/top10.php", rankz_t10_receive, "POST");
Instance of Symbol 83 MovieClip in Frame 9
onClipEvent (load) {
started = 0;
_root.bg.gotoAndStop(1);
}
onClipEvent (enterFrame) {
started++;
if (started == 15) {
nextx = (Math.random() * (Stage.width - 20)) + 10;
nexty = (Math.random() * (Stage.width - 20)) + 10;
x = 0;
while (x < 25) {
randomint = Math.round(Math.random() * 1000000);
duplicateMovieClip (_root.msquare, "m" + randomint, _root.getNextHighestDepth());
_root["m" + randomint]._x = nextx;
_root["m" + randomint]._y = nexty;
_root["m" + randomint]._alpha = 80;
_root["m" + randomint]._rotation = 15 * x;
_root["m" + randomint].shape.color.gotoAndStop(Math.round((Math.random() * 2) + 1));
x++;
}
started = 0;
}
}
Symbol 4 MovieClip Frame 1
stop();
Symbol 232 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 22 Button
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Symbol 29 MovieClip Frame 148
_root.play();
Symbol 29 MovieClip Frame 176
_root.nextFrame();
Symbol 45 MovieClip Frame 151
_root.nextFrame();
Symbol 53 MovieClip Frame 1
stop();
Symbol 60 Button
on (release) {
getURL ("http://www.armorgames.com", _blank);
}
Symbol 65 Button
on (release) {
_root.gotoAndStop("game");
}
on (rollOver) {
_root.bg.gotoAndStop(2);
_root.title.gotoAndStop(2);
}
on (rollOut) {
_root.bg.gotoAndStop(1);
_root.title.gotoAndStop(1);
}
Symbol 68 Button
on (rollOver) {
_root.bg.gotoAndStop(3);
_root.title.gotoAndStop(3);
}
on (rollOut) {
_root.bg.gotoAndStop(1);
_root.title.gotoAndStop(1);
}
on (release) {
getURL ("http://www.armorgames.com", _blank);
}
Symbol 71 MovieClip Frame 1
stop();
Symbol 75 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 2
stop();
Symbol 81 MovieClip Frame 1
stop();
Instance of Symbol 80 MovieClip "shape" in Symbol 81 MovieClip Frame 1
onClipEvent (load) {
if (_parent._name != "msquare") {
speed = (Math.random() * 3) + 5;
_parent._xscale = _parent._xscale + (-2 * speed);
_parent._yscale = _parent._yscale + (-2 * speed);
}
}
onClipEvent (enterFrame) {
if (_parent._name != "msquare") {
if (!_root.pause) {
_parent._y = _parent._y - (Math.cos(_parent._rotation * (Math.PI/180)) * speed);
_parent._x = _parent._x + (Math.sin(_parent._rotation * (Math.PI/180)) * speed);
_parent._xscale = _parent._xscale - 0.3;
_parent._yscale = _parent._yscale - 0.3;
_parent._alpha = _parent._alpha - 4;
if (_parent._alpha <= 0) {
removeMovieClip(_parent);
}
}
}
}
Symbol 87 Button
on (rollOver) {
_root.bg.gotoAndStop(3);
_root.title.gotoAndStop(3);
}
on (rollOut) {
_root.bg.gotoAndStop(1);
_root.title.gotoAndStop(1);
}
on (release) {
_root.gotoAndStop("scores");
}
Symbol 94 Button
on (rollOver) {
_root.bg.gotoAndStop(2);
_root.title.gotoAndStop(2);
}
on (rollOut) {
_root.bg.gotoAndStop(1);
_root.title.gotoAndStop(1);
}
on (release) {
getURL ("http://www.armorgames.com/games/colorwars.html", _blank);
}
Symbol 99 MovieClip Frame 1
stop();
Instance of Symbol 107 MovieClip in Symbol 108 MovieClip Frame 1
onClipEvent (load) {
_parent._xscale = 110 + (Math.random() * 10);
_parent._yscale = 110 + (Math.random() * 10);
sizedec = 4;
spd = 5;
}
onClipEvent (enterFrame) {
if (_parent._name != "square") {
_parent._xscale = _parent._xscale - sizedec;
_parent._yscale = _parent._yscale - sizedec;
_parent._alpha = _parent._alpha - sizedec;
}
if (_parent._alpha <= 0) {
removeMovieClip(_parent);
}
}
Instance of Symbol 110 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (load) {
spd = 6;
wait = 0;
die = false;
size = -15;
win = 150;
lose = 500;
}
onClipEvent (enterFrame) {
if (_parent._name != "cube") {
if (_root._currentframe != 6) {
removeMovieClip(_parent);
}
if (_root.instructions == 13) {
die = true;
}
xDifference = _parent._x - _root.char._x;
yDifference = _parent._y - _root.char._y;
rotation = (-Math.atan2(xDifference, yDifference)) / (Math.PI/180);
if (!_root.pause) {
if (die) {
_root.bg.gotoAndStop(_parent._currentframe);
_root.char.enum = 1;
_root.char.xspd = _root.char.xspd + (Math.sin(rotation * (Math.PI/180)) * 6);
_root.char.yspd = _root.char.yspd - (Math.cos(rotation * (Math.PI/180)) * 6);
x = 0;
while (x < 16) {
randomint = Math.round(Math.random() * 1000000);
duplicateMovieClip (_root.msquare, "m" + randomint, _root.getNextHighestDepth());
_root["m" + randomint]._x = _parent._x;
_root["m" + randomint]._y = _parent._y;
_root["m" + randomint]._alpha = 80;
_root["m" + randomint]._rotation = 24 * x;
_root["m" + randomint].shape.color.gotoAndStop(_parent._currentframe);
x++;
}
removeMovieClip(_parent);
} else {
if (_root.char.hitTest(_parent._x, _parent._y, true)) {
_root.dink2.play();
if (_parent._currentframe == 1) {
if (!_root.char.blue.hitTest(_parent._x, _parent._y, true)) {
_root.life--;
_root.flash.play();
if ((_root.score - lose) > 0) {
_root.score = _root.score - lose;
} else {
_root.score = 0;
}
} else {
_root.char.blue.play();
_root.score = _root.score + win;
}
} else if (_parent._currentframe == 2) {
if (!_root.char.green.hitTest(_parent._x, _parent._y, true)) {
_root.life--;
_root.flash.play();
if ((_root.score - lose) > 0) {
_root.score = _root.score - lose;
} else {
_root.score = 0;
}
} else {
_root.char.green.play();
_root.score = _root.score + win;
}
} else if (_parent._currentframe == 3) {
if (!_root.char.red.hitTest(_parent._x, _parent._y, true)) {
_root.life--;
_root.flash.play();
if ((_root.score - lose) > 0) {
_root.score = _root.score - lose;
} else {
_root.score = 0;
}
} else {
_root.char.red.play();
_root.score = _root.score + win;
}
}
die = true;
}
wait++;
if (wait > 2) {
randomint = Math.round(Math.random() * 1000000);
duplicateMovieClip (_root.square, "s" + randomint, _root.getNextHighestDepth());
_root["s" + randomint]._x = _parent._x;
_root["s" + randomint]._y = _parent._y;
_root["s" + randomint]._alpha = 80;
wait = 0;
}
_parent._rotation = _parent._rotation + 5;
_parent._y = _parent._y - (Math.cos(rotation * (Math.PI/180)) * spd);
_parent._x = _parent._x + (Math.sin(rotation * (Math.PI/180)) * spd);
}
}
}
}
Instance of Symbol 116 MovieClip in Symbol 119 MovieClip Frame 1
onClipEvent (load) {
spd = 4;
wait = 0;
turnwait = 0;
randomturn = (Math.random() * 100) + 100;
turn = 0;
newturn = 0;
direct = 0;
rspd = 0;
fwait = 0;
xDifference = _parent._x - _root.char._x;
yDifference = _parent._y - _root.char._y;
_parent._rotation = (-Math.atan2(xDifference, yDifference)) / (Math.PI/180);
win = 300;
lose = 500;
}
onClipEvent (enterFrame) {
if (_parent._name != "triangle") {
if (_root._currentframe != 6) {
removeMovieClip(_parent);
}
if (_root.instructions == 13) {
die = true;
}
if (!_root.pause) {
turnwait++;
if (turnwait > randomturn) {
follow = true;
}
if (_parent.hitTest(_root.char)) {
i = 1;
while (i < 6) {
if (_parent.hitTest(_root.char["p" + i]._x + _root.char._x, _root.char["p" + i]._y + _root.char._y, true)) {
if (_root.char._alpha == 100) {
die = true;
}
_root.loseLife(1);
}
i++;
}
}
if (die) {
_root.bg.gotoAndStop(_parent._currentframe);
_root.char.enum = 1;
_root.char.xspd = _root.char.xspd + (Math.sin(_parent._rotation * (Math.PI/180)) * 8);
_root.char.yspd = _root.char.yspd - (Math.cos(_parent._rotation * (Math.PI/180)) * 8);
x = 0;
while (x < 16) {
randomint = Math.round(Math.random() * 1000000);
duplicateMovieClip (_root.msquare, "m" + randomint, _root.getNextHighestDepth());
_root["m" + randomint]._x = _parent._x;
_root["m" + randomint]._y = _parent._y;
_root["m" + randomint]._alpha = 80;
_root["m" + randomint]._rotation = 24 * x;
_root["m" + randomint].shape.gotoAndStop(2);
_root["m" + randomint].shape.color.gotoAndStop(_parent._currentframe);
x++;
}
_root.score = _root.score + 250;
removeMovieClip(_parent);
} else {
wait++;
if (wait > 2) {
randomint = Math.round(Math.random() * 1000000);
duplicateMovieClip (_root.square, "s" + randomint, _root.getNextHighestDepth());
_root["s" + randomint]._x = _parent._x - (Math.sin(_parent._rotation * (Math.PI/180)) * 15);
_root["s" + randomint]._y = _parent._y + (Math.cos(_parent._rotation * (Math.PI/180)) * 15);
_root["s" + randomint]._alpha = 80;
wait = 0;
}
if (_root.char.hitTest(_parent._x, _parent._y, true)) {
_root.dink2.play();
if (_parent._currentframe == 1) {
if (!_root.char.blue.hitTest(_parent._x, _parent._y, true)) {
_root.life--;
_root.flash.play();
if ((_root.score - lose) > 0) {
_root.score = _root.score - lose;
} else {
_root.score = 0;
}
} else {
_root.char.blue.play();
_root.score = _root.score + win;
}
} else if (_parent._currentframe == 2) {
if (!_root.char.green.hitTest(_parent._x, _parent._y, true)) {
_root.life--;
_root.flash.play();
if ((_root.score - lose) > 0) {
_root.score = _root.score - lose;
} else {
_root.score = 0;
}
} else {
_root.char.green.play();
_root.score = _root.score + win;
}
} else if (_parent._currentframe == 3) {
if (!_root.char.red.hitTest(_parent._x, _parent._y, true)) {
_root.life--;
_root.flash.play();
if ((_root.score - lose) > 0) {
_root.score = _root.score - lose;
} else {
_root.score = 0;
}
} else {
_root.char.red.play();
_root.score = _root.score + win;
}
}
die = true;
}
if (follow) {
if (fwait == 5) {
_parent._y = _parent._y - ((Math.cos(_parent._rotation * (Math.PI/180)) * spd) * 1.5);
_parent._x = _parent._x + ((Math.sin(_parent._rotation * (Math.PI/180)) * spd) * 1.5);
xDifference = _parent._x - _root.char._x;
yDifference = _parent._y - _root.char._y;
_parent._rotation = (-Math.atan2(xDifference, yDifference)) / (Math.PI/180);
} else {
fwait++;
}
} else {
_parent._y = _parent._y - (Math.cos(_parent._rotation * (Math.PI/180)) * spd);
_parent._x = _parent._x + (Math.sin(_parent._rotation * (Math.PI/180)) * spd);
if (!_parent.hitTest(_root.stage)) {
xDifference = _parent._x - _root.char._x;
yDifference = _parent._y - _root.char._y;
_parent._rotation = (-Math.atan2(xDifference, yDifference)) / (Math.PI/180);
} else {
if (direct == 1) {
_parent._rotation = _parent._rotation + rspd;
} else {
_parent._rotation = _parent._rotation - rspd;
}
newturn = (Math.random() * 50) + 20;
turn++;
if (turn > newturn) {
turn = 0;
rspd = (Math.random() * 3) + 2;
if (direct == 1) {
direct = 2;
} else {
direct = 1;
}
}
}
}
}
}
}
}
Instance of Symbol 121 MovieClip in Symbol 124 MovieClip Frame 1
onClipEvent (load) {
spd = 6;
wait = 0;
die = false;
size = -15;
win = 400;
lose = 300;
lives = 2;
}
onClipEvent (enterFrame) {
if (_parent._name != "sphere") {
if (_root._currentframe != 6) {
removeMovieClip(_parent);
}
if (_root.instructions == 13) {
lives = 0;
die = true;
}
xDifference = _parent._x - _root.char._x;
yDifference = _parent._y - _root.char._y;
rotation = (-Math.atan2(xDifference, yDifference)) / (Math.PI/180);
if (!_root.pause) {
if (die) {
_root.bg.gotoAndStop(_parent._currentframe);
_root.char.enum = 1;
_root.char.xspd = _root.char.xspd + (Math.sin(rotation * (Math.PI/180)) * 6);
_root.char.yspd = _root.char.yspd - (Math.cos(rotation * (Math.PI/180)) * 6);
x = 0;
while (x < 16) {
randomint = Math.round(Math.random() * 1000000);
duplicateMovieClip (_root.msquare, "m" + randomint, _root.getNextHighestDepth());
_root["m" + randomint]._x = _parent._x;
_root["m" + randomint]._y = _parent._y;
_root["m" + randomint]._alpha = 80;
_root["m" + randomint]._rotation = 24 * x;
_root["m" + randomint].shape.color.gotoAndStop(_parent._currentframe);
x++;
}
removeMovieClip(_parent);
} else {
if (_root.char.hitTest(_parent._x, _parent._y, true)) {
_root.dink2.play();
lives--;
if (_parent._currentframe == 1) {
if (!_root.char.blue.hitTest(_parent._x, _parent._y, true)) {
_root.life--;
_root.flash.play();
if ((_root.score - lose) > 0) {
_root.score = _root.score - lose;
} else {
_root.score = 0;
}
} else {
_root.char.blue.play();
_root.score = _root.score + win;
}
} else if (_parent._currentframe == 2) {
if (!_root.char.green.hitTest(_parent._x, _parent._y, true)) {
_root.life--;
_root.flash.play();
if ((_root.score - lose) > 0) {
_root.score = _root.score - lose;
} else {
_root.score = 0;
}
} else {
_root.char.green.play();
_root.score = _root.score + win;
}
} else if (_parent._currentframe == 3) {
if (!_root.char.red.hitTest(_parent._x, _parent._y, true)) {
_root.life--;
_root.flash.play();
if ((_root.score - lose) > 0) {
_root.score = _root.score - lose;
} else {
_root.score = 0;
}
} else {
_root.char.red.play();
_root.score = _root.score + win;
}
}
if (lives <= 0) {
die = true;
} else {
_root.bg.gotoAndStop(_parent._currentframe);
_root.char.enum = 1;
_root.char.xspd = _root.char.xspd + (Math.sin(rotation * (Math.PI/180)) * 6);
_root.char.yspd = _root.char.yspd - (Math.cos(rotation * (Math.PI/180)) * 6);
_root.dink2.play();
x = 0;
while (x < 11) {
randomint = Math.round(Math.random() * 1000000);
duplicateMovieClip (_root.msquare, "m" + randomint, _root.getNextHighestDepth());
_root["m" + randomint]._x = _parent._x;
_root["m" + randomint]._y = _parent._y;
_root["m" + randomint]._alpha = 80;
_root["m" + randomint]._rotation = 36 * x;
_root["m" + randomint].shape.color.gotoAndStop(_parent._currentframe);
x++;
}
spd = spd * -1;
if (_parent._currentframe == 1) {
_parent.gotoAndStop(2);
} else if (_parent._currentframe == 2) {
_parent.gotoAndStop(3);
} else {
_parent.gotoAndStop(1);
}
}
}
if (spd < 6) {
if ((spd + 0.1) < 6) {
spd = spd + 0.1;
} else {
spd = 6;
}
}
wait++;
if (wait > 2) {
randomint = Math.round(Math.random() * 1000000);
duplicateMovieClip (_root.square, "s" + randomint, _root.getNextHighestDepth());
_root["s" + randomint]._x = _parent._x;
_root["s" + randomint]._y = _parent._y;
_root["s" + randomint]._alpha = 80;
wait = 0;
}
_parent._rotation = _parent._rotation + 5;
_parent._y = _parent._y - (Math.cos(rotation * (Math.PI/180)) * spd);
_parent._x = _parent._x + (Math.sin(rotation * (Math.PI/180)) * spd);
}
}
}
}
Instance of Symbol 126 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (load) {
speed = 3;
direct = Math.round(Math.random());
direct2 = Math.round(Math.random());
if (direct == 1) {
xspd = -3;
} else {
xspd = 3;
}
if (direct2 == 1) {
yspd = -3;
} else {
yspd = 3;
}
wait = 0;
die = false;
size = -15;
}
onClipEvent (enterFrame) {
if (_parent._name != "circle") {
if (die) {
_root.dink2.play();
x = 0;
while (x < 16) {
randomint = Math.round(Math.random() * 1000000);
duplicateMovieClip (_root.msquare, "m" + randomint, _root.getNextHighestDepth());
_root["m" + randomint]._x = _parent._x;
_root["m" + randomint]._y = _parent._y;
_root["m" + randomint]._alpha = 80;
_root["m" + randomint]._rotation = 24 * x;
_root["m" + randomint].shape.color.gotoAndStop(_parent._currentframe);
x++;
}
_root.score = _root.score + 100;
removeMovieClip(_parent);
} else {
wait++;
if (wait > 2) {
randomint = Math.round(Math.random() * 1000000);
duplicateMovieClip (_root.square, "s" + randomint, _root.getNextHighestDepth());
_root["s" + randomint]._x = _parent._x;
_root["s" + randomint]._y = _parent._y;
_root["s" + randomint]._alpha = 80;
wait = 0;
}
_parent._x = _parent._x + xspd;
_parent._y = _parent._y + yspd;
if ((_parent._x < 0) or (_parent._x > Stage.width)) {
xspd = xspd * -1;
_parent._x = _parent._x + xspd;
}
if ((_parent._y < 0) or (_parent._y > Stage.height)) {
yspd = yspd * -1;
_parent._y = _parent._y + yspd;
}
if (_root.hit != 0) {
if (_root.bg._currentframe == _parent._currentframe) {
x = 0;
while (x < _root.bulletnum.length) {
if (_parent.hitTest(_root.bullets["b" + _root.bulletnum[x]])) {
_root._x = _root._x - 1;
die = true;
break;
}
x++;
}
}
}
}
}
}
Symbol 130 MovieClip Frame 1
function loseLife(a) {
if (_root.char._alpha == 100) {
_root.life = _root.life - a;
_root.char._alpha = 20;
_root.flash.play();
}
if (_root.life == 0) {
_root.gotoAndStop("lose");
}
}
pause = false;
Instance of Symbol 107 MovieClip in Symbol 131 MovieClip Frame 1
onClipEvent (load) {
_parent._xscale = 110 + (Math.random() * 10);
_parent._yscale = 110 + (Math.random() * 10);
sizedec = 4;
spd = 5;
}
onClipEvent (enterFrame) {
if (_parent._name != "square2") {
_parent._y = _parent._y - (Math.cos(_parent._rotation * (Math.PI/180)) * spd);
_parent._x = _parent._x + (Math.sin(_parent._rotation * (Math.PI/180)) * spd);
_parent._xscale = _parent._xscale - sizedec;
_parent._yscale = _parent._yscale - sizedec;
_parent._alpha = _parent._alpha - sizedec;
}
if (_parent._alpha <= 0) {
removeMovieClip(_parent);
}
}
Symbol 132 MovieClip Frame 1
stop();
Symbol 139 MovieClip Frame 1
stop();
Symbol 157 MovieClip Frame 490
_root.instructions = 2;
Symbol 157 MovieClip Frame 1083
_root.instructions = 3;
Symbol 157 MovieClip Frame 1180
_root.instructions = 4;
Symbol 157 MovieClip Frame 2446
_root.instructions = 5;
Symbol 157 MovieClip Frame 2538
_root.instructions = 6;
Symbol 157 MovieClip Frame 3087
_root.instructions = 7;
Symbol 157 MovieClip Frame 3184
_root.instructions = 8;
Symbol 157 MovieClip Frame 3743
_root.instructions = 9;
Symbol 157 MovieClip Frame 3835
_root.instructions = 10;
Symbol 157 MovieClip Frame 4442
_root.instructions = 11;
Symbol 157 MovieClip Frame 4534
_root.instructions = 12;
Symbol 157 MovieClip Frame 5207
_root.instructions = 13;
Symbol 157 MovieClip Frame 5449
_root.gotoAndStop("win");
Symbol 167 Button
on (release) {
_root._quality = "LOW";
}
Symbol 168 Button
on (release) {
_root._quality = "Medium";
}
Symbol 169 Button
on (release) {
_root._quality = "High";
}
Symbol 170 MovieClip Frame 1
stop();
Symbol 170 MovieClip Frame 2
stop();
Symbol 178 Button
on (release) {
_root.senddascores();
}
on (rollOver) {
_root.bg.gotoAndStop(2);
_root.title.gotoAndStop(2);
}
on (rollOut) {
_root.bg.gotoAndStop(1);
_root.title.gotoAndStop(1);
}
Symbol 181 Button
on (release) {
_root.gotoAndStop("menu");
}
on (rollOver) {
_root.bg.gotoAndStop(3);
_root.title.gotoAndStop(3);
}
on (rollOut) {
_root.bg.gotoAndStop(1);
_root.title.gotoAndStop(1);
}
Symbol 182 Button
on (rollOver) {
_root.bg.gotoAndStop(2);
_root.title.gotoAndStop(2);
}
on (rollOut) {
_root.bg.gotoAndStop(1);
_root.title.gotoAndStop(1);
}
on (release) {
getURL ("http://www.armorgames.com", _blank);
}
Symbol 193 Button
on (rollOver) {
_root.bg.gotoAndStop(2);
_root.title.gotoAndStop(2);
}
on (rollOut) {
_root.bg.gotoAndStop(1);
_root.title.gotoAndStop(1);
}
on (release) {
getURL ("http://rankz.armorbot.com/colordefense/", _blank);
}
Symbol 231 Button
on (release) {
getURL ("http://www.armorbot.com/", _blank);
}