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/27978836?noj=FRM27978836-14DC" width="1" height="1"></div>

Gravity Master.swf

This is the info page for
Flash #47770

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


Text
No gravity.

Score: 0

PLAY

topScore: 0

New Games

<p align="center"><font face="Verdana" size="10" color="#666666" letterSpacing="0.000000" kerning="0">Game paused. Press SPACE</font></p>

<p align="center"><font face="Verdana" size="10" color="#666666" letterSpacing="0.000000" kerning="0">Try hit the blue wall.</font></p>

<p align="center"><font face="Verdana" size="9" color="#999999" letterSpacing="0.000000" kerning="0">Press the arrow keys to control gravity.</font></p>

<p align="center"><font face="Verdana" size="10" color="#666666" letterSpacing="0.000000" kerning="0">Try hit the blue wall.</font></p>

<p align="center"><font face="Verdana" size="9" color="#999999" letterSpacing="0.000000" kerning="0">Press the arrow keys to control gravity.</font></p>

<p align="center"><font face="Verdana" size="10" color="#666666" letterSpacing="0.000000" kerning="0">Try hit the blue wall.</font></p>

<p align="center"><font face="Verdana" size="9" color="#999999" letterSpacing="0.000000" kerning="0">Press the arrow keys to control gravity.</font></p>

<p align="center"><font face="Verdana" size="10" color="#666666" letterSpacing="0.000000" kerning="0">Try hit the blue wall.</font></p>

<p align="center"><font face="Verdana" size="9" color="#999999" letterSpacing="0.000000" kerning="0">Press the arrow keys to control gravity.</font></p>

<p align="center"><font face="Verdana" size="10" color="#666666" letterSpacing="0.000000" kerning="0">Try to catch the blue square.</font></p>

<p align="center"><font face="Verdana" size="9" color="#999999" letterSpacing="0.000000" kerning="0">Manipulate gravity to get to the square.</font></p>

<p align="center"><font face="Verdana" size="10" color="#666666" letterSpacing="0.000000" kerning="0">Good job.</font></p>

<p align="center"><font face="Verdana" size="9" color="#999999" letterSpacing="0.000000" kerning="0">The faster you catch it the more points you recieve.</font></p>

<p align="center"><font face="Verdana" size="10" color="#666666" letterSpacing="0.000000" kerning="0">Try to avoid these red ones.</font></p>

<p align="center"><font face="Verdana" size="9" color="#999999" letterSpacing="0.000000" kerning="0">When you catch one 100 points will be lost.</font></p>

<p align="center"><font face="Verdana" size="10" color="#666666" letterSpacing="0.000000" kerning="0">Now go and try the game.</font></p>

<p align="center"><font face="Verdana" size="9" color="#999999" letterSpacing="0.000000" kerning="0">I think you&apos;re ready for it.</font></p>

<p align="left"><font face="Verdana" size="10" color="#cccccc" letterSpacing="0.000000" kerning="0"><b>Gravity game - by FakeYou.</b></font></p>

<p align="left"><font face="Verdana" size="9" color="#535353" letterSpacing="0.000000" kerning="0">Practice and controls.</font></p>

<p align="center"><font face="Verdana" size="17" color="#ffffff" letterSpacing="0.000000" kerning="0"><b>Start game</b></font></p>

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 8 MovieClip in Frame 1
on (release) { getURL ("http://www.gamesgames.com/moregames/", "_blank"); }
Frame 2
function __com_mochibot__(swfid, mc, lv, trk) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; mb = "__mochibot__"; mbc = "mochibot.com"; g = (_global ? (_global) : (_level0._root)); if (g[mb + swfid]) { return(g[mb + swfid]); } s = System.security; x = mc._root.getSWFVersion; fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5))); if (!s) { s = {}; } sb = s.sandboxType; if (sb == "localWithFile") { return(null); } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : ""); lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv)))); g[mb + "level"] = lv; if (fv == 5) { res = "_level" + lv; if (!eval (res)) { loadMovieNum (u, lv); } } else { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); } return(res); } __com_mochibot__("2128f783", this, 10301, true); stop();
Frame 3
function secInc() { if (!gamePause) { s++; } } gameStarted = false; practice = 0; if (!gameRunning) { gamePause = true; gameRunning = true; } duplicateMovieClip (_root.targetDummy, "target0", 1); _root.target0._x = random(370) + 15; _root.target0._y = random(290) + 15; _root.avoidDummy.base = true; _root.targetDummy.base = true; _root.stripeDummy.base = true; _root.moveDummy.base = true; _root.ballTrail.base = true; _root.startMenu.practice.ballTrail.base = true; j = 5; time = random(500); time2 = random(500); time3 = random(250) + 100; scoreNum = 0; topScore = 0; top = 1; bottom = 1; left = 1; right = 1; stripe = 0; ms = 0; s = 0; m = 0; h = 0; clearInterval(id); id = setInterval(secInc, 1000); _root.ball.onEnterFrame = function () { _root.topBar.gotoAndStop(top); _root.bottomBar.gotoAndStop(bottom); _root.leftBar.gotoAndStop(left); _root.rightBar.gotoAndStop(right); if (_root.scoreNum > _root.topScore) { _root.topScore = _root.scoreNum; _root.topscore = "Topscore: " + _root.topScore; } if (scoreNum < 0) { _root.pauseText = "Game over."; _root.gamePause = true; _root.score = "Score: 0"; } msDisp = ms; sDisp = s; mDisp = m; hDisp = h; if (ms < 10) { msDisp = "0" + ms; } if (s < 10) { sDisp = "0" + s; } if (m < 10) { mDisp = "0" + m; } if (h < 10) { hDisp = "0" + h; } _root.timer = (((hDisp + ":") + mDisp) + ":") + sDisp; if (ms >= 99) { s++; ms = 0; } if (s == 60) { m++; s = 0; } if (m == 60) { h++; m = 0; } if (gamePause) { if (scoreNum >= 0) { _root.pauseText = "Game paused."; } } if (!gamePause) { if (((scoreNum > 1260) && (time3 <= 0)) && (_root.stripe == 0)) { j++; duplicateMovieClip (_root.stripeDummy, "stripe" + j, j); _root["stripe" + j]._x = random(370) + 15; _root["stripe" + j]._y = random(290) + 15; time3 = random(250) + 100; _root.stripe = 1; } _root.score = "Score: " + scoreNum; if (time < 0) { j++; if (scoreNum < 900) { time = random(1000 - scoreNum); } else { time = random(300); } duplicateMovieClip (_root.avoidDummy, "avoid" + j, j); _root["avoid" + j]._x = random(370) + 15; _root["avoid" + j]._y = random(290) + 15; } if (time2 < 0) { j++; time2 = random(500); duplicateMovieClip (_root.targetDummy, "target" + j, j); _root["target" + j]._x = random(370) + 15; _root["target" + j]._y = random(290) + 15; } time--; time2--; if (_root.stripe == 0) { time3--; } } };
Instance of Symbol 33 MovieClip "ball" in Frame 3
onClipEvent (load) { speedX = 0; speedY = 0; gravityX = 0; gravityY = 0; oldBallX = 200; oldBallY = 160; friction = 0.9; j = 1; } onClipEvent (enterFrame) { this.swapDepths(j + 10); if (!_root.gamePause) { j++; duplicateMovieClip (_root.ballTrail, ["ballTrail" + j], j); _root["ballTrail" + j].disposable = true; _root["ballTrail" + j]._x = ballX; _root["ballTrail" + j]._y = ballY; speedX = speedX + gravityX; speedY = speedY + gravityY; ballX = oldBallX + speedX; ballY = oldBallY + speedY; if (ballX < 15) { ballX = 15; speedX = (speedX * -1) * friction; speedY = speedY * friction; } if (ballX > 385) { ballX = 385; speedX = (speedX * -1) * friction; speedY = speedY * friction; } if (ballY < 15) { ballY = 15; speedY = (speedY * -1) * friction; speedX = speedX * friction; } if (ballY > 305) { ballY = 305; speedY = (speedY * -1) * friction; speedX = speedX * friction; } if (Math.abs(speedX) < 0.001) { speedX = 0; } if (Math.abs(speedY) < 0.001) { speedY = 0; } oldBallX = ballX; oldBallY = ballY; this._x = ballX; this._y = ballY; } }
Instance of Symbol 41 MovieClip "ballTrail" in Frame 3
onClipEvent (load) { if (base) { _alpha = 0; } else { _alpha = 100; } this.gotoAndStop(random(5)); } onClipEvent (enterFrame) { if (!_root.gamePause) { if (!base) { this._alpha = this._alpha - 5; this._width = this._width - 0.5; this._height = this._height - 0.5; if (this._alpha < 0) { removeMovieClip(this); } } } }
Instance of Symbol 45 MovieClip "targetDummy" in Frame 3
onClipEvent (load) { if (base) { this._alpha = 0; } this._alpha = 0; justNew = true; score = 75; time = random(300) + 200; this._rotation = random(360); this.gotoAndStop(random(6)); rotationSpeed = random(30) - 15; if ((rotationSpeed < 10) && (rotationSpeed > 0)) { rotationSpeed = rotationSpeed + 5; } if ((rotationSpeed > -10) && (rotationSpeed <= 0)) { rotationSpeed = rotationSpeed - 5; } } onClipEvent (enterFrame) { if (!_root.gamePause) { this._rotation = this._rotation + (rotationSpeed * 2); if (!base) { time--; } if (time < 0) { dead = true; } if (score > 10) { score = score - 0.3; } if (justNew) { this._alpha = this._alpha + 5; if (this._alpha > 80) { justNew = false; } } if (this.hitTest(_root.ball)) { if (!hit) { score = Math.round(score); _root.pauseText = "+" + score; justNew = false; _root.scoreNum = _root.scoreNum + score; _root.j++; duplicateMovieClip (this, "target" + _root.j, _root.j); _root["target" + _root.j]._x = random(370) + 15; _root["target" + _root.j]._y = random(290) + 15; hit = true; } } if (hit || (dead)) { this._alpha = this._alpha - 10; this._width = this._width - 0.5; this._height = this._height - 0.5; if (this._alpha < -100) { removeMovieClip(this); _root.pauseText = ""; } } } }
Instance of Symbol 54 MovieClip "avoidDummy" in Frame 3
onClipEvent (load) { this._alpha = 0; justNew = true; score = -100; lifeTime = (random(150) + _root.scoreNum) + 100; } onClipEvent (enterFrame) { if (!_root.gamePause) { if (!base) { lifeTime--; if (lifeTime < 0) { if (!hit) { dead = true; } } } if (justNew) { this._alpha = this._alpha + 5; if (this._alpha > 80) { justNew = false; } } if (this.hitTest(_root.ball)) { if (!hit) { _root.pauseText = score; hit = true; _root.scoreNum = _root.scoreNum + score; } } if (hit || (dead)) { this._alpha = this._alpha - 10; this._width = this._width - 0.5; this._height = this._height - 0.5; if (this._alpha < -100) { _root.pauseText = ""; removeMovieClip(this); _root.k--; } } } if (_root.scoreNum < 0) { removeMovieClip(this); } }
Instance of Symbol 89 MovieClip "startMenu" in Frame 3
onClipEvent (load) { this.swapDepths(9999); }
Symbol 8 MovieClip Frame 90
_root.nextFrame();
Symbol 12 Button
on (release) { gotoAndStop (3); }
Symbol 14 Button
on (release) { getURL ("http://www.koalafun.com", _blank); }
Symbol 35 Button
on (keyPress "<Left>") { if (!_root.gameStarted) { _root.startMenu.practice.ball.gravityX = -0.3; _root.startMenu.practice.ball.gravityY = 0; } if (_root.gameStarted) { if (!_root.gamePause) { _root.ball.gravityX = -0.3; _root.ball.gravityY = 0; gravity = "Gravity is left."; } } } on (keyPress "<Right>") { if (!_root.gameStarted) { _root.startMenu.practice.ball.gravityX = 0.3; _root.startMenu.practice.ball.gravityY = 0; } if (_root.gameStarted) { if (!_root.gamePause) { _root.ball.gravityX = 0.3; _root.ball.gravityY = 0; gravity = "Gravity is right."; } } } on (keyPress "<Up>") { if (!_root.gameStarted) { _root.startMenu.practice.ball.gravityY = -0.3; _root.startMenu.practice.ball.gravityX = 0; } if (_root.gameStarted) { if (!_root.gamePause) { _root.ball.gravityY = -0.3; _root.ball.gravityX = 0; gravity = "Gravity is up."; } } } on (keyPress "<Down>") { if (!_root.gameStarted) { _root.startMenu.practice.ball.gravityY = 0.3; _root.startMenu.practice.ball.gravityX = 0; } if (_root.gameStarted) { if (!_root.gamePause) { _root.ball.gravityY = 0.3; _root.ball.gravityX = 0; gravity = "Gravity is down."; } } } on (keyPress "<Space>") { if (!_root.gameStarted) { if (_root.practice < 1) { _root.startMenu.practice.gotoAndStop(2); _root.practice = 1; } } if (_root.gameStarted) { if (_root.gamePause) { _root.gamePause = false; _root.pauseText = ""; } else { _root.gamePause = true; } } }
Symbol 41 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 1
stop();
Instance of Symbol 44 MovieClip "effect" in Symbol 45 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._parent.hit) { this._width = this._width * 1.9; this._height = this._height * 1.9; } }
Instance of Symbol 53 MovieClip "round" in Symbol 54 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._parent.hit) { _alpha = 100; this._width = this._width * 2.3; this._height = this._height * 2.3; } }
Symbol 82 MovieClip Frame 1
stop();
Instance of Symbol 41 MovieClip "ballTrail" in Symbol 82 MovieClip Frame 1
onClipEvent (load) { if (base) { _alpha = 0; } else { _alpha = 100; } this.gotoAndStop(random(5)); } onClipEvent (enterFrame) { if (!base) { this._alpha = this._alpha - 5; this._width = this._width - 0.5; this._height = this._height - 0.5; if (this._alpha < 0) { removeMovieClip(this); } } }
Instance of Symbol 33 MovieClip "ball" in Symbol 82 MovieClip Frame 1
onClipEvent (load) { speedX = 0; speedY = 0; gravityX = 0; gravityY = 0; oldBallX = 144.5; oldBallY = 62; friction = 0.9; j = 1; timer = 0; } onClipEvent (enterFrame) { if (_root.gameStarted) { _root.startMenu._alpha = _root.startMenu._alpha - 5; if (_root.startMenu._alpha < 0) { removeMovieClip(_root.startMenu); } } if (_root.practice >= 1) { this.swapDepths(j + 10); if ((_root.practice == 6) || (_root.practice == 7)) { timer++; if (timer > 150) { timer = 0; _root.practice++; this._parent.nextFrame(); } } j++; duplicateMovieClip (_root.startMenu.practice.ballTrail, ["ballTrail" + j], j); _root.startMenu.practice["ballTrail" + j].disposable = true; _root.startMenu.practice["ballTrail" + j]._x = ballX; _root.startMenu.practice["ballTrail" + j]._y = ballY; speedX = speedX + gravityX; speedY = speedY + gravityY; ballX = oldBallX + speedX; ballY = oldBallY + speedY; if (ballX < 5) { if (_root.practice == 3) { _root.practice++; this._parent.gotoAndStop(5); } ballX = 5; speedX = (speedX * -1) * friction; speedY = speedY * friction; } if (ballX > 284) { if (_root.practice == 4) { _root.practice++; this._parent.gotoAndStop(6); } ballX = 284; speedX = (speedX * -1) * friction; speedY = speedY * friction; } if (ballY < 5) { if (_root.practice == 1) { _root.practice++; this._parent.gotoAndStop(3); } ballY = 5; speedY = (speedY * -1) * friction; speedX = speedX * friction; } if (ballY > 131) { if (_root.practice == 2) { _root.practice++; this._parent.gotoAndStop(4); } ballY = 131; speedY = (speedY * -1) * friction; speedX = speedX * friction; } if (Math.abs(speedX) < 0.001) { speedX = 0; } if (Math.abs(speedY) < 0.001) { speedY = 0; } oldBallX = ballX; oldBallY = ballY; this._x = ballX; this._y = ballY; } }
Instance of Symbol 45 MovieClip "targetDummy" in Symbol 82 MovieClip Frame 6
onClipEvent (load) { justNew = true; score = 75; time = random(300) + 200; this._rotation = random(360); this.gotoAndStop(random(6)); rotationSpeed = random(30) - 15; if ((rotationSpeed < 10) && (rotationSpeed > 0)) { rotationSpeed = rotationSpeed + 5; } if ((rotationSpeed > -10) && (rotationSpeed <= 0)) { rotationSpeed = rotationSpeed - 5; } } onClipEvent (enterFrame) { this._rotation = this._rotation + (rotationSpeed * 2); if (justNew) { this._alpha = this._alpha + 5; if (this._alpha > 80) { justNew = false; } } if (this.hitTest(_root.startMenu.practice.ball)) { if (!hit) { justNew = false; hit = true; } } if (hit || (dead)) { this._alpha = this._alpha - 10; this._width = this._width - 0.5; this._height = this._height - 0.5; if (this._alpha < -100) { removeMovieClip(this); _root.practice++; this._parent.nextFrame(); } } }
Instance of Symbol 54 MovieClip "avoidDummy" in Symbol 82 MovieClip Frame 8
onClipEvent (load) { justNew = true; score = -100; lifeTime = (random(150) + _root.scoreNum) + 100; } onClipEvent (enterFrame) { if (_root.gamePause) { if (justNew) { this._alpha = this._alpha + 5; if (this._alpha > 80) { justNew = false; } } if (this.hitTest(_root.startMenu.practice.ball)) { if (!hit) { hit = true; } } if (hit || (dead)) { this._alpha = this._alpha - 10; this._width = this._width - 0.5; this._height = this._height - 0.5; if (this._alpha < -100) { _root.practice++; this._parent.nextFrame(); removeMovieClip(this); _root.k--; } } } }
Symbol 87 Button
on (release) { getURL ("http://fakeyou.deviantart.com/art/Gravity-game-78483913", _blank); }
Symbol 88 Button
on (release) { _root.gameStarted = true; }

Library Items

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

Instance Names

"rightBar"Frame 3Symbol 19 MovieClip
"topBar"Frame 3Symbol 23 MovieClip
"leftBar"Frame 3Symbol 27 MovieClip
"bottomBar"Frame 3Symbol 31 MovieClip
"ball"Frame 3Symbol 33 MovieClip
"gravityControl"Frame 3Symbol 35 Button
"ballTrail"Frame 3Symbol 41 MovieClip
"targetDummy"Frame 3Symbol 45 MovieClip
"avoidDummy"Frame 3Symbol 54 MovieClip
"startMenu"Frame 3Symbol 89 MovieClip
"effect"Symbol 45 MovieClip Frame 1Symbol 44 MovieClip
"round"Symbol 54 MovieClip Frame 1Symbol 53 MovieClip
"ballTrail"Symbol 82 MovieClip Frame 1Symbol 41 MovieClip
"ball"Symbol 82 MovieClip Frame 1Symbol 33 MovieClip
"targetDummy"Symbol 82 MovieClip Frame 6Symbol 45 MovieClip
"avoidDummy"Symbol 82 MovieClip Frame 8Symbol 54 MovieClip
"practice"Symbol 89 MovieClip Frame 1Symbol 82 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Dynamic Text Variables

gravitySymbol 47 EditableText"No gravity."
scoreSymbol 48 EditableText"Score: 0 "
timerSymbol 55 EditableText""
topscoreSymbol 56 EditableText"topScore: 0 "
pauseTextSymbol 58 EditableText""




http://swfchan.com/10/47770/info.shtml
Created: 1/5 -2019 04:52:21 Last modified: 1/5 -2019 04:52:21 Server time: 14/05 -2024 10:30:56