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

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

Acorn Toss.swf

This is the info page for
Flash #12526

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


Text
Try to pass the acorn as high up on
the tree as you can.  Use the left and
right arrow keys to move the squirrel
closest to the acorn.  Once the acorn
hits the ground your try is done.  You
will receive three trys, in which your
highest score is kept.

SCORE

ActionScript [AS1/AS2]

Frame 1
var lives = 0; SCORETXT = 0; bytes_loaded = Math.round(this.getBytesLoaded()); bytes_total = Math.round(this.getBytesTotal()); getPercent = bytes_loaded / bytes_total; this.loadBar._width = getPercent * 284.1; if (bytes_loaded == bytes_total) { this.gotoAndPlay(3); } Stage.showMenu = false;
Frame 2
this.gotoAndPlay(1);
Frame 3
instructions._visible = false; endtoo.removeMovieClip(); nameboxtoo.removeMovieClip();
Frame 4
stop();
Frame 5
var speed = 20; var Xspeed = 2; var count = 1; var baseVar = 0; restart._visible = false; startMessage._visible = true; end._visible = false; namebox._visible = false; namebox.duplicateMovieClip("nameboxtoo", 450010); nameboxtoo._visible = false; var gameStart = false; var cheertxt = " "; var playername = "enter here"; var xizo = 0; System.security.allowDomain("http://members.lycos.co.uk"); scoreboard_lv = new LoadVars(); scoreboard_lv.game = "acorntoss"; cheer.duplicateMovieClip("cheertext", 200); cheertext._x = 150; cheertext._y = 10; var sw = new Sound(); sw.attachSound("swoosh"); sw.start();
Instance of Symbol 38 MovieClip "base" in Frame 5
onClipEvent (enterFrame) { if (gameStart) { if (this._y >= 300.3) { this._y = this._y + _root.speed; _root.speed = _root.speed - 1; } } }
Instance of Symbol 40 MovieClip "lsq" in Frame 5
onClipEvent (enterFrame) { var myY; this._y = (_root.base._y - (this._height * myY)) - (15 * myY); }
Instance of Symbol 42 MovieClip "rsq" in Frame 5
onClipEvent (enterFrame) { var myY; this._y = (_root.base._y - (this._height * myY)) - (30 * myY); }
Frame 6
this.onMouseDown = function () { gameStart = true; startMessage._visible = false; }; if (base._y > baseVar) { _root.lsq.duplicateMovieClip("dlsq" + count, _root.count); _root["dlsq" + count]._x = 144; _root["dlsq" + count].myY = count; _root["dlsq" + count]._y = _root.base._y - (this._height * _root.count); _root.count = _root.count + 1; _root.rsq.duplicateMovieClip("drsq" + count, _root.count); _root["drsq" + count]._x = 144; _root["drsq" + count].myY = count; _root["drsq" + count].squirrel._x = random(300) - 150; _root["drsq" + count]._y = _root.base._y - (this._height * _root.count); _root.count = _root.count + 1; _root.baseVar = _root.baseVar + 360; } if (SCORETXT > 30000) { cheertxt = "Top ten, here you come!"; } else if (SCORETXT > 4000) { cheertxt = "@#$% what? %$%^ Amazing, sir!"; } else if (SCORETXT > 2000) { cheertxt = "Holy squirrel balls, you're the bestest!"; } else if (SCORETXT > 1500) { cheertxt = "Damn your on fire!"; } else if (SCORETXT > 1000) { cheertxt = "Go! Go! Go! Go! Go! Go! Go! Go!"; } else if (SCORETXT > 500) { cheertxt = "My mom did better than this."; }
Instance of Symbol 38 MovieClip "base" in Frame 6
onClipEvent (enterFrame) { if (this._y >= 300.3) { this._y = this._y + _root.speed; _root.speed = _root.speed - 1; } }
Instance of Symbol 40 MovieClip "lsq" in Frame 6
onClipEvent (enterFrame) { var myY; this._y = (_root.base._y - (this._height * myY)) + 15; }
Instance of Symbol 42 MovieClip "rsq" in Frame 6
onClipEvent (enterFrame) { var myY; this._y = (_root.base._y - (this._height * myY)) + 30; }
Instance of Symbol 63 MovieClip "nut" in Frame 6
onClipEvent (enterFrame) { if ((_root.base._y >= 300.3) && (!_root.squirrel.hitTest(this))) { this._x = this._x - _root.Xspeed; this._rotation = this._rotation + 42; } if (_root.squirrel.hitTest(this)) { this._x = this._x + (_root.Xspeed * 1.2); _root.speed = 20; } }
Instance of Symbol 68 MovieClip in Frame 6
onClipEvent (enterFrame) { this._visible = false; if (this.hitTest(_root.nut)) { _root.Lbird.duplicateMovieClip("bird" + _root.count, 4000000); _root["bird" + _root.count]._x = 0; _root.nut._x = _root.nut._x + (_root.Xspeed * 1.2); _root.Xspeed = _root.Xspeed * -1; } }
Instance of Symbol 70 MovieClip in Frame 6
onClipEvent (enterFrame) { this._visible = false; if (this.hitTest(_root.nut)) { _root.Rbird.duplicateMovieClip("bird" + _root.count, 4000000); _root["bird" + _root.count]._x = 300; _root.nut._x = _root.nut._x - (Math.abs(_root.Xspeed) * 1.2); _root.Xspeed = _root.Xspeed * -1; } }
Frame 7
this.onMouseDown = function () { gameStart = true; startMessage._visible = false; }; if (base._y > (SCORETXT + 510)) { SCORETXT = base._y - 510.35; } if (_root.base._y < 300) { if (_root.lives < 3) { restart._visible = true; } else if (xizo == 0) { restart._visible = false; cheertext.removeMovieClip(); end.duplicateMovieClip("endtoo", 450000); nameboxtoo._visible = true; xizo = 1; } } gotoAndPlay (6);
Symbol 14 Button
on (release) { gotoAndPlay (5); }
Symbol 17 Button
on (rollOver) { _root.instructions._visible = true; } on (rollOut) { _root.instructions._visible = false; }
Symbol 37 MovieClip Frame 4
gotoAndPlay (2);
Symbol 37 MovieClip Frame 7
gotoAndPlay (5);
Instance of Symbol 37 MovieClip in Symbol 38 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 37 MovieClip "squirrel" in Symbol 40 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.nut)) { _root.nut._x = _root.nut._x + (_root.Xspeed * 1.2); _root.Xspeed = _root.Xspeed * -1; _root.speed = 20; } } onClipEvent (keyDown) { if (_parent.hitTest(_root.nut)) { this.gotoAndPlay(5); if (Key.getCode() == 39) { if (this._x < 160) { this._x = this._x + (5 + _parent.myY); } } if (Key.getCode() == 37) { if (this._x > -150) { this._x = this._x - (5 + _parent.myY); } } } } onClipEvent (keyUp) { this.gotoAndPlay(2); }
Instance of Symbol 37 MovieClip "squirrel" in Symbol 42 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.nut)) { _root.nut._x = _root.nut._x + (_root.Xspeed * 1.2); _root.Xspeed = _root.Xspeed * -1; _root.speed = 20; } } onClipEvent (keyDown) { if (_parent.hitTest(_root.nut)) { this.gotoAndPlay(5); if (Key.getCode() == 39) { if (this._x < 150) { this._x = this._x + (5 + _parent.myY); } } if (Key.getCode() == 37) { if (this._x > -100) { this._x = this._x - (5 + _parent.myY); } } } } onClipEvent (keyUp) { this.gotoAndPlay(2); }
Symbol 47 Button
on (release) { _root.lives = _root.lives + 1; gotoAndPlay (5); }
Symbol 55 Button
on (release) { if ((_root.SCORETXT > 0) && (_root.playername.length > 0)) { _root.scoreboard_lv.score = _root.SCORETXT; _root.scoreboard_lv.name = _root.playername.toLowerCase(); } _root.scoreboard_lv.sendAndLoad("http://members.lycos.co.uk/chuckwolfe/games/scores/games_score_text.php", _root.scoreboard_lv, "POST"); _root.dlsq1.removeMovieClip(); _root.drsq2.removeMovieClip(); _root.gotoAndPlay(100); }
Symbol 66 MovieClip Frame 19
this._visible = false; this.removeMovieClip();

Library Items

Symbol 1 Sound [swoosh]
Symbol 2 Sound [squirrelsound]
Symbol 3 BitmapUsed by:4 8 9
Symbol 4 GraphicUses:3Used by:Timeline
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:Timeline
Symbol 7 GraphicUsed by:Timeline
Symbol 8 GraphicUses:3Used by:Timeline
Symbol 9 GraphicUses:3Used by:Timeline
Symbol 10 GraphicUsed by:14
Symbol 11 GraphicUsed by:14
Symbol 12 GraphicUsed by:14
Symbol 13 GraphicUsed by:14
Symbol 14 ButtonUses:10 11 12 13Used by:Timeline
Symbol 15 GraphicUsed by:17
Symbol 16 GraphicUsed by:17
Symbol 17 ButtonUses:15 16Used by:Timeline
Symbol 18 GraphicUsed by:Timeline
Symbol 19 GraphicUsed by:22
Symbol 20 FontUsed by:21 53 57
Symbol 21 TextUses:20Used by:22
Symbol 22 MovieClipUses:19 21Used by:Timeline
Symbol 23 BitmapUsed by:24 25 27 39 41 60
Symbol 24 GraphicUses:23Used by:Timeline
Symbol 25 GraphicUses:23Used by:Timeline
Symbol 26 BitmapUsed by:27
Symbol 27 GraphicUses:26 23Used by:38
Symbol 28 BitmapUsed by:29
Symbol 29 GraphicUses:28Used by:37
Symbol 30 BitmapUsed by:31 32 33 34 35 36
Symbol 31 GraphicUses:30Used by:37
Symbol 32 GraphicUses:30Used by:37
Symbol 33 GraphicUses:30Used by:37
Symbol 34 GraphicUses:30Used by:37
Symbol 35 GraphicUses:30Used by:37
Symbol 36 GraphicUses:30Used by:37
Symbol 37 MovieClipUses:29 31 32 33 34 35 36Used by:38 40 42
Symbol 38 MovieClipUses:27 37Used by:Timeline
Symbol 39 GraphicUses:23Used by:40
Symbol 40 MovieClipUses:39 37Used by:Timeline
Symbol 41 GraphicUses:23Used by:42
Symbol 42 MovieClipUses:41 37Used by:Timeline
Symbol 43 FontUsed by:44 45
Symbol 44 TextUses:43Used by:Timeline
Symbol 45 EditableTextUses:43Used by:Timeline
Symbol 46 GraphicUsed by:47
Symbol 47 ButtonUses:46Used by:Timeline
Symbol 48 FontUsed by:49
Symbol 49 EditableTextUses:48Used by:50
Symbol 50 MovieClipUses:49Used by:Timeline
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:56
Symbol 53 EditableTextUses:20Used by:56
Symbol 54 GraphicUsed by:55
Symbol 55 ButtonUses:54Used by:56
Symbol 56 MovieClipUses:52 53 55Used by:Timeline
Symbol 57 EditableTextUses:20Used by:58
Symbol 58 MovieClipUses:57Used by:Timeline
Symbol 59 SoundUsed by:Timeline
Symbol 60 GraphicUses:23Used by:Timeline
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:63
Symbol 63 MovieClipUses:62Used by:Timeline
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:64Used by:66
Symbol 66 MovieClipUses:65Used by:Timeline
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:67Used by:Timeline
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:Timeline

Instance Names

"loadBar"Frame 1Symbol 6 MovieClip
"play"Frame 3Symbol 14 Button
"instructions"Frame 3Symbol 22 MovieClip
"base"Frame 5Symbol 38 MovieClip
"lsq"Frame 5Symbol 40 MovieClip
"rsq"Frame 5Symbol 42 MovieClip
"restart"Frame 5Symbol 47 Button
"cheer"Frame 5Symbol 50 MovieClip
"end"Frame 5Symbol 56 MovieClip
"namebox"Frame 5Symbol 58 MovieClip
"base"Frame 6Symbol 38 MovieClip
"lsq"Frame 6Symbol 40 MovieClip
"rsq"Frame 6Symbol 42 MovieClip
"nut"Frame 6Symbol 63 MovieClip
"Rbird"Frame 6Symbol 66 MovieClip
"Lbird"Frame 6Symbol 66 MovieClip
"squirrel"Symbol 40 MovieClip Frame 1Symbol 37 MovieClip
"squirrel"Symbol 42 MovieClip Frame 1Symbol 37 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "swoosh"
ExportAssets (56)Timeline Frame 1Symbol 2 as "squirrelsound"

Dynamic Text Variables

SCORETXTSymbol 45 EditableText""
_root.cheertxtSymbol 49 EditableText""
_root.SCORETXTSymbol 53 EditableText""
_root.playernameSymbol 57 EditableText""




http://swfchan.com/3/12526/info.shtml
Created: 5/6 -2019 21:49:52 Last modified: 5/6 -2019 21:49:52 Server time: 26/04 -2024 00:48:32