Frame 1
function doSomething() {
}
function doSomething2() {
getURL ("http://www.studiox.ca/?usergamerefer=HarraH/", _blank);
}
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Feel free to put this game on your site :)", doSomething);
Functioned2 = new ContextMenuItem("Visit Studio-X", doSomething2);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
_root.menu = MENU;
stop();
Frame 28
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
stop();
__com_mochibot__("04320686", this, 10301, true);
Instance of Symbol 62 MovieClip in Frame 28
on (press) {
getURL ("http://www.studiox.ca/?usergamerefer=HarraH/", _blank);
}
Frame 314
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__("94c16deb", this, 10301, true);
Frame 457
MochiAd.showPreGameAd({id:"efdef89cae84cc50", res:"650x400"});
Instance of Symbol 106 MovieClip "balltangle" in Frame 602
onClipEvent (load) {
force = new Sound();
force.attachSound("forcefi");
respawn = 0;
xspeed = -7;
yspeed = 0;
gravity = 0.5;
hitdelay = 0;
bothitdelay = 0;
soundchoice = 0;
shit1 = new Sound();
shit1.attachSound("s-hit1");
shit2 = new Sound();
shit2.attachSound("s-hit2");
shit3 = new Sound();
shit3.attachSound("s-hit3");
}
onClipEvent (enterFrame) {
if (_global.gamestart == 1) {
if (_global.endgame == 0) {
if ((soundchoice <= 33) && (soundchoice >= 1)) {
shit1.start(0, 0);
shit1.setVolume(30);
soundchoice = 0;
}
if ((soundchoice >= 34) && (soundchoice <= 67)) {
shit2.start(0, 0);
shit2.setVolume(30);
soundchoice = 0;
}
if (soundchoice > 67) {
shit3.start(0, 0);
shit3.setVolume(30);
soundchoice = 0;
}
this._rotation = this._rotation + xspeed;
this._x = this._x + xspeed;
this._y = this._y + yspeed;
yspeed = yspeed + gravity;
hitdelay = hitdelay + 5;
bothitdelay = bothitdelay + 5;
if (((this._x >= 650) || (this._x < -10)) || (this._y > 420)) {
if (_global.endgame == 0) {
respawn = 1;
_root.counter.scorebnsCounter = 0;
_root.counter.reverseReturn = 0;
_root.counter.speedupReturn = 0;
_root.counter.gravityReturn = 0;
_root.counter.powerupCounter = 0;
this.gotoAndPlay(16);
this._y = 40;
this._x = 325;
yspeed = 0;
xspeed = 0;
_root.health = _root.health - 25;
_global.healthcount = _global.healthcount + 25;
}
}
if (this.hitTest(_root.botbar)) {
force.start(0, 0);
yspeed = -16;
if (respawn == 1) {
xspeed = -7;
respawn = 0;
}
}
if (this.hitTest(_root.bat1) || (this.hitTest(_root.bat2))) {
if (hitdelay > 50) {
if ((this._x > _root.bat1._x) && (this._x < _root.bat2._x)) {
if (_global.endgame == 0) {
_global.smack = random(_global.smackrange) + 1;
_global.smackrange = _global.smackrange - 1;
xspeed = xspeed * -1;
hitdelay = 0;
addedscore = 5 * _global.multiplier;
addedscore = addedscore + ((_root.hits * _global.multiplier) / 2);
_root.score = _root.score + addedscore;
this.play();
_root.hits = _root.hits + 1;
soundchoice = random(99);
}
}
}
}
if (this.hitTest(_root.bat3)) {
if (_global.endgame == 0) {
if (bothitdelay > 50) {
if (this._y < _root.bat3._y) {
yspeed = (yspeed = -16);
if (respawn == 1) {
xspeed = -7;
respawn = 0;
}
bothitdelay = 0;
_root.score = _root.score + (5 * _global.multiplier);
this.play();
_root.hits = _root.hits + 1;
addedscore = 5 * _global.multiplier;
addedscore = addedscore + ((_root.hits * _global.multiplier) / 2);
_root.score = _root.score + addedscore;
soundchoice = random(99);
}
}
}
}
}
}
}
Frame 623
strang = new Sound();
strang.attachSound("strang");
strang.start(0, 99);
Instance of Symbol 112 MovieClip in Frame 638
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 116 MovieClip in Frame 638
on (press) {
getURL ("http://www.studiox.ca/?usergamerefer=HarraH/", _blank);
}
Instance of Symbol 128 MovieClip "button1" in Frame 638
on (rollOver) {
_root.button1.gotoAndStop(2);
}
on (rollOut) {
_root.button1.gotoAndStop(1);
}
on (press) {
_root.button1.gotoAndStop(3);
}
on (release) {
_root.play();
_root.gamemenu = 1;
_root.button1.gotoAndStop(1);
}
Instance of Symbol 134 MovieClip "button2" in Frame 638
on (rollOver) {
_root.button2.gotoAndStop(2);
}
on (rollOut) {
_root.button2.gotoAndStop(1);
}
on (press) {
_root.button2.gotoAndStop(3);
}
on (release) {
_root.button2.gotoAndStop(1);
_root.gotoAndStop("devn");
}
Frame 673
stop();
Frame 693
_root.gotoAndPlay("nameselect");
Frame 694
stop();
Instance of Symbol 144 MovieClip in Frame 694
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.gotoAndPlay("home");
}
Frame 695
_root.yurname = "";
Instance of Symbol 112 MovieClip in Frame 695
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Instance of Symbol 144 MovieClip in Frame 695
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_global.playername = _root.yurname;
_root.play();
}
Frame 709
stop();
Frame 724
_root.gotoAndPlay("gameselectmenu");
Frame 755
stop();
Instance of Symbol 164 MovieClip in Frame 755
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.nextFrame();
this.gotoAndStop(1);
}
Instance of Symbol 164 MovieClip in Frame 756
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.prevFrame();
this.gotoAndStop(1);
}
Frame 757
_root.bob.gotoAndStop(63);
Frame 759
_root.john.stop();
Frame 760
_root.john.stop();
Instance of Symbol 164 MovieClip in Frame 760
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.prevFrame();
this.gotoAndStop(1);
}
Instance of Symbol 164 MovieClip in Frame 760
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.nextFrame();
this.gotoAndStop(1);
}
Instance of Symbol 242 MovieClip "botbar" in Frame 761
onClipEvent (enterFrame) {
if (_global.botup == true) {
this._y = this._y + 0.2;
}
if (this._y > 420) {
this.removeMovieClip();
}
}
Instance of Symbol 164 MovieClip "asdasd" in Frame 762
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
this.gotoAndStop(1);
_global.classicmodeon = 1;
_root.play();
}
Instance of Symbol 164 MovieClip in Frame 762
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.prevFrame();
this.gotoAndStop(1);
}
Frame 796
_root.gotoAndPlay("gameselectmenu");
Frame 797
if ((!_global.uber) == 1) {
_global.showguide = 0;
} else {
_global.showguide = 1;
}
_root.pwn.stop();
_root.twoplayer.gotoAndStop(2);
_global.tutorialon = 1;
if (_global.tutorialon == 1) {
_root.tutorial.gotoAndStop(2);
}
if (_global.speedModeUnlock == 1) {
_root.speedmode.gotoAndStop(2);
}
if (_global.defusalModeUnlock == 1) {
_root.defusalmode.gotoAndStop(2);
}
if (_global.classicmodeon == 1) {
_root.classiceasy.gotoAndStop(2);
_root.classicnormal.gotoAndStop(2);
}
if (_global.speedmodeon == 1) {
_root.speedmode.gotoAndStop(2);
}
if (_global.defusalmode == 1) {
_root.defusalmode.gotoAndStop(2);
}
if (_global.twoplayermode == 1) {
_root.twoplayer.gotoAndStop(2);
}
function mousecover() {
_root.MO._x = _root._xmouse;
_root.MO._y = _root._ymouse;
}
_global.defmode = 0;
_global.nrmlmode = 0;
_global.ezymode = 0;
_global.spdmode = 0;
Instance of Symbol 112 MovieClip in Frame 797
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Instance of Symbol 253 MovieClip "classicnormal" in Frame 797
on (rollOver) {
_root.mousi = 1;
_root.covering = 1;
if (_global.classicmodeon == 1) {
this.gotoAndStop(3);
}
if (_global.classicmodeon == 1) {
_root.emo.texta = "As normal as Retroid gets.";
} else {
_root.emo.texta = "Read the instructions to unlock.";
}
if (_global.highscore > 1) {
_root.emo.hscore = _global.highscore;
} else {
_root.emo.hscore = "-";
}
}
on (rollOut) {
_root.covering = 0;
if (_global.classicmodeon == 1) {
this.gotoAndStop(2);
}
}
on (press) {
if (_global.classicmodeon == 1) {
_root.goToclassicnormal = 1;
this.gotoAndStop(4);
}
}
on (release) {
if (_global.classicmodeon == 1) {
this.gotoAndStop(2);
_root.play();
}
}
Instance of Symbol 253 MovieClip "classiceasy" in Frame 797
on (rollOver) {
_root.mousi = 1;
_root.covering = 1;
if (_global.classicmodeon == 1) {
_root.emo.texta = "Good for newcomers!";
} else {
_root.emo.texta = "Read the instructions to unlock.";
}
if (_global.classicmodeon == 1) {
this.gotoAndStop(3);
}
if (_global.easyhighscore > 1) {
_root.emo.hscore = _global.easyhighscore;
} else {
_root.emo.hscore = "-";
}
}
on (rollOut) {
_root.covering = 0;
if (_global.classicmodeon == 1) {
this.gotoAndStop(2);
}
}
on (press) {
if (_global.classicmodeon == 1) {
this.gotoAndStop(4);
_root.goToclassiceasy = 1;
}
}
on (release) {
if (_global.classicmodeon == 1) {
this.gotoAndStop(2);
_root.play();
}
}
Instance of Symbol 253 MovieClip "tutorial" in Frame 797
on (rollOver) {
if (_global.tutorialon == 1) {
this.gotoAndStop(3);
}
}
on (rollOut) {
if (_global.tutorialon == 1) {
this.gotoAndStop(2);
}
}
on (press) {
if (_global.tutorialon == 1) {
this.gotoAndStop(4);
}
}
on (release) {
if (_global.tutorialon == 1) {
this.gotoAndStop(2);
_root.play();
_root.goTotutorial = 1;
}
}
Instance of Symbol 253 MovieClip "twoplayer" in Frame 797
on (rollOver) {
this.gotoAndStop(3);
}
on (rollOut) {
this.gotoAndStop(2);
}
on (press) {
this.gotoAndStop(4);
}
on (release) {
this.gotoAndStop(2);
_root.tutgo = 1;
_root.play();
}
Instance of Symbol 253 MovieClip "defusalmode" in Frame 797
on (rollOver) {
_root.covering = 1;
_root.mousi = 1;
if (_global.defusalModeUnlock == 1) {
this.gotoAndStop(3);
}
if (_global.defusalModeUnlock == 1) {
_root.emo.texta = "Defuse or die.";
} else {
_root.emo.texta = "Get a B in Classic-Normal to unlock.";
}
if (_global.defusehighscore > 1) {
_root.emo.hscore = _global.defusehighscore;
} else {
_root.emo.hscore = "-";
}
}
on (rollOut) {
_root.covering = 0;
if (_global.defusalModeUnlock == 1) {
this.gotoAndStop(2);
}
}
on (press) {
if (_global.defusalModeUnlock == 1) {
this.gotoAndStop(4);
_root.goTodefusalmode = 1;
}
}
on (release) {
if (_global.defusalModeUnlock == 1) {
this.gotoAndStop(2);
_root.play();
}
}
Instance of Symbol 253 MovieClip "speedmode" in Frame 797
on (rollOver) {
_root.covering = 1;
_root.mousi = 1;
if (_global.speedModeUnlock == 1) {
this.gotoAndStop(3);
}
if (_global.speedModeUnlock == 1) {
_root.emo.texta = "The need for speed...and balltangles.";
} else {
_root.emo.texta = "Get an B in DefusalMode to unlock.";
}
if (_global.speedhighscore > 1) {
_root.emo.hscore = _global.speedhighscore;
} else {
_root.emo.hscore = "-";
}
}
on (rollOut) {
_root.covering = 0;
_root.mousi = 1;
if (_global.speedModeUnlock == 1) {
this.gotoAndStop(2);
}
}
on (press) {
if (_global.speedModeUnlock == 1) {
this.gotoAndStop(4);
_root.goTospeedmode = 1;
}
}
on (release) {
if (_global.speedModeUnlock == 1) {
this.gotoAndStop(2);
_root.play();
}
}
Instance of Symbol 278 MovieClip "emo" in Frame 797
onClipEvent (enterFrame) {
if (_root.covering == 1) {
this._visible = true;
} else {
this._visible = false;
}
if (_root.mousi == 1) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
if ((!_root.mousi) == 1) {
this._x = -50;
}
}
Frame 836
if (_global.showpwn == 1) {
_root.pwn.play();
}
Frame 837
stop();
Frame 876
_root.covering = 0;
if (_root.goTotutorial == 1) {
_root.gotoAndPlay("tutorial");
_root.goTotutorial = 0;
}
if (_root.goToclassicnormal == 1) {
stopAllSounds();
_root.gotoAndPlay("classicnormal");
_root.goToclassicnormal = 0;
}
if (_root.goToclassiceasy == 1) {
stopAllSounds();
_root.gotoAndPlay("classiceasy");
_root.goToclassiceasy = 0;
}
if (_root.goTospeedmode == 1) {
stopAllSounds();
_root.gotoAndPlay("speedmode");
_root.goTospeedmode = 0;
}
if (_root.goTodefusalmode == 1) {
stopAllSounds();
_root.gotoAndPlay("defusemode");
_root.goTodefusalmode = 0;
}
if (_root.tutgo == 1) {
_root.gotoAndPlay("preactionscript");
_root.tutgo = 0;
}
Instance of Symbol 112 MovieClip in Frame 877
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Instance of Symbol 144 MovieClip in Frame 877
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.gotoAndStop("classicnorma");
}
Instance of Symbol 144 MovieClip in Frame 877
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
strang = new Sound();
strang.attachSound("strang");
strang.start(0, 99);
_root.gotoAndPlay("gameselectmenu");
}
Frame 916
stop();
Frame 917
_global.smackrange = 10;
_root.powerWord = "";
_global.stun = 0;
_global.nrmlmode = 1;
_root.health = 100;
_global.addSpeed = 0;
_global.botup = false;
_root.balltangle.gotoAndStop(48);
tridupe();
Mouse.hide();
_root.score = 0;
_root.hits = 0;
_root.multip = "-";
if ((!_global.highscore) > 0) {
_global.highscore = 0;
}
_root.moosic.play();
stop();
_global.endgame = 0;
_global.multiplier = 1;
Instance of Symbol 112 MovieClip in Frame 917
onClipEvent (enterFrame) {
this._rotation = this._rotation + (_root.score * 0.001);
if ((!_global.menuoff) == 1) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 230 MovieClip "scorebonus" in Frame 917
onClipEvent (load) {
this._x = random(600) + 30;
this._y = random(320) + 40;
_root.scorebonus._y = -50;
}
onClipEvent (enterFrame) {
if (_global.endgame == 1) {
this.removeMovieClip();
}
if (_global.endgame == 0) {
if ((this._currentframe == 81) || (this._currentframe == 89)) {
this.removeMovieClip();
}
if ((this.hitTest(_root.mousey) && (this._currentframe > 5)) && (this._currentframe < 81)) {
_root.score = _root.score + 20;
scoreAdd = _root.hits * 4;
if ((!_global.multiplier) == 0) {
scoreAdd = scoreAdd * _global.multiplier;
}
_root.score = _root.score + scoreAdd;
scoreAdd = 0;
this.gotoAndPlay(82);
}
}
}
Instance of Symbol 237 MovieClip "powerup" in Frame 917
onClipEvent (load) {
this._x = random(620) + 16;
this._y = random(360) + 20;
_root.powerup._y = -50;
}
onClipEvent (enterFrame) {
_root.powerup.stop();
if (_global.endgame == 1) {
this.removeMovieClip();
}
if (_global.endgame == 0) {
if ((this._currentframe == 80) || (this._currentframe == 87)) {
this.removeMovieClip();
}
if ((this.hitTest(_root.mousey) && (this._currentframe > 5)) && (this._currentframe < 78)) {
_global.powerupCheck = random(3) + 1;
_root.powerupResult = _global.powerupCheck;
_root.score = _root.score + _root.hits;
_root.score = _root.score + _root.hits;
_root.score = _root.score + _root.hits;
_root.score = _root.score + _root.hits;
this.gotoAndPlay(81);
}
}
}
Instance of Symbol 199 MovieClip "mousey" in Frame 917
onClipEvent (load) {
wonder = new Sound();
wonder.attachSound("wonder");
wonder.start(0, 99);
wonder.setVolume(30);
}
onClipEvent (enterFrame) {
if (_global.endgame == 0) {
this.turkey = this._x + _root._xmouse;
turkey = turkey / 2;
this._x = turkey;
this.turky2 = this._y + _root._ymouse;
turky2 = turky2 / 2;
this._y = turky2;
}
if (_global.stun == 19) {
this.gotoAndPlay(31);
}
if (this._currentframe > 52) {
p = 1;
while (p == 6) {
_root.particle.duplicateMovieClip("particleo", _root.getNextHighestDepth);
p++;
}
}
}
Instance of Symbol 99 MovieClip "bat1" in Frame 917
onClipEvent (enterFrame) {
if ((_root._ymouse > 23) && (_root._ymouse < 370)) {
if (_root.counter.reverseReturn == 0) {
this._y = _root.mousey._y;
} else {
this._y = 400 - _root.mousey._y;
}
if (_global.stun == 19) {
this.play();
}
}
if (this.hitTest(_root.balltangle)) {
if (this._x < _root.balltangle._x) {
this.glow.play();
}
}
}
Instance of Symbol 99 MovieClip "bat2" in Frame 917
onClipEvent (enterFrame) {
if ((_root._ymouse > 23) && (_root._ymouse < 370)) {
if (_root.counter.reverseReturn == 0) {
this._y = _root.mousey._y;
} else {
this._y = 400 - _root.mousey._y;
}
}
if (_global.stun == 19) {
this.play();
}
if (this.hitTest(_root.balltangle) && (this._x > _root.balltangle._x)) {
this.glow.play();
}
}
Instance of Symbol 106 MovieClip "balltangle" in Frame 917
onClipEvent (load) {
respawn = 0;
xspeed = -7;
yspeed = 0;
gravity = 0.5;
hitdelay = 0;
bothitdelay = 0;
soundchoice = 0;
shit1 = new Sound();
shit1.attachSound("s-hit1");
shit2 = new Sound();
shit2.attachSound("s-hit2");
shit3 = new Sound();
shit3.attachSound("s-hit3");
}
onClipEvent (enterFrame) {
if (_global.gamestart == 1) {
if (_global.endgame == 0) {
if ((soundchoice <= 33) && (soundchoice >= 1)) {
shit1.start(0, 0);
shit1.setVolume(30);
soundchoice = 0;
}
if ((soundchoice >= 34) && (soundchoice <= 67)) {
shit2.start(0, 0);
shit2.setVolume(30);
soundchoice = 0;
}
if (soundchoice > 67) {
shit3.start(0, 0);
shit3.setVolume(30);
soundchoice = 0;
}
this._rotation = this._rotation + xspeed;
this._x = this._x + xspeed;
this._y = this._y + yspeed;
yspeed = yspeed + gravity;
hitdelay = hitdelay + 5;
bothitdelay = bothitdelay + 5;
if (((this._x >= 650) || (this._x < -10)) || (this._y > 420)) {
if (_global.endgame == 0) {
respawn = 1;
_root.counter.scorebnsCounter = 0;
_root.counter.reverseReturn = 0;
_root.counter.speedupReturn = 0;
_root.counter.gravityReturn = 0;
_root.counter.powerupCounter = 0;
this.gotoAndPlay(16);
this._y = 40;
this._x = 325;
yspeed = 0;
xspeed = 0;
_root.health = _root.health - 25;
_global.healthcount = _global.healthcount + 25;
}
}
if (this.hitTest(_root.botbar)) {
yspeed = -16;
ttol = new Sound();
ttol.attachSound("bott");
ttol.start(0, 0);
if (respawn == 1) {
xspeed = -7;
respawn = 0;
}
}
if (this.hitTest(_root.bat1) || (this.hitTest(_root.bat2))) {
if (hitdelay > 50) {
if ((this._x > _root.bat1._x) && (this._x < _root.bat2._x)) {
if (_global.endgame == 0) {
_global.smack = random(_global.smackrange) + 1;
_global.smackrange = _global.smackrange - 1;
xspeed = xspeed * -1;
hitdelay = 0;
addedscore = 5 * _global.multiplier;
addedscore = addedscore + ((_root.hits * _global.multiplier) / 2);
_root.score = _root.score + addedscore;
this.play();
_root.hits = _root.hits + 1;
soundchoice = random(99);
}
}
}
}
if (this.hitTest(_root.bat3)) {
if (_global.endgame == 0) {
if (bothitdelay > 50) {
if (this._y < _root.bat3._y) {
yspeed = (yspeed = -16);
if (respawn == 1) {
xspeed = -7;
respawn = 0;
}
bothitdelay = 0;
_root.score = _root.score + (5 * _global.multiplier);
this.play();
_root.hits = _root.hits + 1;
addedscore = 5 * _global.multiplier;
addedscore = addedscore + ((_root.hits * _global.multiplier) / 2);
_root.score = _root.score + addedscore;
soundchoice = random(99);
}
}
}
}
}
}
}
Instance of Symbol 242 MovieClip "botbar" in Frame 917
onClipEvent (enterFrame) {
if (_global.botup == true) {
this._y = this._y + 0.2;
}
if (this._y > 420) {
this.removeMovieClip();
}
}
Instance of Symbol 99 MovieClip "bat3" in Frame 917
onClipEvent (enterFrame) {
if (_global.stun == 0) {
this._x = _root.mousey._x;
}
if (_global.botup == true) {
if (this._y > 360) {
this._y = this._y - 0.8;
}
}
if (_global.stun == 19) {
this.play();
}
if (this.hitTest(_root.balltangle)) {
this.glow.play();
}
}
Instance of Symbol 300 MovieClip in Frame 917
on (release) {
if (_quality == "HIGH") {
this.gotoAndStop(3);
_quality = "MEDIUM";
} else if (_quality == "MEDIUM") {
this.gotoAndStop(2);
_quality = "LOW";
} else if (_quality == "LOW") {
this.gotoAndStop(1);
_quality = "HIGH";
}
}
Instance of Symbol 302 MovieClip "adsasd" in Frame 917
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_global.reseton == 1)) {
_root.play();
}
}
Instance of Symbol 306 MovieClip in Frame 917
onClipEvent (load) {
function gethits() {
hitstheget = root.hits();
}
function tridupetwo() {
e = 0;
while (e < 2) {
_root.trienemy.duplicateMovieClip("trienemy" + e, _root.getNextHighestDepth());
e++;
}
}
function tridupeone() {
a = 0;
while (a < 1) {
_root.trienemy.duplicateMovieClip("trienemy" + a, _root.getNextHighestDepth());
a++;
}
}
hitstheget = 0;
tridupe1 = 0;
tridupe2 = 0;
}
onClipEvent (enterFrame) {
if (_global.endgame == 0) {
_root.lol = hitstheget;
if (_root.hits > 20) {
_global.botup = true;
}
_root.trienemy.yspeed = 0;
if (_root.hits >= 6) {
if (tridupe1 == 0) {
tridupetwo();
tridupe1 = 1;
hitstheget = _root.hits;
}
}
if (_root.hits > (hitstheget + 4)) {
tridupeone();
hitstheget = _root.hits;
}
}
}
Instance of Symbol 222 MovieClip "trienemy" in Frame 917
onClipEvent (load) {
pop = 0;
_global.healthcount = 0;
yspeed = random(4) + 2;
this._width = random(6) + 27;
this._height = random(6) + 27;
}
onClipEvent (enterFrame) {
if ((_global.endgame == 1) && (pop == 0)) {
this.play();
pop = 1;
}
if (_global.endgame == 0) {
_root.trienemy._x = -50;
_root.trienemy._y = 50;
this._y = this._y - yspeed;
this._y = this._y - _global.addSpeed;
if ((this._y < -10) && (this._y > -60)) {
this._x = random(650);
this._y = 450;
this.yspeed = random(4) + 2;
}
}
}
on (rollOver) {
if (_global.endgame == 0) {
if (_root.mousey._currentframe < 52) {
_root.health = _root.health - 7;
_global.healthcount = _global.healthcount + 7;
_root.mousey.gotoAndPlay(53);
}
}
}
Instance of Symbol 302 MovieClip "counter" in Frame 917
onClipEvent (load) {
function powerupCreate() {
i = 0;
while (i < 1) {
_root.powerup.duplicateMovieClip("powerup" + i, _root.getNextHighestDepth());
i++;
}
}
function scorebnsCreate() {
i = 0;
while (i < 1) {
_root.scorebonus.duplicateMovieClip("scorebonus" + i, _root.getNextHighestDepth());
i++;
}
}
_global.multiplier = 0;
scorebnsCounter = 0;
reverseReturn = 0;
speedupReturn = 0;
gravityReturn = 0;
powerupCounter = 0;
}
onClipEvent (enterFrame) {
if (_global.soundstop == 1) {
stopAllSounds();
_global.soundstop = 0;
}
if (_global.endgame == 1) {
Mouse.show();
}
if (_global.endgame == 0) {
_root.rr = speedupReturn;
_root.particle._x = _root.mousey._x;
_root.particle._y = _root.mousey._y;
if (_global.stun > 0) {
_global.stun = _global.stun - 1;
}
_root.stunny = _global.stun;
if (scorebnsCounter == 200) {
scorebnsCreate();
scorebnsCounter = 0;
}
if (_root.hits > 5) {
scorebnsCounter = scorebnsCounter + 2;
}
if (_global.smack > 0) {
if (((_global.smack == 1) || (_global.smack == 2)) || (_global.smack == 3)) {
if (_global.powerUpOn == 0) {
powerupCreate();
_global.smackrange = 10;
_global.smack = 0;
}
}
}
if (_global.powerupCheck == 1) {
tau = new Sound();
tau.attachSound("TAUUGH");
tau.start(0, 0);
_root.balltangle.gravity = 1.1;
gravityReturn = 300;
_global.powerupCheck = 0;
}
if (gravityReturn > 0) {
gravityReturn = gravityReturn - 1;
_root.powerWord = "High Gravity";
_root.multip = "x2";
_global.multiplier = 2;
}
if (gravityReturn == 0) {
_root.balltangle.gravity = 0.5;
}
if (_global.powerupCheck == 2) {
reverseReturn = 300;
_global.powerupCheck = 0;
}
if (reverseReturn > 0) {
reverseReturn = reverseReturn - 1;
_root.powerWord = "Reversed Paddles";
_root.multip = "x5";
_global.multiplier = 5;
}
if (_global.powerupCheck == 3) {
speedupReturn = 300;
_global.powerupCheck = 0;
}
if (speedupReturn > 0) {
speedupReturn = speedupReturn - 1;
_root.powerWord = "Faster Enemies";
_root.multip = "x3";
_global.multiplier = 3;
_global.addSpeed = 5;
}
if (speedupReturn == 0) {
_global.addSpeed = 0;
}
if (((reverseReturn == 0) && (gravityReturn == 0)) && (speedupReturn == 0)) {
_root.powerWord = "";
_global.powerupCheck = 0;
_root.multip = "-";
_global.multiplier = 1;
}
if (((_root.powerWord == "Reversed Paddles") || (_root.powerWord == "High Gravity")) || (_root.powerWord == "Faster Enemies")) {
_global.powerUpOn = 1;
} else {
_global.powerUpOn = 0;
}
}
}
Instance of Symbol 314 MovieClip in Frame 917
onClipEvent (load) {
plaey = 0;
}
onClipEvent (enterFrame) {
if ((_global.endgamePlay == 1) && (plaey == 0)) {
this.play();
plaey = 1;
this.getNextHighestDepth();
_global.endgamePlay = 0;
}
}
Instance of Symbol 428 MovieClip "endGameMenu" in Frame 917
onClipEvent (enterFrame) {
if (_global.endgame == 0) {
this._visible = false;
this.stop();
}
if (((_global.endgame == 1) && (_global.varpl == 0)) && (_global.endgameMenuPlay == 1)) {
this._visible = true;
this.play();
_global.varpl = 1;
}
}
Frame 918
stopAllSounds();
if (_root.goHome == 1) {
_root.gotoAndPlay("gameselectmenu");
_root.goHome = 0;
strang = new Sound();
strang.attachSound("strang");
strang.start(0, 99);
}
_root.prevFrame();
_global.reseton = 0;
Frame 919
_root.thascore = _global.scoreresult;
Instance of Symbol 112 MovieClip in Frame 919
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Instance of Symbol 253 MovieClip "tutorial" in Frame 919
onClipEvent (load) {
this.gotoAndStop(2);
}
on (rollOver) {
this.gotoAndStop(3);
}
on (rollOut) {
this.gotoAndStop(2);
}
on (press) {
function __rankz_send__(par1, par2, par3, par4) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3);
par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s");
par227.flashkey = par227.flashkey.split("=").join("");
par227.SU0249 = par227.SU0249.split("=").join("");
par228.onLoad = function (success) {
if (success) {
trace(par228.msg);
} else {
trace(par228.loaded);
}
};
par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST");
}
this.gotoAndStop(4);
bXlnYW1lX25hbWVfdmFyaWFibGU = _global.playername;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _global.scoreresult;
__rankz_send__("MjA3NGolZSVhJW4lcw==", "d1VLZExvc0k=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
getURL ("http://rankz.armorbot.com/Retoird_Normal/", "_blank");
_root.nextFrame();
}
Instance of Symbol 116 MovieClip in Frame 919
on (press) {
getURL ("http://www.studiox.ca/?usergamerefer=HarraH/", _blank);
}
Frame 920
MochiAd.showInterLevelAd({id:"efdef89cae84cc50", res:"650x400"});
Frame 921
stop();
Instance of Symbol 112 MovieClip in Frame 921
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Instance of Symbol 253 MovieClip "tutorialmm" in Frame 921
onClipEvent (load) {
this.gotoAndStop(2);
}
on (rollOver) {
this.gotoAndStop(3);
}
on (rollOut) {
this.gotoAndStop(2);
}
on (press) {
this.gotoAndStop(4);
}
on (release) {
this.gotoAndStop(2);
stopAllSounds();
strang = new Sound();
strang.attachSound("strang");
strang.start(0, 99);
_root.gotoAndPlay("gameselectmenu");
}
Instance of Symbol 253 MovieClip "tutorialhhh" in Frame 921
onClipEvent (load) {
this.gotoAndStop(2);
}
on (rollOver) {
this.gotoAndStop(3);
}
on (rollOut) {
this.gotoAndStop(2);
}
on (press) {
this.gotoAndStop(4);
}
on (release) {
this.gotoAndStop(2);
_root.gotoAndStop("resetnormal");
}
Instance of Symbol 116 MovieClip in Frame 921
on (press) {
getURL ("http://www.studiox.ca/?usergamerefer=HarraH/", _blank);
}
Instance of Symbol 112 MovieClip in Frame 922
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Instance of Symbol 144 MovieClip in Frame 922
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.gotoAndStop("classiceas");
}
Instance of Symbol 144 MovieClip in Frame 922
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
strang = new Sound();
strang.attachSound("strang");
strang.start(0, 99);
_root.gotoAndPlay("gameselectmenu");
}
Frame 961
stop();
Frame 962
hson = 0;
_global.smackrange = 10;
_root.powerWord = "";
_global.wallyflower = 1;
_global.stun = 0;
_global.showguide = 1;
_global.ezymode = 1;
_root.health = 100;
_global.addSpeed = 0;
_global.botup = false;
_root.balltangle.gotoAndStop(48);
tridupe();
Mouse.hide();
_root.score = 0;
_root.hits = 0;
_root.multip = "-";
if ((!_global.easyhighscore) > 0) {
_global.easyhighscore = 0;
}
if (_global.wallyflower == 1) {
wally = new Sound();
wally.attachSound("wallflower");
wally.start(0, 0);
wally.setVolume(30);
_global.wallyflower = 0;
}
stop();
_global.endgame = 0;
_global.multiplier = 1;
Instance of Symbol 452 MovieClip in Frame 962
onClipEvent (enterFrame) {
if (_global.showguide == 1) {
this._visible = true;
} else {
this._visible = false;
}
this._x = _root.mousey._x;
this._y = _root.mousey._y;
}
Instance of Symbol 112 MovieClip in Frame 962
onClipEvent (enterFrame) {
this._rotation = this._rotation + (_root.score * 0.0001);
if ((!_global.menuoff) == 1) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 230 MovieClip "scorebonus" in Frame 962
onClipEvent (load) {
this._x = random(600) + 30;
this._y = random(320) + 40;
_root.scorebonus._y = -50;
}
onClipEvent (enterFrame) {
if (_global.endgame == 1) {
this.removeMovieClip();
}
if (_global.endgame == 0) {
if ((this._currentframe == 81) || (this._currentframe == 89)) {
this.removeMovieClip();
}
if ((this.hitTest(_root.mousey) && (this._currentframe > 5)) && (this._currentframe < 81)) {
_root.score = _root.score + 20;
scoreAdd = _root.hits * 4;
if ((!_global.multiplier) == 0) {
scoreAdd = scoreAdd * _global.multiplier;
}
_root.score = _root.score + scoreAdd;
scoreAdd = 0;
this.gotoAndPlay(82);
}
}
}
Instance of Symbol 237 MovieClip "powerup" in Frame 962
onClipEvent (load) {
this._x = random(620) + 16;
this._y = random(360) + 20;
_root.powerup._y = -50;
}
onClipEvent (enterFrame) {
_root.powerup.stop();
if (_global.endgame == 1) {
this.removeMovieClip();
}
if (_global.endgame == 0) {
if ((this._currentframe == 80) || (this._currentframe == 87)) {
this.removeMovieClip();
}
if ((this.hitTest(_root.mousey) && (this._currentframe > 5)) && (this._currentframe < 78)) {
_global.powerupCheck = random(3) + 1;
_root.powerupResult = _global.powerupCheck;
_root.score = _root.score + _root.hits;
_root.score = _root.score + _root.hits;
_root.score = _root.score + _root.hits;
_root.score = _root.score + _root.hits;
this.gotoAndPlay(81);
}
}
}
Instance of Symbol 199 MovieClip "mousey" in Frame 962
onClipEvent (load) {
lolcake = new Sound();
lolcake.attachSound("Analoga_Asteroid (spacey)");
lolcake.start(0, 99);
lolcake.setVolume(30);
}
onClipEvent (enterFrame) {
if (_global.endgame == 0) {
this.turkey = this._x + _root._xmouse;
turkey = turkey / 2;
this._x = turkey;
this.turky2 = this._y + _root._ymouse;
turky2 = turky2 / 2;
this._y = turky2;
}
if (_global.stun == 19) {
this.gotoAndPlay(31);
}
if (this._currentframe > 52) {
p = 1;
while (p == 6) {
_root.particle.duplicateMovieClip("particleo", _root.getNextHighestDepth);
p++;
}
}
}
Instance of Symbol 99 MovieClip "bat1" in Frame 962
onClipEvent (enterFrame) {
if ((_root._ymouse > 23) && (_root._ymouse < 370)) {
if (_root.counter.reverseReturn == 0) {
this._y = _root.mousey._y;
} else {
this._y = 400 - _root.mousey._y;
}
if (_global.stun == 19) {
this.play();
}
}
if (this.hitTest(_root.balltangle)) {
if (this._x < _root.balltangle._x) {
this.glow.play();
}
}
}
Instance of Symbol 99 MovieClip "bat2" in Frame 962
onClipEvent (enterFrame) {
if ((_root._ymouse > 23) && (_root._ymouse < 370)) {
if (_root.counter.reverseReturn == 0) {
this._y = _root.mousey._y;
} else {
this._y = 400 - _root.mousey._y;
}
}
if (_global.stun == 19) {
this.play();
}
if (this.hitTest(_root.balltangle) && (this._x > _root.balltangle._x)) {
this.glow.play();
}
}
Instance of Symbol 106 MovieClip "balltangle" in Frame 962
onClipEvent (load) {
respawn = 0;
xspeed = -7;
yspeed = 0;
gravity = 0.5;
hitdelay = 0;
bothitdelay = 0;
soundchoice = 0;
shit1 = new Sound();
shit1.attachSound("s-hit1");
shit2 = new Sound();
shit2.attachSound("s-hit2");
shit3 = new Sound();
shit3.attachSound("s-hit3");
}
onClipEvent (enterFrame) {
if (_global.gamestart == 1) {
if (_global.endgame == 0) {
if ((soundchoice <= 33) && (soundchoice >= 1)) {
shit1.start(0, 0);
shit1.setVolume(30);
soundchoice = 0;
}
if ((soundchoice >= 34) && (soundchoice <= 67)) {
shit2.start(0, 0);
shit2.setVolume(30);
soundchoice = 0;
}
if (soundchoice > 67) {
shit3.start(0, 0);
shit3.setVolume(30);
soundchoice = 0;
}
this._rotation = this._rotation + xspeed;
this._x = this._x + xspeed;
this._y = this._y + yspeed;
yspeed = yspeed + gravity;
hitdelay = hitdelay + 5;
bothitdelay = bothitdelay + 5;
if (((this._x >= 650) || (this._x < -10)) || (this._y > 420)) {
if (_global.endgame == 0) {
respawn = 1;
_root.counter.scorebnsCounter = 0;
_root.counter.reverseReturn = 0;
_root.counter.speedupReturn = 0;
_root.counter.gravityReturn = 0;
_root.counter.powerupCounter = 0;
this.gotoAndPlay(16);
this._y = 40;
this._x = 325;
yspeed = 0;
xspeed = 0;
_root.health = _root.health - 25;
_global.healthcount = _global.healthcount + 25;
}
}
if (this.hitTest(_root.botbar)) {
yspeed = -16;
ttol = new Sound();
ttol.attachSound("bott");
ttol.start(0, 0);
if (respawn == 1) {
xspeed = -7;
respawn = 0;
}
}
if (this.hitTest(_root.bat1) || (this.hitTest(_root.bat2))) {
if (hitdelay > 50) {
if ((this._x > _root.bat1._x) && (this._x < _root.bat2._x)) {
if (_global.endgame == 0) {
_global.smack = random(_global.smackrange) + 1;
_global.smackrange = _global.smackrange - 1;
xspeed = xspeed * -1;
hitdelay = 0;
addedscore = 5 * _global.multiplier;
addedscore = addedscore + ((_root.hits * _global.multiplier) / 2);
_root.score = _root.score + addedscore;
this.play();
_root.hits = _root.hits + 1;
soundchoice = random(99);
}
}
}
}
if (this.hitTest(_root.bat3)) {
if (_global.endgame == 0) {
if (bothitdelay > 50) {
if (this._y < _root.bat3._y) {
yspeed = (yspeed = -16);
if (respawn == 1) {
xspeed = -7;
respawn = 0;
}
bothitdelay = 0;
_root.score = _root.score + (5 * _global.multiplier);
this.play();
_root.hits = _root.hits + 1;
addedscore = 5 * _global.multiplier;
addedscore = addedscore + ((_root.hits * _global.multiplier) / 2);
_root.score = _root.score + addedscore;
soundchoice = random(99);
}
}
}
}
}
}
}
Instance of Symbol 242 MovieClip "botbar" in Frame 962
onClipEvent (enterFrame) {
if (this._y > 420) {
this.removeMovieClip();
}
}
Instance of Symbol 99 MovieClip "bat3" in Frame 962
onClipEvent (enterFrame) {
if (_global.stun == 0) {
this._x = _root.mousey._x;
}
if (_global.botup == true) {
}
if (_global.stun == 19) {
this.play();
}
if (this.hitTest(_root.balltangle)) {
this.glow.play();
}
}
Instance of Symbol 300 MovieClip in Frame 962
on (release) {
if (_quality == "HIGH") {
this.gotoAndStop(3);
_quality = "MEDIUM";
} else if (_quality == "MEDIUM") {
this.gotoAndStop(2);
_quality = "LOW";
} else if (_quality == "LOW") {
this.gotoAndStop(1);
_quality = "HIGH";
}
}
Instance of Symbol 306 MovieClip in Frame 962
onClipEvent (load) {
function gethits() {
hitstheget = root.hits();
}
function tridupetwo() {
i = 0;
while (i < 2) {
_root.trienemy.duplicateMovieClip("trienemy" + i, _root.getNextHighestDepth());
i++;
}
}
function tridupeone() {
a = 0;
while (a < 1) {
_root.trienemy.duplicateMovieClip("trienemy" + i, _root.getNextHighestDepth());
a++;
}
}
hitstheget = 0;
tridupe1 = 0;
tridupe2 = 0;
}
onClipEvent (enterFrame) {
if (_global.endgame == 0) {
_root.lol = hitstheget;
if (_root.hits > 20) {
_global.botup = true;
}
_root.trienemy.yspeed = 0;
if (_root.hits >= 6) {
if (tridupe1 == 0) {
tridupetwo();
tridupe1 = 1;
hitstheget = _root.hits;
}
}
if (_root.hits > (hitstheget + 4)) {
tridupeone();
hitstheget = _root.hits;
}
}
}
Instance of Symbol 222 MovieClip "trienemy" in Frame 962
onClipEvent (load) {
pop = 0;
_global.healthcount = 0;
yspeed = random(4) + 2;
this._width = random(6) + 27;
this._height = random(6) + 27;
}
onClipEvent (enterFrame) {
if ((_global.endgame == 1) && (pop == 0)) {
this.play();
pop = 1;
}
if (_global.endgame == 0) {
_root.trienemy._x = -50;
_root.trienemy._y = 50;
this._y = this._y - yspeed;
this._y = this._y - _global.addSpeed;
if ((this._y < -10) && (this._y > -60)) {
this._x = random(650);
this._y = 450;
this.yspeed = random(4) + 2;
}
}
}
on (rollOver) {
if (_global.endgame == 0) {
if (_root.mousey._currentframe < 52) {
_root.health = _root.health - 7;
_global.healthcount = _global.healthcount + 7;
_root.mousey.gotoAndPlay(53);
}
}
}
Instance of Symbol 302 MovieClip "counter" in Frame 962
onClipEvent (load) {
function powerupCreate() {
i = 0;
while (i < 1) {
_root.powerup.duplicateMovieClip("powerup" + i, _root.getNextHighestDepth());
i++;
}
}
function scorebnsCreate() {
i = 0;
while (i < 1) {
_root.scorebonus.duplicateMovieClip("scorebonus" + i, _root.getNextHighestDepth());
i++;
}
}
_global.multiplier = 0;
scorebnsCounter = 0;
reverseReturn = 0;
speedupReturn = 0;
gravityReturn = 0;
powerupCounter = 0;
}
onClipEvent (enterFrame) {
if (_global.soundstop == 1) {
stopAllSounds();
_global.soundstop = 0;
}
if (_global.endgame == 1) {
Mouse.show();
}
if (_global.endgame == 0) {
_root.rr = speedupReturn;
_root.particle._x = _root.mousey._x;
_root.particle._y = _root.mousey._y;
if (_global.stun > 0) {
_global.stun = _global.stun - 1;
}
_root.stunny = _global.stun;
if (scorebnsCounter == 200) {
scorebnsCreate();
scorebnsCounter = 0;
}
if (_root.hits > 5) {
scorebnsCounter = scorebnsCounter + 2;
}
if (_global.smack > 0) {
if (((_global.smack == 1) || (_global.smack == 2)) || (_global.smack == 3)) {
if (_global.powerUpOn == 0) {
powerupCreate();
_global.smackrange = 10;
_global.smack = 0;
}
}
}
if (_global.powerupCheck == 1) {
tau = new Sound();
tau.attachSound("TAUUGH");
tau.start(0, 0);
_root.balltangle.gravity = 1.1;
gravityReturn = 300;
_global.powerupCheck = 0;
}
if (gravityReturn > 0) {
gravityReturn = gravityReturn - 1;
_root.powerWord = "High Gravity";
_root.multip = "x2";
_global.multiplier = 2;
}
if (gravityReturn == 0) {
_root.balltangle.gravity = 0.5;
}
if (_global.powerupCheck == 2) {
reverseReturn = 300;
_global.powerupCheck = 0;
}
if (reverseReturn > 0) {
reverseReturn = reverseReturn - 1;
_root.powerWord = "Reversed Paddles";
_root.multip = "x5";
_global.multiplier = 5;
}
if (_global.powerupCheck == 3) {
speedupReturn = 300;
_global.powerupCheck = 0;
}
if (speedupReturn > 0) {
speedupReturn = speedupReturn - 1;
_root.powerWord = "Faster Enemies";
_root.multip = "x3";
_global.multiplier = 3;
_global.addSpeed = 5;
}
if (speedupReturn == 0) {
_global.addSpeed = 0;
}
if (((reverseReturn == 0) && (gravityReturn == 0)) && (speedupReturn == 0)) {
_root.powerWord = "";
_global.powerupCheck = 0;
_root.multip = "-";
_global.multiplier = 1;
}
if (((_root.powerWord == "Reversed Paddles") || (_root.powerWord == "High Gravity")) || (_root.powerWord == "Faster Enemies")) {
_global.powerUpOn = 1;
} else {
_global.powerUpOn = 0;
}
}
}
Instance of Symbol 302 MovieClip "adsasd" in Frame 962
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_global.reseton == 1)) {
_root.play();
}
}
Instance of Symbol 314 MovieClip in Frame 962
onClipEvent (load) {
plaey = 0;
}
onClipEvent (enterFrame) {
if ((_global.endgamePlay == 1) && (plaey == 0)) {
this.play();
plaey = 1;
this.getNextHighestDepth();
_global.endgamePlay = 0;
}
}
Instance of Symbol 428 MovieClip "endGameMenu" in Frame 962
onClipEvent (enterFrame) {
if (_global.endgame == 0) {
this._visible = false;
this.stop();
}
if (((_global.endgame == 1) && (_global.varpl == 0)) && (_global.endgameMenuPlay == 1)) {
this._visible = true;
this.play();
_global.varpl = 1;
}
}
Frame 963
stopAllSounds();
if (_root.goHome == 1) {
_root.gotoAndPlay("gameselectmenu");
_root.goHome = 0;
strang = new Sound();
strang.attachSound("strang");
strang.start(0, 99);
}
_root.prevFrame();
_global.reseton = 0;
Frame 964
_root.thascore = _global.scoreresult;
Instance of Symbol 112 MovieClip in Frame 964
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Instance of Symbol 253 MovieClip "tutorial" in Frame 964
onClipEvent (load) {
this.gotoAndStop(2);
}
on (rollOver) {
this.gotoAndStop(3);
}
on (rollOut) {
this.gotoAndStop(2);
}
on (press) {
function __rankz_send__(par1, par2, par3, par4) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3);
par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s");
par227.flashkey = par227.flashkey.split("=").join("");
par227.SU0249 = par227.SU0249.split("=").join("");
par228.onLoad = function (success) {
if (success) {
trace(par228.msg);
} else {
trace(par228.loaded);
}
};
par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST");
}
this.gotoAndStop(4);
bXlnYW1lX25hbWVfdmFyaWFibGU = _global.playername;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _global.scoreresult;
__rankz_send__("MjA3MmolZSVhJW4lcw==", "Q1dFYmdFZ0U=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
getURL ("http://rankz.armorbot.com/retroid_normal/", "_blank");
_root.nextFrame();
}
Instance of Symbol 116 MovieClip in Frame 964
on (press) {
getURL ("http://www.studiox.ca/?usergamerefer=HarraH/", _blank);
}
Frame 965
MochiAd.showInterLevelAd({id:"efdef89cae84cc50", res:"650x400"});
Frame 966
stop();
Instance of Symbol 112 MovieClip in Frame 966
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Instance of Symbol 253 MovieClip "tutorialmm" in Frame 966
onClipEvent (load) {
this.gotoAndStop(2);
}
on (rollOver) {
this.gotoAndStop(3);
}
on (rollOut) {
this.gotoAndStop(2);
}
on (press) {
this.gotoAndStop(4);
}
on (release) {
this.gotoAndStop(2);
stopAllSounds();
strang = new Sound();
strang.attachSound("strang");
strang.start(0, 99);
_root.gotoAndPlay("gameselectmenu");
}
Instance of Symbol 253 MovieClip "tutorialhhh" in Frame 966
onClipEvent (load) {
this.gotoAndStop(2);
}
on (rollOver) {
this.gotoAndStop(3);
}
on (rollOut) {
this.gotoAndStop(2);
}
on (press) {
this.gotoAndStop(4);
}
on (release) {
this.gotoAndStop(2);
_root.gotoAndStop("reseteasy");
}
Instance of Symbol 116 MovieClip in Frame 966
on (press) {
getURL ("http://www.studiox.ca/?usergamerefer=HarraH/", _blank);
}
Instance of Symbol 112 MovieClip in Frame 967
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Instance of Symbol 144 MovieClip in Frame 967
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.gotoAndStop("speedmod");
}
Instance of Symbol 144 MovieClip in Frame 967
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
strang = new Sound();
strang.attachSound("strang");
strang.start(0, 99);
_root.gotoAndPlay("gameselectmenu");
}
Frame 1006
stop();
Frame 1007
_global.showguide = 1;
_global.smackrange = 10;
_global.healthcount = 0;
_root.powerWord = "";
_global.wallyflower = 1;
_global.stun = 0;
_global.spdmode = 1;
_root.health = 100;
_global.addSpeed = 0;
_global.botup = false;
_root.balltangle.gotoAndStop(48);
tridupe();
Mouse.hide();
_root.score = 0;
_root.hits = 0;
_root.multip = "-";
if ((!_global.speedhighscore) > 0) {
_global.speedhighscore = 0;
}
if (_global.wallyflower == 1) {
wally = new Sound();
wally.attachSound("wallflower");
wally.start(0, 0);
wally.setVolume(30);
_global.wallyflower = 0;
}
_root.moosic.play();
stop();
_global.endgame = 0;
_global.multiplier = 1;
Instance of Symbol 306 MovieClip in Frame 1007
onClipEvent (load) {
function gethits() {
hitstheget = root.hits();
}
function tridupetwo() {
i = 0;
while (i < 2) {
_root.trienemy.duplicateMovieClip("trienemy" + i, _root.getNextHighestDepth());
i++;
}
}
function tridupeone() {
a = 0;
while (a < 1) {
_root.trienemy.duplicateMovieClip("trienemy" + i, _root.getNextHighestDepth());
a++;
}
}
hitstheget = 0;
tridupe1 = 0;
tridupe2 = 0;
}
onClipEvent (enterFrame) {
if (_global.endgame == 0) {
_root.lol = hitstheget;
if (_root.hits > 20) {
_global.botup = true;
}
_root.trienemy.yspeed = 0;
if (_root.hits >= 6) {
if (tridupe1 == 0) {
tridupetwo();
tridupe1 = 1;
hitstheget = _root.hits;
}
}
if (_root.hits > (hitstheget + 4)) {
tridupeone();
hitstheget = _root.hits;
}
}
}
Instance of Symbol 452 MovieClip in Frame 1007
onClipEvent (enterFrame) {
if ((_global.showguide == 1) || (_global.allshow == 1)) {
this._visible = true;
} else {
this._visible = false;
}
this._x = _root.mousey._x;
this._y = _root.mousey._y;
}
Instance of Symbol 452 MovieClip in Frame 1007
onClipEvent (enterFrame) {
if ((_global.showguide == 1) || (_global.allshow == 1)) {
this._visible = true;
} else {
this._visible = false;
}
this._x = _root.mousey._x;
this._y = _root.mousey._y;
}
Instance of Symbol 199 MovieClip "mousey" in Frame 1007
onClipEvent (load) {
snowu = new Sound();
snowu.attachSound("snowu");
snowu.start(0, 99);
snowu.setVolume(30);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.balltangle)) {
if (this._currentframe < 31) {
_global.healthcount = _global.healthcount + 10;
this.gotoAndPlay(53);
}
}
if (_global.endgame == 0) {
this.turkey = this._x + _root._xmouse;
turkey = turkey / 2;
this._x = turkey;
this.turky2 = this._y + _root._ymouse;
turky2 = turky2 / 2;
this._y = turky2;
}
if (_global.stun == 19) {
this.gotoAndPlay(31);
}
if (this._currentframe > 52) {
p = 1;
while (p == 6) {
_root.particle.duplicateMovieClip("particleo", _root.getNextHighestDepth);
p++;
}
}
}
Instance of Symbol 99 MovieClip "bat1" in Frame 1007
onClipEvent (enterFrame) {
if ((_root._ymouse > 23) && (_root._ymouse < 370)) {
if (_root.counter.reverseReturn == 0) {
this._y = _root.mousey._y;
} else {
this._y = 400 - _root.mousey._y;
}
if (_global.stun == 19) {
this.play();
}
}
if (this.hitTest(_root.balltangle)) {
if (this._x < _root.balltangle._x) {
this.glow.play();
}
}
}
Instance of Symbol 99 MovieClip "bat2" in Frame 1007
onClipEvent (enterFrame) {
if ((_root._ymouse > 23) && (_root._ymouse < 370)) {
if (_root.counter.reverseReturn == 0) {
this._y = _root.mousey._y;
} else {
this._y = 400 - _root.mousey._y;
}
}
if (_global.stun == 19) {
this.play();
}
if (this.hitTest(_root.balltangle) && (this._x > _root.balltangle._x)) {
this.glow.play();
}
}
Instance of Symbol 106 MovieClip "balltangle" in Frame 1007
onClipEvent (load) {
respawn = 0;
xspeed = -7;
yspeed = 0;
gravity = 0.5;
hitdelay = 0;
bothitdelay = 0;
soundchoice = 0;
shit1 = new Sound();
shit1.attachSound("s-hit1");
shit2 = new Sound();
shit2.attachSound("s-hit2");
shit3 = new Sound();
shit3.attachSound("s-hit3");
}
onClipEvent (enterFrame) {
if (_global.gamestart == 1) {
if (_global.endgame == 0) {
if ((soundchoice <= 33) && (soundchoice >= 1)) {
shit1.start(0, 0);
shit1.setVolume(30);
soundchoice = 0;
}
if ((soundchoice >= 34) && (soundchoice <= 67)) {
shit2.start(0, 0);
shit2.setVolume(30);
soundchoice = 0;
}
if (soundchoice > 67) {
shit3.start(0, 0);
shit3.setVolume(30);
soundchoice = 0;
}
this._rotation = this._rotation + xspeed;
this._x = this._x + xspeed;
this._y = this._y + yspeed;
yspeed = yspeed + gravity;
hitdelay = hitdelay + 5;
bothitdelay = bothitdelay + 5;
if (((this._x >= 650) || (this._x < -10)) || (this._y > 420)) {
if (_global.endgame == 0) {
_root.mousey.gotoAndPlay(84);
_global.endgame = 1;
_root.counter.scorebnsCounter = 0;
_root.counter.reverseReturn = 0;
_root.counter.speedupReturn = 0;
_root.counter.gravityReturn = 0;
_root.counter.powerupCounter = 0;
this.gotoAndPlay(16);
yspeed = 0;
xspeed = 0;
_root.health = _root.health - 25;
_global.healthcount = _global.healthcount + 25;
}
}
if (this.hitTest(_root.botbar)) {
yspeed = -16;
ttol = new Sound();
ttol.attachSound("bott");
ttol.start(0, 0);
if (respawn == 1) {
xspeed = -7;
respawn = 0;
}
}
if (this.hitTest(_root.bat1) || (this.hitTest(_root.bat2))) {
if (hitdelay > 50) {
if ((this._x > _root.bat1._x) && (this._x < _root.bat2._x)) {
if (_global.endgame == 0) {
_global.smack = random(_global.smackrange) + 1;
_global.smackrange = _global.smackrange - 1;
xspeed = xspeed * -1;
hitdelay = 0;
this.play();
_root.hits = _root.hits + 1;
soundchoice = random(99);
}
}
}
}
if (this.hitTest(_root.bat3)) {
if (_global.endgame == 0) {
if (bothitdelay > 50) {
if (this._y < _root.bat3._y) {
yspeed = (yspeed = -16);
if (respawn == 1) {
xspeed = -7;
respawn = 0;
}
bothitdelay = 0;
this.play();
_root.hits = _root.hits + 1;
soundchoice = random(99);
}
}
}
}
}
}
}
Instance of Symbol 99 MovieClip "bat3" in Frame 1007
onClipEvent (enterFrame) {
if (_global.stun == 0) {
this._x = _root.mousey._x;
}
if (_global.botup == true) {
if (this._y > 360) {
this._y = this._y - 0.8;
}
}
if (_global.stun == 19) {
this.play();
}
if (this.hitTest(_root.balltangle)) {
this.glow.play();
}
}
Instance of Symbol 300 MovieClip in Frame 1007
on (release) {
if (_quality == "HIGH") {
this.gotoAndStop(3);
_quality = "MEDIUM";
} else if (_quality == "MEDIUM") {
this.gotoAndStop(2);
_quality = "LOW";
} else if (_quality == "LOW") {
this.gotoAndStop(1);
_quality = "HIGH";
}
}
Instance of Symbol 302 MovieClip "adsasd" in Frame 1007
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_global.reseton == 1)) {
_root.play();
}
}
Instance of Symbol 302 MovieClip "counter" in Frame 1007
onClipEvent (load) {
function powerupCreate() {
i = 0;
while (i < 1) {
_root.powerup.duplicateMovieClip("powerup" + i, _root.getNextHighestDepth());
i++;
}
}
function scorebnsCreate() {
i = 0;
while (i < 1) {
_root.scorebonus.duplicateMovieClip("scorebonus" + i, _root.getNextHighestDepth());
i++;
}
}
_global.multiplier = 0;
scorebnsCounter = 0;
reverseReturn = 0;
speedupReturn = 0;
gravityReturn = 0;
powerupCounter = 0;
}
onClipEvent (enterFrame) {
if (_global.gamestart == 1) {
if (_global.endgame == 0) {
_root.score = _root.score + _root.scoretime;
}
}
if (_global.soundstop == 1) {
stopAllSounds();
_global.soundstop = 0;
}
if (_global.endgame == 1) {
Mouse.show();
}
if (_global.endgame == 0) {
_root.rr = speedupReturn;
_root.particle._x = _root.mousey._x;
_root.particle._y = _root.mousey._y;
if (_global.stun > 0) {
_global.stun = _global.stun - 1;
}
_root.stunny = _global.stun;
if (scorebnsCounter == 200) {
scorebnsCreate();
scorebnsCounter = 0;
}
if (_root.hits > 5) {
scorebnsCounter = scorebnsCounter + 2;
}
if (_global.smack > 0) {
if (((_global.smack == 1) || (_global.smack == 2)) || (_global.smack == 3)) {
if (_global.powerUpOn == 0) {
powerupCreate();
_global.smackrange = 10;
_global.smack = 0;
}
}
}
if (_global.powerupCheck == 1) {
tau = new Sound();
tau.attachSound("TAUUGH");
tau.start(0, 0);
_root.balltangle.gravity = 1.1;
gravityReturn = 300;
_global.powerupCheck = 0;
}
if (gravityReturn > 0) {
gravityReturn = gravityReturn - 1;
_root.powerWord = "High Gravity";
_root.multip = "x2";
_global.multiplier = 2;
}
if (gravityReturn == 0) {
_root.balltangle.gravity = 0.5;
}
if (_global.powerupCheck == 2) {
reverseReturn = 300;
_global.powerupCheck = 0;
}
if (reverseReturn > 0) {
reverseReturn = reverseReturn - 1;
_root.powerWord = "Reversed Paddles";
_root.multip = "x5";
_global.multiplier = 5;
}
if (_global.powerupCheck == 3) {
speedupReturn = 300;
_global.powerupCheck = 0;
}
if (speedupReturn > 0) {
speedupReturn = speedupReturn - 1;
_root.powerWord = "Faster Enemies";
_root.multip = "x3";
_global.multiplier = 3;
_global.addSpeed = 5;
}
if (speedupReturn == 0) {
_global.addSpeed = 0;
}
if (((reverseReturn == 0) && (gravityReturn == 0)) && (speedupReturn == 0)) {
_root.powerWord = "";
_global.powerupCheck = 0;
_root.multip = "-";
_global.multiplier = 1;
}
if (((_root.powerWord == "Reversed Paddles") || (_root.powerWord == "High Gravity")) || (_root.powerWord == "Faster Enemies")) {
_global.powerUpOn = 1;
} else {
_global.powerUpOn = 0;
}
}
}
Instance of Symbol 314 MovieClip in Frame 1007
onClipEvent (load) {
plaey = 0;
}
onClipEvent (enterFrame) {
if ((_global.endgamePlay == 1) && (plaey == 0)) {
this.play();
plaey = 1;
this.getNextHighestDepth();
_global.endgamePlay = 0;
}
}
Instance of Symbol 428 MovieClip "endGameMenu" in Frame 1007
onClipEvent (enterFrame) {
if (_global.endgame == 0) {
this._visible = false;
this.stop();
}
if (((_global.endgame == 1) && (_global.varpl == 0)) && (_global.endgameMenuPlay == 1)) {
this._visible = true;
this.play();
_global.varpl = 1;
}
}
Instance of Symbol 477 MovieClip "fasta" in Frame 1007
onClipEvent (load) {
_root.scoretime = 3;
}
onClipEvent (enterFrame) {
if (_global.endgame == 0) {
if ((_root.score > 200) && (_root.score < 205)) {
this.play();
_root.balltangle.xspeed = _root.balltangle.xspeed * 1.05;
_root.balltangle.gravity = _root.balltangle.gravity * 1.1;
}
if ((_root.score > 600) && (_root.score < 605)) {
this.play();
_root.scoretime = 4;
_root.balltangle.xspeed = _root.balltangle.xspeed * 1.05;
_root.balltangle.gravity = _root.balltangle.gravity * 1.1;
}
if ((_root.score > 1500) && (_root.score < 1520)) {
this.play();
_root.scoretime = 5;
_root.balltangle.xspeed = _root.balltangle.xspeed * 1.05;
_root.balltangle.gravity = _root.balltangle.gravity * 1.1;
}
if ((_root.score > 3000) && (_root.score < 3020)) {
this.play();
_root.scoretime = 6;
_root.balltangle.xspeed = _root.balltangle.xspeed * 1.05;
_root.balltangle.gravity = _root.balltangle.gravity * 1.1;
}
if ((_root.score > 5000) && (_root.score < 5020)) {
this.play();
_root.scoretime = 7;
_root.balltangle.xspeed = _root.balltangle.xspeed * 1.05;
_root.balltangle.gravity = _root.balltangle.gravity * 1.1;
}
if ((_root.score > 8000) && (_root.score < 8020)) {
this.play();
_root.scoretime = 8;
_root.balltangle.xspeed = _root.balltangle.xspeed * 1.05;
_root.balltangle.gravity = _root.balltangle.gravity * 1.1;
}
if ((_root.score > 11000) && (_root.score < 11020)) {
this.play();
_root.scoretime = 10;
_root.balltangle.xspeed = _root.balltangle.xspeed * 1.05;
_root.balltangle.gravity = _root.balltangle.gravity * 1.1;
}
if ((_root.score > 14000) && (_root.score < 14020)) {
this.play();
_root.scoretime = 12;
_root.balltangle.xspeed = _root.balltangle.xspeed * 1.05;
_root.balltangle.gravity = _root.balltangle.gravity * 1.1;
}
if ((_root.score > 18000) && (_root.score < 18030)) {
this.play();
_root.scoretime = 15;
_root.balltangle.xspeed = _root.balltangle.xspeed * 1.05;
_root.balltangle.gravity = _root.balltangle.gravity * 1.1;
}
}
}
Frame 1008
stopAllSounds();
if (_root.goHome == 1) {
_root.gotoAndPlay("gameselectmenu");
_root.goHome = 0;
strang = new Sound();
strang.attachSound("strang");
strang.start(0, 99);
}
_root.prevFrame();
_global.reseton = 0;
Frame 1009
_root.thascore = _global.scoreresult;
Instance of Symbol 112 MovieClip in Frame 1009
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Instance of Symbol 253 MovieClip "tutorial" in Frame 1009
onClipEvent (load) {
this.gotoAndStop(2);
}
on (rollOver) {
this.gotoAndStop(3);
}
on (rollOut) {
this.gotoAndStop(2);
}
on (press) {
function __rankz_send__(par1, par2, par3, par4) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3);
par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s");
par227.flashkey = par227.flashkey.split("=").join("");
par227.SU0249 = par227.SU0249.split("=").join("");
par228.onLoad = function (success) {
if (success) {
trace(par228.msg);
} else {
trace(par228.loaded);
}
};
par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST");
}
this.gotoAndStop(4);
bXlnYW1lX25hbWVfdmFyaWFibGU = _global.playername;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _global.scoreresult;
__rankz_send__("MjA3NmolZSVhJW4lcw==", "dVl5UmhOaXI=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
getURL ("http://rankz.armorbot.com/Retroid_speed/", "_blank");
_root.nextFrame();
}
Instance of Symbol 116 MovieClip in Frame 1009
on (press) {
getURL ("http://www.studiox.ca/?usergamerefer=HarraH/", _blank);
}
Frame 1010
MochiAd.showInterLevelAd({id:"efdef89cae84cc50", res:"650x400"});
Frame 1011
stop();
Instance of Symbol 112 MovieClip in Frame 1011
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Instance of Symbol 253 MovieClip "tutorialmm" in Frame 1011
onClipEvent (load) {
this.gotoAndStop(2);
}
on (rollOver) {
this.gotoAndStop(3);
}
on (rollOut) {
this.gotoAndStop(2);
}
on (press) {
this.gotoAndStop(4);
}
on (release) {
this.gotoAndStop(2);
stopAllSounds();
strang = new Sound();
strang.attachSound("strang");
strang.start(0, 99);
_root.gotoAndPlay("gameselectmenu");
}
Instance of Symbol 253 MovieClip "tutorialhhh" in Frame 1011
onClipEvent (load) {
this.gotoAndStop(2);
}
on (rollOver) {
this.gotoAndStop(3);
}
on (rollOut) {
this.gotoAndStop(2);
}
on (press) {
this.gotoAndStop(4);
}
on (release) {
this.gotoAndStop(2);
_root.gotoAndStop("resetspeed");
}
Instance of Symbol 116 MovieClip in Frame 1011
on (press) {
getURL ("http://www.studiox.ca/?usergamerefer=HarraH/", _blank);
}
Instance of Symbol 112 MovieClip in Frame 1012
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Instance of Symbol 144 MovieClip in Frame 1012
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.gotoAndStop("defusemod");
}
Instance of Symbol 144 MovieClip in Frame 1012
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.gotoAndPlay("gameselectmenu");
strang = new Sound();
strang.attachSound("strang");
strang.start(0, 99);
}
Frame 1051
stop();
Frame 1052
_global.smackrange = 10;
_root.powerWord = "";
_global.wallyflower = 1;
_global.stun = 0;
_global.defmode = 1;
_root.health = 100;
_global.addSpeed = 0;
_global.botup = false;
_root.balltangle.gotoAndStop(48);
tridupe();
Mouse.hide();
_root.score = 0;
_root.hits = 0;
_root.multip = "-";
if ((!_global.defusehighscore) > 0) {
_global.defusehighscore = 0;
}
if (_global.wallyflower == 1) {
wally = new Sound();
wally.attachSound("wallflower");
wally.start(0, 0);
wally.setVolume(30);
_global.wallyflower = 0;
}
_root.moosic.play();
stop();
_global.endgame = 0;
_global.multiplier = 1;
_global.reseton = 0;
Instance of Symbol 112 MovieClip in Frame 1052
onClipEvent (enterFrame) {
this._rotation = this._rotation + (_root.score * 0.001);
if ((!_global.menuoff) == 1) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 302 MovieClip "adsasd" in Frame 1052
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_global.reseton == 1)) {
_root.play();
}
}
Instance of Symbol 230 MovieClip "scorebonus" in Frame 1052
onClipEvent (load) {
this._x = random(600) + 30;
this._y = random(320) + 40;
_root.scorebonus._y = -50;
}
onClipEvent (enterFrame) {
if (_global.endgame == 1) {
this.removeMovieClip();
}
if (_global.endgame == 0) {
if ((this._currentframe == 81) || (this._currentframe == 89)) {
this.removeMovieClip();
}
if ((this.hitTest(_root.mousey) && (this._currentframe > 5)) && (this._currentframe < 81)) {
_root.score = _root.score + 20;
scoreAdd = _root.hits * 4;
if ((!_global.multiplier) == 0) {
scoreAdd = scoreAdd * _global.multiplier;
}
_root.score = _root.score + scoreAdd;
scoreAdd = 0;
this.gotoAndPlay(82);
}
}
}
Instance of Symbol 199 MovieClip "mousey" in Frame 1052
onClipEvent (load) {
glithco = new Sound();
glithco.attachSound("rig - glitchy");
glithco.start(0, 99);
glithco.setVolume(30);
}
onClipEvent (enterFrame) {
this.getNextHighestDepth();
if (_global.endgame == 0) {
this.turkey = this._x + _root._xmouse;
turkey = turkey / 2;
this._x = turkey;
this.turky2 = this._y + _root._ymouse;
turky2 = turky2 / 2;
this._y = turky2;
}
if (_global.stun == 19) {
this.gotoAndPlay(31);
}
if (this._currentframe > 52) {
p = 1;
while (p == 6) {
_root.particle.duplicateMovieClip("particleo", _root.getNextHighestDepth);
p++;
}
}
}
Instance of Symbol 99 MovieClip "bat1" in Frame 1052
onClipEvent (enterFrame) {
if ((_root._ymouse > 23) && (_root._ymouse < 370)) {
if (_root.counter.reverseReturn == 0) {
this._y = _root.mousey._y;
} else {
this._y = 400 - _root.mousey._y;
}
if (_global.stun == 19) {
this.play();
}
}
if (this.hitTest(_root.balltangle)) {
if (this._x < _root.balltangle._x) {
this.glow.play();
}
}
}
Instance of Symbol 99 MovieClip "bat2" in Frame 1052
onClipEvent (enterFrame) {
if ((_root._ymouse > 23) && (_root._ymouse < 370)) {
if (_root.counter.reverseReturn == 0) {
this._y = _root.mousey._y;
} else {
this._y = 400 - _root.mousey._y;
}
}
if (_global.stun == 19) {
this.play();
}
if (this.hitTest(_root.balltangle) && (this._x > _root.balltangle._x)) {
this.glow.play();
}
}
Instance of Symbol 106 MovieClip "balltangle" in Frame 1052
onClipEvent (load) {
respawn = 0;
xspeed = -7;
yspeed = 0;
gravity = 0.5;
hitdelay = 0;
bothitdelay = 0;
soundchoice = 0;
shit1 = new Sound();
shit1.attachSound("s-hit1");
shit2 = new Sound();
shit2.attachSound("s-hit2");
shit3 = new Sound();
shit3.attachSound("s-hit3");
}
onClipEvent (enterFrame) {
if (_global.gamestart == 1) {
if (_global.endgame == 0) {
if ((soundchoice <= 33) && (soundchoice >= 1)) {
shit1.start(0, 0);
shit1.setVolume(30);
soundchoice = 0;
}
if ((soundchoice >= 34) && (soundchoice <= 67)) {
shit2.start(0, 0);
shit2.setVolume(30);
soundchoice = 0;
}
if (soundchoice > 67) {
shit3.start(0, 0);
shit3.setVolume(30);
soundchoice = 0;
}
this._rotation = this._rotation + xspeed;
this._x = this._x + xspeed;
this._y = this._y + yspeed;
yspeed = yspeed + gravity;
hitdelay = hitdelay + 5;
bothitdelay = bothitdelay + 5;
if (((this._x >= 650) || (this._x < -10)) || (this._y > 420)) {
if (_global.endgame == 0) {
respawn = 1;
_root.counter.scorebnsCounter = 0;
_root.counter.reverseReturn = 0;
_root.counter.speedupReturn = 0;
_root.counter.gravityReturn = 0;
_root.counter.powerupCounter = 0;
this.gotoAndPlay(16);
this._y = 40;
this._x = 325;
yspeed = 0;
xspeed = 0;
_root.health = _root.health - 25;
_global.healthcount = _global.healthcount + 25;
}
}
if (this.hitTest(_root.botbar)) {
yspeed = -16;
ttol = new Sound();
ttol.attachSound("bott");
ttol.start(0, 0);
if (respawn == 1) {
xspeed = -7;
respawn = 0;
}
}
if (this.hitTest(_root.bat1) || (this.hitTest(_root.bat2))) {
if (hitdelay > 50) {
if ((this._x > _root.bat1._x) && (this._x < _root.bat2._x)) {
if (_global.endgame == 0) {
_global.smack = random(_global.smackrange) + 1;
_global.smackrange = _global.smackrange - 1;
xspeed = xspeed * -1;
hitdelay = 0;
addedscore = 5 * _global.multiplier;
addedscore = addedscore + ((_root.hits * _global.multiplier) / 2);
_root.score = _root.score + addedscore;
this.play();
_root.hits = _root.hits + 1;
soundchoice = random(99);
}
}
}
}
if (this.hitTest(_root.bat3)) {
if (_global.endgame == 0) {
if (bothitdelay > 50) {
if (this._y < _root.bat3._y) {
yspeed = (yspeed = -16);
if (respawn == 1) {
xspeed = -7;
respawn = 0;
}
bothitdelay = 0;
_root.score = _root.score + (5 * _global.multiplier);
this.play();
_root.hits = _root.hits + 1;
addedscore = 5 * _global.multiplier;
addedscore = addedscore + ((_root.hits * _global.multiplier) / 2);
_root.score = _root.score + addedscore;
soundchoice = random(99);
}
}
}
}
}
}
}
Instance of Symbol 242 MovieClip "botbar" in Frame 1052
onClipEvent (enterFrame) {
if (_global.botup == true) {
this._y = this._y + 0.2;
}
if (this._y > 420) {
this.removeMovieClip();
}
}
Instance of Symbol 99 MovieClip "bat3" in Frame 1052
onClipEvent (enterFrame) {
if (_global.stun == 0) {
this._x = _root.mousey._x;
}
if (_global.botup == true) {
if (this._y > 360) {
this._y = this._y - 0.8;
}
}
if (_global.stun == 19) {
this.play();
}
if (this.hitTest(_root.balltangle)) {
this.glow.play();
}
}
Instance of Symbol 300 MovieClip "asdasddffdfdd" in Frame 1052
on (release) {
if (_quality == "HIGH") {
this.gotoAndStop(3);
_quality = "MEDIUM";
} else if (_quality == "MEDIUM") {
this.gotoAndStop(2);
_quality = "LOW";
} else if (_quality == "LOW") {
this.gotoAndStop(1);
_quality = "HIGH";
}
}
Instance of Symbol 306 MovieClip "tgn2c" in Frame 1052
onClipEvent (load) {
function gethits() {
hitstheget = root.hits();
}
function tridupe() {
_root.trienemy.duplicateMovieClip("trienemy" + g, _root.getNextHighestDepth());
g = g + 2;
}
hitstheget = 0;
recounter = 0;
frequency = 0;
freqcheck = 0;
freqcheck2 = 0;
_global.multiplier = 1;
g = 2;
}
onClipEvent (enterFrame) {
if (_global.endgame == 0) {
_root.lol = hitstheget;
if (_root.hits > 20) {
_global.botup = true;
}
if (_root.hits >= 6) {
duping = 1;
}
if (_root.hits == 6) {
frequency = 120;
_root.multip = "x2";
_global.multiplier = 2;
}
if (_root.hits == 12) {
frequency = 100;
_root.multip = "x3";
_global.multiplier = 3;
}
if (_root.hits == 18) {
frequency = 80;
_root.multip = "x4";
_global.multiplier = 4;
}
if (_root.hits == 24) {
frequency = 60;
_root.multip = "x5";
_global.multiplier = 5;
}
if (_root.hits == 30) {
frequency = 40;
_root.multip = "x7";
_global.multiplier = 7;
}
if (_root.hits == 35) {
frequency = 20;
_root.multip = "x8";
_global.multiplier = 8;
}
if (duping == 1) {
recounter = recounter + 1;
if (recounter > frequency) {
tridupe();
recounter = 0;
}
}
}
}
Instance of Symbol 302 MovieClip "counter" in Frame 1052
onClipEvent (load) {
function powerupCreate() {
i = 0;
while (i < 1) {
_root.powerup.duplicateMovieClip("powerup" + i, _root.getNextHighestDepth());
i++;
}
}
function scorebnsCreate() {
i = 0;
while (i < 1) {
_root.scorebonus.duplicateMovieClip("scorebonus" + i, _root.getNextHighestDepth());
i++;
}
}
_global.multiplier = 1;
scorebnsCounter = 0;
reverseReturn = 0;
speedupReturn = 0;
gravityReturn = 0;
powerupCounter = 0;
}
onClipEvent (enterFrame) {
if (_global.soundstop == 1) {
stopAllSounds();
_global.soundstop = 0;
}
if (_global.endgame == 1) {
Mouse.show();
}
if (_global.endgame == 0) {
_root.rr = speedupReturn;
_root.particle._x = _root.mousey._x;
_root.particle._y = _root.mousey._y;
if (_global.stun > 0) {
_global.stun = _global.stun - 1;
}
_root.stunny = _global.stun;
if (scorebnsCounter == 200) {
scorebnsCreate();
scorebnsCounter = 0;
}
if (_root.hits > 5) {
scorebnsCounter = scorebnsCounter + 2;
}
if (_global.smack > 0) {
if (((_global.smack == 1) || (_global.smack == 2)) || (_global.smack == 3)) {
if (_global.powerUpOn == 0) {
powerupCreate();
_global.smackrange = 10;
_global.smack = 0;
}
}
}
if (_global.powerupCheck == 1) {
tau = new Sound();
tau.attachSound("TAUUGH");
tau.start(0, 0);
_root.balltangle.gravity = 1.1;
gravityReturn = 300;
_global.powerupCheck = 0;
}
if (gravityReturn > 0) {
gravityReturn = gravityReturn - 1;
_root.powerWord = "High Gravity";
_root.multip = "x2";
_global.multiplier = 2;
}
if (gravityReturn == 0) {
_root.balltangle.gravity = 0.5;
}
if (_global.powerupCheck == 2) {
reverseReturn = 300;
_global.powerupCheck = 0;
}
if (reverseReturn > 0) {
reverseReturn = reverseReturn - 1;
_root.powerWord = "Reversed Paddles";
_root.multip = "x5";
_global.multiplier = 5;
}
if (_global.powerupCheck == 3) {
speedupReturn = 300;
_global.powerupCheck = 0;
}
if (speedupReturn > 0) {
speedupReturn = speedupReturn - 1;
_root.powerWord = "More Bombs";
_root.multip = "x7";
_global.multiplier = 7;
if ((!freqnt) == 1) {
_root.tgn2c.frequency = _root.tgn2c.frequency / 1.2;
freqnt = 1;
}
}
if (speedupReturn == 0) {
if (freqnt == 1) {
_root.tgn2c.frequency = _root.tgn2c.frequency * 1.2;
freqnt = 0;
}
}
if (((_root.powerWord == "Reversed Paddles") || (_root.powerWord == "High Gravity")) || (_root.powerWord == "Faster Enemies")) {
_global.powerUpOn = 1;
} else {
_global.powerUpOn = 0;
}
}
}
Instance of Symbol 502 MovieClip "trienemy" in Frame 1052
onClipEvent (load) {
pop = 0;
this._x = random(500) + 75;
this._y = random(280) + 60;
_root.trienemy._x = 700;
_global.healthcount = 0;
this.play();
_root.trienemy.stop();
}
onClipEvent (enterFrame) {
if ((this._currentframe > 90) && (this._currentframe < 116)) {
if (this.hitTest(_root.mousey)) {
if (_root.mousey._currentframe < 31) {
_root.mousey.gotoAndPlay(53);
_global.healthcount = _global.healthcount + 25;
}
}
}
if ((this._currentframe == 122) || (this._currentframe == 150)) {
this.removeMovieClip();
}
}
on (press) {
if (this._currentframe < 80) {
if (this.hitTest(_root.mousey)) {
scoremake = 20;
scoremake = scoremake * _global.multiplier;
_root.score = _root.score + scoremake;
scoremake = 0;
this.gotoAndPlay(123);
}
}
}
Instance of Symbol 314 MovieClip in Frame 1052
onClipEvent (load) {
plaey = 0;
}
onClipEvent (enterFrame) {
if ((_global.endgamePlay == 1) && (plaey == 0)) {
this.play();
plaey = 1;
this.getNextHighestDepth();
_global.endgamePlay = 0;
}
}
Instance of Symbol 428 MovieClip "endGameMenu" in Frame 1052
onClipEvent (enterFrame) {
if (_global.endgame == 0) {
this._visible = false;
this.stop();
}
if (((_global.endgame == 1) && (_global.varpl == 0)) && (_global.endgameMenuPlay == 1)) {
this._visible = true;
this.play();
_global.varpl = 1;
}
}
Frame 1053
stopAllSounds();
if (_root.goHome == 1) {
_root.gotoAndPlay("gameselectmenu");
_root.goHome = 0;
strang = new Sound();
strang.attachSound("strang");
strang.start(0, 99);
}
_root.prevFrame();
Frame 1054
_root.thascore = _global.scoreresult;
Instance of Symbol 112 MovieClip in Frame 1054
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Instance of Symbol 253 MovieClip "tutorial" in Frame 1054
onClipEvent (load) {
this.gotoAndStop(2);
}
on (rollOver) {
this.gotoAndStop(3);
}
on (rollOut) {
this.gotoAndStop(2);
}
on (press) {
function __rankz_send__(par1, par2, par3, par4) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3);
par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s");
par227.flashkey = par227.flashkey.split("=").join("");
par227.SU0249 = par227.SU0249.split("=").join("");
par228.onLoad = function (success) {
if (success) {
trace(par228.msg);
} else {
trace(par228.loaded);
}
};
par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST");
}
this.gotoAndStop(4);
bXlnYW1lX25hbWVfdmFyaWFibGU = _global.playername;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _global.scoreresult;
__rankz_send__("MjA3NWolZSVhJW4lcw==", "aGx6SEFldUw=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
_root.nextFrame();
getURL ("http://rankz.armorbot.com/Retroid_Defusal", "_blank");
}
Instance of Symbol 116 MovieClip in Frame 1054
on (press) {
getURL ("http://www.studiox.ca/?usergamerefer=HarraH/", "_blank");
}
Frame 1055
MochiAd.showInterLevelAd({id:"efdef89cae84cc50", res:"650x400"});
Frame 1056
stop();
Instance of Symbol 112 MovieClip in Frame 1056
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Instance of Symbol 253 MovieClip "tutorialmm" in Frame 1056
onClipEvent (load) {
this.gotoAndStop(2);
}
on (rollOver) {
this.gotoAndStop(3);
}
on (rollOut) {
this.gotoAndStop(2);
}
on (press) {
this.gotoAndStop(4);
}
on (release) {
this.gotoAndStop(2);
stopAllSounds();
strang = new Sound();
strang.attachSound("strang");
strang.start(0, 99);
_root.gotoAndPlay("gameselectmenu");
}
Instance of Symbol 253 MovieClip "tutorialhhh" in Frame 1056
onClipEvent (load) {
this.gotoAndStop(2);
}
on (rollOver) {
this.gotoAndStop(3);
}
on (rollOut) {
this.gotoAndStop(2);
}
on (press) {
this.gotoAndStop(4);
}
on (release) {
this.gotoAndStop(2);
_root.gotoAndStop("resetdefuse");
}
Instance of Symbol 116 MovieClip in Frame 1056
on (press) {
getURL ("http://www.studiox.ca/?usergamerefer=HarraH/", "_blank");
}
Frame 1057
_root.passwerd = "";
Instance of Symbol 112 MovieClip in Frame 1057
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Instance of Symbol 144 MovieClip in Frame 1057
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
if (_root.passwerd == "eggfishburger") {
_root.gotoAndStop("tutorialstart");
ast2 = new Sound();
ast2.attachSound("ast2");
ast2.start(0, 0);
} else {
est = new Sound();
est.attachSound("ast");
est.start(0, 0);
_root.passwerd = "";
}
}
Instance of Symbol 144 MovieClip in Frame 1057
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.gotoAndPlay("gameselectmenu");
}
Frame 1096
stop();
Frame 1097
stop();
Instance of Symbol 42 MovieClip in Frame 1097
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.gotoAndStop("cm");
}
Instance of Symbol 42 MovieClip "asdasdsda" in Frame 1097
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.gotoAndStop("mp");
}
Instance of Symbol 42 MovieClip "qeqeq" in Frame 1097
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.gotoAndStop("phys");
}
Instance of Symbol 42 MovieClip "ffffr" in Frame 1097
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.gotoAndStop("delayedcustom");
}
Instance of Symbol 116 MovieClip in Frame 1097
on (press) {
getURL ("http://www.studiox.ca/?usergamerefer=HarraH/", "_blank");
}
Instance of Symbol 525 MovieClip in Frame 1097
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.gotoAndPlay("gameselectmenu");
}
Frame 1098
stop();
Instance of Symbol 164 MovieClip "asdasd" in Frame 1098
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.nextFrame();
this.gotoAndStop(1);
}
Instance of Symbol 164 MovieClip in Frame 1098
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.prevFrame();
this.gotoAndStop(1);
}
Frame 1099
stop();
Instance of Symbol 531 MovieClip in Frame 1099
onClipEvent (load) {
xspeed = -7;
yspeed = 0;
gravity = 0.5;
}
onClipEvent (enterFrame) {
this._rotation = this._rotation + xspeed;
this._x = this._x + xspeed;
this._y = this._y + yspeed;
yspeed = yspeed + gravity;
if ((this._x > 630) || (this._x < 20)) {
xspeed = xspeed * -1;
}
if (this._y > 380) {
yspeed = -16;
}
}
Frame 1100
stop();
Instance of Symbol 164 MovieClip "asdasd" in Frame 1100
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
this.gotoAndStop(1);
_root.gotoAndStop("tutorialstart");
}
Frame 1101
stop();
Mouse.show();
Instance of Symbol 164 MovieClip "asdasd" in Frame 1101
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.nextFrame();
this.gotoAndStop(1);
}
Instance of Symbol 164 MovieClip in Frame 1101
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.gotoAndStop("tutorialstart");
this.gotoAndStop(1);
}
Frame 1102
stop();
Instance of Symbol 164 MovieClip "asdasd" in Frame 1102
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
this.gotoAndStop(1);
_root.nextFrame();
}
Instance of Symbol 164 MovieClip in Frame 1102
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.prevFrame();
this.gotoAndStop(1);
}
Instance of Symbol 537 MovieClip in Frame 1102
onClipEvent (enterFrame) {
this.totalx = (this._x + _root._xmouse) * 2;
totalx = totalx / 4;
this._x = totalx;
this.totaly = this._y + _root._ymouse;
totaly = totaly / 2;
this._y = totaly;
Mouse.hide();
}
Frame 1103
stop();
Mouse.show();
Instance of Symbol 164 MovieClip "asdasd" in Frame 1103
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
this.gotoAndStop(1);
_root.gotoAndStop("tutorialstart");
}
Frame 1104
Mouse.show();
stop();
Instance of Symbol 164 MovieClip "asdasd" in Frame 1104
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
this.gotoAndStop(1);
_root.nextFrame();
}
Instance of Symbol 164 MovieClip in Frame 1104
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.gotoAndStop("tutorialstart");
this.gotoAndStop(1);
}
Frame 1105
stop();
Instance of Symbol 164 MovieClip "asdasd" in Frame 1105
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
this.gotoAndStop(1);
_root.nextFrame();
}
Instance of Symbol 164 MovieClip in Frame 1105
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.prevFrame();
this.gotoAndStop(1);
}
Instance of Symbol 544 MovieClip in Frame 1105
onClipEvent (enterFrame) {
this._y = _root._ymouse;
this._x = _root._xmouse;
Mouse.hide();
}
Frame 1106
Mouse.show();
stop();
Instance of Symbol 164 MovieClip "asdasd" in Frame 1106
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
this.gotoAndStop(1);
_root.gotoAndStop("tutorialstart");
}
Frame 1107
stop();
Instance of Symbol 164 MovieClip "asdasd" in Frame 1107
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
this.gotoAndStop(1);
_root.nextFrame();
}
Instance of Symbol 164 MovieClip in Frame 1107
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.gotoAndStop("tutorialstart");
this.gotoAndStop(1);
}
Frame 1108
stop();
Instance of Symbol 164 MovieClip in Frame 1108
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.prevFrame();
this.gotoAndStop(1);
}
Frame 1109
stop();
_root.passwerd = "";
Instance of Symbol 164 MovieClip in Frame 1109
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.prevFrame();
this.gotoAndStop(1);
}
Instance of Symbol 144 MovieClip in Frame 1109
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
if (_root.passwerd == "turkey") {
_root.nextFrame();
} else {
_root.passwerd = "";
}
}
Frame 1110
stop();
Instance of Symbol 164 MovieClip "asdasd" in Frame 1110
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
this.gotoAndStop(1);
_root.gotoAndStop("tutorialstart");
}
Symbol 42 MovieClip Frame 1
stop();
Symbol 44 MovieClip Frame 1
_root.stop();
Instance of Symbol 26 MovieClip "barry" in Symbol 44 MovieClip Frame 1
onClipEvent (enterFrame) {
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
_root.loaded = 0;
this._xscale = PercentLoaded;
} else {
_root.loaded = 1;
_root.loader.gotoAndPlay("loaded");
}
}
Symbol 44 MovieClip Frame 25
gotoAndPlay (1);
Symbol 44 MovieClip Frame 26
lead = new Sound();
lead.attachSound("LEADOUT");
lead.start();
lead.setVolume(50);
_root.loaden.gotoAndPlay(26);
Instance of Symbol 26 MovieClip "bar" in Symbol 44 MovieClip Frame 26
onClipEvent (enterFrame) {
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
this._xscale = PercentLoaded;
} else {
gotoAndPlay ("loaded");
}
}
Instance of Symbol 26 MovieClip "bar" in Symbol 44 MovieClip Frame 37
onClipEvent (enterFrame) {
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
this._width = PercentLoaded * 3.8;
} else {
gotoAndStop ("loaded");
}
}
Symbol 44 MovieClip Frame 62
stop();
Instance of Symbol 42 MovieClip in Symbol 44 MovieClip Frame 62
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.play();
}
Symbol 58 MovieClip Frame 25
gotoAndPlay (1);
Symbol 58 MovieClip Frame 86
gotoAndPlay (57);
Symbol 555 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd
{
function MochiAd () {
}
static function getVersion() {
return("2.1");
}
static function showPreGameAd(options) {
var _local27 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = _parseOptions(options, _local27);
var clip = options.clip;
var _local23 = 11000;
var _local26 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local14 = _getRes(options);
var _local4 = _local14[0];
var _local13 = _local14[1];
mc._x = _local4 * 0.5;
mc._y = _local13 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = _local4 * -0.5;
chk._y = _local13 * -0.5;
var _local7 = chk.createEmptyMovieClip("_mochiad_bar", 4);
_local7._x = 10;
_local7._y = _local13 - 20;
var _local22 = options.color;
delete options.color;
var _local19 = options.background;
delete options.background;
var _local24 = options.outline;
delete options.outline;
var _local5 = _local7.createEmptyMovieClip("_outline", 1);
_local5.beginFill(_local19);
_local5.moveTo(0, 0);
_local5.lineTo(_local4 - 20, 0);
_local5.lineTo(_local4 - 20, 10);
_local5.lineTo(0, 10);
_local5.lineTo(0, 0);
_local5.endFill();
var _local3 = _local7.createEmptyMovieClip("_inside", 2);
_local3.beginFill(_local22);
_local3.moveTo(0, 0);
_local3.lineTo(_local4 - 20, 0);
_local3.lineTo(_local4 - 20, 10);
_local3.lineTo(0, 10);
_local3.lineTo(0, 0);
_local3.endFill();
_local3._xscale = 0;
var _local6 = _local7.createEmptyMovieClip("_outline", 3);
_local6.lineStyle(0, _local24, 100);
_local6.moveTo(0, 0);
_local6.lineTo(_local4 - 20, 0);
_local6.lineTo(_local4 - 20, 10);
_local6.lineTo(0, 10);
_local6.lineTo(0, 0);
chk.ad_msec = _local23;
chk.ad_timeout = _local26;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = function (width, height) {
};
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec;
};
chk.onEnterFrame = function () {
var _local6 = this._parent._parent;
var _local12 = this._parent._mochiad_ctr;
var _local5 = getTimer() - this.started;
var _local3 = false;
var _local4 = _local6.getBytesTotal();
var _local8 = _local6.getBytesLoaded();
var _local10 = (100 * _local8) / _local4;
var _local11 = (100 * _local5) / chk.ad_msec;
var _local9 = this._mochiad_bar._inside;
var _local2 = Math.min(100, Math.min(_local10 || 0, _local11));
_local2 = Math.max(this.last_pcnt, _local2);
this.last_pcnt = _local2;
_local9._xscale = _local2;
if (!chk.showing) {
var _local7 = _local12.getBytesTotal();
if ((_local7 > 0) || (typeof(_local7) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local5 > chk.ad_timeout) {
_local3 = true;
}
}
if (_local5 > chk.ad_msec) {
_local3 = true;
}
if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
}
}
};
}
static function showInterLevelAd(options) {
var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = _parseOptions(options, _local13);
var clip = options.clip;
var _local10 = 11000;
var _local12 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local5 = _getRes(options);
var _local14 = _local5[0];
var _local11 = _local5[1];
mc._x = _local14 * 0.5;
mc._y = _local11 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = _local10;
chk.ad_timeout = _local12;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = function (width, height) {
};
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec - 250;
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
_local2 = true;
}
}
if (_local4 > chk.ad_msec) {
_local2 = true;
}
if (_local2) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = this.fadeFunction;
}
}
};
}
static function showTimedAd(options) {
showInterLevelAd(options);
}
static function showPreloaderAd(options) {
showPreGameAd(options);
}
static function _allowDomains(server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}
static function _loadCommunicator(options) {
var _local26 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"};
options = _parseOptions(options, _local26);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local18 = options.clip;
var _local20 = "_mochiad_com_" + options.id;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local18[_local20]) {
return(_local18[_local20].lc);
}
var _local21 = options.com_server + options.id;
_allowDomains(_local21);
delete options.id;
delete options.com_server;
var _local25 = options.depth;
delete options.depth;
var _local17 = _local18.createEmptyMovieClip(_local20, _local25);
var _local11 = _local17.createEmptyMovieClip("_mochiad_com", 1);
for (var _local15 in options) {
_local11[_local15] = options[_local15];
}
var _local6 = new LocalConnection();
var _local16 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local6.mc = _local17;
_local6.name = _local16;
_local6.allowDomain = function (d) {
return(true);
};
_local6.allowInsecureDomain = _local6.allowDomain;
_local6.connect(_local16);
_local17.lc = _local6;
_local11.lc = _local16;
_local6._id = 0;
_local6._queue = [];
_local6.rpcResult = function (cb_arg) {
var _local8 = parseInt(cb_arg);
var _local4 = this._callbacks[_local8];
if (!_local4) {
return(undefined);
}
delete this._callbacks[_local8];
var _local5 = [];
var _local3 = 2;
while (_local3 < _local4.length) {
_local5.push(_local4[_local3]);
_local3++;
}
_local3 = 1;
while (_local3 < arguments.length) {
_local5.push(arguments[_local3]);
_local3++;
}
var _local6 = _local4[1];
var _local7 = _local4[0];
if (_local7 && (typeof(_local6) == "string")) {
_local6 = _local7[_local6];
}
if (_local6) {
_local6.apply(_local7, _local5);
}
};
_local6._didConnect = function (endpoint) {
this._endpoint = endpoint;
var _local4 = this._queue;
delete this._queue;
var _local5 = this.doSend;
var _local2 = 0;
while (_local2 < _local4.length) {
var _local3 = _local4[_local2];
_local5.apply(this, _local3);
_local2++;
}
};
_local6.doSend = function (args, cbobj, cbfn) {
if (this._endpoint == null) {
var _local4 = [];
var _local3 = 0;
while (_local3 < arguments.length) {
_local4.push(arguments[_local3]);
_local3++;
}
this._queue.push(_local4);
return(undefined);
}
this._id = this._id + 1;
var _local5 = this._id;
if ((cbfn === undefined) || (cbfn === null)) {
cbfn = cbobj;
}
this._callbacks[_local5] = [cbobj, cbfn];
var _local7 = new LocalConnection();
var _local9 = _local7.send(this._endpoint, "rpc", _local5, args);
};
_local6._callbacks = {};
_local6._callbacks[0] = [_local6, "_didConnect"];
_local11.st = getTimer();
_local11.loadMovie(_local21 + ".swf", "POST");
return(_local6);
}
static function fetchHighScores(options, callbackObj, callbackMethod) {
var _local1 = _loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["fetchHighScores", options];
_local1.doSend(["fetchHighScores", options], callbackObj, callbackMethod);
return(true);
}
static function sendHighScore(options, callbackObj, callbackMethod) {
var _local1 = _loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["sendHighScore", options];
_local1.doSend(["sendHighScore", options], callbackObj, callbackMethod);
return(true);
}
static function load(options) {
var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = _parseOptions(options, _local13);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local9 = options.clip;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local9._mochiad_loaded) {
return(null);
}
var _local12 = options.depth;
delete options.depth;
var _local6 = _local9.createEmptyMovieClip("_mochiad", _local12);
var _local11 = _getRes(options);
options.res = (_local11[0] + "x") + _local11[1];
options.server = options.server + options.id;
delete options.id;
_local9._mochiad_loaded = true;
var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1);
for (var _local7 in options) {
_local4[_local7] = options[_local7];
}
var _local10 = _local4.server;
delete _local4.server;
var _local14 = _allowDomains(_local10);
_local6.onEnterFrame = function () {
if (this._mochiad_ctr._url != this._url) {
this.onEnterFrame = function () {
if (!this._mochiad_ctr) {
delete this.onEnterFrame;
MochiAd.unload(this._parent);
}
};
}
};
var _local5 = new LocalConnection();
var _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local5.mc = _local6;
_local5.name = _local8;
_local5.hostname = _local14;
_local5.allowDomain = function (d) {
return(true);
};
_local5.allowInsecureDomain = _local5.allowDomain;
_local5.connect(_local8);
_local6.lc = _local5;
_local4.lc = _local8;
_local4.st = getTimer();
_local4.loadMovie(_local10 + ".swf", "POST");
return(_local6);
}
static function unload(clip) {
if (typeof(clip) == "undefined") {
clip = _root;
}
if (clip.clip && (clip.clip._mochiad)) {
clip = clip.clip;
}
if (!clip._mochiad) {
return(false);
}
clip._mochiad.removeMovieClip();
delete clip._mochiad_loaded;
delete clip._mochiad;
return(true);
}
static function _isNetworkAvailable() {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function _getRes(options) {
var _local3 = options.clip.getBounds();
var _local2 = 0;
var _local1 = 0;
if (typeof(options.res) != "undefined") {
var _local4 = options.res.split("x");
_local2 = parseFloat(_local4[0]);
_local1 = parseFloat(_local4[1]);
} else {
_local2 = _local3.xMax - _local3.xMin;
_local1 = _local3.yMax - _local3.yMin;
}
if ((_local2 == 0) || (_local1 == 0)) {
_local2 = Stage.width;
_local1 = Stage.height;
}
return([_local2, _local1]);
}
static function _parseOptions(options, defaults) {
var _local4 = {};
for (var _local8 in defaults) {
_local4[_local8] = defaults[_local8];
}
if (options) {
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
}
if (_root.mochiad_options) {
var _local5 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local5.length) {
var _local3 = _local5[_local2].split("=");
_local4[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
return(_local4);
}
}
Symbol 556 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 62 MovieClip Frame 1
_root.stop();
Symbol 62 MovieClip Frame 303
_root.play();
Symbol 70 MovieClip Frame 8
stop();
Symbol 77 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 1
stop();
Symbol 103 MovieClip Frame 1
stop();
Symbol 103 MovieClip Frame 54
if ((_root.gamemenu = 1)) {
_root.gotoAndPlay("gameselectmenu");
}
Symbol 106 MovieClip Frame 1
stop();
Symbol 106 MovieClip Frame 15
gotoAndStop (1);
Symbol 106 MovieClip Frame 16
TAAUGH = new Sound();
TAAUGH.attachSound("TAAUGH");
TAAUGH.start(0, 0);
Symbol 106 MovieClip Frame 47
gotoAndStop (1);
Symbol 116 MovieClip Frame 62
gotoAndPlay (1);
Symbol 128 MovieClip Frame 1
stop();
Symbol 128 MovieClip Frame 2
rollover = new Sound();
rollover.attachSound("rollover");
rollover.start(0, 0);
Symbol 128 MovieClip Frame 3
db = new Sound();
db.attachSound("db");
db.start(0, 0);
Symbol 134 MovieClip Frame 1
stop();
Symbol 134 MovieClip Frame 2
rollover = new Sound();
rollover.attachSound("rollover");
rollover.start(0, 0);
Symbol 134 MovieClip Frame 3
db = new Sound();
db.attachSound("db");
db.start(0, 0);
Symbol 144 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 2
rollover = new Sound();
rollover.attachSound("rollover");
rollover.start(0, 0);
Symbol 164 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 3
plink19 = new Sound();
plink19.attachSound("Plink_19");
plink19.start(0, 0);
Symbol 198 MovieClip Frame 24
stop();
Symbol 199 MovieClip Frame 1
shieldamage = new Sound();
shieldamage.attachSound("photon");
Symbol 199 MovieClip Frame 30
gotoAndPlay (1);
Symbol 199 MovieClip Frame 52
gotoAndStop (1);
Symbol 199 MovieClip Frame 53
shieldamage.start(0, 0);
Symbol 199 MovieClip Frame 83
gotoAndPlay (1);
Symbol 199 MovieClip Frame 84
explo = new Sound();
explo.attachSound("explosi");
explo.start(0, 0);
Symbol 199 MovieClip Frame 102
_root.moosic.gotoAndStop(1);
Symbol 199 MovieClip Frame 119
_global.varpl = 0;
_global.scoreresult = _root.score;
Symbol 199 MovieClip Frame 120
stop();
_global.endgamePlay = 1;
Instance of Symbol 210 MovieClip "helth" in Symbol 211 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.healthcount > 0) {
_global.healthcount = _global.healthcount - 1;
this._width = this._width - 1;
}
}
onClipEvent (enterFrame) {
if ((_width < 1) && (endgame == 0)) {
_global.endgame = 1;
_root.mousey.gotoAndPlay(84);
}
}
Symbol 222 MovieClip Frame 1
stop();
Symbol 222 MovieClip Frame 16
stop();
Symbol 230 MovieClip Frame 1
_root.scorebonus.stop();
Symbol 230 MovieClip Frame 82
pickup = new Sound();
pickup.attachSound("pickup");
pickup.start(0, 0);
Symbol 237 MovieClip Frame 81
tech = new Sound();
tech.attachSound("tech");
tech.start(0, 0);
Symbol 253 MovieClip Frame 1
stop();
Symbol 253 MovieClip Frame 2
stop();
Symbol 253 MovieClip Frame 3
rollover = new Sound();
rollover.attachSound("rollover");
rollover.start(0, 0);
Symbol 253 MovieClip Frame 4
db = new Sound();
db.attachSound("db");
db.start(0, 0);
Symbol 271 MovieClip Frame 1
stop();
Symbol 271 MovieClip Frame 35
_global.showpwn = 0;
stop();
Instance of Symbol 267 MovieClip in Symbol 271 MovieClip Frame 35
on (press) {
_root.pwn.play();
}
Instance of Symbol 292 MovieClip "actualPowerBar" in Symbol 294 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.endgame == 0) {
if (_root.counter.gravityReturn > 0) {
this._width = _root.counter.gravityReturn / 3;
} else if (_root.counter.reverseReturn > 0) {
this._width = _root.counter.reverseReturn / 3;
} else if (_root.counter.speedupReturn > 0) {
this._width = _root.counter.speedupReturn / 3;
} else {
this._width = 0;
}
}
}
Symbol 300 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 45
stop();
_global.zorgtext = 1;
_global.endgameMenuPlay = 1;
Symbol 396 MovieClip Frame 1
stop();
if (_global.ezymode == 1) {
_root.endGameMenu.textGameEnd.glitchysong.play();
} else {
_root.endGameMenu.textGameEnd.glitchysong.stop();
}
Symbol 396 MovieClip Frame 2
play();
_root.score = _global.scoreresult;
Symbol 396 MovieClip Frame 7
melody = new Sound();
melody.attachSound("melo");
melody.start(0, 99);
Symbol 396 MovieClip Frame 176
_root.endGameMenu.textGameEnd.showscore = _global.scoreresult;
Instance of Symbol 350 MovieClip in Symbol 396 MovieClip Frame 176
onClipEvent (enterFrame) {
_root.endGameMenu.textGameEnd.showscore = _global.scoreresult;
}
Symbol 396 MovieClip Frame 227
if (_global.ezymode == 1) {
if (_global.scoreresult > _global.easyhighscore) {
_global.easyhighscore = _global.scoreresult;
}
_root.endGameMenu.textGameEnd.highscoreresult = _global.easyhighscore;
}
if (_global.spdmode == 1) {
if (_global.scoreresult > _global.speedhighscore) {
_global.speedhighscore = _global.scoreresult;
}
_root.endGameMenu.textGameEnd.highscoreresult = _global.speedhighscore;
}
if (_global.nrmlmode == 1) {
if (_global.scoreresult > _global.highscore) {
_global.highscore = _global.scoreresult;
}
_root.endGameMenu.textGameEnd.highscoreresult = _global.highscore;
}
if (_global.defmode == 1) {
if (_global.scoreresult > _global.defusehighscore) {
_global.defusehighscore = _global.scoreresult;
}
_root.endGameMenu.textGameEnd.highscoreresult = _global.defusehighscore;
}
Symbol 396 MovieClip Frame 242
_root.endGameMenu.menubutton.play();
_root.endGameMenu.retrybutton.play();
_root.endGameMenu.yourrankMC.play();
_root.endGameMenu.submit.play();
Symbol 396 MovieClip Frame 268
if (_global.nrmlmode == 1) {
if (_global.scoreresult > 8999) {
_global.defusalModeUnlock = 1;
}
}
if (_global.defmode == 1) {
if (_global.scoreresult > 8999) {
_global.speedModeUnlock = 1;
}
}
if (_global.spdmode == 1) {
if (_global.scoreresult > 8999) {
_global.showpwn = 1;
_global.allshow = 1;
}
}
Symbol 396 MovieClip Frame 301
_root.endGameMenu.spunsur.play();
stop();
Symbol 403 MovieClip Frame 1
stop();
Symbol 404 MovieClip Frame 1
stop();
Instance of Symbol 403 MovieClip in Symbol 404 MovieClip Frame 2
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
}
Symbol 404 MovieClip Frame 40
stop();
Instance of Symbol 403 MovieClip in Symbol 404 MovieClip Frame 40
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.goHome = 1;
_root.play();
}
Symbol 409 MovieClip Frame 1
stop();
Symbol 410 MovieClip Frame 1
stop();
Symbol 410 MovieClip Frame 40
stop();
Instance of Symbol 409 MovieClip in Symbol 410 MovieClip Frame 40
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
_root.endGameMenu.textGameEnd.gotoAndStop(1);
_root.play();
}
Symbol 416 MovieClip Frame 1
stop();
Symbol 416 MovieClip Frame 44
if (_global.scoreresult < 300) {
_root.endGameMenu.yourrankMC.grade = "F-";
}
if ((_global.scoreresult > 299) && (_global.scoreresult < 800)) {
_root.endGameMenu.yourrankMC.grade = "F";
}
if ((_global.scoreresult > 799) && (_global.scoreresult < 1400)) {
_root.endGameMenu.yourrankMC.grade = "F+";
}
if ((_global.scoreresult > 1399) && (_global.scoreresult < 2000)) {
_root.endGameMenu.yourrankMC.grade = "E-";
}
if ((_global.scoreresult > 1999) && (_global.scoreresult < 2500)) {
_root.endGameMenu.yourrankMC.grade = "E";
}
if ((_global.scoreresult > 2499) && (_global.scoreresult < 3000)) {
_root.endGameMenu.yourrankMC.grade = "E+";
}
if ((_global.scoreresult > 2999) && (_global.scoreresult < 4000)) {
_root.endGameMenu.yourrankMC.grade = "D-";
}
if ((_global.scoreresult > 3999) && (_global.scoreresult < 5000)) {
_root.endGameMenu.yourrankMC.grade = "D";
}
if ((_global.scoreresult > 4999) && (_global.scoreresult < 6000)) {
_root.endGameMenu.yourrankMC.grade = "D+";
}
if ((_global.scoreresult > 5999) && (_global.scoreresult < 7000)) {
_root.endGameMenu.yourrankMC.grade = "C-";
}
if ((_global.scoreresult > 6999) && (_global.scoreresult < 8000)) {
_root.endGameMenu.yourrankMC.grade = "C";
}
if ((_global.scoreresult > 7999) && (global.scoreresult < 9000)) {
_root.endGameMenu.yourrankMC.grade = "C+";
}
if ((_global.scoreresult > 8999) && (_global.scoreresult < 11000)) {
_root.endGameMenu.yourrankMC.grade = "B-";
}
if ((_global.scoreresult > 10999) && (_global.scoreresult < 13000)) {
_root.endGameMenu.yourrankMC.grade = "B";
}
if ((_global.scoreresult > 12999) && (_global.scoreresult < 15000)) {
_root.endGameMenu.yourrankMC.grade = "B+";
}
if ((_global.scoreresult > 14999) && (_global.scoreresult < 17000)) {
_root.endGameMenu.yourrankMC.grade = "A-";
}
if ((_global.scoreresult > 16999) && (_global.scoreresult < 19000)) {
_root.endGameMenu.yourrankMC.grade = "A";
}
if (_global.scoreresult > 18999) {
_root.endGameMenu.yourrankMC.grade = "A+";
}
Symbol 416 MovieClip Frame 58
stop();
Symbol 426 MovieClip Frame 1
stop();
Symbol 427 MovieClip Frame 1
stop();
Symbol 427 MovieClip Frame 43
stop();
Instance of Symbol 426 MovieClip in Symbol 427 MovieClip Frame 43
onClipEvent (load) {
function __f_load(eventObj) {
hson == 0;
}
this.addEventListener("load", __f_load);
}
on (rollOver) {
if (this._currentframe == 1) {
this.gotoAndStop(2);
}
}
on (rollOut) {
if (this._currentframe == 2) {
this.gotoAndStop(1);
}
}
on (press) {
if (_global.ezymode == 1) {
_root.gotoAndStop("easysubmit");
}
if (_global.nrmlmode == 1) {
_root.gotoAndStop("normalsubmit");
}
if (_global.spdmode == 1) {
_root.gotoAndStop("speedsubmit");
}
if (_global.defmode == 1) {
_root.gotoAndStop("defusesubmit");
}
}
on (release) {
}
Symbol 428 MovieClip Frame 1
stop();
Instance of Symbol 396 MovieClip "textGameEnd" in Symbol 428 MovieClip Frame 1
onClipEvent (load) {
omfg = 0;
}
onClipEvent (enterFrame) {
if (((omfg == 0) && (_global.zorgtext == 1)) && (_global.endgame == 1)) {
this.gotoAndPlay(3);
omfg = 1;
}
}
Instance of Symbol 116 MovieClip "spunsur" in Symbol 428 MovieClip Frame 1
on (press) {
getURL ("http://www.studiox.ca/?usergamerefer=HarraH/", _blank);
}
onClipEvent (load) {
this.gotoAndStop("nogo");
}
Symbol 439 MovieClip Frame 1
_global.gamestart = 0;
Symbol 439 MovieClip Frame 106
stop();
_global.gamestart = 1;
_root.balltangle.play();
_global.reseton = 1;
Instance of Symbol 112 MovieClip in Symbol 468 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + (_root.score * 0.001);
if ((!_global.menuoff) == 1) {
this._visible = true;
} else {
this._visible = false;
}
}
Symbol 477 MovieClip Frame 1
stop();
Symbol 502 MovieClip Frame 91
bango = new Sound();
bango.attachSound("bango");
bango.start(0, 0);
Symbol 502 MovieClip Frame 122
stop();
Symbol 502 MovieClip Frame 123
def = new Sound();
def.attachSound("def");
def.start(0, 0);
Symbol 502 MovieClip Frame 150
stop();
Symbol 525 MovieClip Frame 1
stop();