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

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

brtw1.swf

This is the info page for
Flash #105735

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


Text
Play with the ball while you are waiting!

<Begin>

<Begin>

Ball Revamped III
::Tournament Week I

P

l

Need further help?

a

y

!

Arrow keys to move, P to pause

Instructions?

By John Cooney

http://www.jmtb02.com

Sponsored by

http://www.gamesofgondor.com

http://www.gamesofgondor.com

Instructions?

Lightly tap the up button to keep suspended, and start to
work in the left and right arrow keys to get going!  Roll the
ball into the goal to move on to the next level.  There are 10
levels in this version, so go have fun!
Hint:  Take it easy, tap the buttons, don't hold them down.

Play!

Play!

on

off

Backgrounds

Paused

Press Q to continue

Level

Deaths

Time

Level

Deaths

Time

Sound

Pausing during a tourney?  Bah!

Quality

100

Level

100

Time

!

E

M

I

T

99999

Final Time

Ball Revamped III:
Tournament Round I

By John Cooney

99999

Submit Score!

Submit Score!

Your time has been posted!

ActionScript [AS1/AS2]

Frame 1
function rotationControl() { _root.ball._rotation = _root.ball._rotation + rotationSpeed; if (Key.isDown(39)) { _root.rotationSpeed = _root.rotationSpeed + _root.rotationMultiplier; } if (Key.isDown(37)) { _root.rotationSpeed = _root.rotationSpeed - _root.rotationMultiplier; } } function moveBall() { _root.ball._x = _root.ball._x + _root.ballRecenter; if (Key.isDown(39)) { _root.ballRecenter = _root.ballRecenter + _root.ballMultiplier; } if (Key.isDown(37)) { _root.ballRecenter = _root.ballRecenter - _root.ballMultiplier; } } function gravity() { _root.flyUp = _root.flyUp + _root.G; _root.ball._y = _root.ball._y + ((Number(_root.flyDown) + Number(_root.flyUp)) + 3); if (Key.isDown(40)) { _root.flyDown = _root.flyDown + _root.flightSpeed; } if (Key.isDown(38)) { _root.flyUp = _root.flyUp - _root.flightSpeed; } } function death() { _root.deaths++; mov = _root.attachMovie("ballDeath (wall)", "bd" + _root.k, _root.k++); mov._x = _root.ball._x; mov._y = _root.ball._y; _root.ball._x = 40; _root.ball._y = 40; _root.flyUp = 0; _root.flyDown = 0; _root.ballRecenter = 0; _root.ball._rotation = 0; _root.rotationSpeed = 0; _root.gateEntry = "closed"; _root.gateControlCounter = 0; _root.resetCoconuts = true; } Stage.showMenu = false; stop(); stop();
Instance of Symbol 41 MovieClip in Frame 1
onClipEvent (enterFrame) { loaded = _root.getBytesLoaded(); total = _root.getBytesTotal(); framesLoaded = Math.ceil((loaded / total) * 100); gotoAndStop(framesLoaded); status.text = framesLoaded + " % completed"; if (framesLoaded >= 99) { _root.gotoAndStop(2); } }
Instance of Symbol 45 MovieClip "ballShadow" in Frame 1
onClipEvent (enterFrame) { this._x = _root.ball._x; this._y = _root.ball._y; }
Instance of Symbol 50 MovieClip in Frame 1
onClipEvent (load) { _root.rotationSpeed = 0; _root.ballRecenter = 0; _root.ballMultiplier = 0.5; _root.rotationMultiplier = 1; _root.flightSpeed = 1.25; _root.flyUp = 0; _root.flyDown = 0; _root.G = 0.25; _root.k = 0; _root.jk = 0; _root.level = 0; } onClipEvent (enterFrame) { _root.rotationControl(); _root.moveBall(); _root.gravity(); }
Frame 2
stop();
Frame 242
stop();
Frame 243
function rotationControl() { _root.ball._rotation = _root.ball._rotation + rotationSpeed; if (Key.isDown(39)) { _root.rotationSpeed = _root.rotationSpeed + _root.rotationMultiplier; } if (Key.isDown(37)) { _root.rotationSpeed = _root.rotationSpeed - _root.rotationMultiplier; } } function moveBall() { _root._x = _root._x - _root.ballRecenter; _root.ball._x = _root.ball._x + _root.ballRecenter; _root.bg1._x = _root._x + 180; if (Key.isDown(39)) { _root.ballRecenter = _root.ballRecenter + _root.ballMultiplier; } if (Key.isDown(37)) { _root.ballRecenter = _root.ballRecenter - _root.ballMultiplier; } } function gravity() { _root.flyUp = _root.flyUp + _root.G; _root._y = _root._y - ((Number(_root.flyDown) + Number(_root.flyUp)) + 3); _root.bg1._y = _root._y + 255; _root.ball._y = _root.ball._y + ((Number(_root.flyDown) + Number(_root.flyUp)) + 3); if (Key.isDown(40)) { _root.flyDown = _root.flyDown + _root.flightSpeed; } if (Key.isDown(38)) { _root.flyUp = _root.flyUp - _root.flightSpeed; } } function module() { _root.ballX = Math.round(_parent._x); _root.ballY = Math.round(_parent._y); _root.timeCounter++; _root.averageTime = _root.timer / _root.level; if (_root.timeCounter == 40) { _root.timeCounter = 0; _root.timer++; } } function death() { if (_root.restart == false) { _root.deaths++; mov = _root.attachMovie("ballDeath (wall)", "bd" + _root.k, _root.k++); mov._x = _root.ball._x; mov._y = _root.ball._y; _root.restart = true; _root.ball._visible = false; _root.ballShadow._visible = false; _root.ghostBall._x = _root.ball._x; _root.ghostBall._y = _root.ball._y; } } function restartSeq() { if (_root.restart == true) { _root.bg1._x = 180 - _root._x; _root.bg1._y = 255 - _root._y; if (_root.recenterChordX >= _root._x) { _root._x = _root._x - (0.3 * ((_root._x - _root.recenterChordX) / 2)); _root.ball._x = _root._x + 180; } if (_root._x >= _root.recenterChordX) { _root._x = _root._x - (0.3 * ((_root._x - _root.recenterChordX) / 2)); _root.ball._x = _root._x + 180; } if (_root.recenterChordY >= _root._y) { _root._y = _root._y - (0.3 * ((_root._y - _root.recenterChordY) / 2)); _root.ball._y = _root._y + 255; } if (_root._y >= _root.recenterChordY) { _root._y = _root._y - (0.3 * ((_root._y - _root.recenterChordY) / 2)); _root.ball._y = _root._y + 255; } _root.ghostBall._x = 180 - _root._x; _root.ghostBall._y = 255 - _root._y; if (_root.ball.box.hitTest(_root.startPad.square)) { _root.ghostBall._x = -5000; _root.ghostBall._y = -5000; _root.ball._visible = true; _root.ballShadow._visible = true; _root.loadInitials(); } } } function loadInitials() { _root.bg1._x = 180 - _root._x; _root.bg1._y = 255 - _root._y; _root.ball._x = 180; _root.ball._y = 255; _root.flyUp = 0; _root.flyDown = 0; _root.ballRecenter = 0; _root.ball._rotation = 0; _root.rotationSpeed = 0; _root.gateEntry = "closed"; _root.gateControlCounter = 0; _root.resetCoconuts = true; _root.restart = false; } function hitGoal() { if (_root.ball.hitTest(_root.goal.center)) { mov = _root.attachMovie("swirlIn", "si" + _root.k, _root.k++); _root.restart = "switching"; mov._x = _root.goal._x; mov._y = _root.goal._y; _root.ball._visible = false; _root.ball._x = -10000; _root.ball._y = -10000; } } function nextLevel() { _root.ball._x = 180; _root.ball._y = 255; _root._x = 0; _root._y = 0; _root.ball._visible = true; _root.flyUp = 0; _root.flyDown = 0; _root.ballRecenter = 0; _root.ball._rotation = 0; _root.rotationSpeed = 0; _root.level++; _root.gateEntry = "closed"; _root.gateControlCounter = 0; _root.restart = false; _root.nextFrame(); _root.timeIndicator._x = _root.ball._x; _root.timeIndicator._y = _root.ball._y; _root.timeIndicator.play(); } function detectPause() { if (Key.isDown(80)) { _root.restart = "pause"; _root.pauseWindow._x = _root.ball._x; _root.pauseWindow._y = _root.ball._y; } if ((_root.restart == "pause") && (Key.isDown(81))) { _root.restart = false; _root.pauseWindow._x = -10000; _root.pauseWindow._y = -10000; } } stop();
Instance of Symbol 100 MovieClip "goal" in Frame 243
/* no clip actions */
Instance of Symbol 45 MovieClip "ballShadow" in Frame 243
onClipEvent (enterFrame) { this._x = _root.ball._x; this._y = _root.ball._y; }
Instance of Symbol 131 MovieClip in Frame 243
onClipEvent (load) { _root.jk = 0; } onClipEvent (enterFrame) { _root.jk++; if (_root.jk == 13) { _root.jk = 0; mov = _root.attachMovie("snow", "snow" + _root.k, _root.k++); mov._x = (_root.ball._x - 800) + random(1100); mov._y = _root.ball._y - 200; mov.snowDot._rotation = random(360); } }
Instance of Symbol 50 MovieClip in Frame 243
onClipEvent (load) { lineStyle(1, 204, 100); moveTo(_root.ball._x, _root.ball._y); _root.rotationSpeed = 0; _root.ballRecenter = 0; _root.ballMultiplier = 0.5; _root.rotationMultiplier = 1; _root.flightSpeed = 1.25; _root.flyUp = 0; _root.flyDown = 0; _root.G = 0.25; _root.level = 1; _root.deaths = Number(0); _root.timer = Number(0); _root.timeCounter = Number(0); _root.insideCounter = Number(0); _root.counter = Number(0); _root.gateControlCounter = Number(0); _root.gateEntry = "closed"; _root.laserStatus = "idle"; _root.recenterChordX = 0; _root.recenterChordY = 0; _root.restart = false; _root.k = 10000; } onClipEvent (enterFrame) { if (_root.restart == "pause") { _root.detectPause(); } if (_root.restart == "switching") { _root.hitGoal(); _root.rotationControl(); _root.module(); } if (_root.restart == true) { _root.restartSeq(); } if (_root.restart == false) { _root.module(); _root.ballx = _root.ball._x; _root.bally = _root.ball._y; _root.rotationControl(); _root.moveBall(); _root.gravity(); _root.hitGoal(); _root.detectPause(); } }
Frame 253
play();
Frame 368
_root.finalTime = (5000 - _root.timer) * 99; _root.finalDeaths = (100 - _root.deaths) * 72; _root.finalScore = _root.finalTime + _root.finalDeaths; _root.authCode = (((("g" + (_root.timer + 54)) + "93") + random(_root.finalDeaths)) + "brtt1") + (((_root.deaths - random(5)) + "wef") + random(_root.finalScore)); stop();
Symbol 3 MovieClip [bigX] Frame 15
stop();
Instance of Symbol 5 MovieClip "box" in Symbol 7 MovieClip [ball] Frame 1
onClipEvent (enterFrame) { this._rotation = 360 - _root.ball._rotation; }
Symbol 9 MovieClip [swirlIn] Frame 30
_root.nextLevel(); this.unloadMovie();
Symbol 11 MovieClip [ballDeath (wall)] Frame 4
_root.resetCoconuts = false;
Symbol 11 MovieClip [ballDeath (wall)] Frame 11
this.removeMovieClip(); stop();
Instance of Symbol 13 MovieClip "snowDot" in Symbol 14 MovieClip [snow] Frame 1
onClipEvent (enterFrame) { this._x = this._x + (random(4) - 2); this._y = this._y + 5; }
Symbol 14 MovieClip [snow] Frame 100
this.removeMovieClip();
Instance of Symbol 16 MovieClip in Symbol 17 MovieClip [tiefighter] Frame 1
onClipEvent (enterFrame) { this._x = this._x - 20; this._rotation = this._rotation + 0.25; this._y = this._y + 15; }
Symbol 17 MovieClip [tiefighter] Frame 200
this.removeMovieClip();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip [bubble2] Frame 1
onClipEvent (load) { this._rotation = _root.ball.rotation - 180; } onClipEvent (enterFrame) { this._x = this._x + (random(4) - 2); this._y = this._y - 5; }
Symbol 20 MovieClip [bubble2] Frame 10
this.removeMovieClip();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip [bubble2] Frame 10
onClipEvent (enterFrame) { this.removeMovieClip(); }
Instance of Symbol 19 MovieClip in Symbol 21 MovieClip [bubble] Frame 1
onClipEvent (enterFrame) { this._x = this._x + (random(4) - 2); this._y = this._y - 5; }
Symbol 21 MovieClip [bubble] Frame 110
this.removeMovieClip();
Instance of Symbol 19 MovieClip in Symbol 21 MovieClip [bubble] Frame 110
onClipEvent (enterFrame) { this.removeMovieClip(); }
Instance of Symbol 26 MovieClip in Symbol 29 MovieClip [rocket] Frame 1
onClipEvent (enterFrame) { this._y = this._y - 10; if (this.hitTest(_root.ball.box)) { _root.death(); } mov = _parent.attachMovie("circle", "cicle" + _root.k, _root.k++); mov._xscale = random(100); mov._x = this._x; mov._y = this._y; mov._yscale = mov._xscale; }
Symbol 29 MovieClip [rocket] Frame 120
this.removeMovieClip();
Instance of Symbol 26 MovieClip in Symbol 29 MovieClip [rocket] Frame 120
onClipEvent (enterFrame) { this.removeMovieClip(); }
Symbol 31 MovieClip [circle] Frame 20
this.removeMovieClip();
Symbol 34 MovieClip [explodeTriangle] Frame 10
this.removeMovieClip();
Symbol 41 MovieClip Frame 100
stop();
Instance of Symbol 47 MovieClip in Symbol 48 MovieClip Frame 1
onClipEvent (enterFrame) { _root.targetVilla(); }
Instance of Symbol 47 MovieClip in Symbol 48 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.box)) { _root.death(); } }
Symbol 54 Button
on (release) { gotoAndPlay (3); }
Symbol 73 Button
on (release) { stopAllSounds(); getURL ("http://www.jmtb02.com/", "_blank"); }
Symbol 78 Button
on (release) { stopAllSounds(); getURL ("http://www.gamesofgondor.com/", "_blank"); }
Symbol 87 Button
on (release) { stopAllSounds(); gotoAndStop (243); }
Symbol 107 Button
on (release) { _root.bg1._visible = true; _root.bgStatus = "on"; }
Symbol 110 Button
on (release) { _root.bg1._visible = false; _root.bgStatus = "off"; }
Instance of Symbol 112 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.restart == "pause") { if (_root.bgStatus == "on") { if (this._x > 89) { this._x = this._x - 2; } } if (_root.bgStatus == "off") { if (this._x < 108) { this._x = this._x + 2; } } } }
Instance of Symbol 128 MovieClip "slider1" in Symbol 129 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { this.startDrag(true, 25, 6, 125, 6); } } onClipEvent (mouseUp) { this.stopDrag(); } onClipEvent (enterFrame) { if (_root.restart == "pause") { _root.soundChange = this._x - 25; i = new Sound(); i.setVolume(_root.soundChange); } }
Instance of Symbol 128 MovieClip "slider2" in Symbol 129 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { this.startDrag(true, 25, 25, 125, 25); } } onClipEvent (mouseUp) { this.stopDrag(); } onClipEvent (enterFrame) { if (_root.restart == "pause") { _root.qualitySlider = this._x - 25; if (_root.qualitySlider >= 0) { _quality = "LOW"; } if (_root.qualitySlider >= 33) { _quality = "MEDIUM"; } if (_root.qualitySlider >= 66) { _quality = "BEST"; } } }
Symbol 141 MovieClip Frame 1
stop();
Symbol 141 MovieClip Frame 47
this._x = -500000; this._y = -500000;
Instance of Symbol 144 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.restart == false) { if (this.hitTest(_root.ball.box)) { _root._x = _root._x - 5; _root.ball._x = _root.ball._x + 5; } } }
Instance of Symbol 144 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.box)) { _root.death(); } }
Symbol 163 MovieClip Frame 1
stop();
Symbol 168 Button
on (release) { stopAllSounds(); getURL ("http://www.jmtb02.com/", "_blank"); }
Symbol 174 Button
on (release) { _root.score = _root.timer; score = _root.timer; getURL ("newscore.php", "_self", "POST"); gotoAndStop (369); }

Library Items

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

Instance Names

"ballShadow"Frame 1Symbol 45 MovieClip
"ball"Frame 1Symbol 7 MovieClip [ball]
"bg1"Frame 243Symbol 90 MovieClip
"goal"Frame 243Symbol 100 MovieClip
"startPad"Frame 243Symbol 103 MovieClip
"ballShadow"Frame 243Symbol 45 MovieClip
"ball"Frame 243Symbol 7 MovieClip [ball]
"ghostBall"Frame 243Symbol 7 MovieClip [ball]
"pauseWindow"Frame 243Symbol 129 MovieClip
"timeIndicator"Frame 243Symbol 141 MovieClip
"box"Symbol 7 MovieClip [ball] Frame 1Symbol 5 MovieClip
"snowDot"Symbol 14 MovieClip [snow] Frame 1Symbol 13 MovieClip
"status"Symbol 41 MovieClip Frame 100Symbol 39 EditableText
"center"Symbol 100 MovieClip Frame 1Symbol 99 MovieClip
"square"Symbol 103 MovieClip Frame 1Symbol 102 MovieClip
"slider1"Symbol 129 MovieClip Frame 1Symbol 128 MovieClip
"slider2"Symbol 129 MovieClip Frame 1Symbol 128 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 3 as "bigX"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 9 as "swirlIn"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 11 as "ballDeath (wall)"
ExportAssets (56)Timeline Frame 1Symbol 14 as "snow"
ExportAssets (56)Timeline Frame 1Symbol 17 as "tiefighter"
ExportAssets (56)Timeline Frame 1Symbol 20 as "bubble2"
ExportAssets (56)Timeline Frame 1Symbol 21 as "bubble"
ExportAssets (56)Timeline Frame 1Symbol 29 as "rocket"
ExportAssets (56)Timeline Frame 1Symbol 31 as "circle"
ExportAssets (56)Timeline Frame 1Symbol 34 as "explodeTriangle"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 2Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 243Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 243Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 244Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 244Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 245Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 245Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 246Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 246Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 247Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 247Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 248Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 248Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 249Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 249Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 250Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 250Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 251Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 251Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 252Symbol 7 as "ball"
ExportAssets (56)Timeline Frame 252Symbol 7 as "ball"

Dynamic Text Variables

_root.levelSymbol 120 EditableText"Level"
_root.deathsSymbol 121 EditableText"Deaths"
_root.timerSymbol 122 EditableText"Time"
_root.levelSymbol 135 EditableText"100"
_root.timerSymbol 139 EditableText"100"
_root.timerSymbol 164 EditableText"99999"
_root.authCodeSymbol 169 EditableText"99999"




http://swfchan.com/22/105735/info.shtml
Created: 17/3 -2019 05:33:07 Last modified: 17/3 -2019 05:33:07 Server time: 13/05 -2024 13:54:07