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

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

Heaven's Hoodlum.swf

This is the info page for
Flash #47689

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


Text
play

heavens
Hoodlum

credit

play

more

scores

sponsor

UGOPLAYER

menu

armor
games

toggle quality

collect

move

avoid

holy points to
stay "alive"

need

to gain
score

with arrow
keys

or lose
holy points.

again

Your Name

name:

Score:

SUBMIT!

MORAL:
Hoodlum's
belong in hell

loading

...

please

wait

1

2

3

4

5

6

7

8

9

10

top chavs

score

LEVEL

ActionScript [AS1/AS2]

Frame 2
stop();
Frame 3
stop();
Frame 22
stop();
Frame 42
gotoAndStop ("menu");
Frame 62
stop();
Frame 63
submitBtn._y = 283.4;
Instance of Symbol 159 MovieClip "scoretable" in Frame 63
onClipEvent (load) { this._visible = false; }
Frame 65
stop();
Instance of Symbol 175 MovieClip in Frame 65
onClipEvent (enterFrame) { this._x = this._x - 4; if (this._x < -150) { this._x = 600; } }
Instance of Symbol 175 MovieClip in Frame 65
onClipEvent (enterFrame) { this._x = this._x - 3; if (this._x < -150) { this._x = 600; } }
Instance of Symbol 175 MovieClip in Frame 65
onClipEvent (enterFrame) { this._x = this._x - 4; if (this._x < -150) { this._x = 600; } }
Instance of Symbol 175 MovieClip in Frame 65
onClipEvent (enterFrame) { this._x = this._x - 3; if (this._x < -150) { this._x = 700; } }
Instance of Symbol 102 MovieClip "block" in Frame 65
onClipEvent (load) { speed = random(2) + 1; } onClipEvent (enterFrame) { this._x = this._x - speed; if (this.hitTest(_root.chav.hittest1)) { this.play(); } else if (this.hitTest(_root.chav.hittest2)) { this.play(); } else if (this.hitTest(_root.chav.hittest3)) { this.play(); } if (this._x < -100) { _root.i++; duplicateMovieClip (this, "enemy" + _root.i, 7 + _root.i); _root["enemy" + _root.i]._x = 550 + random(100); _root["enemy" + _root.i]._y = random(350); removeMovieClip(this); } }
Instance of Symbol 80 MovieClip "chav" in Frame 65
onClipEvent (load) { maxspeed = 8; acc = 0.2; resultspeed = 0; vmaxspeed = 8; vacc = 0.2; vresultspeed = 0; _root.score = 0; duplicateMovieClip (this._parent.phone, "newpoints", 2); _root.newpoints._x = 550 + random(100); _root.newpoints._y = random(300); duplicateMovieClip (this._parent.bling, "newpoints2", 3); _root.newpoints2._x = 550 + random(100); _root.newpoints2._y = random(300); duplicateMovieClip (this._parent.splif, "newpoints3", 4); _root.newpoints3._x = 1000 + random(1000); _root.newpoints3._y = random(300); duplicateMovieClip (this._parent.police, "enemyagain", 1001); _root.enemyagain._x = 550 + random(100); _root.enemyagain._y = random(300); duplicateMovieClip (this._parent.bible, "holypoints", 6); _root.holypoints._x = 550 + random(100); _root.holypoints._y = random(300); duplicateMovieClip (this._parent.block, "enemy", 7); _root.enemy._x = 550 + random(100); _root.enemy._y = random(300); _root.i = 0; _root.level = 1; _root.noenemy = 1; _root.holyscore = 150; _root.timer = 0; q = 5; } onClipEvent (enterFrame) { q++; if (Key.isDown(81) && (q > 5)) { q = 0; if (_quality == "HIGH") { _quality = "MEDIUM"; } else if (_quality == "MEDIUM") { _quality = "LOW"; } else if (_quality == "LOW") { _quality = "HIGH"; } } _root.phone.speed = 0; _root.bling.speed = 0; _root.splif.speed = 0; _root.block.speed = 0; _root.police.speed = 0; _root.bible.speed = 0; _root.holyscore = _root.holyscore - 0.1; this._x = this._x + resultspeed; if (Key.isDown(37)) { if (resultspeed > (-maxspeed)) { resultspeed = resultspeed - acc; } } if (Key.isDown(39)) { if (resultspeed < maxspeed) { resultspeed = resultspeed + acc; } } this._y = this._y + vresultspeed; if (Key.isDown(38)) { if (vresultspeed > (-vmaxspeed)) { vresultspeed = vresultspeed - vacc; } } if (Key.isDown(40)) { if (vresultspeed < vmaxspeed) { vresultspeed = vresultspeed + vacc; } } if (this._x < 0) { this._x = 550; } else if (this._x > 550) { this._x = 0; } if (this._y > 300) { vresultspeed = -(vresultspeed + 1); } else if (this._y < 0) { vresultspeed = -(vresultspeed - 1); } if (this._y > 600) { removeMovieClip(_root.newpoints); removeMovieClip(_root.newpoints2); removeMovieClip(_root.newpoints3); removeMovieClip(_root.enemyagain); removeMovieClip(_root.holypoints); newi = 1; while (newi < (_root.i + 1)) { removeMovieClip(_root["enemy" + newi]); newi++; } stopAllSounds(); _root.gotoAndStop("highscores"); } }
Instance of Symbol 93 MovieClip "police" in Frame 65
onClipEvent (load) { speed = 1 + (_root.level / 10); } onClipEvent (enterFrame) { if ((_root.chav._x - 8) > _x) { _x = (_x + speed); } else if ((_root.chav._x + 8) < _x) { _x = (_x - speed); } if ((_root.chav._y - 8) > _y) { _y = (_y + speed); } else if ((_root.chav._y + 8) < _y) { _y = (_y - speed); } if (this.test.hitTest(_root.chav.hittest1)) { this.play(); } else if (this.test.hitTest(_root.chav.hittest2)) { this.play(); } else if (this.test.hitTest(_root.chav.hittest3)) { this.play(); } }
Instance of Symbol 177 MovieClip in Frame 65
onClipEvent (enterFrame) { if (_root.level > _root.noenemy) { _root.i++; _root.noenemy++; duplicateMovieClip (_root.block, "enemy" + _root.i, 7 + _root.i); _root["enemy" + _root.i]._x = 550 + random(100); _root["enemy" + _root.i]._y = random(300); } _root.timer++; if (_root.timer > 900) { _root.level++; _root.timer = 0; } }
Instance of Symbol 5 MovieClip [Splif] "splif" in Frame 65
onClipEvent (load) { speed = random(4) + 3; } onClipEvent (enterFrame) { this._x = this._x - speed; this._rotation = this._rotation + speed; if (this.hitTest(_root.chav.hittest1)) { this.play(); } else if (this.hitTest(_root.chav.hittest2)) { this.play(); } else if (this.hitTest(_root.chav.hittest3)) { this.play(); } if (this._x < -50) { duplicateMovieClip (this, "newpoints3", 4); _root.newpoints3._x = 1000 + random(1000); _root.newpoints3._y = random(370); } }
Instance of Symbol 96 MovieClip "bling" in Frame 65
onClipEvent (load) { speed = random(4) + 1; } onClipEvent (enterFrame) { this._x = this._x - speed; if (this.hitTest(_root.chav.hittest1)) { this.play(); } else if (this.hitTest(_root.chav.hittest2)) { this.play(); } else if (this.hitTest(_root.chav.hittest3)) { this.play(); } if (this._x < -50) { duplicateMovieClip (this, "newpoints2", 3); _root.newpoints2._x = 550 + random(100); _root.newpoints2._y = random(350); } }
Instance of Symbol 105 MovieClip "phone" in Frame 65
onClipEvent (load) { speed = random(4) + 1; } onClipEvent (enterFrame) { this._x = this._x - speed; if (this.hitTest(_root.chav.hittest1)) { this.play(); } else if (this.hitTest(_root.chav.hittest2)) { this.play(); } else if (this.hitTest(_root.chav.hittest3)) { this.play(); } if (this._x < -50) { duplicateMovieClip (this, "newpoints", 2); _root.newpoints._x = 550 + random(100); _root.newpoints._y = random(350); } }
Instance of Symbol 108 MovieClip "bible" in Frame 65
onClipEvent (load) { speed = random(4) + 1; } onClipEvent (enterFrame) { this._x = this._x - speed; if (this.hitTest(_root.chav.hittest1)) { this.play(); } else if (this.hitTest(_root.chav.hittest2)) { this.play(); } else if (this.hitTest(_root.chav.hittest3)) { this.play(); } if (this._x < -50) { duplicateMovieClip (this, "holypoints", 6); _root.holypoints._x = 550 + random(100); _root.holypoints._y = random(350); } }
Symbol 5 MovieClip [Splif] Frame 1
stop();
Symbol 5 MovieClip [Splif] Frame 20
_root.score = _root.score + 3; duplicateMovieClip (this, "newpoints3", 4); _root.newpoints3._x = 1000 + random(1000); _root.newpoints3._y = random(300);
Symbol 16 MovieClip Frame 11
stop();
Symbol 18 Button
on (release) { _quality = "MEDIUM"; _root.play(); }
Symbol 21 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { _root.play(); }
Symbol 21 MovieClip Frame 2
gotoAndPlay (1);
Symbol 192 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 31 MovieClip Frame 20
stop();
Symbol 35 Button
on (release) { getURL ("http://secure-us.imrworldwide.com/cgi-bin/b?cg=ugoplayer_flash_games&ci=us-ugclicks&tu=http://www.ugoplayer.com", "_blank"); }
Symbol 36 MovieClip Frame 180
_root.play();
Symbol 44 Button
on (release) { _root.play(); }
Symbol 46 Button
on (release) { gotoAndPlay ("instructions"); }
Symbol 48 Button
on (release) { getURL ("http://secure-us.imrworldwide.com/cgi-bin/b?cg=ugoplayer_flash_games&ci=us-ugclicks&tu=http://www.ugoplayer.com", "_blank"); }
Symbol 50 Button
on (release) { getURL ("http://rankz.armorbot.com/heavenhood/", "_blank"); }
Symbol 54 Button
on (release) { getURL ("http://www.prankard.com/", "_blank"); }
Symbol 55 Button
on (release) { getURL ("http://secure-us.imrworldwide.com/cgi-bin/b?cg=ugoplayer_flash_games&ci=us-ugclicks&tu=http://www.ugoplayer.com", "_blank"); }
Symbol 57 Button
on (release) { getURL ("http://www.newgrounds.com/audio/view.php?id=120934&sub=49911&page=1&order=rating", "_blank"); }
Symbol 64 Button
on (release) { gotoAndStop ("Game"); }
Symbol 68 MovieClip Frame 10
stop();
Symbol 69 Button
on (release) { getURL ("http://www.armorgames.com/", "_blank"); }
Symbol 93 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 3
onEnterFrame = function () { _root.chav.resultspeed = 0; _root.chav.vresultspeed = 0; };
Symbol 93 MovieClip Frame 20
_root.holyscore = _root.holyscore - 40; duplicateMovieClip (this, "enemyagain", 1001); _root.enemyagain._x = 550 + random(100); _root.enemyagain._y = random(300);
Symbol 96 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 20
_root.score = _root.score + 2; duplicateMovieClip (this, "newpoints2", 3); _root.newpoints2._x = 550 + random(100); _root.newpoints2._y = random(300);
Symbol 102 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 2
onEnterFrame = function () { _root.chav.resultspeed = 0; _root.chav.vresultspeed = 0; };
Symbol 102 MovieClip Frame 20
_root.i++; _root.holyscore = _root.holyscore - 20; duplicateMovieClip (this, "enemy" + _root.i, 7 + _root.i); _root["enemy" + _root.i]._x = 550 + random(100); _root["enemy" + _root.i]._y = random(300); removeMovieClip(this);
Symbol 105 MovieClip Frame 1
stop();
Symbol 105 MovieClip Frame 20
_root.score++; duplicateMovieClip (this, "newpoints", 2); _root.newpoints._x = 550 + random(100); _root.newpoints._y = random(300);
Symbol 108 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 20
_root.holyscore = _root.holyscore + 50; duplicateMovieClip (this, "holypoints", 6); _root.holypoints._x = 550 + random(100); _root.holypoints._y = random(300);
Symbol 117 Button
on (release) { stopAllSounds(); gotoAndPlay ("game"); }
Symbol 120 Button
on (release) { _root.gotoAndStop("menu"); }
Symbol 121 Button
on (release) { stopAllSounds(); gotoAndStop ("game"); }
Symbol 136 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"); } submitBtn._y = submitBtn._y + 5000; bXlnYW1lX25hbWVfdmFyaWFibGU = _root.myname; bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _root.score; __rankz_send__("MjE4N2olZSVhJW4lcw==", "dE9Ldm5HVFE=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl); getURL ("http://rankz.armorbot.com/heavenhood/", "_blank"); }
Symbol 184 MovieClip Frame 1
stop();
Instance of Symbol 184 MovieClip in Symbol 185 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = 300 - _root.holyscore; if (_root.holyscore > 300) { _root.holyscore = 300; } else if (_root.holyscore > 200) { this.gotoAndStop(1); } else if (_root.holyscore > 100) { this.gotoAndStop(2); } else if (_root.holyscore > 0) { gotoAndStop (3); } else { _root.chav.resultspeed = 0; _root.chav.vresultspeed = 0; _root.chav._y = _root.chav._y + 5; } if (_root.holyscore < 0) { _root.holyscore = 0; } }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:5
Symbol 3 GraphicUsed by:5
Symbol 4 SoundUsed by:5 96 105 108
Symbol 5 MovieClip [Splif]Uses:2 3 4Used by:Timeline
Symbol 6 GraphicUsed by:Timeline
Symbol 7 GraphicUsed by:Timeline
Symbol 8 GraphicUsed by:21
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:9Used by:21
Symbol 11 GraphicUsed by:21
Symbol 12 GraphicUsed by:16 18 44 46 48 50 64 69 117 120 121
Symbol 13 GraphicUsed by:18 44 46 48 50 64 69 117 120 121
Symbol 14 ShapeTweeningUsed by:16
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:12 14 15Used by:18 44 46 48 50 64 69 117 120 121
Symbol 17 GraphicUsed by:18 44 46 48 50 64 69 117 120 121
Symbol 18 ButtonUses:12 13 16 17Used by:21
Symbol 19 FontUsed by:20 45 47 49 51 62 71 109 110 111 112 113 114 115 116 122 137 187 188 189 190
Symbol 20 TextUses:19Used by:21  Timeline
Symbol 21 MovieClipUses:8 10 11 18 20Used by:Timeline
Symbol 22 GraphicUsed by:Timeline
Symbol 23 FontUsed by:24 59 60
Symbol 24 TextUses:23Used by:Timeline
Symbol 192 MovieClip [__Packages.ab3.rankz.Armor_Bot_30_En_AS1]
Symbol 25 GraphicUsed by:36
Symbol 26 BitmapUsed by:27
Symbol 27 GraphicUses:26Used by:36
Symbol 28 BitmapUsed by:29
Symbol 29 GraphicUses:28Used by:30
Symbol 30 MovieClipUses:29Used by:31
Symbol 31 MovieClipUses:30Used by:36
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:36
Symbol 34 GraphicUsed by:35
Symbol 35 ButtonUses:34Used by:36
Symbol 36 MovieClipUses:25 27 31 33 35Used by:Timeline
Symbol 37 SoundUsed by:Timeline
Symbol 38 GraphicUsed by:Timeline
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:42  Timeline
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:40 41Used by:Timeline
Symbol 43 GraphicUsed by:Timeline
Symbol 44 ButtonUses:12 13 16 17Used by:Timeline
Symbol 45 TextUses:19Used by:Timeline
Symbol 46 ButtonUses:12 13 16 17Used by:Timeline
Symbol 47 TextUses:19Used by:Timeline
Symbol 48 ButtonUses:12 13 16 17Used by:Timeline
Symbol 49 TextUses:19Used by:Timeline
Symbol 50 ButtonUses:12 13 16 17Used by:Timeline
Symbol 51 TextUses:19Used by:Timeline
Symbol 52 GraphicUsed by:Timeline
Symbol 53 GraphicUsed by:54 55
Symbol 54 ButtonUses:53Used by:Timeline
Symbol 55 ButtonUses:53Used by:Timeline
Symbol 56 GraphicUsed by:57
Symbol 57 ButtonUses:56Used by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 TextUses:23Used by:Timeline
Symbol 60 TextUses:23Used by:Timeline
Symbol 61 GraphicUsed by:Timeline
Symbol 62 TextUses:19Used by:Timeline
Symbol 63 GraphicUsed by:Timeline
Symbol 64 ButtonUses:12 13 16 17Used by:Timeline
Symbol 65 GraphicUsed by:68
Symbol 66 FontUsed by:67
Symbol 67 TextUses:66Used by:68
Symbol 68 MovieClipUses:65 67Used by:69
Symbol 69 ButtonUses:12 13 68 16 17Used by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 TextUses:19Used by:Timeline
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:80 93
Symbol 74 GraphicUsed by:76
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:74 75Used by:80
Symbol 77 GraphicUsed by:80
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:80 93
Symbol 80 MovieClipUses:73 76 77 79Used by:Timeline
Symbol 81 GraphicUsed by:93
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:93
Symbol 84 GraphicUsed by:93
Symbol 85 GraphicUsed by:93
Symbol 86 SoundUsed by:93 102
Symbol 87 GraphicUsed by:93
Symbol 88 GraphicUsed by:93
Symbol 89 GraphicUsed by:93
Symbol 90 GraphicUsed by:93 102
Symbol 91 GraphicUsed by:93 102
Symbol 92 GraphicUsed by:93 102
Symbol 93 MovieClipUses:73 81 83 84 79 85 86 87 88 89 90 91 92Used by:Timeline
Symbol 94 GraphicUsed by:96
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:94 95 4Used by:Timeline
Symbol 97 GraphicUsed by:102
Symbol 98 GraphicUsed by:102
Symbol 99 GraphicUsed by:102
Symbol 100 GraphicUsed by:102
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:97 98 86 99 100 101 90 91 92Used by:Timeline
Symbol 103 GraphicUsed by:105
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:103 104 4Used by:Timeline
Symbol 106 GraphicUsed by:108
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:106 107 4Used by:Timeline
Symbol 109 TextUses:19Used by:Timeline
Symbol 110 TextUses:19Used by:Timeline
Symbol 111 TextUses:19Used by:Timeline
Symbol 112 TextUses:19Used by:Timeline
Symbol 113 TextUses:19Used by:Timeline
Symbol 114 TextUses:19Used by:Timeline
Symbol 115 TextUses:19Used by:Timeline
Symbol 116 TextUses:19Used by:Timeline
Symbol 117 ButtonUses:12 13 16 17Used by:Timeline
Symbol 118 GraphicUsed by:Timeline
Symbol 119 GraphicUsed by:Timeline
Symbol 120 ButtonUses:12 13 16 17Used by:Timeline
Symbol 121 ButtonUses:12 13 16 17Used by:Timeline
Symbol 122 TextUses:19Used by:Timeline
Symbol 123 GraphicUsed by:Timeline
Symbol 124 FontUsed by:125 126 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
Symbol 125 EditableTextUses:124Used by:Timeline
Symbol 126 EditableTextUses:124Used by:Timeline
Symbol 127 FontUsed by:128
Symbol 128 TextUses:127Used by:Timeline
Symbol 129 FontUsed by:130
Symbol 130 TextUses:129Used by:Timeline
Symbol 131 GraphicUsed by:136
Symbol 132 GraphicUsed by:136
Symbol 133 GraphicUsed by:136
Symbol 134 FontUsed by:135
Symbol 135 TextUses:134Used by:136
Symbol 136 ButtonUses:131 132 133 135Used by:Timeline
Symbol 137 TextUses:19Used by:Timeline
Symbol 138 GraphicUsed by:Timeline
Symbol 139 EditableTextUses:124Used by:159
Symbol 140 EditableTextUses:124Used by:159
Symbol 141 EditableTextUses:124Used by:159
Symbol 142 EditableTextUses:124Used by:159
Symbol 143 EditableTextUses:124Used by:159
Symbol 144 EditableTextUses:124Used by:159
Symbol 145 EditableTextUses:124Used by:159
Symbol 146 EditableTextUses:124Used by:159
Symbol 147 EditableTextUses:124Used by:159
Symbol 148 EditableTextUses:124Used by:159
Symbol 149 EditableTextUses:124Used by:159
Symbol 150 EditableTextUses:124Used by:159
Symbol 151 EditableTextUses:124Used by:159
Symbol 152 EditableTextUses:124Used by:159
Symbol 153 EditableTextUses:124Used by:159
Symbol 154 EditableTextUses:124Used by:159
Symbol 155 EditableTextUses:124Used by:159
Symbol 156 EditableTextUses:124Used by:159
Symbol 157 EditableTextUses:124Used by:159
Symbol 158 EditableTextUses:124Used by:159
Symbol 159 MovieClipUses:139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158Used by:Timeline
Symbol 160 GraphicUsed by:Timeline
Symbol 161 FontUsed by:162 163 164 165 166 167 168 169 170 171 172
Symbol 162 TextUses:161Used by:Timeline
Symbol 163 TextUses:161Used by:Timeline
Symbol 164 TextUses:161Used by:Timeline
Symbol 165 TextUses:161Used by:Timeline
Symbol 166 TextUses:161Used by:Timeline
Symbol 167 TextUses:161Used by:Timeline
Symbol 168 TextUses:161Used by:Timeline
Symbol 169 TextUses:161Used by:Timeline
Symbol 170 TextUses:161Used by:Timeline
Symbol 171 TextUses:161Used by:Timeline
Symbol 172 TextUses:161Used by:Timeline
Symbol 173 GraphicUsed by:Timeline
Symbol 174 GraphicUsed by:175
Symbol 175 MovieClipUses:174Used by:Timeline
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:176Used by:Timeline
Symbol 178 GraphicUsed by:179
Symbol 179 MovieClipUses:178Used by:Timeline
Symbol 180 GraphicUsed by:185
Symbol 181 GraphicUsed by:184
Symbol 182 GraphicUsed by:184
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:181 182 183Used by:185
Symbol 185 MovieClipUses:180 184Used by:Timeline
Symbol 186 GraphicUsed by:Timeline
Symbol 187 EditableTextUses:19Used by:Timeline
Symbol 188 EditableTextUses:19Used by:Timeline
Symbol 189 TextUses:19Used by:Timeline
Symbol 190 TextUses:19Used by:Timeline
Symbol 191 SoundUsed by:Timeline

Instance Names

"uplayer"Frame 63Symbol 125 EditableText
"uscore"Frame 63Symbol 126 EditableText
"submitBtn"Frame 63Symbol 136 Button
"scoretable"Frame 63Symbol 159 MovieClip
"block"Frame 65Symbol 102 MovieClip
"chav"Frame 65Symbol 80 MovieClip
"police"Frame 65Symbol 93 MovieClip
"splif"Frame 65Symbol 5 MovieClip [Splif]
"bling"Frame 65Symbol 96 MovieClip
"phone"Frame 65Symbol 105 MovieClip
"bible"Frame 65Symbol 108 MovieClip
"bar"Symbol 21 MovieClip Frame 1Symbol 10 MovieClip
"clicktagbtn"Symbol 36 MovieClip Frame 11Symbol 35 Button
"hittest3"Symbol 80 MovieClip Frame 1Symbol 79 MovieClip
"hittest1"Symbol 80 MovieClip Frame 1Symbol 79 MovieClip
"hittest2"Symbol 80 MovieClip Frame 1Symbol 79 MovieClip
"test"Symbol 93 MovieClip Frame 1Symbol 79 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 5 as "Splif"
ExportAssets (56)Timeline Frame 1Symbol 192 as "__Packages.ab3.rankz.Armor_Bot_30_En_AS1"

Labels

"menu"Frame 3
"instructions"Frame 43
"highscores"Frame 63
"game"Frame 65
"loaded"Symbol 21 MovieClip Frame 3

Dynamic Text Variables

_root.mynameSymbol 125 EditableText"Your Name"
_root.scoreSymbol 126 EditableText""
NAME0Symbol 139 EditableText"loading"
SCORE0Symbol 140 EditableText"..."
NAME1Symbol 141 EditableText""
SCORE1Symbol 142 EditableText""
NAME2Symbol 143 EditableText"please"
SCORE2Symbol 144 EditableText""
NAME3Symbol 145 EditableText"wait"
SCORE3Symbol 146 EditableText""
NAME4Symbol 147 EditableText""
SCORE4Symbol 148 EditableText""
NAME5Symbol 149 EditableText""
SCORE5Symbol 150 EditableText""
NAME6Symbol 151 EditableText""
SCORE6Symbol 152 EditableText""
NAME7Symbol 153 EditableText""
SCORE7Symbol 154 EditableText""
NAME8Symbol 155 EditableText""
SCORE8Symbol 156 EditableText""
NAME9Symbol 157 EditableText""
SCORE9Symbol 158 EditableText""
_root.scoreSymbol 187 EditableText""
_root.levelSymbol 188 EditableText""




http://swfchan.com/10/47689/info.shtml
Created: 1/5 -2019 08:51:18 Last modified: 1/5 -2019 08:51:18 Server time: 14/05 -2024 20:56:45