Frame 1
NewgroundsAPI.connectMovie(3614);
function itemHandler5(obj, item) {
_quality = "high";
}
function itemHandler6(obj, item) {
_quality = "medium";
}
function itemHandler7(obj, item) {
_quality = "low";
}
root_cm = new ContextMenu();
root_cm.hideBuiltInItems();
eee_cmi = new ContextMenuItem("High", itemHandler5);
fff_cmi = new ContextMenuItem("Mid", itemHandler6);
ggg_cmi = new ContextMenuItem("Crap(low)", itemHandler7);
ccc_cmi.separatorBefore = true;
eee_cmi.separatorBefore = true;
root_cm.customItems.push(aaa_cmi, bbb_cmi, ccc_cmi, ddd_cmi, eee_cmi, fff_cmi, ggg_cmi);
_root.menu = root_cm;
Frame 2
_root.score = 0;
stop();
Frame 3
stop();
Instance of Symbol 65 MovieClip "player" in Frame 3
onClipEvent (enterFrame) {
_root.score++;
if (Key.isDown(37)) {
_x = (_x - 8);
}
if (Key.isDown(39)) {
_x = (_x + 8);
}
_y = (_y + 6);
}
Instance of Symbol 67 MovieClip in Frame 3
onClipEvent (enterFrame) {
_y = (_y - 4);
if (this.hitTest(_root.player._x, _root.player._y, true)) {
_root.player._y = _root.player._y - 10;
}
if (this._y < 0) {
this._y = 455;
this.play();
}
}
Instance of Symbol 67 MovieClip in Frame 3
onClipEvent (enterFrame) {
_y = (_y - 4);
if (this.hitTest(_root.player._x, _root.player._y, true)) {
_root.player._y = _root.player._y - 10;
}
if (this._y < 0) {
this._y = 455;
this.play();
}
}
Instance of Symbol 67 MovieClip in Frame 3
onClipEvent (enterFrame) {
_y = (_y - 4);
if (this.hitTest(_root.player._x, _root.player._y, true)) {
_root.player._y = _root.player._y - 10;
}
if (this._y < 0) {
this._y = 455;
this.play();
}
}
Instance of Symbol 67 MovieClip in Frame 3
onClipEvent (enterFrame) {
_y = (_y - 4);
if (this.hitTest(_root.player._x, _root.player._y, true)) {
_root.player._y = _root.player._y - 10;
}
if (this._y < 0) {
this._y = 455;
this.play();
}
}
Instance of Symbol 67 MovieClip in Frame 3
onClipEvent (enterFrame) {
_y = (_y - 4);
if (this.hitTest(_root.player._x, _root.player._y, true)) {
_root.player._y = _root.player._y - 10;
}
if (this._y < 0) {
this._y = 455;
this.play();
}
}
Instance of Symbol 67 MovieClip in Frame 3
onClipEvent (enterFrame) {
_y = (_y - 4);
if (this.hitTest(_root.player._x, _root.player._y, true)) {
_root.player._y = _root.player._y - 10;
}
if (this._y < 0) {
this._y = 455;
this.play();
}
}
Instance of Symbol 70 MovieClip in Frame 3
onClipEvent (load) {
espid = 1;
}
onClipEvent (enterFrame) {
_y = (_y + espid);
_rotation = (_rotation+1);
if (this.hitTest(_root.player._x, _root.player._y - 17.25, true)) {
_root.player.play();
}
if (this._y > 475) {
this._y = -25;
espid = espid + 1;
this.play();
}
}
Instance of Symbol 70 MovieClip in Frame 3
onClipEvent (load) {
espid = 1;
}
onClipEvent (enterFrame) {
_y = (_y + espid);
_rotation = (_rotation+1);
if (this.hitTest(_root.player._x, _root.player._y - 17.25, true)) {
_root.player.play();
}
if (this._y > 475) {
this._y = -25;
espid = espid + 1;
this.play();
}
}
Instance of Symbol 70 MovieClip in Frame 3
onClipEvent (load) {
espid = 1;
}
onClipEvent (enterFrame) {
_y = (_y + espid);
_rotation = (_rotation+1);
if (this.hitTest(_root.player._x, _root.player._y - 17.25, true)) {
_root.player.play();
}
if (this._y > 475) {
this._y = -25;
espid = espid + 1;
this.play();
}
}
Instance of Symbol 72 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player._x, _root.player._y - 17.25, true)) {
_root.player.play();
}
}
Instance of Symbol 77 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player._x, _root.player._y, true)) {
_root.player._y = _root.player._y - 6;
}
}
Instance of Symbol 77 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player._x, _root.player._y, true)) {
_root.player._x = _root.player._x + 8;
}
}
Instance of Symbol 77 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player._x, _root.player._y, true)) {
_root.player._x = _root.player._x - 8;
}
}
Frame 4
stop();
Symbol 18 MovieClip Frame 40
stop();
Symbol 32 Button
on (press) {
tellTarget (_root) {
nextFrame();
};
}
Symbol 33 Button
on (press) {
gotoAndStop ("end");
_root.play();
}
Instance of Symbol 8 MovieClip in Symbol 34 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 34 MovieClip Frame 101
play();
Symbol 34 MovieClip Frame 165
stop();
Symbol 40 Button
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 46 Button
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 48 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 89 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 53 Button
on (keyPress "<Left>") {
nextFrame();
}
on (keyPress "<Right>") {
nextFrame();
}
Symbol 65 MovieClip Frame 1
stop();
Symbol 65 MovieClip Frame 20
_root.play();
Symbol 67 MovieClip Frame 1
this._x = Math.random() * 350;
Symbol 67 MovieClip Frame 2
stop();
Symbol 70 MovieClip Frame 1
this._x = Math.random() * 350;
Symbol 70 MovieClip Frame 2
stop();
Symbol 81 Button
on (keyPress "<Up>") {
prevFrame();
_root.score = 0;
}
Symbol 83 Button
on (release) {
function __rankz_send__(par1, par2, par3, par4) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3);
par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s");
par227.flashkey = par227.flashkey.split("=").join("");
par227.SU0249 = par227.SU0249.split("=").join("");
par228.onLoad = function (success) {
if (success) {
trace(par228.msg);
} else {
trace(par228.loaded);
}
};
par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST");
}
bXlnYW1lX25hbWVfdmFyaWFibGU = _root.myname;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _root.score;
__rankz_send__("MzAwOWolZSVhJW4lcw==", "ZVFndm93V24=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
getURL ("http://rankz.armorbot.com/glassbubble/", "_blank");
_root.nextFrame();
}
Symbol 88 Button
on (keyPress "<Up>") {
gotoAndStop (3);
_root.score = 0;
}