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

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

Acorn Catcher.swf

This is the info page for
Flash #47066

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


Text
Flashninjaclan.com

Presents

Acorn Catcher

Play

More Games

High Scores

Special thanks to alillm  of flashkit
for the squirrel, otherwise, it would
have looked somewhat crappier.

Score

Time

Game Over

ok

Name:

Put name here

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
stop(); score = 0; time = 400; acorns = 5; j = 2; while (j <= acorns) { acorn.duplicateMovieClip("acorn" + j, j + 2000, acorn); j++; } playsounds = new Sound(this); playsounds.attachSound("music"); playsounds.start(0, 20000); stop();
Instance of Symbol 28 MovieClip "squirrel" in Frame 2
onClipEvent (load) { this._x = 250; this._y = 315; } onClipEvent (enterFrame) { _root.time--; if (_root.time <= 0) { _root.gotoAndPlay(10); } if (Key.isDown(39)) { this._x = this._x + 25; } else if (Key.isDown(37)) { this._x = this._x - 25; } if (this._x > 550) { this._x = 0; } else if (this._x < 0) { this._x = 550; } }
Instance of Symbol 13 MovieClip "acorn" in Frame 2
onClipEvent (load) { function reset() { var _local1 = this; rdseed = (_root.score / 500) + 4; _local1._x = random(520) + 10; _local1._y = -10; acornspeed = 6 + random(rdseed); playsounds1 = new Sound(_local1); playsounds1.attachSound("Fireball"); } reset(); } onClipEvent (enterFrame) { this._y = this._y + acornspeed; if (this._y > 400) { reset(); _root.time = _root.time - 10; } if (this.hitTest(_root.squirrel)) { playsounds1.start(0, 1); _root.score = _root.score + 10; reset(); } }
Instance of Symbol 30 MovieClip in Frame 2
onClipEvent (load) { function reset() { var _local1 = this; _local1._x = random(520) + 10; _local1._y = -700; lemonspeed = 6 + random(7); playsounds2 = new Sound(_local1); playsounds2.attachSound("Coin"); } reset(); } onClipEvent (enterFrame) { this._y = this._y + lemonspeed; if (this._y > 400) { reset(); } if (this.hitTest(_root.squirrel)) { _root.score = _root.score + 100; playsounds2.start(0, 1); reset(); } }
Instance of Symbol 32 MovieClip "tomato" in Frame 2
onClipEvent (load) { function reset() { var _local1 = this; _local1._x = random(520) + 10; _local1._y = -300; lemonspeed = 10 + random(7); playsounds3 = new Sound(_local1); playsounds3.attachSound("1up"); } reset(); } onClipEvent (enterFrame) { this._y = this._y + lemonspeed; if (this._y > 400) { reset(); } if (this.hitTest(_root.squirrel)) { _root.time = _root.time + 65; playsounds3.start(0, 1); reset(); } }
Frame 11
stop(); _root.acorn.removeMovieClip(); _root.acorn1.removeMovieClip(); _root.acorn2.removeMovieClip(); _root.acorn3.removeMovieClip(); _root.acorn4.removeMovieClip(); _root.acorn5.removeMovieClip(); playsounds.stop();
Symbol 9 Button
on (release) { getURL ("http://www.flashninjaclan.com", "_GET"); }
Symbol 16 Button
on (release) { gotoAndPlay (2); }
Symbol 19 Button
on (release) { getURL ("http://www.java-gaming.com", "_GET"); }
Symbol 22 Button
on (release) { getURL ("http://www.flashninjaclan.com/games/acorncatcher/topscores.php", "_GET"); }
Symbol 43 Button
on (release) { score = _root.score; _root.thename = _root.scorename; loadVariablesNum ("http://www.flashninjaclan.com/games/acorncatcher/newscore.php", 0, "POST"); gotoAndPlay (1); }

Library Items

Symbol 1 Sound [music]
Symbol 2 Sound [Fireball]
Symbol 3 Sound [Coin]
Symbol 4 Sound [1up]
Symbol 5 GraphicUsed by:Timeline
Symbol 6 GraphicUsed by:9
Symbol 7 FontUsed by:8 10 11 15 18 21 23 38 40 42 44 45
Symbol 8 TextUses:7Used by:9
Symbol 9 ButtonUses:6 8Used by:Timeline
Symbol 10 TextUses:7Used by:Timeline
Symbol 11 TextUses:7Used by:Timeline
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:Timeline
Symbol 14 GraphicUsed by:16
Symbol 15 TextUses:7Used by:16
Symbol 16 ButtonUses:14 15Used by:Timeline
Symbol 17 GraphicUsed by:19
Symbol 18 TextUses:7Used by:19
Symbol 19 ButtonUses:17 18Used by:Timeline
Symbol 20 GraphicUsed by:22
Symbol 21 TextUses:7Used by:22
Symbol 22 ButtonUses:20 21Used by:Timeline
Symbol 23 TextUses:7Used by:Timeline
Symbol 24 GraphicUsed by:Timeline
Symbol 25 GraphicUsed by:28
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:28
Symbol 28 MovieClipUses:25 27Used by:Timeline
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:Timeline
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:Timeline
Symbol 33 FontUsed by:34 35 37
Symbol 34 TextUses:33Used by:Timeline
Symbol 35 EditableTextUses:33Used by:Timeline
Symbol 36 TextUsed by:Timeline
Symbol 37 TextUses:33Used by:Timeline
Symbol 38 EditableTextUses:7Used by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 TextUses:7Used by:Timeline
Symbol 41 GraphicUsed by:43
Symbol 42 TextUses:7Used by:43
Symbol 43 ButtonUses:41 42Used by:Timeline
Symbol 44 TextUses:7Used by:Timeline
Symbol 45 EditableTextUses:7Used by:Timeline

Instance Names

"squirrel"Frame 2Symbol 28 MovieClip
"acorn"Frame 2Symbol 13 MovieClip
"tomato"Frame 2Symbol 32 MovieClip
"score"Frame 2Symbol 35 EditableText
"time"Frame 2Symbol 38 EditableText
"thename"Frame 11Symbol 45 EditableText

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "music"
ExportAssets (56)Timeline Frame 1Symbol 2 as "Fireball"
ExportAssets (56)Timeline Frame 1Symbol 3 as "Coin"
ExportAssets (56)Timeline Frame 1Symbol 4 as "1up"

Dynamic Text Variables

scoreSymbol 35 EditableText""
timeSymbol 38 EditableText""
scorenameSymbol 45 EditableText"Put name here"




http://swfchan.com/10/47066/info.shtml
Created: 2/5 -2019 13:55:58 Last modified: 2/5 -2019 13:55:58 Server time: 10/05 -2024 02:47:28