Frame 1
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("3f3abc9d", this, 10301, true);
gameover = 0;
score = 0;
Stage.showMenu = false;
stop();
bobbySound = new Sound();
bobbySound.attachSound("bobalert");
silverSound = new Sound();
silverSound.attachSound("readygo");
smallHit = new Sound();
smallHit.attachSound("smallh");
bigHit = new Sound();
bigHit.attachSound("explo");
bgSound = new Sound();
bgSound.attachSound("main");
Frame 2
gameover = 0;
score = 0;
_quality = "BEST";
stopAllSounds();
masker.removeMovieClip();
son.removeMovieClip();
goldr.removeMovieClip();
pod.removeMovieClip();
bang.removeMovieClip();
zzz = 0;
while (zzz < 100) {
this["star" + zzz].removeMovieClip();
this["ast" + zzz].removeMovieClip();
this["exp" + zzz].removeMovieClip();
zzz++;
}
mbb.removeMovieClip();
stats0.removeMovieClip();
stats1.removeMovieClip();
shopmenu.removeMovieClip();
min75.removeMovieClip();
bob.removeMovieClip();
sil.removeMovieClip();
mbb.removeMovieClip();
slime.removeMovieClip();
stop();
Frame 3
function rocketMove() {
goldr._x = 100 + Math.pow(speed, 0.8);
gbx = goldr._x;
gby = goldr._y;
if (Key.isDown(39)) {
speed = speed + speedadd;
} else if (Key.isDown(37) && (speed > 10)) {
speed = Math.round(speed * 9) / 10;
bobspd = bobspd * 0.9;
} else if (speed > 10) {
speed = Math.round(speed * 99) / 100;
bobspd = bobspd * 0.99;
}
if (Key.isDown(40) && (goldr._y < 280)) {
goldr._y = goldr._y + (5 + (speed / 80));
goldr._rotation = goldr._rotation + 2;
goldr._rotation = goldr._rotation * 0.95;
} else if (Key.isDown(38) && (goldr._y > 20)) {
goldr._y = goldr._y - (5 + (speed / 80));
goldr._rotation = goldr._rotation - 2;
goldr._rotation = goldr._rotation * 0.95;
} else {
goldr._rotation = goldr._rotation * 0.8;
}
distance = distance + (speed / 1000);
distanceR = Math.round(distance);
cash = cash + ((speed * distance) / 300000);
cashR = Math.round(cash);
elvl = (speedadd - 0.4) * 10;
countDown--;
stats0.showit = (((((("Distance: " + distanceR) + " Light Miles (") + Math.round(speed / 30)) + " LM/s) \u00C7\u00C7 ") + cashR) + " Time Left: ") + countDown;
stats1.showit = (((((("Bomb Pods: " + bomb) + " Engine: ") + elvl) + " Body: ") + hitsLeft) + " Sector: ") + totalLVL;
if (countDown < 1) {
shopping = true;
level = 2;
if ((silver == true) && (sil._x > goldr._x)) {
cash = Math.round(0.25 * cash);
min75.play();
}
}
if (shopmenu._x < 945) {
shopmenu._x = shopmenu._x + ((950 - shopmenu._x) / 22);
shopmenu._y = 50;
}
if ((Key.isDown(32) && (bomb > 0)) && (bing < 0)) {
bang.play();
bexp.start();
bobspd = bobspd * 0.55;
silspd = silspd * 0.55;
bing = 60;
bomb--;
}
bing--;
pod._x = pod._x - (speed / 28);
if (pod.hitTest(goldr) && (bomb < 6)) {
bomb++;
pod._x = -100;
}
}
function shopSet() {
if (speed > 10) {
speed = Math.round(speed * 9) / 10;
}
bob._x = -500;
sil._x = -400;
goldr._x = 100 + Math.pow(speed, 0.8);
goldr._y = goldr._y + ((150 - goldr._y) / 22);
goldr._rotation = goldr._rotation * 0.8;
bodyCost = Math.round(Math.pow(10 * hitsLeft, 1.8));
distanceR = Math.round(distance);
cashR = Math.round(cash);
elvl = (speedadd - 0.4) * 10;
stats0.showit = (((((("Distance: " + distanceR) + " Light Miles (") + Math.round(speed / 30)) + " LM/s) \u00C7\u00C7 ") + cashR) + " Time Left: ") + countDown;
stats1.showit = (((((("Bomb Pods: " + bomb) + " Engine: ") + elvl) + " Body: ") + hitsLeft) + " Sector: ") + totalLVL;
engineCostS = engineCost;
bodyCostS = bodyCost;
if (shopping == true) {
shopmenu._x = shopmenu._x + ((350 - shopmenu._x) / 22);
shopmenu._y = 50;
} else {
shopmenu._x = shopmenu._x + ((950 - shopmenu._x) / 22);
shopmenu._y = 50;
}
if ((shopping == false) && (shopmenu._x > 810)) {
level = 1;
totalLVL++;
countDown = 900;
bobspd = 0;
silspd = 0;
if (random(4) == 0) {
pod._x = 1000 + random(1000);
pod._y = 40 + random(120);
}
if (random(totalLVL) > ((totalLVL / 3) + 6)) {
bobby = true;
alertbob.play();
bobbySound.start(0.1, 1);
} else {
bobby = false;
}
if (random(totalLVL) > ((totalLVL / 3) + 6)) {
sil._y = 160;
entry = 0;
round = -10;
shift = (random(6) + 3) / 10;
silver = true;
alertsil.play();
silverSound.start();
} else {
silver = false;
}
}
}
function bobbyAI() {
bob._x = (bobspd - speed) - 100;
bobspd = bobspd + (1.5 + (elvl / 22));
bob._y = bob._y + ((gby - bob._y) / 40);
bob._rotation = (gby - bob._y) / 5;
if (bob._x >= goldr._x) {
if (bomb > 0) {
bang.play();
bexp.start();
bobspd = bobspd * 0.55;
silspd = silspd * 0.55;
bing = 60;
bomb--;
} else if ((exploding < 1) || (exploding > 3)) {
caught = true;
bobspd = 100 + goldr._x;
bob._x = goldr._x;
exploding = 1;
}
}
}
function silverAI() {
if (entry == 0) {
sil._x = sil._x + (((goldr._x - sil._x) - 20) / 10);
silst = sil._x;
silspd = 20;
} else {
if (((silst + silspd) - speed) < 800) {
sil._x = (silst + silspd) - speed;
silspd = silspd + (((speedadd * 0.9) + 1) + (totalLVL / 17));
} else {
sil._x = 800;
}
sil._y = sil._y + ((goldr._y - sil._y) / 40);
sil._y = sil._y + round;
if (ring == true) {
round = round + shift;
} else {
round = round - shift;
}
if (round > 8) {
ring = false;
} else if (round < -8) {
ring = true;
}
if ((exploding > 0) && (exploding < 4)) {
sil._x = sil._x + silspd;
}
}
}
function explode() {
if (exploding == 1) {
if (caught == true) {
spds = 500;
} else {
spds = speed + 5;
}
grx = goldr._x - 50;
gry = goldr._y;
exp1._x = goldr._x - 50;
exp1._y = goldr._y;
exp1.filters = expBA;
exp1.gotoAndStop(1);
exploding = 2;
exp = 2;
while (exp < 80) {
exp1.duplicateMovieClip("exp" + exp, 900 - exp);
this["exp" + exp]._x = grx;
this["exp" + exp]._y = (gry + 10) - random(20);
this["exp" + exp]._rotation = random(360);
this["exp" + exp]._xscale = 100 - (exp * 0.9);
this["exp" + exp]._yscale = 100 - (exp * 0.9);
this["exp" + exp]._alpha = 80;
this["exp" + exp].filters = expBA;
this["exp" + exp].gotoAndStop(Math.floor(exp / 20) + 1);
exp++;
}
goldr.removeMovieClip();
shake = 10;
}
if (exploding == 2) {
speed = 0;
u = 0;
while (u < 80) {
uu = 80 - u;
this["exp" + u]._x = this["exp" + u]._x + ((((spds / 20) + Math.sin(this["exp" + u]._rotation / rad)) * (100 - this["exp" + u]._xscale)) / 50);
this["exp" + u]._y = this["exp" + u]._y + ((Math.cos(this["exp" + u]._rotation / rad) * (100 - this["exp" + u]._yscale)) / 5);
this["exp" + u]._alpha = this["exp" + u]._alpha - 1;
if (this["exp" + u]._alpha < 3) {
this["exp" + u].removeMovieClip();
}
u++;
}
if (shake > 0.5) {
_x = (10 - (random(20) * (shake / 3)));
_y = (10 - (random(20) * (shake / 3)));
stats0._x = -_x;
stats0._y = -_y;
stats1._x = -_x;
stats1._y = (-_y) + 280;
shake = shake * 0.9;
} else {
_x = 0;
_y = 0;
stats0._x = 0;
stats0._y = 0;
stats1._x = 0;
stats1._y = 280;
shake = 0;
}
if (exp79._alpha < 4) {
exp79.removeMovieClip();
_x = 0;
_y = 0;
exploding = 3;
shopmenu.gotoAndStop(2);
_root.score = Math.round(distance * 10) / 10;
_root.gameover = 1;
}
}
if (exploding == 4) {
grx = goldr._x;
gry = goldr._y;
exp1._x = goldr._x;
exp1._y = goldr._y;
exp1.filters = expBA;
exp1.gotoAndStop(1);
exploding = 5;
exp = 2;
while (exp < 10) {
exp1.duplicateMovieClip("exp" + exp, 900 - exp);
this["exp" + exp]._x = (grx + 40) + random(50);
this["exp" + exp]._y = (gry + 20) - random(40);
this["exp" + exp]._rotation = random(360);
this["exp" + exp]._xscale = 100 - (exp * 0.9);
this["exp" + exp]._yscale = 100 - (exp * 0.9);
this["exp" + exp]._alpha = 80;
this["exp" + exp].filters = expBA;
this["exp" + exp].gotoAndStop(Math.floor(exp / 5) + 1);
exp++;
}
shake = 6;
}
if (exploding == 6) {
grx = bob._x;
gry = bob._y;
exp1._x = bob._x;
exp1._y = bob._y;
exp1.filters = expBA;
exp1.gotoAndStop(1);
exploding = 5;
exp = 2;
while (exp < 10) {
exp1.duplicateMovieClip("exp" + exp, 900 - exp);
this["exp" + exp]._x = (grx + 40) + random(50);
this["exp" + exp]._y = (gry + 20) - random(40);
this["exp" + exp]._rotation = random(360);
this["exp" + exp]._xscale = 100 - (exp * 0.9);
this["exp" + exp]._yscale = 100 - (exp * 0.9);
this["exp" + exp]._alpha = 80;
this["exp" + exp].filters = expBA;
this["exp" + exp].gotoAndStop(Math.floor(exp / 5) + 1);
exp++;
}
shake = 3;
}
if (exploding == 7) {
grx = sil._x;
gry = sil._y;
exp1._x = sil._x;
exp1._y = sil._y;
exp1.filters = expBA;
exp1.gotoAndStop(1);
exploding = 5;
exp = 2;
while (exp < 10) {
exp1.duplicateMovieClip("exp" + exp, 900 - exp);
this["exp" + exp]._x = (grx + 40) + random(50);
this["exp" + exp]._y = (gry + 20) - random(40);
this["exp" + exp]._rotation = random(360);
this["exp" + exp]._xscale = 100 - (exp * 0.9);
this["exp" + exp]._yscale = 100 - (exp * 0.9);
this["exp" + exp]._alpha = 80;
this["exp" + exp].filters = expBA;
this["exp" + exp].gotoAndStop(Math.floor(exp / 5) + 1);
exp++;
}
shake = 3;
}
if (exploding == 5) {
u = 0;
while (u < 10) {
uu = 10 - u;
this["exp" + u]._x = this["exp" + u]._x + (((Math.sin(this["exp" + u]._rotation / rad) * (100 - this["exp" + u]._xscale)) / 50) - (speed / 5));
this["exp" + u]._y = this["exp" + u]._y + ((Math.cos(this["exp" + u]._rotation / rad) * (100 - this["exp" + u]._yscale)) / 5);
this["exp" + u]._alpha = this["exp" + u]._alpha - 1;
if ((this["exp" + u]._alpha < 3) && (this["exp" + u]._name != "exp1")) {
this["exp" + u].removeMovieClip();
}
u++;
}
if (shake > 0.5) {
_x = (10 - (random(20) * (shake / 3)));
_y = (10 - (random(20) * (shake / 3)));
stats0._x = -_x;
stats0._y = -_y;
stats1._x = -_x;
stats1._y = (-_y) + 280;
shake = shake * 0.9;
} else {
_x = 0;
_y = 0;
stats0._x = 0;
stats0._y = 0;
stats1._x = 0;
stats1._y = 280;
shake = 0;
}
if (exp9._alpha < 4) {
exp9.removeMovieClip();
_x = 0;
_y = 0;
exploding = 0;
}
}
}
function stuffMove() {
starBlur = new flash.filters.BlurFilter(speed / 12, 3, 1);
starBA[0] = starBlur;
astBlur = new flash.filters.BlurFilter(speed / 80, 5, 1);
astBA[0] = starBlur;
slowBlur = new flash.filters.BlurFilter(speed / 110, 5, 1);
slowBA[0] = slowBlur;
if ((totalLVL > 6) && (level == 1)) {
mbb._x = mbb._x - (2 + (speed / 33));
mbb.filters = slowBA;
if ((mbb._x < -100) || (bing > 0)) {
mbb._x = 900 + (random(51) * 10);
mbb._y = 60 + random(180);
}
if (bobby == true) {
if (((mbb.hitTest(bob._x + (bobspd / 80), bob._y, true) && (bob._x > 10)) && (exploding != 3)) && (exploding != 2)) {
bobspd = bobspd * 0.89;
bobHit.start();
if ((exploding < 1) || (exploding > 3)) {
exploding = 6;
}
mbb._x = -100;
}
}
if (silver == true) {
if (((mbb.hitTest(sil._x + (silspd / 50), sil._y, true) && (sil._x > 10)) && (exploding != 3)) && (exploding != 2)) {
silspd = silspd * 0.66;
silHit.start();
if ((exploding < 1) || (exploding > 3)) {
exploding = 7;
}
mbb._x = -100;
}
}
if (mbb.hitTest(goldr._x, goldr._y, true)) {
if (hitsLeft == 3) {
if ((exploding < 1) || (exploding > 3)) {
hitsLeft = 0;
exploding = 1;
bigHit.start();
}
} else if (hitsLeft > 3) {
smallHit.start();
hitsLeft = hitsLeft - 3;
speed = speed * 0.5;
bobspd = bobspd * 0.65;
exploding = 4;
mbb._x = -100;
}
}
} else {
mbb._x = 900 + (random(51) * 10);
mbb._y = 60 + random(180);
}
if ((totalLVL > 12) && (level == 1)) {
slime._x = slime._x - (2 + (speed / 40));
slime.filters = slowBA;
if ((slime._x < -100) || (bing > 0)) {
slime._x = 900;
slime._y = 60 + random(180);
}
if (slime.hitTest(goldr._x, goldr._y, true)) {
speed = speed * 0.95;
}
} else {
slime._x = 900 + (random(51) * 10);
slime._y = 60 + random(180);
}
inum = 0;
while (inum < 30) {
this["star" + inum]._x = this["star" + inum]._x - (speed / 3);
this["star" + inum].filters = starBA;
if (this["star" + inum]._x < 0) {
this["star" + inum]._x = 810 + random(100);
this["star" + inum]._y = random(300);
this["star" + inum].gotoAndPlay(random(30));
}
if (level == 1) {
this["ast" + inum]._x = this["ast" + inum]._x - (5 + (speed / 20));
this["ast" + inum]._rotation = this["ast" + inum]._rotation + this["ast" + inum].spin;
this["ast" + inum].filters = astBA;
if ((this["ast" + inum]._x < -20) || (bing > 0)) {
this["ast" + inum]._x = 850 + (random(11) * 80);
this["ast" + inum]._y = random(300);
this["ast" + inum].spin = 20 - random(41);
this["ast" + inum].gotoAndStop(random(2) + 1);
}
if (bobby == true) {
if (((this["ast" + inum].hitTest(bob._x + (bobspd / 80), bob._y, true) && (bob._x > 10)) && (exploding != 3)) && (exploding != 2)) {
bobspd = bobspd * 0.89;
bobHit.start();
if ((exploding < 1) || (exploding > 3)) {
exploding = 6;
}
this["ast" + inum]._x = -100;
}
}
if (silver == true) {
if (((this["ast" + inum].hitTest(sil._x + (silspd / 50), sil._y, true) && (sil._x > 10)) && (exploding != 3)) && (exploding != 2)) {
silspd = silspd * 0.66;
silHit.start();
if ((exploding < 1) || (exploding > 3)) {
exploding = 7;
}
this["ast" + inum]._x = -100;
}
}
if (this["ast" + inum].hitTest(goldr._x + (speed / 80), goldr._y, true)) {
if (hitsLeft == 1) {
if ((exploding < 1) || (exploding > 3)) {
hitsLeft = 0;
exploding = 1;
bigHit.start();
}
} else if (hitsLeft > 1) {
smallHit.start();
hitsLeft = hitsLeft - 1;
speed = speed * 0.5;
bobspd = bobspd * 0.65;
silspd = silspd * 0.9;
exploding = 4;
this["ast" + inum]._x = -100;
}
}
} else {
this["ast" + inum]._x = 850 + (random(11) * 80);
}
inum++;
}
}
function engineNoise() {
if (soundsOn == 0) {
if (en == 0) {
uu = 1;
while (uu < 12) {
this["eng" + uu] = new Sound();
this["eng" + uu].attachSound("en" + uu);
uu++;
}
en = 1;
fE = 0;
}
enc = Math.ceil((elvl / 25) * 10);
if ((en == 1) && (Key.isDown(39))) {
if (fE == 0) {
this["eng" + enc].start();
fE = 1;
}
this["eng" + enc].onSoundComplete = function () {
fE = 0;
};
} else {
_root["eng" + enc].stop();
fE = 0;
}
}
}
function gameEnder() {
if (exploding == 3) {
shopmenu._x = shopmenu._x + ((250 - shopmenu._x) / 22);
shopmenu._y = 50;
}
}
stop();
_quality = "LOW";
maskit = true;
if (maskit == true) {
_root.createEmptyMovieClip("masker", 5000000);
masker._x = -20;
masker._y = -20;
masker.lineStyle(1, 0, 0);
masker.beginFill(0, 0);
masker.moveTo(0, 0);
masker.lineTo(840, 0);
masker.lineTo(840, 340);
masker.lineTo(0, 340);
masker.lineTo(0, 0);
masker.endFill();
_root.setMask(masker);
}
bing = 0;
bomb = 1;
bgF = 0;
if (soundsOn != 2) {
soundsOn = 0;
}
en = 0;
level = 1;
speed = 10;
speedadd = 0.5;
hitsLeft = 1;
spds = 0;
exploding = 0;
distance = 0;
cash = 0;
countDown = 900;
shopping = false;
engineCost = 10;
bodyCost = 0;
totalLVL = 1;
rad = 57.2957795130823;
bobbySound = new Sound();
bobbySound.attachSound("bobalert");
silverSound = new Sound();
silverSound.attachSound("readygo");
smallHit = new Sound();
smallHit.attachSound("smallh");
bigHit = new Sound();
bigHit.attachSound("explo");
bgSound = new Sound();
bgSound.attachSound("main");
bexp = new Sound();
bexp.attachSound("bango");
bobby = false;
bobspd = 0;
bobHit = new Sound();
bobHit.attachSound("smallh");
silver = false;
silspd = 0;
ring = true;
entry = 0;
silHit = new Sound();
silHit.attachSound("smallh");
starBlur = new flash.filters.BlurFilter(speed / 15, 3, 1);
starBA = new Array();
starBA.push(starBlur);
astBlur = new flash.filters.BlurFilter(speed / 50, 5, 1);
astBA = new Array();
astBA.push(astBlur);
slowBlur = new flash.filters.BlurFilter(speed / 110, 5, 1);
slowBA = new Array();
slowBA.push(slowBlur);
expBlur = new flash.filters.BlurFilter(10, 10, 1);
expBA = new Array();
expBA.push(expBlur);
son.swapDepths(2000);
star1.swapDepths(1);
goldr.swapDepths(500);
pod.swapDepths(550);
ast1.swapDepths(600);
exp1.swapDepths(899);
bob.swapDepths(510);
sil.swapDepths(511);
mbb.swapDepths(1010);
slime.swapDepths(1011);
bang.swapDepths(1020);
stats0.swapDepths(1100);
stats1.swapDepths(1101);
shopmenu.swapDepths(1200);
min75.swapDepths(1210);
q = 2;
while (q < 30) {
star1.duplicateMovieClip("star" + q, q);
this["star" + q]._x = random(800) + 10;
this["star" + q]._y = random(300);
this["star" + q].gotoAndPlay(random(30));
this["star" + q].filters = starBA;
q++;
}
q = 2;
while (q < 6) {
ast1.duplicateMovieClip("ast" + q, q + 600);
this["ast" + q]._x = 850 + (random(11) * 80);
this["ast" + q]._y = random(300);
this["ast" + q].spin = 20 - random(41);
this["ast" + q].gotoAndStop(random(2) + 1);
this["ast" + q].filters = astBA;
q++;
}
onEnterFrame = function () {
if (speed > 600) {
speed = 600;
}
if (level == 1) {
if ((exploding < 1) || (exploding > 3)) {
rocketMove();
}
if (bobby == true) {
bobbyAI();
}
if (silver == true) {
silverAI();
}
stuffMove();
explode();
gameEnder();
} else if (level == 2) {
stuffMove();
shopSet();
explode();
}
if (soundsOn < 2) {
if (bgF == 0) {
bgSound.start();
bgF = 1;
}
bgSound.onSoundComplete = function () {
bgF = 0;
};
} else {
bgSound.stop();
bgF = 0;
}
};
Symbol 8 Button
on (release) {
getURL ("http://clockcrew.cc", "_blank");
}
Symbol 9 MovieClip Frame 11
stop();
Symbol 10 MovieClip Frame 1
onEnterFrame = function () {
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
_root.gotoAndStop(2);
} else {
_root.stop();
}
ss = ((((Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "% ") + Math.round(_root.getBytesLoaded() / 1024)) + "/") + Math.round(_root.getBytesTotal() / 1024)) + "kb";
bar._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
};
Symbol 20 MovieClip Frame 1
stop();
Symbol 23 Button
on (release) {
nextFrame();
}
Symbol 26 Button
on (release) {
nextFrame();
}
Symbol 28 Button
on (release) {
prevFrame();
}
Symbol 60 MovieClip Frame 1
stop();
Symbol 67 Button
on (release) {
getURL ("http://armorbot.com/mytable/?id=1014", "_blank");
}
Symbol 71 Button
on (release) {
_root.soundsOn = 2;
gotoAndStop (3);
}
Symbol 72 Button
on (release) {
_root.soundsOn = 2;
nextFrame();
}
Symbol 74 Button
on (release) {
_root.soundsOn = 0;
gotoAndStop (1);
}
Symbol 76 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 1
if (_parent._parent.checkit == 0) {
_width = 1500;
}
Symbol 96 MovieClip Frame 1
if (_parent._parent.checkit == 0) {
_width = 1500;
}
Symbol 97 MovieClip Frame 1
onEnterFrame = function () {
gotoAndStop((_root.speedadd - 0.4) * 10);
};
Symbol 124 MovieClip Frame 1
onEnterFrame = function () {
gotoAndStop(_root.hitsLeft);
};
Symbol 125 MovieClip Frame 1
checkit = 0;
Symbol 144 Button
on (release) {
_root.shopping = false;
}
Symbol 146 Button
on (release) {
if ((_root.cash >= _root.engineCost) && (_root.speedadd < 2.9)) {
_root.speedadd = _root.speedadd + 0.1;
_root.cash = _root.cash - _root.engineCost;
_root.engineCost = Math.round(_root.engineCost * 1.5);
}
if (_root.speedadd >= 2.9) {
_root.speedadd = 3;
be._visible = false;
_root.engineCost = "Max";
}
}
Symbol 147 Button
on (release) {
if (_root.cash >= _root.bodyCost) {
_root.hitsLeft = _root.hitsLeft + 1;
_root.cash = _root.cash - _root.bodyCost;
}
}
Symbol 158 Button
on (release) {
_root.gotoAndStop(2);
}
Symbol 162 Button
on (release) {
ab20_09 = new LoadVars();
ab20_09.z = subName.text;
ab20_09.x = _root.score;
ab20_09.c = 1014;
ab20_09.v = "XYXJNQ";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
getURL ("http://armorbot.com/mytable/?id=1014", "_blank");
_root.gotoAndStop(2);
}
Symbol 165 MovieClip Frame 1
stop();
Symbol 173 MovieClip Frame 1
stop();
Symbol 177 MovieClip Frame 1
stop();
Symbol 177 MovieClip Frame 68
_root.entry = 1;
Symbol 180 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 1
stop();