Frame 1
function itemHandler2(obj, item) {
_quality = "HIGH";
myMenu.customItems[2].enabled = false;
myMenu.customItems[3].enabled = true;
myMenu.customItems[4].enabled = true;
}
function itemHandler3(obj, item) {
_quality = "MEDIUM";
myMenu.customItems[2].enabled = true;
myMenu.customItems[3].enabled = false;
myMenu.customItems[4].enabled = true;
}
function itemHandler4(obj, item) {
_quality = "LOW";
myMenu.customItems[2].enabled = true;
myMenu.customItems[3].enabled = true;
myMenu.customItems[4].enabled = false;
}
function itemHandler0(obj, item) {
bgm.start(0, 999999999999);
myMenu.customItems[0].enabled = false;
myMenu.customItems[1].enabled = true;
}
function itemHandler1(obj, item) {
bgm.stop();
bgm.setVolume(100);
myMenu.customItems[0].enabled = true;
myMenu.customItems[1].enabled = false;
}
var myMenu = new ContextMenu();
var bgm = new Sound(this);
bgm.attachSound("bgm");
myMenu.hideBuiltInItems();
myMenu.customItems.push(new ContextMenuItem("Music On", itemHandler0));
myMenu.customItems.push(new ContextMenuItem("Music Off", itemHandler1));
myMenu.customItems.push(new ContextMenuItem("High Quality", itemHandler2));
myMenu.customItems.push(new ContextMenuItem("Medium Quality", itemHandler3));
myMenu.customItems.push(new ContextMenuItem("Low Quality", itemHandler4));
myMenu.customItems[2].separatorBefore = true;
myMenu.customItems[1].enabled = false;
myMenu.customItems[0].enabled = true;
myMenu.customItems[2].enabled = false;
_root.menu = myMenu;
totalBytes = Math.round(getBytesTotal() / 1024);
loadedBytes = Math.round(getBytesLoaded() / 1024);
percentDone = Math.round((loadedBytes / totalBytes) * 100);
if (_root._framesloaded >= _root._totalframes) {
gotoAndPlay ("men");
}
Instance of Symbol 9 MovieClip "loader" in Frame 1
onClipEvent (enterFrame) {
gotoAndPlay(_root.percentDone);
}
Frame 2
if (loadedbytes == totalbytes) {
play();
eval (undefined)();
} else {
gotoAndPlay (1);
}
Frame 3
play();
Frame 63
stop();
Frame 87
stop();
Frame 112
_root.gotoAndPlay("menu");
Frame 162
stop();
Frame 163
_root.my_mc.onMouseDown = function () {
_root.gotoAndPlay(166);
};
stop();
Frame 164
_root.my_mc.onMouseDown = function () {
_root.gotoAndPlay(168);
};
stop();
Frame 165
_root.my_mc.onMouseDown = function () {
_root.gotoAndPlay(170);
};
stop();
Frame 166
timer = 0;
clock = 0;
stop();
_root.random2 = 1;
Instance of Symbol 61 MovieClip in Frame 166
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip in Frame 166
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip in Frame 166
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip in Frame 166
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip in Frame 166
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip in Frame 166
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip in Frame 166
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip in Frame 166
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip in Frame 166
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip in Frame 166
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip in Frame 166
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(10) + 3;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 13 MovieClip "mouse" in Frame 166
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
updateAfterEvent();
_rotation = ((_x / 300) * 360);
if (_alpha < 100) {
_alpha = (_alpha+1);
}
}
Frame 167
stop();
Mouse.show();
Frame 168
timer = 0;
clock2 = 0;
stop();
_root.random2 = 1;
one = false;
_root.onEnterFrame = function () {
if ((timer == 10) && (one == false)) {
_root.woop.play();
_root.random2++;
one = true;
timer = 0;
}
if (timer == 0) {
one = false;
}
};
Instance of Symbol 61 MovieClip in Frame 168
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
onClipEvent (enterFrame) {
randomSpeed = _root.random2;
speed++;
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip in Frame 168
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
onClipEvent (enterFrame) {
randomSpeed = _root.random2;
speed++;
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip in Frame 168
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
onClipEvent (enterFrame) {
randomSpeed = _root.random2;
speed++;
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip "smile" in Frame 168
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
onClipEvent (enterFrame) {
randomSpeed = _root.random2;
speed++;
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip "smile" in Frame 168
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
onClipEvent (enterFrame) {
randomSpeed = _root.random2;
speed++;
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip "smile" in Frame 168
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
onClipEvent (enterFrame) {
randomSpeed = _root.random2;
speed++;
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip "smile" in Frame 168
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
onClipEvent (enterFrame) {
randomSpeed = _root.random2;
speed++;
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip "smile" in Frame 168
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
onClipEvent (enterFrame) {
randomSpeed = _root.random2;
speed++;
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 13 MovieClip "mouse" in Frame 168
onClipEvent (enterFrame) {
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_tank = Math.round(yDifference / 5);
this._y = y_Amount_to_Move_tank + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_tank = Math.round(xDifference / 5);
this._x = x_Amount_to_Move_tank + this._x;
Mouse.hide();
if (_alpha < 100) {
_alpha = (_alpha+1);
}
}
Frame 169
stop();
Mouse.show();
Frame 170
timer = 0;
score = 0;
stop();
_root.random2 = 1;
one = false;
_root.onEnterFrame = function () {
if ((timer == 10) && (one == false)) {
_root.woop.play();
_root.random2++;
one = true;
timer = 0;
}
if (timer == 0) {
one = false;
}
};
Instance of Symbol 61 MovieClip in Frame 170
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
onClipEvent (enterFrame) {
randomSpeed = _root.random2;
speed++;
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip "smile" in Frame 170
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
onClipEvent (enterFrame) {
randomSpeed = _root.random2;
speed++;
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip "smile" in Frame 170
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
onClipEvent (enterFrame) {
randomSpeed = _root.random2;
speed++;
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip "smile" in Frame 170
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
onClipEvent (enterFrame) {
randomSpeed = _root.random2;
speed++;
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip "smile" in Frame 170
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
onClipEvent (enterFrame) {
randomSpeed = _root.random2;
speed++;
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip "smile" in Frame 170
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
onClipEvent (enterFrame) {
randomSpeed = _root.random2;
speed++;
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 61 MovieClip in Frame 170
onClipEvent (load) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
onClipEvent (enterFrame) {
randomSpeed = _root.random2;
speed++;
this._y = this._y + speed;
if (this._y >= 450) {
this._x = random(400);
this._y = random(-50);
speed = random(randomSpeed) + 1;
}
if (_root.mouse.hitTest(this) and (_root.mouse._alpha >= 100)) {
_root.mouse._alpha = 10;
_root.lives.play();
}
}
Instance of Symbol 13 MovieClip "mouse" in Frame 170
onClipEvent (enterFrame) {
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_tank = Math.round(yDifference / 5);
this._y = y_Amount_to_Move_tank + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_tank = Math.round(xDifference / 5);
this._x = x_Amount_to_Move_tank + this._x;
Mouse.hide();
if (_alpha < 100) {
_alpha = (_alpha+1);
}
}
Instance of Symbol 91 MovieClip in Frame 170
onClipEvent (load) {
this._x = random(400);
this._y = random(400);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouse)) {
_root.score = _root.score + 1;
this._x = random(400);
this._y = random(400);
}
}
Frame 171
Mouse.show();
Symbol 9 MovieClip Frame 1
stop();
Symbol 95 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 22 Button
on (press) {
play();
}
Symbol 23 Button
on (press) {
gotoAndPlay ("play");
}
Symbol 36 Button
on (press) {
_root.moving.play();
}
Symbol 38 MovieClip Frame 45
stop();
Symbol 38 MovieClip Frame 89
_root.play();
Symbol 43 MovieClip Frame 1
stop();
Symbol 50 Button
on (rollOver) {
info.gotoAndStop(4);
}
on (rollOut) {
info.gotoAndStop(1);
}
on (press) {
gotoAndStop (165);
}
Symbol 51 Button
on (rollOver) {
info.gotoAndStop(4);
}
on (rollOut) {
info.gotoAndStop(1);
}
on (press) {
gotoAndStop (164);
}
Symbol 52 Button
on (rollOver) {
info.gotoAndStop(2);
}
on (rollOut) {
info.gotoAndStop(1);
}
on (press) {
nextFrame();
}
Symbol 54 MovieClip Frame 30
_root.clock2++;
_root.clock++;
_root.timer++;
Symbol 62 MovieClip Frame 1
stop();
Symbol 62 MovieClip Frame 2
stop();
Symbol 62 MovieClip Frame 3
stop();
Symbol 62 MovieClip Frame 4
stop();
Symbol 62 MovieClip Frame 5
stop();
Symbol 62 MovieClip Frame 6
stop();
_root.nextFrame();
Symbol 65 Button
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");
}
bXlnYW1lX25hbWVfdmFyaWFibGU = name1;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = score;
__rankz_send__("MzAxMmolZSVhJW4lcw==", "eUdXTm12SGw=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
getURL ("http://rankz.armorbot.com/smileyclassic/", "blank");
}
Symbol 73 Button
on (press) {
_root.gotoAndPlay("men");
}
Symbol 81 MovieClip Frame 1
stop();
Symbol 82 Button
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");
}
bXlnYW1lX25hbWVfdmFyaWFibGU = name2;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = score;
__rankz_send__("MzAxMmolZSVhJW4lcw==", "eUdXTm12SGw=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
getURL ("http://rankz.armorbot.com/smileytime2/", "blank");
}
Symbol 92 Button
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");
}
bXlnYW1lX25hbWVfdmFyaWFibGU = name3;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = score;
__rankz_send__("MzAxMmolZSVhJW4lcw==", "eUdXTm12SGw=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
getURL ("http://rankz.armorbot.com/smileyscore2/", "blank");
}