Frame 1
NewgroundsAPI.connectMovie(4057);
function deadClick() {
}
function gotoMySite() {
getURL ("http://www.reacxion.com", "_top");
}
function low() {
_quality = "Low";
_root.bgpic._visible = false;
}
function medium() {
_quality = "Medium";
}
function high() {
_quality = "High";
}
function quality() {
_quality = "autohigh";
}
spd = 0.5;
percent = Math.round(getBytesLoaded() / getBytesTotal()) * 100;
percentText = percent + "%";
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
var copyrightNotice = new ContextMenuItem("\u00A9 Colin Teahan", deadClick);
var mySiteLink = new ContextMenuItem("Reacxion.com", gotoMySite);
var Quality = new ContextMenuItem("Quality", quality);
var Low = new ContextMenuItem("Low", low);
var Medium = new ContextMenuItem("Medium", medium);
var High = new ContextMenuItem("High", high);
myMenu.customItems.push(mySiteLink, copyrightNotice, Quality, Low, Medium, High);
_root.menu = myMenu;
Instance of Symbol 4 MovieClip "f1" in Frame 1
onClipEvent (enterFrame) {
this._y = this._y - _root.spd;
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 1
onClipEvent (enterFrame) {
this._y = this._y - _root.spd;
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 1
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 2.5);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip "f2" in Frame 1
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 0.9);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip "f5" in Frame 1
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 2);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip "f3" in Frame 1
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 1);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 1
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 3);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 1
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 0.5);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip "f4" in Frame 1
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 1.7);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Frame 2
stop();
Frame 3
stop();
_root.bgpic._visible = true;
score = 0;
time = 0;
lives = 0;
lite = 0;
Instance of Symbol 4 MovieClip "f1" in Frame 3
onClipEvent (enterFrame) {
this._y = this._y - _root.spd;
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 3
onClipEvent (enterFrame) {
this._y = this._y - _root.spd;
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 3
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 2.5);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip "f2" in Frame 3
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 0.9);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip "f5" in Frame 3
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 2);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip "f3" in Frame 3
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 1);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 3
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 3);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 3
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 0.5);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip "f4" in Frame 3
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 1.7);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 81 MovieClip in Frame 3
onClipEvent (load) {
this._x = -20;
spd = 20;
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x > 250) {
spd = 0;
}
}
Instance of Symbol 86 MovieClip in Frame 3
onClipEvent (load) {
this._x = -20;
spd = 16;
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x > 250) {
spd = 0;
}
}
Instance of Symbol 91 MovieClip in Frame 3
onClipEvent (load) {
this._x = -20;
spd = 12;
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x > 250) {
spd = 0;
}
}
Instance of Symbol 96 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (_root.one.hitTest(this)) {
this.gotoAndPlay(2);
_root.lives = _root.lives - 1;
}
}
Frame 4
stop();
_root.bgpic._visible = true;
score = 0;
time = 0;
lives = 0;
Instance of Symbol 81 MovieClip in Frame 4
onClipEvent (load) {
this._x = 243.8;
spd = -20;
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x <= -200) {
spd = 0;
}
}
Instance of Symbol 86 MovieClip in Frame 4
onClipEvent (load) {
this._x = 243.8;
spd = -16;
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x <= -200) {
spd = 0;
}
}
Instance of Symbol 91 MovieClip "nmb4" in Frame 4
onClipEvent (load) {
this._x = 243.8;
spd = -12;
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x <= -100) {
spd = 0;
_root.nextFrame();
}
}
Frame 5
stop();
_root.bgpic._visible = false;
time = 120;
sec = 0;
score = 0;
spd = 1;
lives = 10;
pts = 0;
if ((_root.time > 119) & (_root.score > 0)) {
_root.score = 0;
}
if (_root.lite > 0) {
_root.fish._alpha = 0;
_root.fish2._alpha = 0;
_root.awesome._alpha = 0;
_root.f1._alpha = 0;
_root.f2._alpha = 0;
_root.f3._alpha = 0;
_root.f4._alpha = 0;
_root.f5._alpha = 0;
_root.pts = _root.pts + 1;
}
Instance of Symbol 118 MovieClip "fish" in Frame 5
onClipEvent (load) {
spd = 1;
this._y = random(350);
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x > 875) {
this._y = random(350);
spd = -1;
this._xscale = -39.5;
}
}
onClipEvent (enterFrame) {
if (this._x <= -275) {
spd = 1;
this._xscale = 39.5;
this._y = random(350);
}
}
Instance of Symbol 125 MovieClip "fish2" in Frame 5
onClipEvent (load) {
spd = 1.5;
this._y = random(350);
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
}
onClipEvent (enterFrame) {
if (this._x > 875) {
this._y = random(350);
spd = 1.5;
this._xscale = 39.5;
}
}
onClipEvent (enterFrame) {
if (this._x <= -275) {
spd = -1.5;
this._xscale = -39.5;
this._y = random(350);
}
}
Instance of Symbol 4 MovieClip "f1" in Frame 5
onClipEvent (enterFrame) {
this._y = this._y - _root.spd;
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 5
onClipEvent (enterFrame) {
this._y = this._y - _root.spd;
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 5
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 2.5);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip "f2" in Frame 5
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 0.9);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip "f5" in Frame 5
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 2);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip "f3" in Frame 5
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 1);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 5
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 3);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 5
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 0.5);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip "f4" in Frame 5
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 1.7);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 151 MovieClip in Frame 5
onClipEvent (enterFrame) {
_root.sec = _root.sec + 1;
}
onClipEvent (enterFrame) {
if (_root.sec > 29) {
_root.time = _root.time - 1;
_root.sec = 0;
}
}
onClipEvent (enterFrame) {
if (_root.time <= 0) {
_root.nextFrame();
}
}
Instance of Symbol 96 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (_root.lives <= 0) {
_root.nextFrame();
}
}
onClipEvent (enterFrame) {
if (_root.one.hitTest(this)) {
this.gotoAndPlay(2);
_root.lives = _root.lives - 1;
_root.score = _root.score - 2;
_root.one.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.two.hitTest(this)) {
this.gotoAndPlay(2);
_root.lives = _root.lives - 1;
_root.score = _root.score - 2;
_root.two.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.three.hitTest(this)) {
this.gotoAndPlay(2);
_root.lives = _root.lives - 1;
_root.score = _root.score - 2;
_root.three.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.four.hitTest(this)) {
this.gotoAndPlay(2);
_root.lives = _root.lives - 1;
_root.score = _root.score - 2;
_root.four.gotoAndPlay(1);
}
}
onClipEvent (load) {
_root.score = 0;
}
Instance of Symbol 154 MovieClip "thingy" in Frame 5
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.score > 5) {
_alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.score > 10) {
_alpha = 0;
}
}
Instance of Symbol 157 MovieClip "sscore" in Frame 5
onClipEvent (load) {
_root.score = _root.score - 4;
}
Instance of Symbol 173 MovieClip "b1" in Frame 5
onClipEvent (enterFrame) {
this._x = _root.one._x;
this._y = _root.one._y;
}
Instance of Symbol 173 MovieClip "b3" in Frame 5
onClipEvent (enterFrame) {
this._x = _root.three._x;
this._y = _root.three._y;
}
Instance of Symbol 173 MovieClip "b2" in Frame 5
onClipEvent (enterFrame) {
this._x = _root.two._x;
this._y = _root.two._y;
}
Instance of Symbol 203 MovieClip "four" in Frame 5
onClipEvent (enterFrame) {
this._y = this._y - _root.spd;
}
onClipEvent (enterFrame) {
if (this._x <= 10) {
this._x = this._x + 20;
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.two._currentframe) && (_root.two._y > 400)) {
_root.two.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.one._currentframe) && (_root.one._y > 400)) {
_root.one.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.three._currentframe) && (_root.three._y > 400)) {
_root.three.gotoAndStop(2);
}
}
Instance of Symbol 204 MovieClip "one" in Frame 5
onClipEvent (enterFrame) {
this._y = this._y - _root.spd;
}
onClipEvent (enterFrame) {
if (_root.score > 5) {
_root.spd = 1.5;
}
}
onClipEvent (enterFrame) {
if (_root.score > 10) {
_root.spd = 1.7;
}
}
onClipEvent (enterFrame) {
if (_root.score > 25) {
_root.spd = 2;
}
}
onClipEvent (enterFrame) {
if (_root.score > 50) {
_root.spd = 2.5;
}
}
onClipEvent (enterFrame) {
if (_root.score > 75) {
_root.spd = 3;
}
}
onClipEvent (enterFrame) {
if (_root.score > 100) {
_root.spd = 3.5;
}
}
onClipEvent (enterFrame) {
if (_root.score > 125) {
_root.spd = 4;
}
}
onClipEvent (enterFrame) {
if (_root.score > 150) {
_root.spd = 4.5;
}
}
onClipEvent (enterFrame) {
if (_root.score > 200) {
_root.spd = 5;
}
}
onClipEvent (enterFrame) {
if (_root.score > 250) {
_root.spd = 5.5;
}
}
onClipEvent (enterFrame) {
if (_root.score > 300) {
_root.spd = 6;
}
}
onClipEvent (enterFrame) {
if (_root.score > 350) {
_root.spd = 6.5;
}
}
onClipEvent (enterFrame) {
if (_root.score > 375) {
_root.spd = 7;
}
}
onClipEvent (enterFrame) {
if (_root.score > 400) {
_root.spd = 7.5;
}
}
onClipEvent (enterFrame) {
if (_root.score > 450) {
_root.spd = 8;
}
}
onClipEvent (enterFrame) {
if (_root.score > 500) {
_root.spd = 8.5;
}
}
onClipEvent (enterFrame) {
if (_root.score > 550) {
_root.spd = 9;
}
}
onClipEvent (enterFrame) {
if (_root.score > 600) {
_root.spd = 9.5;
}
}
onClipEvent (enterFrame) {
if (_root.score > 650) {
_root.spd = 10;
}
}
onClipEvent (enterFrame) {
if (this._x <= 10) {
this._x = this._x + 20;
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.two._currentframe) && (_root.two._y > 400)) {
_root.two.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.three._currentframe) && (_root.three._y > 400)) {
_root.three.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.four._currentframe) && (_root.four._y > 400)) {
_root.four.gotoAndStop(2);
}
}
Instance of Symbol 205 MovieClip "two" in Frame 5
onClipEvent (enterFrame) {
this._y = this._y - _root.spd;
}
onClipEvent (enterFrame) {
if (this._x <= 10) {
this._x = this._x + 20;
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.one._currentframe) && (_root.one._y > 400)) {
_root.one.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.three._currentframe) && (_root.three._y > 400)) {
_root.three.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.four._currentframe) && (_root.four._y > 400)) {
_root.four.gotoAndStop(2);
}
}
Instance of Symbol 206 MovieClip "three" in Frame 5
onClipEvent (enterFrame) {
this._y = this._y - _root.spd;
}
onClipEvent (enterFrame) {
if (this._x <= 10) {
this._x = this._x + 20;
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.two._currentframe) && (_root.two._y > 400)) {
_root.two.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.one._currentframe) && (_root.one._y > 400)) {
_root.one.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.four._currentframe) && (_root.four._y > 400)) {
_root.four.gotoAndStop(2);
}
}
Frame 6
stop();
_root.bgpic._visible = false;
bonus = 0;
total = 0;
_root.score2 = _root.score;
_root.lives2 = _root.lives;
_root.time2 = _root.time;
_root.bonus = _root.bonus + (_root.lives * 5);
if (time2 <= 1) {
_root.bonus = _root.bonus + 25;
}
total = _root.score2 + _root.bonus;
wpm = Math.ceil(score / 7);
Instance of Symbol 4 MovieClip in Frame 6
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd - 1);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 6
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd - 5);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 6
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd - 3);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 6
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd - 1);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 6
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd - 2);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 6
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 1);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 6
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd - 1);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 6
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd - 0.5);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Frame 7
stop();
_root.bgpic._visible = false;
pts = 2;
if (_root.pts > 0) {
_root.name + "1";
}
if (_root.score <= 0) {
_root.gotoAndPlay("fail");
}
info = total;
submit.onPress = function () {
if ((name != "") && (info != "")) {
_root.nextFrame();
}
};
Frame 8
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");
}
stop();
_root.bgpic._visible = false;
bXlnYW1lX25hbWVfdmFyaWFibGU = name;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = info;
__rankz_send__("Mjk3MWolZSVhJW4lcw==", "Q2FlZldCdlI=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
Frame 9
stop();
_root.bgpic._visible = true;
score = 0;
time = 0;
lives = 0;
Instance of Symbol 4 MovieClip "f1" in Frame 9
onClipEvent (enterFrame) {
this._y = this._y - _root.spd;
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 9
onClipEvent (enterFrame) {
this._y = this._y - _root.spd;
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 9
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 2.5);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip "f2" in Frame 9
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 0.9);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip "f5" in Frame 9
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 2);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip "f3" in Frame 9
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 1);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 9
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 3);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 9
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 0.5);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip "f4" in Frame 9
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 1.7);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 81 MovieClip in Frame 9
onClipEvent (load) {
this._x = 243.8;
spd = -16;
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x <= -200) {
spd = 0;
}
}
Instance of Symbol 86 MovieClip in Frame 9
onClipEvent (load) {
this._x = 243.8;
spd = -20;
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x <= -200) {
spd = 0;
}
}
Instance of Symbol 91 MovieClip in Frame 9
onClipEvent (load) {
this._x = 243.8;
spd = -12;
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x <= -100) {
spd = 0;
_root.nextFrame();
}
}
Frame 10
stop();
_root.bgpic._visible = true;
score = 0;
time = 0;
lives = 0;
Instance of Symbol 250 MovieClip in Frame 10
onClipEvent (load) {
this._x = -50;
spd = 20;
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x > 250) {
spd = 0;
}
}
Frame 11
stop();
_root.bgpic._visible = true;
score = 0;
time = 0;
lives = 0;
Instance of Symbol 81 MovieClip in Frame 11
onClipEvent (load) {
this._x = 243.8;
spd = -20;
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x <= -200) {
spd = 0;
}
}
Instance of Symbol 86 MovieClip in Frame 11
onClipEvent (load) {
this._x = 243.8;
spd = -16;
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x <= -200) {
spd = 0;
}
}
Instance of Symbol 91 MovieClip in Frame 11
onClipEvent (load) {
this._x = 243.8;
spd = -12;
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x <= -100) {
spd = 0;
_root.nextFrame();
}
}
Frame 12
stop();
_root.bgpic._visible = false;
Instance of Symbol 262 MovieClip in Frame 12
onClipEvent (load) {
spd = 1;
}
onClipEvent (enterFrame) {
this._y = this._y - spd;
}
onClipEvent (enterFrame) {
if (this._y <= 221.6) {
spd = -0.5;
}
}
onClipEvent (enterFrame) {
if (this._y > 245) {
spd = 1;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(67)) {
this.play();
}
}
Instance of Symbol 264 MovieClip in Frame 12
onClipEvent (load) {
spd = 0.7;
}
onClipEvent (enterFrame) {
this._y = this._y - spd;
}
onClipEvent (enterFrame) {
if (this._y <= 221.6) {
spd = -0.6;
}
}
onClipEvent (enterFrame) {
if (this._y > 245) {
spd = 0.7;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(79)) {
this.play();
}
}
Instance of Symbol 266 MovieClip in Frame 12
onClipEvent (load) {
spd = 0.9;
}
onClipEvent (enterFrame) {
this._y = this._y - spd;
}
onClipEvent (enterFrame) {
if (this._y <= 221.6) {
spd = -1;
}
}
onClipEvent (enterFrame) {
if (this._y > 245) {
spd = 0.9;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
this.play();
}
}
Instance of Symbol 268 MovieClip in Frame 12
onClipEvent (load) {
spd = 0.6;
}
onClipEvent (enterFrame) {
this._y = this._y - spd;
}
onClipEvent (enterFrame) {
if (this._y <= 221.6) {
spd = -0.6;
}
}
onClipEvent (enterFrame) {
if (this._y > 245) {
spd = 0.6;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(73)) {
this.play();
}
}
Instance of Symbol 270 MovieClip in Frame 12
onClipEvent (load) {
spd = 0.8;
}
onClipEvent (enterFrame) {
this._y = this._y - spd;
}
onClipEvent (enterFrame) {
if (this._y <= 221.6) {
spd = -1;
}
}
onClipEvent (enterFrame) {
if (this._y > 245) {
spd = 0.9;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(78)) {
this.play();
}
}
Instance of Symbol 275 MovieClip in Frame 12
onClipEvent (load) {
spd = 1;
this._y = random(350);
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x > 875) {
this._y = random(350);
spd = -1;
this._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._x <= -275) {
spd = 1;
this._xscale = 100;
this._y = random(350);
}
}
Frame 13
stop();
_root.bgpic._visible = false;
score = 0;
time = 0;
lives = 0;
Frame 14
stop();
_root.bgpic._visible = true;
score = 0;
time = 0;
lives = 0;
git = 0;
git2 = 0;
git3 = 0;
Instance of Symbol 289 MovieClip in Frame 14
onClipEvent (load) {
this._x = -100;
spd = 20;
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x > 250) {
spd = 0;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.follower) && (this.hitTest(_root.follower))) {
_root.git = 1;
} else {
_root.git = 0;
}
}
Instance of Symbol 294 MovieClip in Frame 14
onClipEvent (load) {
this._x = -100;
spd = 16;
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x > 250) {
spd = 0;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.follower) && (this.hitTest(_root.follower))) {
_root.git3 = 1;
} else {
_root.git3 = 0;
}
}
Instance of Symbol 299 MovieClip in Frame 14
onClipEvent (load) {
this._x = -100;
spd = 18;
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x > 250) {
spd = 0;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.follower) && (this.hitTest(_root.follower))) {
_root.git2 = 1;
} else {
_root.git2 = 0;
}
}
Instance of Symbol 303 MovieClip "gametype" in Frame 14
onClipEvent (enterFrame) {
if (_root.git > 0) {
this._x = _root._xmouse;
this._y = _root._ymouse;
_root.gametype.game = "The normal game type of bubble killing. You have two minutes to reach a highscore, good luck!";
}
}
onClipEvent (enterFrame) {
if (_root.git2 > 0) {
this._x = _root._xmouse;
this._y = _root._ymouse;
_root.gametype.game = "Less distractions more bubbles, for the more competitive player...";
}
}
onClipEvent (enterFrame) {
if (_root.git3 > 0) {
this._x = _root._xmouse;
this._y = _root._ymouse;
_root.gametype.game = "Smash your forehead aruond the keyboard and see what you score!";
}
}
onClipEvent (enterFrame) {
if (((_root.git <= 0) && (_root.git2 <= 0)) && (_root.git3 <= 0)) {
this._x = -260.9;
this._y = -6;
}
}
Instance of Symbol 305 MovieClip "follower" in Frame 14
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 15
stop();
_root.bgpic._visible = true;
score = 0;
time = 0;
lives = 0;
Instance of Symbol 81 MovieClip in Frame 15
onClipEvent (load) {
this._x = 243.8;
spd = -20;
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x <= -200) {
spd = 0;
}
}
Instance of Symbol 86 MovieClip in Frame 15
onClipEvent (load) {
this._x = 243.8;
spd = -16;
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x <= -200) {
spd = 0;
}
}
Instance of Symbol 91 MovieClip in Frame 15
onClipEvent (load) {
this._x = 243.8;
spd = -12;
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x <= -100) {
spd = 0;
_root.prevFrame();
}
}
Frame 16
stop();
_root.bgpic._visible = false;
time = 0;
sec = 0;
score = 0;
spd = 0;
lives = 100;
lite = 0;
Instance of Symbol 118 MovieClip in Frame 16
onClipEvent (load) {
spd = 1;
this._y = random(350);
}
onClipEvent (enterFrame) {
this._x = this._x + spd;
}
onClipEvent (enterFrame) {
if (this._x > 875) {
this._y = random(350);
spd = -1;
this._xscale = -39.5;
}
}
onClipEvent (enterFrame) {
if (this._x <= -275) {
spd = 1;
this._xscale = 39.5;
this._y = random(350);
}
}
Instance of Symbol 125 MovieClip in Frame 16
onClipEvent (load) {
spd = 1.5;
this._y = random(350);
}
onClipEvent (enterFrame) {
this._x = this._x - spd;
}
onClipEvent (enterFrame) {
if (this._x > 875) {
this._y = random(350);
spd = 1.5;
this._xscale = 39.5;
}
}
onClipEvent (enterFrame) {
if (this._x <= -275) {
spd = -1.5;
this._xscale = -39.5;
this._y = random(350);
}
}
Instance of Symbol 319 MovieClip in Frame 16
onClipEvent (load) {
aspd = 10;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + aspd);
}
onClipEvent (enterFrame) {
if (_alpha > 99) {
aspd = 0;
}
}
Instance of Symbol 4 MovieClip in Frame 16
onClipEvent (enterFrame) {
this._y = this._y - _root.spd;
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 16
onClipEvent (enterFrame) {
this._y = this._y - _root.spd;
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 16
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 2.5);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 16
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 0.9);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 16
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 2);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 16
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 1);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 16
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 3);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 16
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 0.5);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 16
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 1.7);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 96 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.lives <= 0) {
_root.nextFrame();
}
}
onClipEvent (enterFrame) {
if (_root.one.hitTest(this)) {
this.gotoAndPlay(2);
_root.lives = _root.lives - 1;
_root.score = _root.score - 2;
_root.one.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.two.hitTest(this)) {
this.gotoAndPlay(2);
_root.lives = _root.lives - 1;
_root.score = _root.score - 2;
_root.two.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.three.hitTest(this)) {
this.gotoAndPlay(2);
_root.lives = _root.lives - 1;
_root.score = _root.score - 2;
_root.three.gotoAndPlay(1);
}
}
Instance of Symbol 203 MovieClip "four" in Frame 16
onClipEvent (enterFrame) {
this._y = this._y - _root.spd;
}
onClipEvent (enterFrame) {
if (this._x <= 200) {
this._x = this._x + 25;
}
}
onClipEvent (enterFrame) {
if (this._x > 330) {
this._x = this._x - 25;
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.two._currentframe) && (_root.two._y > 400)) {
_root.two.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.one._currentframe) && (_root.one._y > 400)) {
_root.one.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.three._currentframe) && (_root.three._y > 400)) {
_root.three.gotoAndStop(2);
}
}
Instance of Symbol 204 MovieClip "one" in Frame 16
onClipEvent (enterFrame) {
this._y = this._y - _root.spd;
}
onClipEvent (enterFrame) {
if (this._x <= 200) {
this._x = this._x + 25;
}
}
onClipEvent (enterFrame) {
if (this._x > 330) {
this._x = this._x - 25;
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.two._currentframe) && (_root.two._y > 400)) {
_root.two.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.three._currentframe) && (_root.three._y > 400)) {
_root.three.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.four._currentframe) && (_root.four._y > 400)) {
_root.four.gotoAndStop(2);
}
}
Instance of Symbol 205 MovieClip "two" in Frame 16
onClipEvent (enterFrame) {
this._y = this._y - _root.spd;
}
onClipEvent (enterFrame) {
if (this._x <= 200) {
this._x = this._x + 25;
}
}
onClipEvent (enterFrame) {
if (this._x > 330) {
this._x = this._x - 25;
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.one._currentframe) && (_root.one._y > 400)) {
_root.one.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.three._currentframe) && (_root.three._y > 400)) {
_root.three.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.four._currentframe) && (_root.four._y > 400)) {
_root.four.gotoAndStop(2);
}
}
Instance of Symbol 206 MovieClip "three" in Frame 16
onClipEvent (enterFrame) {
this._y = this._y - _root.spd;
}
onClipEvent (enterFrame) {
if (this._x <= 200) {
this._x = this._x + 25;
}
}
onClipEvent (enterFrame) {
if (this._x > 330) {
this._x = this._x - 25;
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.two._currentframe) && (_root.two._y > 400)) {
_root.two.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.one._currentframe) && (_root.one._y > 400)) {
_root.one.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this._currentframe == _root.four._currentframe) && (_root.four._y > 400)) {
_root.four.gotoAndStop(2);
}
}
Frame 17
stop();
_root.bgpic._visible = false;
spd = 5;
bonus = 0;
_root.score2 = _root.score;
_root.lives2 = _root.lives;
_root.time2 = _root.time;
Instance of Symbol 4 MovieClip in Frame 17
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd - 5);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 17
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd - 3);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 17
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd - 1);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 17
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd - 2);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 17
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd + 1);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 17
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd - 1);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Instance of Symbol 4 MovieClip in Frame 17
onClipEvent (enterFrame) {
this._y = this._y - (_root.spd - 0.5);
}
onClipEvent (enterFrame) {
if (this._y <= -25) {
this._y = 420;
this._x = random(540);
}
}
Symbol 23 MovieClip Frame 40
stop();
Symbol 37 Button
on (press) {
tellTarget (_root) {
nextFrame();
};
}
Symbol 38 Button
on (press) {
gotoAndStop ("end");
_root.play();
}
Instance of Symbol 13 MovieClip in Symbol 39 MovieClip Frame 1
onClipEvent (load) {
_root.stop();
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndStop("lastframe");
}
}
onClipEvent (enterFrame) {
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndPlay("loaded");
}
}
Symbol 39 MovieClip Frame 101
play();
Symbol 39 MovieClip Frame 165
stop();
Symbol 45 Button
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 51 Button
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 53 MovieClip Frame 1
function startAd(ngad_url) {
trace("opening " + ngad_url);
System.security.allowDomain("70.87.128.99");
System.security.allowInsecureDomain("70.87.128.99");
System.security.allowDomain("ads.shizmoo.com");
System.security.allowInsecureDomain("ads.shizmoo.com");
System.security.allowDomain("www.cpmstar.com");
System.security.allowInsecureDomain("www.cpmstar.com");
System.security.allowDomain("server.cpmstar.com");
System.security.allowInsecureDomain("server.cpmstar.com");
var ngads_redirect = new XML();
ngads_redirect.ignoreWhite = true;
ngads_redirect.onLoad = function (success) {
trace("[NEWGROUNDS FLASH ADS] :: You may get a 'Security Sandbox Violation' ... this is normal, do not freak out!");
if (success) {
ng_ad.loadMovie(ngads_redirect.toString(), "GET");
}
};
ngads_redirect.load(ngad_url);
}
if (NewgroundsAPI.getAdURL()) {
startAd(NewgroundsAPI.getAdURL());
}
NewgroundsAPI.onAdsApproved = function (ad_url) {
startAd(ad_url);
};
stop();
Symbol 330 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 58 MovieClip Frame 150
_root.gotoAndStop("home");
Symbol 68 Button
on (press) {
_root.bgpic.nextFrame();
}
Symbol 72 Button
on (press) {
_root.bgpic.prevFrame();
}
Symbol 73 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 2
stop();
Symbol 80 Button
on (press) {
_root.gotoAndStop("cb4");
}
Symbol 85 Button
on (press) {
_root.gotoAndStop("tutorial");
}
Symbol 90 Button
on (press) {
_root.gotoAndPlay("credits");
}
Symbol 96 MovieClip Frame 1
stop();
Symbol 147 MovieClip Frame 1
stop();
Instance of Symbol 127 MovieClip in Symbol 147 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.score > 25) {
_root.awesome.gotoAndPlay(2);
}
}
Symbol 147 MovieClip Frame 61
stop();
Instance of Symbol 127 MovieClip in Symbol 147 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_root.score > 50) {
_root.awesome.gotoAndPlay(62);
}
}
Symbol 147 MovieClip Frame 121
stop();
Instance of Symbol 127 MovieClip in Symbol 147 MovieClip Frame 121
onClipEvent (enterFrame) {
if (_root.score > 100) {
_root.awesome.gotoAndPlay(122);
}
}
Symbol 147 MovieClip Frame 181
stop();
Instance of Symbol 127 MovieClip in Symbol 147 MovieClip Frame 181
onClipEvent (enterFrame) {
if (_root.score > 150) {
_root.awesome.gotoAndPlay(182);
}
}
Symbol 147 MovieClip Frame 241
stop();
Instance of Symbol 127 MovieClip in Symbol 147 MovieClip Frame 241
onClipEvent (enterFrame) {
if (_root.score > 200) {
_root.awesome.gotoAndPlay(242);
}
}
Symbol 147 MovieClip Frame 301
stop();
Instance of Symbol 127 MovieClip in Symbol 147 MovieClip Frame 301
onClipEvent (enterFrame) {
if (_root.score > 250) {
_root.awesome.gotoAndPlay(302);
}
}
Symbol 147 MovieClip Frame 361
stop();
Instance of Symbol 127 MovieClip in Symbol 147 MovieClip Frame 361
onClipEvent (enterFrame) {
if (_root.score > 400) {
_root.awesome.gotoAndPlay(362);
}
}
Symbol 147 MovieClip Frame 421
stop();
Instance of Symbol 127 MovieClip in Symbol 147 MovieClip Frame 421
onClipEvent (enterFrame) {
if (_root.score > 500) {
_root.awesome.gotoAndPlay(422);
}
}
Symbol 147 MovieClip Frame 481
stop();
Instance of Symbol 127 MovieClip in Symbol 147 MovieClip Frame 481
onClipEvent (enterFrame) {
if (_root.score > 550) {
_root.awesome.gotoAndPlay(482);
}
}
Symbol 147 MovieClip Frame 541
stop();
Instance of Symbol 127 MovieClip in Symbol 147 MovieClip Frame 541
onClipEvent (enterFrame) {
if (_root.score > 650) {
_root.awesome.gotoAndPlay(542);
}
}
Symbol 148 Button
on (press) {
gotoAndStop ("home");
}
Symbol 154 MovieClip Frame 1
stop();
Symbol 157 MovieClip Frame 1
stop();
Instance of Symbol 156 MovieClip in Symbol 157 MovieClip Frame 1
onClipEvent (keyDown) {
if (Key.isDown(65)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(66)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(67)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(68)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(69)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(70)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(71)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(72)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(73)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(74)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(75)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(76)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(77)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(78)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(79)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(80)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(81)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(82)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(83)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(84)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(85)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(86)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(87)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(88)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(89)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(90)) {
_root.sscore.gotoAndPlay(2);
}
if (Key.isDown(91)) {
_root.sscore.gotoAndPlay(2);
}
}
Symbol 157 MovieClip Frame 2
_root.score = _root.score - 1;
Symbol 164 MovieClip Frame 2
_root.score = 0;
Symbol 164 MovieClip Frame 3
stop();
Symbol 166 MovieClip Frame 3
stop();
Symbol 173 MovieClip Frame 1
stop();
Symbol 173 MovieClip Frame 2
play();
Symbol 203 MovieClip Frame 1
_root.popnoise.play();
_root.score = _root.score + 2;
_root.four._y = 420;
_root.four._x = random(540);
stop();
play();
Symbol 203 MovieClip Frame 2
stop();
Instance of Symbol 174 MovieClip in Symbol 203 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.four.gotoAndStop(random(29));
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.score = _root.score + 1;
_root.four.gotoAndPlay(1);
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(66)) {
_root.score = _root.score + 1;
_root.four.gotoAndPlay(1);
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 5
onClipEvent (enterFrame) {
if (Key.isDown(67)) {
_root.score = _root.score + 1;
_root.four.gotoAndPlay(1);
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 6
onClipEvent (enterFrame) {
if (Key.isDown(68)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 7
onClipEvent (enterFrame) {
if (Key.isDown(69)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 8
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 9
onClipEvent (enterFrame) {
if (Key.isDown(71)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 10
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 11
onClipEvent (enterFrame) {
if (Key.isDown(73)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 12
onClipEvent (enterFrame) {
if (Key.isDown(74)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 13
onClipEvent (enterFrame) {
if (Key.isDown(75)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 14
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 15
onClipEvent (enterFrame) {
if (Key.isDown(77)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 16
onClipEvent (enterFrame) {
if (Key.isDown(78)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 17
onClipEvent (enterFrame) {
if (Key.isDown(79)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 18
onClipEvent (enterFrame) {
if (Key.isDown(80)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 19
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 20
onClipEvent (enterFrame) {
if (Key.isDown(82)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 21
onClipEvent (enterFrame) {
if (Key.isDown(83)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 22
onClipEvent (enterFrame) {
if (Key.isDown(84)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 23
onClipEvent (enterFrame) {
if (Key.isDown(85)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 24
onClipEvent (enterFrame) {
if (Key.isDown(86)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 25
onClipEvent (enterFrame) {
if (Key.isDown(87)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 26
onClipEvent (enterFrame) {
if (Key.isDown(88)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 27
onClipEvent (enterFrame) {
if (Key.isDown(89)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 203 MovieClip Frame 28
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
_root.four.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Symbol 204 MovieClip Frame 1
_root.popnoise.play();
_root.score = _root.score + 2;
_root.one._y = 420;
_root.one._x = random(540);
play();
Symbol 204 MovieClip Frame 2
stop();
Instance of Symbol 174 MovieClip in Symbol 204 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.one.gotoAndStop(random(29));
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.score = _root.score + 1;
_root.one.gotoAndPlay(1);
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(66)) {
_root.score = _root.score + 1;
_root.one.gotoAndPlay(1);
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 5
onClipEvent (enterFrame) {
if (Key.isDown(67)) {
_root.score = _root.score + 1;
_root.one.gotoAndPlay(1);
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 6
onClipEvent (enterFrame) {
if (Key.isDown(68)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 7
onClipEvent (enterFrame) {
if (Key.isDown(69)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 8
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 9
onClipEvent (enterFrame) {
if (Key.isDown(71)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 10
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 11
onClipEvent (enterFrame) {
if (Key.isDown(73)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 12
onClipEvent (enterFrame) {
if (Key.isDown(74)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 13
onClipEvent (enterFrame) {
if (Key.isDown(75)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 14
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 15
onClipEvent (enterFrame) {
if (Key.isDown(77)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 16
onClipEvent (enterFrame) {
if (Key.isDown(78)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 17
onClipEvent (enterFrame) {
if (Key.isDown(79)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 18
onClipEvent (enterFrame) {
if (Key.isDown(80)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 19
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 20
onClipEvent (enterFrame) {
if (Key.isDown(82)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 21
onClipEvent (enterFrame) {
if (Key.isDown(83)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 22
onClipEvent (enterFrame) {
if (Key.isDown(84)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 23
onClipEvent (enterFrame) {
if (Key.isDown(85)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 24
onClipEvent (enterFrame) {
if (Key.isDown(86)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 25
onClipEvent (enterFrame) {
if (Key.isDown(87)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 26
onClipEvent (enterFrame) {
if (Key.isDown(88)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 27
onClipEvent (enterFrame) {
if (Key.isDown(89)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 204 MovieClip Frame 28
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
_root.one.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Symbol 205 MovieClip Frame 1
_root.popnoise.play();
_root.score = _root.score + 2;
_root.two._y = 450;
_root.two._x = random(540);
play();
Symbol 205 MovieClip Frame 2
stop();
Instance of Symbol 174 MovieClip in Symbol 205 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.two.gotoAndStop(random(29));
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.score = _root.score + 1;
_root.two.gotoAndPlay(1);
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(66)) {
_root.score = _root.score + 1;
_root.two.gotoAndPlay(1);
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 5
onClipEvent (enterFrame) {
if (Key.isDown(67)) {
_root.score = _root.score + 1;
_root.two.gotoAndPlay(1);
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 6
onClipEvent (enterFrame) {
if (Key.isDown(68)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 7
onClipEvent (enterFrame) {
if (Key.isDown(69)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 8
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 9
onClipEvent (enterFrame) {
if (Key.isDown(71)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 10
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 11
onClipEvent (enterFrame) {
if (Key.isDown(73)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 12
onClipEvent (enterFrame) {
if (Key.isDown(74)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 13
onClipEvent (enterFrame) {
if (Key.isDown(75)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 14
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 15
onClipEvent (enterFrame) {
if (Key.isDown(77)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 16
onClipEvent (enterFrame) {
if (Key.isDown(78)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 17
onClipEvent (enterFrame) {
if (Key.isDown(79)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 18
onClipEvent (enterFrame) {
if (Key.isDown(80)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 19
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 20
onClipEvent (enterFrame) {
if (Key.isDown(82)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 21
onClipEvent (enterFrame) {
if (Key.isDown(83)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 22
onClipEvent (enterFrame) {
if (Key.isDown(84)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 23
onClipEvent (enterFrame) {
if (Key.isDown(85)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 24
onClipEvent (enterFrame) {
if (Key.isDown(86)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 25
onClipEvent (enterFrame) {
if (Key.isDown(87)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 26
onClipEvent (enterFrame) {
if (Key.isDown(88)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 27
onClipEvent (enterFrame) {
if (Key.isDown(89)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 205 MovieClip Frame 28
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
_root.two.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Symbol 206 MovieClip Frame 1
_root.popnoise.play();
_root.score = _root.score + 2;
_root.three._y = 420;
_root.three._x = random(540);
stop();
play();
Symbol 206 MovieClip Frame 2
stop();
Instance of Symbol 174 MovieClip in Symbol 206 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.three.gotoAndStop(random(29));
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.score = _root.score + 1;
_root.three.gotoAndPlay(1);
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(66)) {
_root.score = _root.score + 1;
_root.three.gotoAndPlay(1);
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 5
onClipEvent (enterFrame) {
if (Key.isDown(67)) {
_root.score = _root.score + 1;
_root.three.gotoAndPlay(1);
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 6
onClipEvent (enterFrame) {
if (Key.isDown(68)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 7
onClipEvent (enterFrame) {
if (Key.isDown(69)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 8
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 9
onClipEvent (enterFrame) {
if (Key.isDown(71)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 10
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 11
onClipEvent (enterFrame) {
if (Key.isDown(73)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 12
onClipEvent (enterFrame) {
if (Key.isDown(74)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 13
onClipEvent (enterFrame) {
if (Key.isDown(75)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 14
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 15
onClipEvent (enterFrame) {
if (Key.isDown(77)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 16
onClipEvent (enterFrame) {
if (Key.isDown(78)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 17
onClipEvent (enterFrame) {
if (Key.isDown(79)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 18
onClipEvent (enterFrame) {
if (Key.isDown(80)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 19
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 20
onClipEvent (enterFrame) {
if (Key.isDown(82)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 21
onClipEvent (enterFrame) {
if (Key.isDown(83)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 22
onClipEvent (enterFrame) {
if (Key.isDown(84)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 23
onClipEvent (enterFrame) {
if (Key.isDown(85)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 24
onClipEvent (enterFrame) {
if (Key.isDown(86)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 25
onClipEvent (enterFrame) {
if (Key.isDown(87)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 26
onClipEvent (enterFrame) {
if (Key.isDown(88)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 27
onClipEvent (enterFrame) {
if (Key.isDown(89)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Instance of Symbol 177 MovieClip in Symbol 206 MovieClip Frame 28
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
_root.three.gotoAndPlay(1);
_root.score = _root.score + 1;
}
}
Symbol 208 Button
on (press) {
gotoAndStop ("home");
}
Symbol 219 Button
on (press) {
nextFrame();
}
Symbol 243 Button
on (press) {
gotoAndStop ("home");
}
Symbol 250 MovieClip Frame 50
stop();
Symbol 252 MovieClip Frame 65
stop();
Symbol 262 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 3
stop();
Symbol 264 MovieClip Frame 1
stop();
Symbol 264 MovieClip Frame 2
stop();
Symbol 266 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 2
stop();
Symbol 268 MovieClip Frame 1
stop();
Symbol 268 MovieClip Frame 2
stop();
Symbol 270 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 2
stop();
Symbol 288 Button
on (press) {
_root.gotoAndPlay("nm");
}
Symbol 293 Button
on (press) {
_root.gotoAndPlay("um");
}
Symbol 298 Button
on (press) {
_root.lite = _root.lite + 1;
_root.awesome._alpha = 0;
_root.fish._alpha = 0;
_root.fish2._alpha = 0;
_root.gotoAndPlay("nm");
}
Symbol 319 MovieClip Frame 143
stop();
_root.spd = 15;
Symbol 324 MovieClip Frame 50
stop();