STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228124
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/43400738?noj=FRM43400738-12DC" width="1" height="1"></div>

Smiley Avoider 2.swf

This is the info page for
Flash #47465

(Click the ID number above for more basic data on this flash file.)


Text
Loading...

Smiley Avoider

II

Play

Instructions

Instructions

This is you. Use your mouse
to control him.

This is the enemy. Dodge
them, or you lose a life!

These are your lives.
When they reach zero,
you lose!

Back

Don't like the engine? click here for time
on the old engine(with rotation).

Play With difficulty increase and survive
the longest.

Play With difficulty increase and collect
the most blue smileys.

Classic

Time

score

Click to
begin

Time:

Submit

Name:

Player

You Lose!

Play again?

Time:

Speed Increased!

Player

Score:

Score:

Player

ActionScript [AS1/AS2]

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"); }

Library Items

Symbol 1 Sound [bgm]
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:4
Symbol 4 MovieClipUses:3Used by:Timeline
Symbol 5 GraphicUsed by:9
Symbol 6 GraphicUsed by:9
Symbol 7 GraphicUsed by:9
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:5 6 7 8Used by:Timeline
Symbol 10 FontUsed by:11 14 15 17 19 26 27 28 29 35 40 41 42 44 46 48 53
Symbol 11 TextUses:10Used by:Timeline
Symbol 95 MovieClip [__Packages.ab3.rankz.Armor_Bot_30_En_AS1]
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:16  Timeline
Symbol 14 TextUses:10Used by:16
Symbol 15 TextUses:10Used by:16
Symbol 16 MovieClipUses:13 14 15Used by:Timeline
Symbol 17 TextUses:10Used by:18 21 23
Symbol 18 MovieClipUses:17Used by:Timeline
Symbol 19 TextUses:10Used by:20 22 24
Symbol 20 MovieClipUses:19Used by:Timeline
Symbol 21 ButtonUses:17Used by:Timeline
Symbol 22 ButtonUses:19Used by:Timeline
Symbol 23 ButtonUses:17Used by:Timeline
Symbol 24 ButtonUses:19Used by:Timeline
Symbol 25 GraphicUsed by:37
Symbol 26 TextUses:10Used by:37
Symbol 27 TextUses:10Used by:37
Symbol 28 TextUses:10Used by:37
Symbol 29 TextUses:10Used by:37
Symbol 30 GraphicUsed by:34
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:34
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:30 32 33Used by:37 62
Symbol 35 TextUses:10Used by:36
Symbol 36 ButtonUses:35Used by:37
Symbol 37 MovieClipUses:25 26 27 28 29 34 36Used by:38
Symbol 38 MovieClipUses:37Used by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 TextUses:10Used by:43
Symbol 41 TextUses:10Used by:43
Symbol 42 TextUses:10Used by:43
Symbol 43 MovieClipUses:40 41 42Used by:Timeline
Symbol 44 TextUses:10Used by:45 52
Symbol 45 ButtonUses:44Used by:Timeline
Symbol 46 TextUses:10Used by:47 51
Symbol 47 ButtonUses:46Used by:Timeline
Symbol 48 TextUses:10Used by:49 50
Symbol 49 ButtonUses:48Used by:Timeline
Symbol 50 ButtonUses:48Used by:Timeline
Symbol 51 ButtonUses:46Used by:Timeline
Symbol 52 ButtonUses:44Used by:Timeline
Symbol 53 TextUses:10Used by:Timeline
Symbol 54 MovieClipUsed by:Timeline
Symbol 55 FontUsed by:56 57 64 66 67 72 74 75 76 77 78 79 83 84 85 86 87 88 89 93 94
Symbol 56 EditableTextUses:55Used by:Timeline
Symbol 57 TextUses:55Used by:Timeline
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:58Used by:61
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:59 60Used by:Timeline
Symbol 62 MovieClipUses:34Used by:Timeline
Symbol 63 GraphicUsed by:65 82 92
Symbol 64 TextUses:55Used by:65 82 92
Symbol 65 ButtonUses:63 64Used by:Timeline
Symbol 66 TextUses:55Used by:Timeline
Symbol 67 EditableTextUses:55Used by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 FontUsed by:70
Symbol 70 TextUses:69Used by:Timeline
Symbol 71 GraphicUsed by:73
Symbol 72 TextUses:55Used by:73
Symbol 73 ButtonUses:71 72Used by:Timeline
Symbol 74 EditableTextUses:55Used by:Timeline
Symbol 75 TextUses:55Used by:Timeline
Symbol 76 EditableTextUses:55Used by:Timeline
Symbol 77 EditableTextUses:55Used by:Timeline
Symbol 78 EditableTextUses:55Used by:Timeline
Symbol 79 TextUses:55Used by:80
Symbol 80 MovieClipUses:79Used by:81
Symbol 81 MovieClipUses:80Used by:Timeline
Symbol 82 ButtonUses:63 64Used by:Timeline
Symbol 83 EditableTextUses:55Used by:Timeline
Symbol 84 EditableTextUses:55Used by:Timeline
Symbol 85 TextUses:55Used by:Timeline
Symbol 86 EditableTextUses:55Used by:Timeline
Symbol 87 TextUses:55Used by:Timeline
Symbol 88 EditableTextUses:55Used by:Timeline
Symbol 89 EditableTextUses:55Used by:Timeline
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:Timeline
Symbol 92 ButtonUses:63 64Used by:Timeline
Symbol 93 EditableTextUses:55Used by:Timeline
Symbol 94 EditableTextUses:55Used by:Timeline

Instance Names

"loader"Frame 1Symbol 9 MovieClip
"moving"Frame 87Symbol 38 MovieClip
"info"Frame 114Symbol 43 MovieClip
"my_mc"Frame 163Symbol 54 MovieClip
"mouse"Frame 166Symbol 13 MovieClip
"lives"Frame 166Symbol 62 MovieClip
"smile"Frame 168Symbol 61 MovieClip
"smile"Frame 168Symbol 61 MovieClip
"smile"Frame 168Symbol 61 MovieClip
"smile"Frame 168Symbol 61 MovieClip
"smile"Frame 168Symbol 61 MovieClip
"mouse"Frame 168Symbol 13 MovieClip
"woop"Frame 168Symbol 81 MovieClip
"lives"Frame 168Symbol 62 MovieClip
"smile"Frame 170Symbol 61 MovieClip
"smile"Frame 170Symbol 61 MovieClip
"smile"Frame 170Symbol 61 MovieClip
"smile"Frame 170Symbol 61 MovieClip
"smile"Frame 170Symbol 61 MovieClip
"mouse"Frame 170Symbol 13 MovieClip
"woop"Frame 170Symbol 81 MovieClip
"lives"Frame 170Symbol 62 MovieClip
"hit"Symbol 61 MovieClip Frame 1Symbol 59 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "bgm"
ExportAssets (56)Timeline Frame 1Symbol 95 as "__Packages.ab3.rankz.Armor_Bot_30_En_AS1"

Labels

"men"Frame 3
"menu"Frame 63
"play"Frame 113
"classic"Frame 170

Dynamic Text Variables

clockSymbol 56 EditableText""
name1Symbol 67 EditableText"Player"
clockSymbol 74 EditableText""
clock2Symbol 76 EditableText""
random2Symbol 77 EditableText""
timerSymbol 78 EditableText""
name2Symbol 83 EditableText"Player"
clock2Symbol 84 EditableText""
scoreSymbol 86 EditableText""
random2Symbol 88 EditableText""
timerSymbol 89 EditableText""
scoreSymbol 93 EditableText""
name3Symbol 94 EditableText"Player"




http://swfchan.com/10/47465/info.shtml
Created: 1/5 -2019 19:06:43 Last modified: 1/5 -2019 19:06:43 Server time: 12/05 -2024 15:50:23