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

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

Spore Pong.swf

This is the info page for
Flash #28645

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


Text
FPS

LOADING

1.0

READY!

Score:

0

SPEED:

0

GAME OVER

PLAY AGAIN

ENTER SITE

Sorry, There's only one
way to be a winner:
SPORE Productions
games and advergaming.
We make you a winner!

ActionScript [AS1/AS2]

Instance of Symbol 7 MovieClip "LOADER" in Frame 1
onClipEvent (load) { Percent = 0; Loaded = _level0._framesloaded; Total = _level0._totalframes; } onClipEvent (enterFrame) { Loaded = _level0._framesloaded; Total = _level0._totalframes; Percent = int((Loaded / Total) * 100); _parent.Message = ("LOADING... " + Percent) + "%"; if (Percent == 100) { _parent.Play(); } }
Frame 4
stop();
Instance of Symbol 13 MovieClip "HUMAN" in Frame 6
onClipEvent (load) { startDrag (this, true, 472, 89, 472, 321); Mouse.hide(); _parent.score = 0; } onClipEvent (enterFrame) { if ((461 < _parent.BALL._x) and (_parent.Ball._x < 482)) { if (((this._y - 29) < _parent.BALL._y) and (_parent.BALL._y < (this._y + 29))) { _parent.BALL.xdir = -1; _parent.score++; step = int(_parent.score / 10); var _local1 = 1; switch (step) { case _local1 : _parent.BALL.speed = 4; _parent.skill = 2; break; case 2 : _parent.BALL.speed = 5; _parent.skill = 3; break; case 3 : _parent.BALL.speed = 6; _parent.skill = 4; break; case 4 : _parent.BALL.speed = 7; _parent.skill = 5; break; case 5 : _parent.BALL.speed = 8; _parent.skill = 6; break; case 6 : _parent.BALL.speed = 9; _parent.skill = 7; break; case 7 : _parent.BALL.speed = 10; _parent.skill = 8; } this.play(); _parent.BALL.play(); _parent.BALL.boing[0] = true; } } }
Instance of Symbol 13 MovieClip "CPU" in Frame 6
onClipEvent (enterFrame) { this._y = _parent.BALL._y; if (this._y < 89) { this._y = 89; } if (321 < this._y) { this._y = 321; } if ((_parent.BALL._x < 30) and (6 < _parent.Ball._x)) { if (((this._y - 29) < _parent.BALL._y) and (_parent.BALL._y < (this._y + 29))) { _parent.BALL.xdir = 1; this.play(); _parent.BALL.play(); _parent.BALL.boing[0] = true; } } }
Instance of Symbol 3 MovieClip [FPS_counter] in Frame 6
onClipEvent (load) { time = getTimer(); counter = 0; } onClipEvent (enterFrame) { counter = counter + 1; if ((getTimer() - time) >= 999) { fps = counter; counter = 0; time = getTimer(); } }
Frame 125
stop();
Instance of Symbol 22 MovieClip "BALL" in Frame 125
onClipEvent (load) { x = new array(); y = new array(); boing = new array(); startx = 245; starty = random(250) + 75; this._x = startx; this._y = starty; xdir = -1; ydir = -1; speed = 4; _parent.skill = 1; } onClipEvent (enterFrame) { i = 8; while (0 < i) { x[i] = x[i - 1]; y[i] = y[i - 1]; boing[i] = boing[i - 1]; i--; } x[0] = this._x; y[0] = this._y; boing[0] = false; this._x = this._x + (speed * xdir); this._y = this._y + (speed * ydir); if (this._y < 65) { ydir = 1; _parent.SOUND1.play(); } if (345 < this._y) { ydir = -1; _parent.SOUND1.play(); } if (this._x < 9) { } if (490 < this._x) { _level0.gotoAndPlay("Game Over"); } }
Instance of Symbol 23 MovieClip "BALL2" in Frame 125
onClipEvent (enterFrame) { this._x = _parent.BALL.x[0]; this._y = _parent.BALL.y[0]; if (_parent.BALL.boing[0]) { this.play(); } }
Instance of Symbol 23 MovieClip "BALL3" in Frame 125
onClipEvent (enterFrame) { this._x = _parent.BALL.x[2]; this._y = _parent.BALL.y[2]; if (_parent.BALL.boing[2]) { this.play(); } }
Instance of Symbol 23 MovieClip "BALL4" in Frame 125
onClipEvent (enterFrame) { this._x = _parent.BALL.x[4]; this._y = _parent.BALL.y[4]; if (_parent.BALL.boing[4]) { this.play(); } }
Frame 175
stopDrag(); Mouse.show();
Frame 244
stop();
Frame 245
prevFrame();
Symbol 10 Button
on (release) { getURL ("http://www.sporeproductions.com", "_blank"); }
Symbol 13 MovieClip Frame 1
stop();
Symbol 20 MovieClip Frame 1
stop();
Symbol 22 MovieClip Frame 33
stop();
Symbol 22 MovieClip Frame 56
gotoAndStop (33);
Symbol 23 MovieClip Frame 1
stop();
Symbol 23 MovieClip Frame 24
gotoAndStop (1);
Symbol 30 Button
on (release) { gotoAndPlay (6); }
Symbol 32 Button
on (release) { getURL ("http://www.sporeproductions.com/main.htm", "_top"); }

Library Items

Symbol 1 FontUsed by:2
Symbol 2 EditableTextUses:1Used by:3
Symbol 3 MovieClip [FPS_counter]Uses:2Used by:Timeline
Symbol 4 FontUsed by:5 6 14 15 16 17 18 25 28 31 33
Symbol 5 TextUses:4Used by:Timeline
Symbol 6 TextUses:4Used by:Timeline
Symbol 7 MovieClipUsed by:Timeline
Symbol 8 GraphicUsed by:Timeline
Symbol 9 GraphicUsed by:10
Symbol 10 ButtonUses:9Used by:Timeline
Symbol 11 GraphicUsed by:13
Symbol 12 SoundUsed by:13
Symbol 13 MovieClipUses:11 12Used by:Timeline
Symbol 14 TextUses:4Used by:Timeline
Symbol 15 TextUses:4Used by:Timeline
Symbol 16 EditableTextUses:4Used by:Timeline
Symbol 17 TextUses:4Used by:Timeline
Symbol 18 EditableTextUses:4Used by:Timeline
Symbol 19 SoundUsed by:20
Symbol 20 MovieClipUses:19Used by:Timeline
Symbol 21 GraphicUsed by:22 23
Symbol 22 MovieClipUses:21Used by:Timeline
Symbol 23 MovieClipUses:21Used by:Timeline
Symbol 24 SoundUsed by:Timeline
Symbol 25 TextUses:4Used by:Timeline
Symbol 26 SoundUsed by:Timeline
Symbol 27 GraphicUsed by:Timeline
Symbol 28 TextUses:4Used by:30
Symbol 29 GraphicUsed by:30 32
Symbol 30 ButtonUses:28 29Used by:Timeline
Symbol 31 TextUses:4Used by:32
Symbol 32 ButtonUses:31 29Used by:Timeline
Symbol 33 TextUses:4Used by:Timeline

Instance Names

"LOADER"Frame 1Symbol 7 MovieClip
"HUMAN"Frame 6Symbol 13 MovieClip
"CPU"Frame 6Symbol 13 MovieClip
"SOUND1"Frame 6Symbol 20 MovieClip
"BALL"Frame 125Symbol 22 MovieClip
"BALL2"Frame 125Symbol 23 MovieClip
"BALL3"Frame 125Symbol 23 MovieClip
"BALL4"Frame 125Symbol 23 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 6Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 7Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 8Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 9Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 10Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 11Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 12Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 13Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 14Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 15Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 16Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 17Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 18Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 19Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 20Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 21Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 22Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 23Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 24Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 25Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 26Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 27Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 28Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 29Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 30Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 31Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 32Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 33Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 34Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 35Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 36Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 37Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 38Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 39Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 40Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 41Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 42Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 43Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 44Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 45Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 46Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 47Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 48Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 49Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 50Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 51Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 52Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 53Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 54Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 55Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 56Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 57Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 58Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 59Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 60Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 61Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 62Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 63Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 64Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 65Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 66Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 67Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 68Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 69Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 70Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 71Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 72Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 73Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 74Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 75Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 76Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 77Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 78Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 79Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 80Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 81Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 82Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 83Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 84Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 85Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 86Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 87Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 88Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 89Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 90Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 91Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 92Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 93Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 94Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 95Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 96Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 97Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 98Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 99Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 100Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 101Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 102Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 103Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 104Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 105Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 106Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 107Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 108Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 109Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 110Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 111Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 112Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 113Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 114Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 115Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 116Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 117Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 118Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 119Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 120Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 121Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 122Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 123Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 124Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 125Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 126Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 127Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 128Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 129Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 130Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 131Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 132Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 133Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 134Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 135Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 136Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 137Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 138Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 139Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 140Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 141Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 142Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 143Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 144Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 145Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 146Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 147Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 148Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 149Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 150Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 151Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 152Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 153Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 154Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 155Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 156Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 157Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 158Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 159Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 160Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 161Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 162Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 163Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 164Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 165Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 166Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 167Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 168Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 169Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 170Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 171Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 172Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 173Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 174Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 175Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 176Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 177Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 178Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 179Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 180Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 181Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 182Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 183Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 184Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 185Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 186Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 187Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 188Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 189Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 190Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 191Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 192Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 193Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 194Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 195Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 196Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 197Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 198Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 199Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 200Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 201Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 202Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 203Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 204Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 205Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 206Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 207Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 208Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 209Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 210Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 211Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 212Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 213Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 214Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 215Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 216Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 217Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 218Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 219Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 220Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 221Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 222Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 223Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 224Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 225Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 226Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 227Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 228Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 229Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 230Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 231Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 232Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 233Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 234Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 235Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 236Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 237Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 238Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 239Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 240Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 241Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 242Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 243Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 244Symbol 3 as "FPS_counter"
ExportAssets (56)Timeline Frame 245Symbol 3 as "FPS_counter"

Labels

"Game Over"Frame 175
"ballmain"Symbol 22 MovieClip Frame 33
"ballmain"Symbol 23 MovieClip Frame 1

Dynamic Text Variables

fpsSymbol 2 EditableText"FPS"
scoreSymbol 16 EditableText"0"
skillSymbol 18 EditableText"0"




http://swfchan.com/6/28645/info.shtml
Created: 20/5 -2019 07:55:27 Last modified: 20/5 -2019 07:55:27 Server time: 24/04 -2024 00:48:30