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

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

Tricky Clicky Ball.swf

This is the info page for
Flash #72002

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


Text
L

Lo

Loa

Load

Loadi

Loadin

Loading

Loading.

Loading..

Loading...

PLAY

Programming: Gjlcards
Art: Addison

www.antitudegames.com

while your waiting, why not visit
www.antitudegames.com

PLAY GAME

instructions

PLAY GAME

instructions

Easy

Normal

Hard

Extreme

NightMare

Classic

Extra Balls

Back

Click the ball to keep it up.
Don't let it hit the ground!

Try to get a high score!
Note: In extra ball mode,
the balls will help you keep it up.

Have fun!

Exit

Exit

Score:

Highest Score:

ActionScript [AS1/AS2]

Frame 2
stop();
Frame 3
_root.score = 0; stop();
Frame 5
if (_root.balls == 1) { _root.extriYo1.gotoAndStop(2); _root.extriYo2.gotoAndStop(2); } stop();
Instance of Symbol 12 MovieClip "ball" in Frame 5
on (press) { _root.ball._y = _root.ball._y - 18; if (_root.ball.hitTest(_root.wallUp)) { _root.ball._y = _root.ball._y + 10; } _root.score = _root.score + 1; } onClipEvent (enterFrame) { _root.ball._y = _root.ball._y + _root.gravitySetting; xPos = random(2) + 1; switch (xPos) { case 1 : _root.ball._x = _root.ball._x + (random(_root.ballRandom) + 5); if (_root.ball.hitTest(_root.wall2)) { _root.ball._x = _root.ball._x - 14; } break; case 2 : _root.ball._x = _root.ball._x - (random(_root.ballRandom) + 5); if (!_root.ball.hitTest(_root.wall1)) { break; } _root.ball._x = _root.ball._x + 14; } if (this.hitTest(_root.extriYo2) || (this.hitTest(_root.extriYo1))) { this._y = this._y - (random(10) + 7); } if (_root.ball.hitTest(_root.ground)) { _root.gotoAndStop(6); } }
Instance of Symbol 106 MovieClip "extriYo1" in Frame 5
onClipEvent (enterFrame) { if (_root.balls == 1) { this._x = random(300) + 20; this._y = random(300) + 20; } xPos = random(2) + 1; switch (xPos) { case 1 : this._x = this._x + (random(12) + 5); if (this.hitTest(_root.wall2)) { this._x = this._x - 13; } break; case 2 : this._x = this._x - (random(12) + 5); if (!this.hitTest(_root.wall2)) { break; } this._x = this._x + 13; } }
Instance of Symbol 106 MovieClip "extriYo2" in Frame 5
onClipEvent (enterFrame) { if (_root.balls == 1) { this._x = random(-300) + 20; this._y = random(-300) + 20; } xPos = random(2) + 1; switch (xPos) { case 1 : this._x = this._x + (random(12) + 5); if (this.hitTest(_root.wall2)) { this._x = this._x - 13; } break; case 2 : this._x = this._x - (random(12) + 5); if (!this.hitTest(_root.wall2)) { break; } this._x = this._x + 13; } }
Frame 6
_root.soundy1 = 0; if (_root.playOnce == 1) { if (_root.score > _root.scoreBest) { _root.scoreBest = _root.score; } } else { _root.scoreBest = _root.score; _root.playOnce = 1; } stopAllSounds(); stop();
Symbol 12 MovieClip Frame 1
moof = random(7) + 1; switch (moof) { case 1 : stop(); break; case 2 : gotoAndStop (2); break; case 3 : gotoAndStop (3); break; case 4 : gotoAndStop (4); break; case 5 : gotoAndStop (5); break; case 6 : gotoAndStop (6); break; case 7 : gotoAndStop (7); }
Symbol 35 Button
on (release) { _root.play(); }
Symbol 37 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }
Symbol 37 MovieClip Frame 2
gotoAndPlay (1);
Symbol 42 Button
on (press) { getURL ("http://www.antitudegames.com", "_blank"); }
Symbol 45 Button
on (press) { getURL ("http://www.antitudegames.com", "_blank"); }
Symbol 51 Button
on (release) { gotoAndStop (3); }
Symbol 57 Button
on (release) { gotoAndStop (4); }
Symbol 58 Button
on (release) { _root.gotoAndStop(3); }
Symbol 60 Button
on (release) { _root.gotoAndStop(4); }
Symbol 65 MovieClip Frame 1
if (_root.soundy1 != 1) { _root.soundy1 = 1; gotoAndStop (2); } else { stop(); }
Symbol 67 Button
on (release) { _root.gravitySetting = 5; _root.ballRandom = 7; _root.balls = 0; _root.gotoAndPlay(5); stopAllSounds(); }
Symbol 69 Button
on (release) { _root.gravitySetting = 7; stopAllSounds(); _root.ballRandom = 12; _root.balls = 0; _root.gotoAndPlay(5); }
Symbol 71 Button
on (release) { _root.gravitySetting = 7; _root.ballRandom = 12; _root.balls = 0; _root.gotoAndPlay(5); stopAllSounds(); }
Symbol 73 Button
on (release) { _root.gravitySetting = 9.5; _root.ballRandom = 20; _root.balls = 0; _root.gotoAndPlay(5); stopAllSounds(); }
Symbol 75 Button
on (release) { _root.gravitySetting = 11.5; _root.ballRandom = 26; _root.balls = 0; _root.gotoAndPlay(5); stopAllSounds(); }
Symbol 77 Button
on (release) { _root.gravitySetting = 5; _root.ballRandom = 7; _root.balls = 1; _root.gotoAndPlay(5); stopAllSounds(); }
Symbol 78 Button
on (release) { _root.gravitySetting = 7; _root.ballRandom = 12; _root.balls = 1; _root.gotoAndPlay(5); stopAllSounds(); }
Symbol 79 Button
on (release) { _root.gravitySetting = 8; _root.ballRandom = 16; _root.balls = 1; _root.gotoAndPlay(5); stopAllSounds(); }
Symbol 80 Button
on (release) { _root.gravitySetting = 9.5; _root.ballRandom = 20; _root.balls = 1; _root.gotoAndPlay(5); stopAllSounds(); }
Symbol 81 Button
on (release) { _root.gravitySetting = 11.5; _root.ballRandom = 26; _root.balls = 1; _root.gotoAndPlay(5); stopAllSounds(); }
Symbol 82 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 2
stop();
Symbol 82 MovieClip Frame 3
stop();
Symbol 83 Button
on (release) { _root.diff.gotoAndStop(2); }
Symbol 85 Button
on (release) { _root.diff.gotoAndStop(3); }
Symbol 87 Button
on (release) { gotoAndStop (2); }
Symbol 104 MovieClip Frame 1
boo = random(5) + 1; switch (boo) { case 1 : stop(); break; case 2 : gotoAndStop (2); break; case 3 : gotoAndStop (3); break; case 4 : gotoAndStop (4); break; case 5 : gotoAndStop (5); }
Symbol 106 MovieClip Frame 1
stop();
Symbol 106 MovieClip Frame 2
_root.balls = 0;
Symbol 118 Button
on (release) { gotoAndStop (6); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 BitmapUsed by:3
Symbol 3 GraphicUses:2Used by:Timeline
Symbol 4 GraphicUsed by:Timeline
Symbol 5 GraphicUsed by:12
Symbol 6 GraphicUsed by:12
Symbol 7 GraphicUsed by:12
Symbol 8 GraphicUsed by:12
Symbol 9 GraphicUsed by:12
Symbol 10 GraphicUsed by:12
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:5 6 7 8 9 10 11Used by:Timeline
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:Timeline
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:37
Symbol 17 GraphicUsed by:37
Symbol 18 FontUsed by:19 20 21 22 23 24 25 26 27 28 36 122 123 124 125
Symbol 19 TextUses:18Used by:29
Symbol 20 TextUses:18Used by:29
Symbol 21 TextUses:18Used by:29
Symbol 22 TextUses:18Used by:29
Symbol 23 TextUses:18Used by:29
Symbol 24 TextUses:18Used by:29
Symbol 25 TextUses:18Used by:29
Symbol 26 TextUses:18Used by:29
Symbol 27 TextUses:18Used by:29
Symbol 28 TextUses:18Used by:29
Symbol 29 MovieClipUses:19 20 21 22 23 24 25 26 27 28Used by:37
Symbol 30 GraphicUsed by:35 58 60 67 69 71 73 75 77 78 79 80 81 83 85 87
Symbol 31 GraphicUsed by:35 58 60 67 69 71 73 75 77 78 79 80 81 83 85 87
Symbol 32 GraphicUsed by:35 58 60 67 69 71 73 75 77 78 79 80 81 83 85 87
Symbol 33 SoundUsed by:35 58 60 67 69 71 73 75 77 78 79 80 81 83 85 87
Symbol 34 SoundUsed by:35 58 60 67 69 71 73 75 77 78 79 80 81 83 85 87
Symbol 35 ButtonUses:30 31 32 33 34Used by:37
Symbol 36 TextUses:18Used by:37
Symbol 37 MovieClipUses:16 17 29 35 36Used by:Timeline
Symbol 38 FontUsed by:39 40 43 48 53 59 61 68 70 72 74 76 84 86 88 115 116 119
Symbol 39 TextUses:38Used by:Timeline
Symbol 40 TextUses:38Used by:42
Symbol 41 GraphicUsed by:42
Symbol 42 ButtonUses:40 41Used by:Timeline
Symbol 43 TextUses:38Used by:45
Symbol 44 GraphicUsed by:45
Symbol 45 ButtonUses:43 44Used by:Timeline
Symbol 46 GraphicUsed by:Timeline
Symbol 47 GraphicUsed by:51
Symbol 48 TextUses:38Used by:51
Symbol 49 GraphicUsed by:51
Symbol 50 GraphicUsed by:51
Symbol 51 ButtonUses:47 48 49 50Used by:Timeline
Symbol 52 GraphicUsed by:57
Symbol 53 TextUses:38Used by:57
Symbol 54 GraphicUsed by:57
Symbol 55 GraphicUsed by:57
Symbol 56 GraphicUsed by:57
Symbol 57 ButtonUses:52 53 54 55 56Used by:Timeline
Symbol 58 ButtonUses:30 31 32 33 34Used by:Timeline
Symbol 59 TextUses:38Used by:Timeline
Symbol 60 ButtonUses:30 31 32 33 34Used by:Timeline
Symbol 61 TextUses:38Used by:Timeline
Symbol 62 GraphicUsed by:65
Symbol 63 GraphicUsed by:65
Symbol 64 SoundUsed by:65
Symbol 65 MovieClipUses:62 63 64Used by:Timeline
Symbol 66 GraphicUsed by:Timeline
Symbol 67 ButtonUses:30 31 32 33 34Used by:82
Symbol 68 TextUses:38Used by:82
Symbol 69 ButtonUses:30 31 32 33 34Used by:82
Symbol 70 TextUses:38Used by:82
Symbol 71 ButtonUses:30 31 32 33 34Used by:82
Symbol 72 TextUses:38Used by:82
Symbol 73 ButtonUses:30 31 32 33 34Used by:82
Symbol 74 TextUses:38Used by:82
Symbol 75 ButtonUses:30 31 32 33 34Used by:82
Symbol 76 TextUses:38Used by:82
Symbol 77 ButtonUses:30 31 32 33 34Used by:82
Symbol 78 ButtonUses:30 31 32 33 34Used by:82
Symbol 79 ButtonUses:30 31 32 33 34Used by:82
Symbol 80 ButtonUses:30 31 32 33 34Used by:82
Symbol 81 ButtonUses:30 31 32 33 34Used by:82
Symbol 82 MovieClipUses:67 68 69 70 71 72 73 74 75 76 77 78 79 80 81Used by:Timeline
Symbol 83 ButtonUses:30 31 32 33 34Used by:Timeline
Symbol 84 TextUses:38Used by:Timeline
Symbol 85 ButtonUses:30 31 32 33 34Used by:Timeline
Symbol 86 TextUses:38Used by:Timeline
Symbol 87 ButtonUses:30 31 32 33 34Used by:Timeline
Symbol 88 TextUses:38Used by:Timeline
Symbol 89 GraphicUsed by:Timeline
Symbol 90 FontUsed by:91 92 93
Symbol 91 TextUses:90Used by:Timeline
Symbol 92 TextUses:90Used by:Timeline
Symbol 93 TextUses:90Used by:Timeline
Symbol 94 BitmapUsed by:95
Symbol 95 GraphicUses:94Used by:104
Symbol 96 BitmapUsed by:97
Symbol 97 GraphicUses:96Used by:104
Symbol 98 BitmapUsed by:99
Symbol 99 GraphicUses:98Used by:104
Symbol 100 BitmapUsed by:101
Symbol 101 GraphicUses:100Used by:104
Symbol 102 BitmapUsed by:103
Symbol 103 GraphicUses:102Used by:104
Symbol 104 MovieClipUses:95 97 99 101 103Used by:Timeline
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:105Used by:Timeline
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:107Used by:Timeline
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:109Used by:Timeline
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:111Used by:Timeline
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:113Used by:Timeline
Symbol 115 TextUses:38Used by:118
Symbol 116 TextUses:38Used by:118
Symbol 117 GraphicUsed by:118
Symbol 118 ButtonUses:115 116 117Used by:Timeline
Symbol 119 EditableTextUses:38Used by:Timeline
Symbol 120 SoundUsed by:Timeline
Symbol 121 GraphicUsed by:Timeline
Symbol 122 EditableTextUses:18Used by:Timeline
Symbol 123 EditableTextUses:18Used by:Timeline
Symbol 124 TextUses:18Used by:Timeline
Symbol 125 TextUses:18Used by:Timeline

Instance Names

"diff"Frame 3Symbol 82 MovieClip
"ball"Frame 5Symbol 12 MovieClip
"extriYo1"Frame 5Symbol 106 MovieClip
"extriYo2"Frame 5Symbol 106 MovieClip
"wall1"Frame 5Symbol 108 MovieClip
"wall2"Frame 5Symbol 110 MovieClip
"ground"Frame 5Symbol 112 MovieClip
"bar"Symbol 37 MovieClip Frame 1Symbol 16 MovieClip

Labels

"loaded"Symbol 37 MovieClip Frame 3

Dynamic Text Variables

_root.scoreSymbol 119 EditableText""
_root.scoreSymbol 122 EditableText""
_root.scoreBestSymbol 123 EditableText""




http://swfchan.com/15/72002/info.shtml
Created: 8/4 -2019 23:57:33 Last modified: 8/4 -2019 23:57:33 Server time: 15/05 -2024 22:33:28