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

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

gravity.swf

This is the info page for
Flash #47171

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


Text
No gravity.

Score: 0

PLAY GAMES >>       OMG its a Ninja

topScore: 0

<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
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 2
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 25 MovieClip "ball" in Frame 2
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 33 MovieClip "ballTrail" in Frame 2
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 37 MovieClip "targetDummy" in Frame 2
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 46 MovieClip "avoidDummy" in Frame 2
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 81 MovieClip "startMenu" in Frame 2
onClipEvent (load) { this.swapDepths(9999); }
Symbol 4 Button
on (release) { gotoAndStop (2); }
Symbol 6 Button
on (release) { getURL ("http://www.koalafun.com", _blank); }
Symbol 27 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 33 MovieClip Frame 1
stop();
Symbol 37 MovieClip Frame 1
stop();
Instance of Symbol 36 MovieClip "effect" in Symbol 37 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._parent.hit) { this._width = this._width * 1.9; this._height = this._height * 1.9; } }
Instance of Symbol 45 MovieClip "round" in Symbol 46 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._parent.hit) { _alpha = 100; this._width = this._width * 2.3; this._height = this._height * 2.3; } }
Symbol 74 MovieClip Frame 1
stop();
Instance of Symbol 33 MovieClip "ballTrail" in Symbol 74 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 25 MovieClip "ball" in Symbol 74 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 37 MovieClip "targetDummy" in Symbol 74 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 46 MovieClip "avoidDummy" in Symbol 74 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 79 Button
on (release) { getURL ("http://fakeyou.deviantart.com/art/Gravity-game-78483913", _blank); }
Symbol 80 Button
on (release) { _root.gameStarted = true; }
Symbol 82 Button
on (release) { getURL ("http://omgitsaninja.com/?sponsor=gravity", _blank); }

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:Timeline
Symbol 3 GraphicUsed by:4
Symbol 4 ButtonUses:3Used by:Timeline
Symbol 5 GraphicUsed by:6 79 80 82
Symbol 6 ButtonUses:5Used by:81  Timeline
Symbol 7 GraphicUsed by:Timeline
Symbol 8 GraphicUsed by:11
Symbol 9 GraphicUsed by:11
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:8 9 10Used by:Timeline
Symbol 12 GraphicUsed by:15
Symbol 13 GraphicUsed by:15
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:12 13 14Used 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:25
Symbol 25 MovieClipUses:24Used by:74  Timeline
Symbol 26 GraphicUsed by:27
Symbol 27 ButtonUses:26Used by:Timeline
Symbol 28 GraphicUsed by:33
Symbol 29 GraphicUsed by:33
Symbol 30 GraphicUsed by:33
Symbol 31 GraphicUsed by:33
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:28 29 30 31 32Used by:74  Timeline
Symbol 34 GraphicUsed by:37
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:37
Symbol 37 MovieClipUses:34 36Used by:74  Timeline
Symbol 38 FontUsed by:39 40 47 48 49 52 54 55 57 58 60 61 63 64 66 67 68 69 70 71 72 73 77
Symbol 39 EditableTextUses:38Used by:Timeline
Symbol 40 EditableTextUses:38Used by:Timeline
Symbol 41 FontUsed by:42
Symbol 42 TextUses:41Used by:Timeline
Symbol 43 GraphicUsed by:46
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:46
Symbol 46 MovieClipUses:43 45Used by:74  Timeline
Symbol 47 EditableTextUses:38Used by:Timeline
Symbol 48 EditableTextUses:38Used by:Timeline
Symbol 49 EditableTextUses:38Used by:Timeline
Symbol 50 GraphicUsed by:81
Symbol 51 GraphicUsed by:74
Symbol 52 EditableTextUses:38Used by:74
Symbol 53 GraphicUsed by:74
Symbol 54 EditableTextUses:38Used by:74
Symbol 55 EditableTextUses:38Used by:74
Symbol 56 GraphicUsed by:74
Symbol 57 EditableTextUses:38Used by:74
Symbol 58 EditableTextUses:38Used by:74
Symbol 59 GraphicUsed by:74
Symbol 60 EditableTextUses:38Used by:74
Symbol 61 EditableTextUses:38Used by:74
Symbol 62 GraphicUsed by:74
Symbol 63 EditableTextUses:38Used by:74
Symbol 64 EditableTextUses:38Used by:74
Symbol 65 GraphicUsed by:74
Symbol 66 EditableTextUses:38Used by:74
Symbol 67 EditableTextUses:38Used by:74
Symbol 68 EditableTextUses:38Used by:74
Symbol 69 EditableTextUses:38Used by:74
Symbol 70 EditableTextUses:38Used by:74
Symbol 71 EditableTextUses:38Used by:74
Symbol 72 EditableTextUses:38Used by:74
Symbol 73 EditableTextUses:38Used by:74
Symbol 74 MovieClipUses:51 52 33 25 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 37 68 69 70 71 46 72 73Used by:81
Symbol 75 FontUsed by:76 78
Symbol 76 EditableTextUses:75Used by:81
Symbol 77 EditableTextUses:38Used by:81
Symbol 78 EditableTextUses:75Used by:81
Symbol 79 ButtonUses:5Used by:81
Symbol 80 ButtonUses:5Used by:81
Symbol 81 MovieClipUses:50 74 76 77 78 79 80 6Used by:Timeline
Symbol 82 ButtonUses:5Used by:Timeline

Instance Names

"rightBar"Frame 2Symbol 11 MovieClip
"topBar"Frame 2Symbol 15 MovieClip
"leftBar"Frame 2Symbol 19 MovieClip
"bottomBar"Frame 2Symbol 23 MovieClip
"ball"Frame 2Symbol 25 MovieClip
"gravityControl"Frame 2Symbol 27 Button
"ballTrail"Frame 2Symbol 33 MovieClip
"targetDummy"Frame 2Symbol 37 MovieClip
"avoidDummy"Frame 2Symbol 46 MovieClip
"startMenu"Frame 2Symbol 81 MovieClip
"effect"Symbol 37 MovieClip Frame 1Symbol 36 MovieClip
"round"Symbol 46 MovieClip Frame 1Symbol 45 MovieClip
"ballTrail"Symbol 74 MovieClip Frame 1Symbol 33 MovieClip
"ball"Symbol 74 MovieClip Frame 1Symbol 25 MovieClip
"targetDummy"Symbol 74 MovieClip Frame 6Symbol 37 MovieClip
"avoidDummy"Symbol 74 MovieClip Frame 8Symbol 46 MovieClip
"practice"Symbol 81 MovieClip Frame 1Symbol 74 MovieClip

Special Tags

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

Dynamic Text Variables

gravitySymbol 39 EditableText"No gravity."
scoreSymbol 40 EditableText"Score: 0 "
timerSymbol 47 EditableText""
topscoreSymbol 48 EditableText"topScore: 0 "
pauseTextSymbol 49 EditableText""




http://swfchan.com/10/47171/info.shtml
Created: 2/5 -2019 09:05:09 Last modified: 2/5 -2019 09:05:09 Server time: 10/05 -2024 12:27:43