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

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

Mouse_Soccer.swf

This is the info page for
Flash #27981

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


Text
SCORE RESET

0

TIME:

CLICK BALL TO BEGIN

CLICK BALL TO BEGIN

QUIT

QUIT

GO!!

0

SECONDS

TIME:

GAME
OVER

0

NO
HIGHSCORE

CLICK hERE TO PLAY AGAIN

CLICK hERE TO PLAY AGAIN

0

NEW PERSONAL
HIGHSCORE!

FRAMEACTION

ActionScript [AS1/AS2]

Frame 1
function gameMenu(menu, obj) { getURL (_root.authorsSite, "_blank"); } _root.gameName = "soccer"; _root.authorsSite = "www.terrypaton.com"; var menu_cm = new ContextMenu(); menu_cm.customItems.push(new ContextMenuItem(_root.authorsSite, gameMenu)); menu_cm.hideBuiltInItems(); _root.menu = menu_cm; fscommand ("fullscreen", true); this.createEmptyMovieClip("ob", 1); ob.lineStyle(1, 16777215, 100); ob.lineTo(240, 0); ob.lineTo(240, 20); ob.lineTo(0, 20); ob.lineTo(0, 0); ob.endFill(); ob._x = 200; ob._y = 220; this.createEmptyMovieClip("iB", 2); iB.beginFill(16777215, 30); iB.lineTo(233, 0); iB.lineTo(233, 15); iB.lineTo(0, 15); iB.endFill(); iB._x = 204; iB._y = 223; var mf = new TextFormat(); mf.bold = true; mf.font = "Arial"; mf.size = 14; mf.align = "center"; mf.color = 16777215 /* 0xFFFFFF */; this.createTextField("lT", 5000, 0, 0, 640, 32); lT.setNewTextFormat(mf); lT.selectable = false; lT.text = "LOADING..."; lT._x = 0; lT._y = 240; iB.onLoad = function () { }; iB.onEnterFrame = function () { pL = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); if (pL < 100) { this._xscale = pL; _root.stop(); } else { removeMovieClip(this._parent.ob); removeMovieClip(this._parent.lT); removeMovieClip(this); _root.play(); } };
Frame 3
storage = SharedObject.getLocal("store"); highname = storage.data.highname; if (highname == undefined) { storage.data.highname = "No one yet..."; highname = "No one"; storage.flush(); } highesttime = storage.data.highesttime; trace(_root.highesttime); if (_root.highesttime == undefined) { trace("IT IS UNDEFINED"); storage.data.highesttime = 0; highesttime = 0; storage.flush(); }
Frame 5
function awardrecieved() { hits = hits + 5; this.scoreclip.gotoAndPlay(2); } function setup() { _global.music = 1; ballrad = 40; _root.gamestatus = "playing"; _global.score = 0; yourhighest = 0; _root.hits = 0; ground = 430; bx = 320; by = 220; kicked = 0; xv = 0; yv = 0; elastic = 0.8; stagewidth = 640; middlepoint = stagewidth / 2; ballrad = this.ball._width / 2; gravity = 3; _global.skill = 2.8; tnum = 1; setupsounds(); _global.playinglandsound = 0; _global.awards = 0; gamewait = 0; this.splat._visible = false; hit_ground = 0; scoresubmitted = 0; _root.playstarted = 0; } function submitfunction() { trace("BUTTON PRESSED"); gamestatus = "contacting server"; lv = new LoadVars(); if (playername == "type your name here") { playername = "Unknown"; } trace(playername); lv.gameID = gameID; lv.userID = playername; lv.score = _root.yourhighest; lv.action = "addNew"; lv.sendAndLoad(serverURL + "hiscore.php", lv, "POST"); lv.onLoad = function (state) { if ((this.result = "success")) { bx = middlepoint; ball._rotation = -Math.floor(275 - bx); ball.gotoAndStop(1); hit_ground = 0; skill = 2.8; _root.hits = 0; awards = 0; gamewait = 0; hit_ground = 0; scoresubmitted = 0; trace("HERE"); _root.gamestatus = "submitted"; } else if ((this.result = "fail")) { this.sayit.gotoAndPlay("failedtosubmitframe"); bx = middlepoint; ball._rotation = -Math.floor(275 - bx); ball.gotoAndStop(1); hit_ground = 0; skill = 2.8; _root.hits = 0; awards = 0; trace("HERE TOO!"); i = 0; while (i < 40) { removeMovieClip(eval ("this.background.a" + i)); i++; } _root.gamestatus = "playing"; } }; } function frameaction() { mousehit._alpha = 0; msx = _root._xmouse; msy = _root._ymouse; if (_root.playstarted == 1) { parrow._x = msx; parrow._y = msy; mouseclip._x = msx; mouseclip._y = msy; mousehit._x = msx; mousehit._y = msy; } else { parrow._x = msx; parrow._y = msy; } if (_root.gamestatus == "submitted") { this.sayit.gotoAndPlay("wait"); } if (_root.gamestatus == "reset") { trace("RESET"); this.sayit.gotoAndStop(1); _root.gamestatus = "playing"; } if (_root.gamestatus == "lost") { _quality = "high"; submitclip._y = 397; gamewait--; if (gamewait < 1) { bx = middlepoint; ball.gotoAndStop(1); hit_ground = 0; skill = 2.8; _root.hits = 0; awards = 0; _root.gamestatus = "playing"; } } if (playinglandsound > 0) { playinglandsound--; if (playinglandsound < 1) { playinglandsound = 0; } } bx = bx + xv; by = by + yv; if (yv > 30) { yv = 30; } if (gamestatus == "playing") { _quality = "low"; if (_root.playstarted == 1) { _root.endtime = getTimer(); _root.timeplay = int((_root.endtime - _root.starttime) / 100) / 10; } if (this.ball.hitTest(this.mousehit) == true) { mousedetect(); } } if ((by > (ground - ballrad)) && (yv > 0)) { if (_root.playstarted == 1) { yv = (-yv) * 0.5; xv = xv * elastic; by = ground - ballrad; trace("BALL HITS GROUND"); trace("_root.timeplay = " + _root.timeplay); trace("_root.highesttime = " + _root.highesttime); _root.gameover(); _root.playstarted = 0; if (gamestatus == "playing") { if (playinglandsound == 0) { playinglandsound = 500; crowd1.start(); } if (_root.hits > 0) { ball.gotoAndStop(3); _root.endtime = getTimer(); _root.timea = int((_root.endtime - _root.starttime) / 100) / 10; _root.timeplay = _root.timea; _root.lastscore = hits; _root.hits = 0; _root.gamestatus = "lost"; gamewait = 60; } } } } yv = yv + (gravity / delay); xv = xv * 0.95; if (by < (-ballrad)) { yv = 3; by = -ballrad; wall.start(); } if (bx < ballrad) { bx = ballrad; xv = (-xv) * elastic; wall.start(); } if (bx > (stagewidth - ballrad)) { bx = stagewidth - ballrad; xv = (-xv) * elastic; wall.start(); } if (gamewait < 1) { if (hits > 0) { ball.gotoAndStop(2); } } if (hit_ground == 0) { if ((by > ((ground - ballrad) - 5)) && (hits > 0)) { xv = xv * elastic; by = ground - ballrad; hit_ground = 1; ball.gotoAndStop(3); } } if (by > ((ground - ballrad) + 5)) { by = ground - ballrad; } this.shadowholder._x = bx; scaleit = Math.floor(by / 3); this.shadowholder._xscale = scaleit; this.shadowholder._yscale = scaleit; this.shadowholder._alpha = scaleit; ball._x = Math.floor(bx); ball._y = Math.floor(by); } lastkick = getTimer(); screensaver = 0; delay = 0; function testforaward() { yes = 0; t = hits; if (((((((((((((t == 10) || (t == 20)) || (t == 30)) || (t == 40)) || (t == 50)) || (t == 60)) || (t == 70)) || (t == 80)) || (t == 90)) || (t == 100)) || (t == 110)) || (t == 120)) || (t == 130)) { this.awardholder.attachMovie("award", "a" + awards, awards + 10); a = Math.floor(hits / 10); eval ("this.awardholder.a" + awards).gotoAndStop(a); awards++; } } function setupsounds() { _global.crowd1 = new Sound(); crowd1.attachSound("crowd1"); _global.kick1 = new Sound(); kick1.attachSound("kick1"); _global.kick2 = new Sound(); kick2.attachSound("kick2"); _global.kick3 = new Sound(); kick3.attachSound("kick3"); _global.kick4 = new Sound(); kick4.attachSound("kick4"); _global.kick5 = new Sound(); kick5.attachSound("kick5"); _global.wall = new Sound(); wall.attachSound("kick5"); _global.cheer1 = new Sound(); cheer1.attachSound("cheer1"); _global.cheer2 = new Sound(); cheer2.attachSound("cheer2"); } function playagain() { trace("play again"); submitting = 0; _root.gamestatus = "reset"; } function cancelsubmit() { gamestatus = "playing"; this.sayit.gotoAndStop(1); } function resetscore() { highname = "No one yet..."; storage.data.highname = "No one yet..."; storage.data.highesttime = 0; highesttime = 0; attachMovie("reset", "reset", 1000); reset._x = 320; reset._y = 240; storage.flush(); } function entername() { storage.data.highname = _root.highname; storage.data.highesttime = _root.highesttime; storage.flush(); screen.gotoAndStop(1); _root.screensaver = 0; lastkick = getTimer(); _root.playstarted = 0; } function mousedetect() { if (_root.playstarted == 1) { nowkick = getTimer(); timediff = Math.abs(lastkick - nowkick); lastkick = nowkick; trace(timediff); delay = 3 - (_root.timeplay / 30); mouseclip.gotoAndPlay(2); mousex = Math.floor(_root._xmouse); mousey = Math.floor(_root._ymouse); if ((gamestatus == "playing") && (timediff > 50)) { a = random(3) + 1; switch (a) { case 1 : kick1.start(); break; case 2 : kick2.start(); break; case 3 : kick3.start(); break; case 4 : kick4.start(); break; case 5 : kick5.start(); } playinglandsound = 0; xv = (-((mousex - bx) / 4)) + random(10); if (xv < 0) { xv = xv - ((random(10) - (_root.timeplay / 100)) / delay); if (xv < -80) { xv = -80; } } if (xv > 0) { xv = xv + ((random(10) + (_root.timeplay / 100)) / delay); if (xv > 80) { xv = 80; } } yv = (-(Math.abs(by - mousey) + random(15))) / delay; if (yv > -20) { yv = -20; } _root.hits = _root.hits + 1; this.scoreclip.gotoAndPlay(2); } } } lastkick = 0; function startplay() { if (_root.playstarted == 0) { cheer1.start(); mouseclip.gotoAndStop(1); _root.starttime = getTimer(); trace("GO NOW!"); screen.gotoAndStop(2); shadowholder.gotoAndStop(1); _root.playstarted = 1; yv = -20; delay = 2.5; parrow._x = -100; lastkick = getTimer(); screensaver = 0; } } function gameover() { cheer1.start(); trace("_root.timeinplay = " + _root.timeplay); trace("_root.highesttime = " + _root.highesttime); if (_root.timeplay < _root.highesttime) { trace("NO HIGH"); screen.gotoAndStop(3); } if (_root.timeplay > _root.highesttime) { trace("NEW HIGH!"); _root.highesttime = _root.timeplay; screen.gotoAndStop(4); } mouseclip.gotoAndStop("cursor"); } function awardsClass() { } awardsClass.prototype = new MovieClip(); awardsClass.prototype.onLoad = function () { this.x = random(450) + 25; this.y = -50; this.yv = 1; this.fadeit = 0; this._y = this.y; }; awardsClass.prototype.onEnterFrame = function () { if (this.y < ground) { this.y = this.y + this.yv; if (this.y > ground) { this.yv = -this.yv; this.yv = this.yv * 0.9; this.y = ground - 1; } this.yv = this.yv * 0.97; this.yv = this.yv + 1; this._x = Math.floor(this.x); this._y = Math.floor(this.y); if (Math.abs(yv) < 1) { this.a = Math.abs(this.y - ground); if (this.a < 3) { this.y = ground; this.fadeit = 1; } } } if (this.fadeit == 1) { this._alpha = this._alpha - 10; if (this._alpha < 10) { removeMovieClip(this); } } }; Object.registerClass("award", awardsClass);
Instance of Symbol 189 MovieClip in Frame 5
onClipEvent (enterFrame) { this._x = this._x + 2; if (this._x > 1200) { this._x = -100; this.banners.gotoAndStop(random(2) + 1); } }
Frame 24
setup(); stop();
Instance of Symbol 491 MovieClip in Frame 24
onClipEvent (enterFrame) { _root.frameaction(); }
Symbol 11 MovieClip [reset] Frame 70
removeMovieClip(this);
Symbol 12 MovieClip Frame 1
stop();
Symbol 18 MovieClip Frame 1
_root.stop();
Symbol 18 MovieClip Frame 104
_root.play();
Symbol 203 MovieClip Frame 10
stop();
Symbol 204 Button
on (release) { fscommand ("quit"); }
Symbol 211 MovieClip Frame 35
stop();
Symbol 219 MovieClip Frame 162
_parent.gotoAndStop(1);
Symbol 224 Button
on (press) { _root.entername(); }
Symbol 229 MovieClip Frame 1
_root.screensaver = 2; _root.playstarted = 2;
Symbol 229 MovieClip Frame 135
stop();
Symbol 230 MovieClip Frame 1
stop();
Symbol 233 MovieClip Frame 1
stop();
Symbol 233 MovieClip Frame 20
stop();
Symbol 237 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 8
gotoAndStop (1);
Symbol 239 Button
on (press) { _root.startplay(); }
Symbol 243 Button
on (rollOver) { _root.mousedetect(); }
Symbol 486 MovieClip Frame 30
stop();
Symbol 487 MovieClip Frame 1
stop();

Library Items

Symbol 1 GraphicUsed by:12
Symbol 2 Sound [kick1]Used by:12
Symbol 3 Sound [kick2]Used by:12
Symbol 4 Sound [kick3]Used by:12
Symbol 5 Sound [kick4]Used by:12
Symbol 6 Sound [kick5]Used by:12
Symbol 7 Sound [cheer1]Used by:12
Symbol 8 GraphicUsed by:11 18 204  Timeline
Symbol 9 FontUsed by:10
Symbol 10 TextUses:9Used by:11
Symbol 11 MovieClip [reset]Uses:8 10Used by:12
Symbol 12 MovieClipUses:1 2 3 4 5 6 7 11Used by:Timeline
Symbol 13 GraphicUsed by:18
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:18
Symbol 16 GraphicUsed by:18
Symbol 17 SoundUsed by:18
Symbol 18 MovieClipUses:8 13 15 16 17 SS1Used by:Timeline
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:Timeline
Symbol 21 GraphicUsed by:65
Symbol 22 BitmapUsed by:23
Symbol 23 GraphicUses:22Used by:64
Symbol 24 BitmapUsed by:25
Symbol 25 GraphicUses:24Used by:64
Symbol 26 BitmapUsed by:27
Symbol 27 GraphicUses:26Used by:64
Symbol 28 BitmapUsed by:29
Symbol 29 GraphicUses:28Used by:64
Symbol 30 BitmapUsed by:31
Symbol 31 GraphicUses:30Used by:64
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:64
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:64
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:64
Symbol 38 BitmapUsed by:39
Symbol 39 GraphicUses:38Used by:64
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:64
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:64
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44Used by:64
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:64
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:64
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:64
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:64
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:64
Symbol 56 BitmapUsed by:57
Symbol 57 GraphicUses:56Used by:64
Symbol 58 BitmapUsed by:59
Symbol 59 GraphicUses:58Used by:64
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:64
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:64
Symbol 64 MovieClipUses:23 25 27 29 31 33 35 37 39 41 43 45 47 49 51 53 55 57 59 61 63Used by:65
Symbol 65 MovieClipUses:21 64Used by:189
Symbol 66 BitmapUsed by:67
Symbol 67 GraphicUses:66Used by:188
Symbol 68 BitmapUsed by:69
Symbol 69 GraphicUses:68Used by:188
Symbol 70 BitmapUsed by:71
Symbol 71 GraphicUses:70Used by:188
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:188
Symbol 74 BitmapUsed by:75
Symbol 75 GraphicUses:74Used by:188
Symbol 76 BitmapUsed by:77
Symbol 77 GraphicUses:76Used by:188
Symbol 78 BitmapUsed by:79
Symbol 79 GraphicUses:78Used by:188
Symbol 80 BitmapUsed by:81
Symbol 81 GraphicUses:80Used by:188
Symbol 82 BitmapUsed by:83
Symbol 83 GraphicUses:82Used by:188
Symbol 84 BitmapUsed by:85
Symbol 85 GraphicUses:84Used by:188
Symbol 86 BitmapUsed by:87
Symbol 87 GraphicUses:86Used by:188
Symbol 88 BitmapUsed by:89
Symbol 89 GraphicUses:88Used by:188
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:188
Symbol 92 BitmapUsed by:93
Symbol 93 GraphicUses:92Used by:188
Symbol 94 BitmapUsed by:95
Symbol 95 GraphicUses:94Used by:188
Symbol 96 BitmapUsed by:97
Symbol 97 GraphicUses:96Used by:188
Symbol 98 BitmapUsed by:99
Symbol 99 GraphicUses:98Used by:188
Symbol 100 BitmapUsed by:101
Symbol 101 GraphicUses:100Used by:188
Symbol 102 BitmapUsed by:103
Symbol 103 GraphicUses:102Used by:188
Symbol 104 BitmapUsed by:105
Symbol 105 GraphicUses:104Used by:188
Symbol 106 BitmapUsed by:107
Symbol 107 GraphicUses:106Used by:188
Symbol 108 BitmapUsed by:109
Symbol 109 GraphicUses:108Used by:188
Symbol 110 BitmapUsed by:111
Symbol 111 GraphicUses:110Used by:188
Symbol 112 BitmapUsed by:113
Symbol 113 GraphicUses:112Used by:188
Symbol 114 BitmapUsed by:115
Symbol 115 GraphicUses:114Used by:188
Symbol 116 BitmapUsed by:117
Symbol 117 GraphicUses:116Used by:188
Symbol 118 BitmapUsed by:119
Symbol 119 GraphicUses:118Used by:188
Symbol 120 BitmapUsed by:121
Symbol 121 GraphicUses:120Used by:188
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:122Used by:188
Symbol 124 BitmapUsed by:125
Symbol 125 GraphicUses:124Used by:188
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:188
Symbol 128 BitmapUsed by:129
Symbol 129 GraphicUses:128Used by:188
Symbol 130 BitmapUsed by:131
Symbol 131 GraphicUses:130Used by:188
Symbol 132 BitmapUsed by:133
Symbol 133 GraphicUses:132Used by:188
Symbol 134 BitmapUsed by:135
Symbol 135 GraphicUses:134Used by:188
Symbol 136 BitmapUsed by:137
Symbol 137 GraphicUses:136Used by:188
Symbol 138 BitmapUsed by:139
Symbol 139 GraphicUses:138Used by:188
Symbol 140 BitmapUsed by:141
Symbol 141 GraphicUses:140Used by:188
Symbol 142 BitmapUsed by:143
Symbol 143 GraphicUses:142Used by:188
Symbol 144 BitmapUsed by:145
Symbol 145 GraphicUses:144Used by:188
Symbol 146 BitmapUsed by:147
Symbol 147 GraphicUses:146Used by:188
Symbol 148 BitmapUsed by:149
Symbol 149 GraphicUses:148Used by:188
Symbol 150 BitmapUsed by:151
Symbol 151 GraphicUses:150Used by:188
Symbol 152 BitmapUsed by:153
Symbol 153 GraphicUses:152Used by:188
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:154Used by:188
Symbol 156 BitmapUsed by:157
Symbol 157 GraphicUses:156Used by:188
Symbol 158 BitmapUsed by:159
Symbol 159 GraphicUses:158Used by:188
Symbol 160 BitmapUsed by:161
Symbol 161 GraphicUses:160Used by:188
Symbol 162 BitmapUsed by:163
Symbol 163 GraphicUses:162Used by:188
Symbol 164 BitmapUsed by:165
Symbol 165 GraphicUses:164Used by:188
Symbol 166 BitmapUsed by:167
Symbol 167 GraphicUses:166Used by:188
Symbol 168 BitmapUsed by:169
Symbol 169 GraphicUses:168Used by:188
Symbol 170 BitmapUsed by:171
Symbol 171 GraphicUses:170Used by:188
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:172Used by:188
Symbol 174 BitmapUsed by:175
Symbol 175 GraphicUses:174Used by:188
Symbol 176 BitmapUsed by:177
Symbol 177 GraphicUses:176Used by:188
Symbol 178 BitmapUsed by:179
Symbol 179 GraphicUses:178Used by:188
Symbol 180 BitmapUsed by:181
Symbol 181 GraphicUses:180Used by:188
Symbol 182 BitmapUsed by:183
Symbol 183 GraphicUses:182Used by:188
Symbol 184 BitmapUsed by:185
Symbol 185 GraphicUses:184Used by:188
Symbol 186 BitmapUsed by:187
Symbol 187 GraphicUses:186Used by:188
Symbol 188 MovieClipUses:67 69 71 73 75 77 79 81 83 85 87 89 91 93 95 97 99 101 103 105 107 109 111 113 115 117 119 121 123 125 127 129 131 133 135 137 139 141 143 145 147 149 151 153 155 157 159 161 163 165 167 169 171 173 175 177 179 181 183 185 187Used by:189
Symbol 189 MovieClipUses:65 188Used by:Timeline
Symbol 190 FontUsed by:191
Symbol 191 EditableTextUses:190Used by:198
Symbol 192 FontUsed by:193 209 210 221 222
Symbol 193 TextUses:192Used by:198
Symbol 194 FontUsed by:195 196
Symbol 195 TextUses:194Used by:197
Symbol 196 TextUses:194Used by:197
Symbol 197 MovieClipUses:195 196Used by:198
Symbol 198 MovieClipUses:191 193 197Used by:230
Symbol 199 FontUsed by:200 201 490
Symbol 200 TextUses:199Used by:204
Symbol 201 TextUses:199Used by:204
Symbol 202 GraphicUsed by:203 204
Symbol 203 MovieClipUses:202Used by:204
Symbol 204 ButtonUses:200 201 203 8 202Used by:230
Symbol 205 FontUsed by:206
Symbol 206 TextUses:205Used by:211
Symbol 207 FontUsed by:208
Symbol 208 EditableTextUses:207Used by:211 219 229
Symbol 209 TextUses:192Used by:211 218 219 228 229
Symbol 210 TextUses:192Used by:211 219 229
Symbol 211 MovieClipUses:206 208 209 210Used by:230
Symbol 212 FontUsed by:213
Symbol 213 TextUses:212Used by:219 229
Symbol 214 FontUsed by:215 225
Symbol 215 EditableTextUses:214Used by:218
Symbol 216 FontUsed by:217
Symbol 217 TextUses:216Used by:218
Symbol 218 MovieClipUses:215 209 217Used by:219
Symbol 219 MovieClipUses:208 209 210 213 218Used by:230
Symbol 220 GraphicUsed by:228
Symbol 221 TextUses:192Used by:224
Symbol 222 TextUses:192Used by:224
Symbol 223 GraphicUsed by:224
Symbol 224 ButtonUses:221 222 223Used by:228
Symbol 225 EditableTextUses:214Used by:228
Symbol 226 FontUsed by:227
Symbol 227 TextUses:226Used by:228
Symbol 228 MovieClipUses:220 224 225 209 227Used by:229
Symbol 229 MovieClipUses:208 209 210 213 228Used by:230
Symbol 230 MovieClipUses:198 204 211 219 229Used by:Timeline
Symbol 231 BitmapUsed by:232
Symbol 232 GraphicUses:231Used by:233
Symbol 233 MovieClipUses:232Used by:Timeline
Symbol 234 GraphicUsed by:235
Symbol 235 MovieClipUses:234Used by:Timeline
Symbol 236 GraphicUsed by:237
Symbol 237 MovieClipUses:236Used by:Timeline
Symbol 238 GraphicUsed by:239 243
Symbol 239 ButtonUses:238Used by:240
Symbol 240 MovieClipUses:239Used by:487
Symbol 241 BitmapUsed by:242
Symbol 242 GraphicUses:241Used by:485 486 487
Symbol 243 ButtonUses:238Used by:244
Symbol 244 MovieClipUses:243Used by:487
Symbol 245 BitmapUsed by:246
Symbol 246 GraphicUses:245Used by:485
Symbol 247 BitmapUsed by:248
Symbol 248 GraphicUses:247Used by:485
Symbol 249 BitmapUsed by:250
Symbol 250 GraphicUses:249Used by:485
Symbol 251 BitmapUsed by:252
Symbol 252 GraphicUses:251Used by:485
Symbol 253 BitmapUsed by:254
Symbol 254 GraphicUses:253Used by:485
Symbol 255 BitmapUsed by:256
Symbol 256 GraphicUses:255Used by:485
Symbol 257 BitmapUsed by:258
Symbol 258 GraphicUses:257Used by:485
Symbol 259 BitmapUsed by:260
Symbol 260 GraphicUses:259Used by:485
Symbol 261 BitmapUsed by:262
Symbol 262 GraphicUses:261Used by:485
Symbol 263 BitmapUsed by:264
Symbol 264 GraphicUses:263Used by:485
Symbol 265 BitmapUsed by:266
Symbol 266 GraphicUses:265Used by:485
Symbol 267 BitmapUsed by:268
Symbol 268 GraphicUses:267Used by:485
Symbol 269 BitmapUsed by:270
Symbol 270 GraphicUses:269Used by:485
Symbol 271 BitmapUsed by:272
Symbol 272 GraphicUses:271Used by:485
Symbol 273 BitmapUsed by:274
Symbol 274 GraphicUses:273Used by:485
Symbol 275 BitmapUsed by:276
Symbol 276 GraphicUses:275Used by:485
Symbol 277 BitmapUsed by:278
Symbol 278 GraphicUses:277Used by:485
Symbol 279 BitmapUsed by:280
Symbol 280 GraphicUses:279Used by:485
Symbol 281 BitmapUsed by:282
Symbol 282 GraphicUses:281Used by:485
Symbol 283 BitmapUsed by:284
Symbol 284 GraphicUses:283Used by:485
Symbol 285 BitmapUsed by:286
Symbol 286 GraphicUses:285Used by:485
Symbol 287 BitmapUsed by:288
Symbol 288 GraphicUses:287Used by:485
Symbol 289 BitmapUsed by:290
Symbol 290 GraphicUses:289Used by:485
Symbol 291 BitmapUsed by:292
Symbol 292 GraphicUses:291Used by:485
Symbol 293 BitmapUsed by:294
Symbol 294 GraphicUses:293Used by:485
Symbol 295 BitmapUsed by:296
Symbol 296 GraphicUses:295Used by:485
Symbol 297 BitmapUsed by:298
Symbol 298 GraphicUses:297Used by:485
Symbol 299 BitmapUsed by:300
Symbol 300 GraphicUses:299Used by:485
Symbol 301 BitmapUsed by:302
Symbol 302 GraphicUses:301Used by:485
Symbol 303 BitmapUsed by:304
Symbol 304 GraphicUses:303Used by:485
Symbol 305 BitmapUsed by:306
Symbol 306 GraphicUses:305Used by:485
Symbol 307 BitmapUsed by:308
Symbol 308 GraphicUses:307Used by:485
Symbol 309 BitmapUsed by:310
Symbol 310 GraphicUses:309Used by:485
Symbol 311 BitmapUsed by:312
Symbol 312 GraphicUses:311Used by:485
Symbol 313 BitmapUsed by:314
Symbol 314 GraphicUses:313Used by:485
Symbol 315 BitmapUsed by:316
Symbol 316 GraphicUses:315Used by:485
Symbol 317 BitmapUsed by:318
Symbol 318 GraphicUses:317Used by:485
Symbol 319 BitmapUsed by:320
Symbol 320 GraphicUses:319Used by:485
Symbol 321 BitmapUsed by:322
Symbol 322 GraphicUses:321Used by:485
Symbol 323 BitmapUsed by:324
Symbol 324 GraphicUses:323Used by:485
Symbol 325 BitmapUsed by:326
Symbol 326 GraphicUses:325Used by:485
Symbol 327 BitmapUsed by:328
Symbol 328 GraphicUses:327Used by:485
Symbol 329 BitmapUsed by:330
Symbol 330 GraphicUses:329Used by:485
Symbol 331 BitmapUsed by:332
Symbol 332 GraphicUses:331Used by:485
Symbol 333 BitmapUsed by:334
Symbol 334 GraphicUses:333Used by:485
Symbol 335 BitmapUsed by:336
Symbol 336 GraphicUses:335Used by:485
Symbol 337 BitmapUsed by:338
Symbol 338 GraphicUses:337Used by:485
Symbol 339 BitmapUsed by:340
Symbol 340 GraphicUses:339Used by:485
Symbol 341 BitmapUsed by:342
Symbol 342 GraphicUses:341Used by:485
Symbol 343 BitmapUsed by:344
Symbol 344 GraphicUses:343Used by:485
Symbol 345 BitmapUsed by:346
Symbol 346 GraphicUses:345Used by:485
Symbol 347 BitmapUsed by:348
Symbol 348 GraphicUses:347Used by:485
Symbol 349 BitmapUsed by:350
Symbol 350 GraphicUses:349Used by:485
Symbol 351 BitmapUsed by:352
Symbol 352 GraphicUses:351Used by:485
Symbol 353 BitmapUsed by:354
Symbol 354 GraphicUses:353Used by:485
Symbol 355 BitmapUsed by:356
Symbol 356 GraphicUses:355Used by:485
Symbol 357 BitmapUsed by:358
Symbol 358 GraphicUses:357Used by:485
Symbol 359 BitmapUsed by:360
Symbol 360 GraphicUses:359Used by:485
Symbol 361 BitmapUsed by:362
Symbol 362 GraphicUses:361Used by:485
Symbol 363 BitmapUsed by:364
Symbol 364 GraphicUses:363Used by:485
Symbol 365 BitmapUsed by:366
Symbol 366 GraphicUses:365Used by:485
Symbol 367 BitmapUsed by:368
Symbol 368 GraphicUses:367Used by:485
Symbol 369 BitmapUsed by:370
Symbol 370 GraphicUses:369Used by:485
Symbol 371 BitmapUsed by:372
Symbol 372 GraphicUses:371Used by:485
Symbol 373 BitmapUsed by:374
Symbol 374 GraphicUses:373Used by:485
Symbol 375 BitmapUsed by:376
Symbol 376 GraphicUses:375Used by:485
Symbol 377 BitmapUsed by:378
Symbol 378 GraphicUses:377Used by:485
Symbol 379 BitmapUsed by:380
Symbol 380 GraphicUses:379Used by:485
Symbol 381 BitmapUsed by:382
Symbol 382 GraphicUses:381Used by:485
Symbol 383 BitmapUsed by:384
Symbol 384 GraphicUses:383Used by:485
Symbol 385 BitmapUsed by:386
Symbol 386 GraphicUses:385Used by:485
Symbol 387 BitmapUsed by:388
Symbol 388 GraphicUses:387Used by:485
Symbol 389 BitmapUsed by:390
Symbol 390 GraphicUses:389Used by:485
Symbol 391 BitmapUsed by:392
Symbol 392 GraphicUses:391Used by:485
Symbol 393 BitmapUsed by:394
Symbol 394 GraphicUses:393Used by:485
Symbol 395 BitmapUsed by:396
Symbol 396 GraphicUses:395Used by:485
Symbol 397 BitmapUsed by:398
Symbol 398 GraphicUses:397Used by:485
Symbol 399 BitmapUsed by:400
Symbol 400 GraphicUses:399Used by:485
Symbol 401 BitmapUsed by:402
Symbol 402 GraphicUses:401Used by:485
Symbol 403 BitmapUsed by:404
Symbol 404 GraphicUses:403Used by:485
Symbol 405 BitmapUsed by:406
Symbol 406 GraphicUses:405Used by:485
Symbol 407 BitmapUsed by:408
Symbol 408 GraphicUses:407Used by:485
Symbol 409 BitmapUsed by:410
Symbol 410 GraphicUses:409Used by:485
Symbol 411 BitmapUsed by:412
Symbol 412 GraphicUses:411Used by:485
Symbol 413 BitmapUsed by:414
Symbol 414 GraphicUses:413Used by:485
Symbol 415 BitmapUsed by:416
Symbol 416 GraphicUses:415Used by:485
Symbol 417 BitmapUsed by:418
Symbol 418 GraphicUses:417Used by:485
Symbol 419 BitmapUsed by:420
Symbol 420 GraphicUses:419Used by:485
Symbol 421 BitmapUsed by:422
Symbol 422 GraphicUses:421Used by:485
Symbol 423 BitmapUsed by:424
Symbol 424 GraphicUses:423Used by:485
Symbol 425 BitmapUsed by:426
Symbol 426 GraphicUses:425Used by:485
Symbol 427 BitmapUsed by:428
Symbol 428 GraphicUses:427Used by:485
Symbol 429 BitmapUsed by:430
Symbol 430 GraphicUses:429Used by:485
Symbol 431 BitmapUsed by:432
Symbol 432 GraphicUses:431Used by:485
Symbol 433 BitmapUsed by:434
Symbol 434 GraphicUses:433Used by:485
Symbol 435 BitmapUsed by:436
Symbol 436 GraphicUses:435Used by:485
Symbol 437 BitmapUsed by:438
Symbol 438 GraphicUses:437Used by:485
Symbol 439 BitmapUsed by:440
Symbol 440 GraphicUses:439Used by:485
Symbol 441 BitmapUsed by:442
Symbol 442 GraphicUses:441Used by:485
Symbol 443 BitmapUsed by:444
Symbol 444 GraphicUses:443Used by:485
Symbol 445 BitmapUsed by:446
Symbol 446 GraphicUses:445Used by:485
Symbol 447 BitmapUsed by:448
Symbol 448 GraphicUses:447Used by:485
Symbol 449 BitmapUsed by:450
Symbol 450 GraphicUses:449Used by:485
Symbol 451 BitmapUsed by:452
Symbol 452 GraphicUses:451Used by:485
Symbol 453 BitmapUsed by:454
Symbol 454 GraphicUses:453Used by:485
Symbol 455 BitmapUsed by:456
Symbol 456 GraphicUses:455Used by:485
Symbol 457 BitmapUsed by:458
Symbol 458 GraphicUses:457Used by:485
Symbol 459 BitmapUsed by:460
Symbol 460 GraphicUses:459Used by:485
Symbol 461 BitmapUsed by:462
Symbol 462 GraphicUses:461Used by:485
Symbol 463 BitmapUsed by:464
Symbol 464 GraphicUses:463Used by:485
Symbol 465 BitmapUsed by:466
Symbol 466 GraphicUses:465Used by:485
Symbol 467 BitmapUsed by:468
Symbol 468 GraphicUses:467Used by:485
Symbol 469 BitmapUsed by:470
Symbol 470 GraphicUses:469Used by:485
Symbol 471 BitmapUsed by:472
Symbol 472 GraphicUses:471Used by:485
Symbol 473 BitmapUsed by:474
Symbol 474 GraphicUses:473Used by:485
Symbol 475 BitmapUsed by:476
Symbol 476 GraphicUses:475Used by:485
Symbol 477 BitmapUsed by:478
Symbol 478 GraphicUses:477Used by:485
Symbol 479 BitmapUsed by:480
Symbol 480 GraphicUses:479Used by:485
Symbol 481 BitmapUsed by:482
Symbol 482 GraphicUses:481Used by:485
Symbol 483 BitmapUsed by:484
Symbol 484 GraphicUses:483Used by:485
Symbol 485 MovieClipUses:242 246 248 250 252 254 256 258 260 262 264 266 268 270 272 274 276 278 280 282 284 286 288 290 292 294 296 298 300 302 304 306 308 310 312 314 316 318 320 322 324 326 328 330 332 334 336 338 340 342 344 346 348 350 352 354 356 358 360 362 364 366 368 370 372 374 376 378 380 382 384 386 388 390 392 394 396 398 400 402 404 406 408 410 412 414 416 418 420 422 424 426 428 430 432 434 436 438 440 442 444 446 448 450 452 454 456 458 460 462 464 466 468 470 472 474 476 478 480 482 484Used by:487
Symbol 486 MovieClipUses:242Used by:487
Symbol 487 MovieClipUses:240 242 244 485 486Used by:Timeline
Symbol 488 GraphicUsed by:489
Symbol 489 MovieClipUses:488Used by:Timeline
Symbol 490 TextUses:199Used by:491
Symbol 491 MovieClipUses:490Used by:Timeline
Streaming Sound 1Used by:Symbol 18 MovieClip

Instance Names

"screen"Frame 5Symbol 230 MovieClip
"shadowholder"Frame 5Symbol 233 MovieClip
"mousehit"Frame 5Symbol 235 MovieClip
"mouseclip"Frame 5Symbol 237 MovieClip
"ball"Frame 5Symbol 487 MovieClip
"parrow"Frame 5Symbol 489 MovieClip
"banners"Symbol 189 MovieClip Frame 1Symbol 65 MovieClip
"hittester"Symbol 487 MovieClip Frame 1Symbol 240 MovieClip
"hittester"Symbol 487 MovieClip Frame 2Symbol 244 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 2Symbol 2 as "kick1"
ExportAssets (56)Timeline Frame 2Symbol 3 as "kick2"
ExportAssets (56)Timeline Frame 2Symbol 4 as "kick3"
ExportAssets (56)Timeline Frame 2Symbol 5 as "kick4"
ExportAssets (56)Timeline Frame 2Symbol 6 as "kick5"
ExportAssets (56)Timeline Frame 2Symbol 7 as "cheer1"
ExportAssets (56)Timeline Frame 2Symbol 11 as "reset"
Tag 0x0FF (255)Timeline Frame 11 bytes "."

Labels

"nohigh"Symbol 230 MovieClip Frame 3
"newhighscore"Symbol 230 MovieClip Frame 4

Dynamic Text Variables

_root.highesttimeSymbol 191 EditableText"0"
_root.timeplaySymbol 208 EditableText"0"
_root.timeplaySymbol 215 EditableText"0"
_root.timeplaySymbol 225 EditableText"0"




http://swfchan.com/6/27981/info.shtml
Created: 20/5 -2019 21:40:08 Last modified: 20/5 -2019 21:40:08 Server time: 29/04 -2024 07:31:14