Frame 1
loadedbytes = getBytesLoaded();
totalbytes = getBytesTotal();
percentbytes = int(loadedbytes / (totalbytes / 100));
loader.gotoAndStop(percentbytes);
Instance of Symbol 77 MovieClip in Frame 1
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Instance of Symbol 79 MovieClip in Frame 1
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Frame 2
if (loadedbytes == totalbytes) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Frame 3
stop();
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__("86bdcf36", this, 10301, true);
Instance of Symbol 95 MovieClip in Frame 3
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Frame 68
stop();
tutorialon = true;
Instance of Symbol 148 MovieClip in Frame 68
onClipEvent (load) {
if (_root.tutorialon == true) {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.tutorialon == true) {
_alpha = (_alpha + 10);
}
if (_root.tutorialon == false) {
_alpha = (_alpha - 10);
}
if (_alpha > 100) {
_alpha = 100;
}
if (_alpha < 0) {
_alpha = 0;
}
}
Frame 129
stop();
Frame 130
stop();
combo = 0;
free = 0;
go = 0;
timeon = true;
gm1 = true;
timer = 300;
timeon1 == 2;
score = 0;
i = 4000;
onEnterFrame = function () {
if (combo == 5) {
combosound.gotoAndStop(2);
}
if (combo == 10) {
combosound.gotoAndStop(3);
}
if (combo == 20) {
combosound.gotoAndStop(4);
}
if (combo == 30) {
combosound.gotoAndStop(5);
}
if (random(500) == 1) {
i++;
duplicateMovieClip ("carstart", "cars" + i, i);
}
if (timer > 0) {
timer = timer - 1;
}
if (timer == 1) {
timeon = false;
}
if (timeon == false) {
if (timeon1 == 2) {
timeon1 = 2;
ender._x = 268;
ender._y = 260;
ender._alpha = 0;
}
}
};
Instance of Symbol 191 MovieClip "guy" in Frame 130
onClipEvent (load) {
vel = 0;
inc = 0;
dwn = 0;
dlv = 1;
place = 8;
rot = 0.93;
flying = false;
}
onClipEvent (enterFrame) {
_rotation = (_rotation * rot);
inc = inc * 0.96;
if (270 < _y) {
_y = (_root.plat2._y - 13);
_root.combo = 0;
}
if (_root.ender.hitTest(_x, _y, true)) {
if (Key.isDown(32)) {
if (dwn == 0) {
if (dlv == 1) {
_root.ender._x = 270;
if (_root.timer > 0) {
_root.voices.gotoAndPlay(random(8) + 2);
_root.sounds.gotoAndPlay(2);
_root.score = _root.score + 50;
_root.timer = 0;
} else {
_root.sounds.gotoAndPlay(2);
_root.slowsound.gotoAndPlay(random(8) + 2);
_root.score = _root.score + 20;
}
_root.ender._y = 260;
_root.timeon1 == 1;
dlv = 0;
} else {
_root.sounds.gotoAndPlay(2);
_root.bosstalk.gotoAndPlay(random(5) + 2);
_root.timer = 300;
place = random(26);
if (place == 0) {
_root.ender._x = -893;
_root.ender._y = 267;
}
if (place == 1) {
_root.ender._x = -790.1;
_root.ender._y = 267;
}
if (place == 2) {
_root.ender._x = -740;
_root.ender._y = 267;
}
if (place == 3) {
_root.ender._x = -694;
_root.ender._y = 267;
}
if (place == 4) {
_root.ender._x = -573;
_root.ender._y = 267;
}
if (place == 5) {
_root.ender._x = -476;
_root.ender._y = 267;
}
if (place == 6) {
_root.ender._x = -386;
_root.ender._y = 267;
}
if (place == 7) {
_root.ender._x = -294;
_root.ender._y = 267;
}
if (place == 8) {
_root.ender._x = -225;
_root.ender._y = 267;
}
if (place == 9) {
_root.ender._x = -177;
_root.ender._y = 267;
}
if (place == 10) {
_root.ender._x = -114;
_root.ender._y = 267;
}
if (place == 11) {
_root.ender._x = -8;
_root.ender._y = 267;
}
if (place == 12) {
_root.ender._x = 36;
_root.ender._y = 267;
}
if (place == 13) {
_root.ender._x = 108;
_root.ender._y = 267;
}
if (place == 14) {
_root.ender._x = 193;
_root.ender._y = 267;
}
if (place == 15) {
_root.ender._x = 357;
_root.ender._y = 267;
}
if (place == 16) {
_root.ender._x = 460;
_root.ender._y = 267;
}
if (place == 17) {
_root.ender._x = 591;
_root.ender._y = 267;
}
if (place == 18) {
_root.ender._x = 662;
_root.ender._y = 267;
}
if (place == 19) {
_root.ender._x = 726;
_root.ender._y = 267;
}
if (place == 20) {
_root.ender._x = 836;
_root.ender._y = 267;
}
if (place == 21) {
_root.ender._x = 906;
_root.ender._y = 267;
}
if (place == 22) {
_root.ender._x = 978;
_root.ender._y = 267;
}
if (place == 23) {
_root.ender._x = 1085;
_root.ender._y = 267;
}
if (place == 24) {
_root.ender._x = 1141;
_root.ender._y = 267;
}
if (place == 25) {
_root.ender._x = 1226;
_root.ender._y = 267;
}
if (place == 26) {
_root.ender._x = 1366;
_root.ender._y = 267;
}
_root.ender._alpha = 100;
dlv = 1;
}
}
}
}
if (Key.isDown(32)) {
dwn = 1;
} else {
dwn = 0;
}
if (_root.start1.hitTest(_x, _y, true)) {
vel = -vel;
}
if (_root.hit.hitTest(_root.ggg, _root.yyy, true)) {
_root.expl.gotoAndPlay(1);
_root.expl._x = _x;
_root.expl._y = _y;
_x = _root.start1._x;
_y = (_root.start1._y - 60);
inc = 0;
vel = 0;
}
if (_root.end1.hitTest(_x, _y, true)) {
if (vel < 2) {
if (inc < 2) {
if (inc > -2) {
_root.gotoAndStop((_root._currentframe = _root._currentframe + 1));
} else {
_root.expl.gotoAndPlay(1);
_root.expl._x = _x;
_root.expl._y = _y;
_x = _root.start1._x;
_y = (_root.start1._y - 60);
inc = 0;
vel = 0;
}
} else {
_root.expl.gotoAndPlay(1);
_root.expl._x = this._x;
_root.expl._y = this._y;
_x = _root.start1._x;
_y = (_root.start1._y - 60);
inc = 0;
vel = 0;
}
} else {
_root.expl.gotoAndPlay(1);
_root.expl._x = _x;
_root.expl._y = _y;
_x = _root.start1._x;
_y = (_root.start1._y - 60);
inc = 0;
vel = 0;
}
}
if (_root.hit.hitTest(_x, _y, true)) {
_root.expl.gotoAndPlay(1);
_root.expl._x = this._x;
_root.expl._y = this._y;
_x = _root.start1._x;
_y = (_root.start1._y - 60);
inc = 0;
vel = 0;
}
_y = (_y + vel);
vel = vel + 0.15;
if (Key.isDown(38)) {
if (_root.cam.fbar._currentframe < 231) {
_root.cam.fbar.gotoAndStop((_root.cam.fbar._currentframe = _root.cam.fbar._currentframe + 2));
_root.fuel = _root.fuel + 1;
gotoAndStop (3);
vel = vel - 0.24;
flying = true;
}
} else {
_root.cam.fbar.gotoAndStop((_root.cam.fbar._currentframe = _root.cam.fbar._currentframe - 1));
if (270 < _y) {
vel = 0;
flying = false;
}
if (Key.isDown(37)) {
gotoAndStop (2);
_xscale = -100;
if (flying == true) {
_rotation = (_rotation - rot);
}
}
if (Key.isDown(39)) {
gotoAndStop (2);
_xscale = 100;
if (flying == true) {
_rotation = (_rotation + rot);
}
}
}
if (Key.isDown(37)) {
_root.fuel = _root.fuel + 1;
inc = inc - 0.17;
}
if (Key.isDown(39)) {
_root.fuel = _root.fuel + 1;
inc = inc + 0.17;
}
_x = (_x + inc);
if (0.5 > inc) {
if (-0.5 < inc) {
gotoAndStop (1);
}
}
if (this.hitTest(_root.leftwall)) {
this.inc = 0;
this._x = this._x + 1;
}
if (this.hitTest(_root.rightwall)) {
this.inc = 0;
this._x = this._x - 1;
}
if (this.hitTest(_root.topwall)) {
this.vel = 1;
}
if (this.hitTest(_root.bottomwall)) {
_root.combo = 0;
this.vel = 0;
this._y = this._y - 0.3;
}
}
Instance of Symbol 194 MovieClip in Frame 130
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.ender._y - this._y, _root.ender._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.ender._y - this._y);
_root.xChange = Math.round(_root.ender._x - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._rotation = myDegrees + 90;
_x = (_root.guy._x - 85);
_y = (_root.guy._y - 60);
}
Instance of Symbol 220 MovieClip "comboer" in Frame 130
onClipEvent (enterFrame) {
_x = _root.guy._x;
_y = (_root.guy._y - 50);
if (_root.combo > 4) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 253 MovieClip "bossintro" in Frame 130
onClipEvent (load) {
this.gotoAndPlay(2);
}
Instance of Symbol 263 MovieClip "carstart" in Frame 130
onClipEvent (load) {
_x = -1000;
_y = 269;
hit = 0;
timm = 0;
}
onClipEvent (enterFrame) {
if (_root._currentframe > 132) {
this.removeMovieClip();
}
if (hit == 1) {
timm = timm + 1;
}
if (timm == 10) {
hit = 0;
timm = 0;
}
if (this.hitTest(_root.guy._x, _root.guy._y, true)) {
if (hit == 0) {
_root.combo = _root.combo + 1;
_root.guy.inc = 8;
_root.guy.vel = -4;
_root.hit.gotoAndPlay(1);
hit = 1;
_root.score = _root.score - 20;
}
}
_x = (_x + 4);
}
Instance of Symbol 299 MovieClip "ender" in Frame 130
onClipEvent (load) {
_root.ender._x = -177;
_root.ender._y = 267;
}
Frame 131
stop();
combo = 0;
free = 0;
go = 0;
timeon = true;
timer = 300;
timeon1 == 2;
score = 0;
gm1 = false;
i = 4000;
onEnterFrame = function () {
if (combo == 5) {
combosound.gotoAndStop(2);
}
if (combo == 10) {
combosound.gotoAndStop(3);
}
if (combo == 20) {
combosound.gotoAndStop(4);
}
if (combo == 30) {
combosound.gotoAndStop(5);
}
if (random(500) == 1) {
i++;
duplicateMovieClip ("carstart", "cars" + i, i);
}
if (timer > 0) {
timer = timer - 1;
}
if (timer == 1) {
timeon = false;
}
if (timeon == false) {
if (timeon1 == 2) {
timeon1 = 2;
ender._x = 268;
ender._y = 260;
ender._alpha = 0;
}
}
};
Instance of Symbol 191 MovieClip "guy" in Frame 131
onClipEvent (load) {
vel = 0;
inc = 0;
dwn = 0;
dlv = 1;
place = 8;
rot = 0.93;
flying = false;
}
onClipEvent (enterFrame) {
_rotation = (_rotation * rot);
inc = inc * 0.96;
if (270 < _y) {
_y = (_root.plat2._y - 13);
_root.combo = 0;
}
if (_root.ender.hitTest(_x, _y, true)) {
if (Key.isDown(32)) {
if (dwn == 0) {
if (dlv == 1) {
_root.ender._x = 270;
if (_root.timer > 0) {
_root.voices.gotoAndPlay(random(8) + 2);
_root.sounds.gotoAndPlay(2);
_root.score = _root.score + 50;
_root.timer = 0;
} else {
_root.sounds.gotoAndPlay(2);
_root.slowsound.gotoAndPlay(random(8) + 2);
_root.gotoAndPlay("gameover");
}
_root.ender._y = 260;
_root.timeon1 == 1;
dlv = 0;
} else {
_root.sounds.gotoAndPlay(2);
_root.bosstalk.gotoAndPlay(random(5) + 2);
_root.timer = 300;
place = random(26);
if (place == 0) {
_root.ender._x = -893;
_root.ender._y = 267;
}
if (place == 1) {
_root.ender._x = -790.1;
_root.ender._y = 267;
}
if (place == 2) {
_root.ender._x = -740;
_root.ender._y = 267;
}
if (place == 3) {
_root.ender._x = -694;
_root.ender._y = 267;
}
if (place == 4) {
_root.ender._x = -573;
_root.ender._y = 267;
}
if (place == 5) {
_root.ender._x = -476;
_root.ender._y = 267;
}
if (place == 6) {
_root.ender._x = -386;
_root.ender._y = 267;
}
if (place == 7) {
_root.ender._x = -294;
_root.ender._y = 267;
}
if (place == 8) {
_root.ender._x = -225;
_root.ender._y = 267;
}
if (place == 9) {
_root.ender._x = -177;
_root.ender._y = 267;
}
if (place == 10) {
_root.ender._x = -114;
_root.ender._y = 267;
}
if (place == 11) {
_root.ender._x = -8;
_root.ender._y = 267;
}
if (place == 12) {
_root.ender._x = 36;
_root.ender._y = 267;
}
if (place == 13) {
_root.ender._x = 108;
_root.ender._y = 267;
}
if (place == 14) {
_root.ender._x = 193;
_root.ender._y = 267;
}
if (place == 15) {
_root.ender._x = 357;
_root.ender._y = 267;
}
if (place == 16) {
_root.ender._x = 460;
_root.ender._y = 267;
}
if (place == 17) {
_root.ender._x = 591;
_root.ender._y = 267;
}
if (place == 18) {
_root.ender._x = 662;
_root.ender._y = 267;
}
if (place == 19) {
_root.ender._x = 726;
_root.ender._y = 267;
}
if (place == 20) {
_root.ender._x = 836;
_root.ender._y = 267;
}
if (place == 21) {
_root.ender._x = 906;
_root.ender._y = 267;
}
if (place == 22) {
_root.ender._x = 978;
_root.ender._y = 267;
}
if (place == 23) {
_root.ender._x = 1085;
_root.ender._y = 267;
}
if (place == 24) {
_root.ender._x = 1141;
_root.ender._y = 267;
}
if (place == 25) {
_root.ender._x = 1226;
_root.ender._y = 267;
}
if (place == 26) {
_root.ender._x = 1366;
_root.ender._y = 267;
}
_root.ender._alpha = 100;
dlv = 1;
}
}
}
}
if (Key.isDown(32)) {
dwn = 1;
} else {
dwn = 0;
}
if (_root.start1.hitTest(_x, _y, true)) {
vel = -vel;
}
if (_root.hit.hitTest(_root.ggg, _root.yyy, true)) {
_root.expl.gotoAndPlay(1);
_root.expl._x = _x;
_root.expl._y = _y;
_x = _root.start1._x;
_y = (_root.start1._y - 60);
inc = 0;
vel = 0;
}
if (_root.end1.hitTest(_x, _y, true)) {
if (vel < 2) {
if (inc < 2) {
if (inc > -2) {
_root.gotoAndStop((_root._currentframe = _root._currentframe + 1));
} else {
_root.expl.gotoAndPlay(1);
_root.expl._x = _x;
_root.expl._y = _y;
_x = _root.start1._x;
_y = (_root.start1._y - 60);
inc = 0;
vel = 0;
}
} else {
_root.expl.gotoAndPlay(1);
_root.expl._x = this._x;
_root.expl._y = this._y;
_x = _root.start1._x;
_y = (_root.start1._y - 60);
inc = 0;
vel = 0;
}
} else {
_root.expl.gotoAndPlay(1);
_root.expl._x = _x;
_root.expl._y = _y;
_x = _root.start1._x;
_y = (_root.start1._y - 60);
inc = 0;
vel = 0;
}
}
if (_root.hit.hitTest(_x, _y, true)) {
_root.expl.gotoAndPlay(1);
_root.expl._x = this._x;
_root.expl._y = this._y;
_x = _root.start1._x;
_y = (_root.start1._y - 60);
inc = 0;
vel = 0;
}
_y = (_y + vel);
vel = vel + 0.15;
if (Key.isDown(38)) {
if (_root.cam.fbar._currentframe < 231) {
_root.cam.fbar.gotoAndStop((_root.cam.fbar._currentframe = _root.cam.fbar._currentframe + 2));
_root.fuel = _root.fuel + 1;
gotoAndStop (3);
vel = vel - 0.24;
flying = true;
}
} else {
_root.cam.fbar.gotoAndStop((_root.cam.fbar._currentframe = _root.cam.fbar._currentframe - 1));
if (270 < _y) {
vel = 0;
flying = false;
}
if (Key.isDown(37)) {
gotoAndStop (2);
_xscale = -100;
if (flying == true) {
_rotation = (_rotation - rot);
}
}
if (Key.isDown(39)) {
gotoAndStop (2);
_xscale = 100;
if (flying == true) {
_rotation = (_rotation + rot);
}
}
}
if (Key.isDown(37)) {
_root.fuel = _root.fuel + 1;
inc = inc - 0.17;
}
if (Key.isDown(39)) {
_root.fuel = _root.fuel + 1;
inc = inc + 0.17;
}
_x = (_x + inc);
if (0.5 > inc) {
if (-0.5 < inc) {
gotoAndStop (1);
}
}
if (this.hitTest(_root.leftwall)) {
this.inc = 0;
this._x = this._x + 1;
}
if (this.hitTest(_root.rightwall)) {
this.inc = 0;
this._x = this._x - 1;
}
if (this.hitTest(_root.topwall)) {
this.vel = 1;
}
if (this.hitTest(_root.bottomwall)) {
_root.combo = 0;
this.vel = 0;
this._y = this._y - 0.3;
}
}
Instance of Symbol 263 MovieClip "carstart" in Frame 131
onClipEvent (load) {
_x = -1000;
_y = 269;
hit = 0;
timm = 0;
}
onClipEvent (enterFrame) {
if (_root._currentframe > 132) {
this.removeMovieClip();
}
if (hit == 1) {
timm = timm + 1;
}
if (timm == 10) {
hit = 0;
timm = 0;
}
if (this.hitTest(_root.guy._x, _root.guy._y, true)) {
if (hit == 0) {
_root.combo = _root.combo + 1;
_root.guy.inc = 8;
_root.guy.vel = -4;
_root.hit.gotoAndPlay(1);
hit = 1;
_root.score = _root.score - 20;
}
}
_x = (_x + 4);
}
Frame 132
stop();
combo = 0;
free = 1;
go = 0;
timeon = true;
timer = 300;
timeon1 == 2;
score = 0;
gm1 = false;
i = 4000;
onEnterFrame = function () {
if (combo == 5) {
combosound.gotoAndStop(2);
}
if (combo == 10) {
combosound.gotoAndStop(3);
}
if (combo == 20) {
combosound.gotoAndStop(4);
}
if (combo == 30) {
combosound.gotoAndStop(5);
}
if (random(500) == 1) {
i++;
duplicateMovieClip ("carstart", "cars" + i, i);
}
if (timer > 0) {
timer = timer - 1;
}
if (timer == 1) {
timeon = false;
}
if (timeon == false) {
if (timeon1 == 2) {
timeon1 = 2;
ender._x = 268;
ender._y = 260;
ender._alpha = 0;
}
}
};
Instance of Symbol 191 MovieClip "guy" in Frame 132
onClipEvent (load) {
vel = 0;
inc = 0;
dwn = 0;
dlv = 1;
place = 8;
rot = 0.93;
flying = false;
}
onClipEvent (enterFrame) {
_rotation = (_rotation * rot);
inc = inc * 0.96;
if (270 < _y) {
_y = (_root.plat2._y - 13);
_root.combo = 0;
}
if (_root.ender.hitTest(_x, _y, true)) {
if (Key.isDown(32)) {
if (dwn == 0) {
if (dlv == 1) {
_root.ender._x = 270;
if (_root.timer > 0) {
_root.voices.gotoAndPlay(random(8) + 2);
_root.sounds.gotoAndPlay(2);
_root.score = _root.score + 50;
_root.timer = 0;
} else {
_root.score = _root.score + 20;
}
_root.ender._y = 260;
_root.timeon1 == 1;
dlv = 0;
} else {
_root.timer = 300;
place = random(26);
if (place == 0) {
_root.ender._x = -893;
_root.ender._y = 267;
}
if (place == 1) {
_root.ender._x = -790.1;
_root.ender._y = 267;
}
if (place == 2) {
_root.ender._x = -740;
_root.ender._y = 267;
}
if (place == 3) {
_root.ender._x = -694;
_root.ender._y = 267;
}
if (place == 4) {
_root.ender._x = -573;
_root.ender._y = 267;
}
if (place == 5) {
_root.ender._x = -476;
_root.ender._y = 267;
}
if (place == 6) {
_root.ender._x = -386;
_root.ender._y = 267;
}
if (place == 7) {
_root.ender._x = -294;
_root.ender._y = 267;
}
if (place == 8) {
_root.ender._x = -225;
_root.ender._y = 267;
}
if (place == 9) {
_root.ender._x = -177;
_root.ender._y = 267;
}
if (place == 10) {
_root.ender._x = -114;
_root.ender._y = 267;
}
if (place == 11) {
_root.ender._x = -8;
_root.ender._y = 267;
}
if (place == 12) {
_root.ender._x = 36;
_root.ender._y = 267;
}
if (place == 13) {
_root.ender._x = 108;
_root.ender._y = 267;
}
if (place == 14) {
_root.ender._x = 193;
_root.ender._y = 267;
}
if (place == 15) {
_root.ender._x = 357;
_root.ender._y = 267;
}
if (place == 16) {
_root.ender._x = 460;
_root.ender._y = 267;
}
if (place == 17) {
_root.ender._x = 591;
_root.ender._y = 267;
}
if (place == 18) {
_root.ender._x = 662;
_root.ender._y = 267;
}
if (place == 19) {
_root.ender._x = 726;
_root.ender._y = 267;
}
if (place == 20) {
_root.ender._x = 836;
_root.ender._y = 267;
}
if (place == 21) {
_root.ender._x = 906;
_root.ender._y = 267;
}
if (place == 22) {
_root.ender._x = 978;
_root.ender._y = 267;
}
if (place == 23) {
_root.ender._x = 1085;
_root.ender._y = 267;
}
if (place == 24) {
_root.ender._x = 1141;
_root.ender._y = 267;
}
if (place == 25) {
_root.ender._x = 1226;
_root.ender._y = 267;
}
if (place == 26) {
_root.ender._x = 1366;
_root.ender._y = 267;
}
_root.ender._alpha = 100;
dlv = 1;
}
}
}
}
if (Key.isDown(32)) {
dwn = 1;
} else {
dwn = 0;
}
if (_root.start1.hitTest(_x, _y, true)) {
vel = -vel;
}
if (_root.hit.hitTest(_root.ggg, _root.yyy, true)) {
_root.expl.gotoAndPlay(1);
_root.expl._x = _x;
_root.expl._y = _y;
_x = _root.start1._x;
_y = (_root.start1._y - 60);
inc = 0;
vel = 0;
}
if (_root.end1.hitTest(_x, _y, true)) {
if (vel < 2) {
if (inc < 2) {
if (inc > -2) {
_root.gotoAndStop((_root._currentframe = _root._currentframe + 1));
} else {
_root.expl.gotoAndPlay(1);
_root.expl._x = _x;
_root.expl._y = _y;
_x = _root.start1._x;
_y = (_root.start1._y - 60);
inc = 0;
vel = 0;
}
} else {
_root.expl.gotoAndPlay(1);
_root.expl._x = this._x;
_root.expl._y = this._y;
_x = _root.start1._x;
_y = (_root.start1._y - 60);
inc = 0;
vel = 0;
}
} else {
_root.expl.gotoAndPlay(1);
_root.expl._x = _x;
_root.expl._y = _y;
_x = _root.start1._x;
_y = (_root.start1._y - 60);
inc = 0;
vel = 0;
}
}
if (_root.hit.hitTest(_x, _y, true)) {
_root.expl.gotoAndPlay(1);
_root.expl._x = this._x;
_root.expl._y = this._y;
_x = _root.start1._x;
_y = (_root.start1._y - 60);
inc = 0;
vel = 0;
}
_y = (_y + vel);
vel = vel + 0.15;
if (Key.isDown(38)) {
if (_root.cam.fbar._currentframe < 231) {
_root.cam.fbar.gotoAndStop((_root.cam.fbar._currentframe = _root.cam.fbar._currentframe + 2));
_root.fuel = _root.fuel + 1;
gotoAndStop (3);
vel = vel - 0.24;
flying = true;
}
} else {
_root.cam.fbar.gotoAndStop((_root.cam.fbar._currentframe = _root.cam.fbar._currentframe - 1));
if (270 < _y) {
vel = 0;
flying = false;
}
if (Key.isDown(37)) {
gotoAndStop (2);
_xscale = -100;
if (flying == true) {
_rotation = (_rotation - rot);
}
}
if (Key.isDown(39)) {
gotoAndStop (2);
_xscale = 100;
if (flying == true) {
_rotation = (_rotation + rot);
}
}
}
if (Key.isDown(37)) {
_root.fuel = _root.fuel + 1;
inc = inc - 0.17;
}
if (Key.isDown(39)) {
_root.fuel = _root.fuel + 1;
inc = inc + 0.17;
}
_x = (_x + inc);
if (0.5 > inc) {
if (-0.5 < inc) {
gotoAndStop (1);
}
}
if (this.hitTest(_root.leftwall)) {
this.inc = 0;
this._x = this._x + 1;
}
if (this.hitTest(_root.rightwall)) {
this.inc = 0;
this._x = this._x - 1;
}
if (this.hitTest(_root.topwall)) {
this.vel = 1;
}
if (this.hitTest(_root.bottomwall)) {
_root.combo = 0;
this.vel = 0;
this._y = this._y - 0.3;
}
}
Frame 133
stop();
stopAllSounds();
namee = "INPUT NAME HERE";
free = 1;
go = 1;
Instance of Symbol 77 MovieClip in Frame 133
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Instance of Symbol 79 MovieClip in Frame 133
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Frame 134
stop();
stopAllSounds();
nname = "INPUT NAME HERE";
Symbol 2 MovieClip Frame 1
stop();
Symbol 2 MovieClip Frame 2
stop();
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Symbol 68 MovieClip Frame 15995
if (_root.gm1 == true) {
_root.gotoAndPlay("gameover1");
}
Symbol 319 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 95 MovieClip Frame 128
_root.gotoAndPlay(_root._currentframe + 1);
Symbol 105 MovieClip Frame 1
var myTrans = (new flash.geom.Transform(this));
var camera = (new flash.geom.Transform(this._parent));
var w = Stage.width;
var h = Stage.height;
this.onEnterFrame = function () {
_x = _root.guy._x;
_y = _root.guy._y;
var _local2 = myTrans.matrix;
camera.colorTransform = myTrans.colorTransform;
_local2.invert();
_local2.translate(w * 0.5, h * 0.5);
camera.matrix = _local2;
};
Symbol 109 Button
on (press) {
_root.gotoAndPlay((_root._currentframe = _root._currentframe + 1));
}
Symbol 111 Button
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Symbol 124 Button
on (release) {
this.gotoAndPlay(this._currentframe + 1);
}
Symbol 126 Button
on (press) {
_root.tutorialon = false;
}
Symbol 131 Button
on (release) {
this.gotoAndPlay(this._currentframe - 1);
}
Symbol 148 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 2
stop();
Symbol 148 MovieClip Frame 3
stop();
Symbol 148 MovieClip Frame 4
stop();
Symbol 148 MovieClip Frame 5
stop();
Symbol 148 MovieClip Frame 6
stop();
Symbol 152 Button
on (press) {
stopAllSounds();
_root.gotoAndStop("time");
}
Symbol 155 Button
on (press) {
stopAllSounds();
_root.gotoAndStop("normal");
}
Symbol 158 Button
on (press) {
stopAllSounds();
_root.gotoAndStop("freeplay");
}
Symbol 188 MovieClip Frame 1
this.createEmptyMovieClip("fire", 1);
this.fire.attachMovie("fireyellow", "fireybase", 3200, {_x:0, _y:0});
this.fire.attachMovie("firered", "firerbase", 2200, {_x:0, _y:0});
this.fire.z = 1;
this.fire.r = 1;
this.fire.onEnterFrame = function () {
this.attachMovie("fireyellow", "fireypart" + this.z, 3000 + this.z, {_x:random(30) - 15, _y:0});
eval ("this.fireypart" + this.z).onEnterFrame = function () {
this._y = this._y - 9;
this._xscale = this._xscale - 6;
this._yscale = this._yscale - 6;
if (this._xscale <= 0) {
this.removeMovieClip();
}
};
if (this.z <= 100) {
this.z++;
} else {
this.z = 0;
}
this.attachMovie("firered", "firerpart" + this.z, 2000 + this.r, {_x:random(30) - 15, _y:0});
eval ("this.firerpart" + this.r).onEnterFrame = function () {
this._y = this._y - 9;
this._xscale = this._xscale - 6;
this._yscale = this._yscale - 6;
if (this._xscale <= 0) {
this.removeMovieClip();
}
};
if (this.r <= 100) {
this.r++;
} else {
this.r = 0;
}
};
Symbol 191 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 2
gotoAndPlay (1);
Symbol 209 MovieClip Frame 1
stop();
Symbol 209 MovieClip Frame 2
stop();
gotoAndPlay (1);
Symbol 209 MovieClip Frame 3
stop();
gotoAndPlay (1);
Symbol 209 MovieClip Frame 4
stop();
gotoAndPlay (1);
Symbol 209 MovieClip Frame 5
stop();
gotoAndPlay (1);
Symbol 209 MovieClip Frame 6
stop();
gotoAndPlay (1);
Symbol 209 MovieClip Frame 7
stop();
gotoAndPlay (1);
Symbol 209 MovieClip Frame 8
stop();
gotoAndPlay (1);
Symbol 209 MovieClip Frame 9
stop();
gotoAndPlay (1);
Symbol 209 MovieClip Frame 10
stop();
gotoAndPlay (1);
Symbol 209 MovieClip Frame 11
stop();
gotoAndPlay (1);
Symbol 220 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 2
gotoAndPlay (1);
Symbol 229 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 2
stop();
Symbol 229 MovieClip Frame 3
stop();
Symbol 229 MovieClip Frame 4
stop();
Symbol 229 MovieClip Frame 5
stop();
Symbol 241 MovieClip Frame 1
stop();
Symbol 241 MovieClip Frame 2
stop();
gotoAndPlay (1);
Symbol 241 MovieClip Frame 3
stop();
gotoAndPlay (1);
Symbol 241 MovieClip Frame 4
stop();
gotoAndPlay (1);
Symbol 241 MovieClip Frame 5
stop();
gotoAndPlay (1);
Symbol 241 MovieClip Frame 6
stop();
gotoAndPlay (1);
Symbol 241 MovieClip Frame 7
stop();
gotoAndPlay (1);
Symbol 241 MovieClip Frame 8
stop();
gotoAndPlay (1);
Symbol 241 MovieClip Frame 9
stop();
gotoAndPlay (1);
Symbol 241 MovieClip Frame 10
stop();
gotoAndPlay (1);
Symbol 241 MovieClip Frame 11
stop();
gotoAndPlay (1);
Symbol 250 MovieClip Frame 1
stop();
Symbol 250 MovieClip Frame 2
stop();
gotoAndPlay (1);
Symbol 250 MovieClip Frame 3
stop();
gotoAndPlay (1);
Symbol 250 MovieClip Frame 4
stop();
gotoAndPlay (1);
Symbol 250 MovieClip Frame 5
stop();
gotoAndPlay (1);
Symbol 250 MovieClip Frame 6
stop();
gotoAndPlay (1);
Symbol 250 MovieClip Frame 7
stop();
gotoAndPlay (1);
Symbol 250 MovieClip Frame 8
stop();
gotoAndPlay (1);
Symbol 253 MovieClip Frame 1
stop();
Symbol 253 MovieClip Frame 2
stop();
gotoAndPlay (1);
Symbol 256 MovieClip Frame 1
stop();
Symbol 256 MovieClip Frame 2
stop();
Symbol 272 MovieClip Frame 1
stop();
Symbol 276 MovieClip Frame 1
stop();
Symbol 279 Button
on (press) {
stopAllSounds();
_root.gotoAndPlay("intro");
}
Symbol 294 MovieClip Frame 1
stop();
Symbol 294 MovieClip Frame 2
stop();
Symbol 296 Button
on (press) {
_root.cam.gamemusic.gotoAndPlay(_root.cam.gamemusic._currentframe + 1);
_root.gamesong.gotoAndPlay(_root.gamesong._currentframe + 1);
}
Symbol 297 MovieClip Frame 1
var myTrans = (new flash.geom.Transform(this));
var camera = (new flash.geom.Transform(this._parent));
var w = Stage.width;
var h = Stage.height;
this.onEnterFrame = function () {
_x = _root.guy._x;
_y = _root.guy._y;
var _local2 = myTrans.matrix;
camera.colorTransform = myTrans.colorTransform;
_local2.invert();
_local2.translate(w * 0.5, h * 0.5);
camera.matrix = _local2;
};
Instance of Symbol 268 MovieClip "fbar" in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.go == 1) {
this._alpha = 0;
}
}
Instance of Symbol 272 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.go == 1) {
this._alpha = 0;
}
if (_root.free == 1) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 276 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.go == 1) {
this._alpha = 0;
}
if (_root.free == 1) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 287 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root._currentframe == 130) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
Instance of Symbol 77 MovieClip in Symbol 297 MovieClip Frame 1
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Instance of Symbol 79 MovieClip in Symbol 297 MovieClip Frame 1
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Symbol 301 MovieClip Frame 52
stop();
Symbol 310 Button
on (press) {
_root.gotoAndPlay("intro");
}
Symbol 313 Button
on (press) {
_root.gotoAndPlay("time");
}
Symbol 315 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.namee;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _root.score;
__rankz_send__("MTYxNmolZSVhJW4lcw==", "U0JOTUdD", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
_root.gotoAndPlay("intro");
getURL ("http://rankz.armorbot.com/table1616/", _blank);
}
Symbol 317 Button
on (press) {
_root.gotoAndPlay("normal");
}
Symbol 318 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.nname;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _root.score;
__rankz_send__("MTg0N2olZSVhJW4lcw==", "ZG15aGFkVnc=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
_root.gotoAndPlay("intro");
getURL ("http://rankz.armorbot.com/spdnormalmode/", _blank);
}