| STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229923 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2598 · P5196 |
![]() | This is the info page for Flash #12526 |
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 1var 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 2this.gotoAndPlay(1);Frame 3instructions._visible = false; endtoo.removeMovieClip(); nameboxtoo.removeMovieClip();Frame 4stop();Frame 5var 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 5onClipEvent (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 5onClipEvent (enterFrame) { var myY; this._y = (_root.base._y - (this._height * myY)) - (15 * myY); }Instance of Symbol 42 MovieClip "rsq" in Frame 5onClipEvent (enterFrame) { var myY; this._y = (_root.base._y - (this._height * myY)) - (30 * myY); }Frame 6this.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 6onClipEvent (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 6onClipEvent (enterFrame) { var myY; this._y = (_root.base._y - (this._height * myY)) + 15; }Instance of Symbol 42 MovieClip "rsq" in Frame 6onClipEvent (enterFrame) { var myY; this._y = (_root.base._y - (this._height * myY)) + 30; }Instance of Symbol 63 MovieClip "nut" in Frame 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 7this.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 Buttonon (release) { gotoAndPlay (5); }Symbol 17 Buttonon (rollOver) { _root.instructions._visible = true; } on (rollOut) { _root.instructions._visible = false; }Symbol 37 MovieClip Frame 4gotoAndPlay (2);Symbol 37 MovieClip Frame 7gotoAndPlay (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 1onClipEvent (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 1onClipEvent (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 Buttonon (release) { _root.lives = _root.lives + 1; gotoAndPlay (5); }Symbol 55 Buttonon (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 19this._visible = false; this.removeMovieClip();
Library Items
Symbol 1 Sound [swoosh] | ||
Symbol 2 Sound [squirrelsound] | ||
Symbol 3 Bitmap | Used by:4 8 9 | |
Symbol 4 Graphic | Uses:3 | Used by:Timeline |
Symbol 5 Graphic | Used by:6 | |
Symbol 6 MovieClip | Uses:5 | Used by:Timeline |
Symbol 7 Graphic | Used by:Timeline | |
Symbol 8 Graphic | Uses:3 | Used by:Timeline |
Symbol 9 Graphic | Uses:3 | Used by:Timeline |
Symbol 10 Graphic | Used by:14 | |
Symbol 11 Graphic | Used by:14 | |
Symbol 12 Graphic | Used by:14 | |
Symbol 13 Graphic | Used by:14 | |
Symbol 14 Button | Uses:10 11 12 13 | Used by:Timeline |
Symbol 15 Graphic | Used by:17 | |
Symbol 16 Graphic | Used by:17 | |
Symbol 17 Button | Uses:15 16 | Used by:Timeline |
Symbol 18 Graphic | Used by:Timeline | |
Symbol 19 Graphic | Used by:22 | |
Symbol 20 Font | Used by:21 53 57 | |
Symbol 21 Text | Uses:20 | Used by:22 |
Symbol 22 MovieClip | Uses:19 21 | Used by:Timeline |
Symbol 23 Bitmap | Used by:24 25 27 39 41 60 | |
Symbol 24 Graphic | Uses:23 | Used by:Timeline |
Symbol 25 Graphic | Uses:23 | Used by:Timeline |
Symbol 26 Bitmap | Used by:27 | |
Symbol 27 Graphic | Uses:26 23 | Used by:38 |
Symbol 28 Bitmap | Used by:29 | |
Symbol 29 Graphic | Uses:28 | Used by:37 |
Symbol 30 Bitmap | Used by:31 32 33 34 35 36 | |
Symbol 31 Graphic | Uses:30 | Used by:37 |
Symbol 32 Graphic | Uses:30 | Used by:37 |
Symbol 33 Graphic | Uses:30 | Used by:37 |
Symbol 34 Graphic | Uses:30 | Used by:37 |
Symbol 35 Graphic | Uses:30 | Used by:37 |
Symbol 36 Graphic | Uses:30 | Used by:37 |
Symbol 37 MovieClip | Uses:29 31 32 33 34 35 36 | Used by:38 40 42 |
Symbol 38 MovieClip | Uses:27 37 | Used by:Timeline |
Symbol 39 Graphic | Uses:23 | Used by:40 |
Symbol 40 MovieClip | Uses:39 37 | Used by:Timeline |
Symbol 41 Graphic | Uses:23 | Used by:42 |
Symbol 42 MovieClip | Uses:41 37 | Used by:Timeline |
Symbol 43 Font | Used by:44 45 | |
Symbol 44 Text | Uses:43 | Used by:Timeline |
Symbol 45 EditableText | Uses:43 | Used by:Timeline |
Symbol 46 Graphic | Used by:47 | |
Symbol 47 Button | Uses:46 | Used by:Timeline |
Symbol 48 Font | Used by:49 | |
Symbol 49 EditableText | Uses:48 | Used by:50 |
Symbol 50 MovieClip | Uses:49 | Used by:Timeline |
Symbol 51 Bitmap | Used by:52 | |
Symbol 52 Graphic | Uses:51 | Used by:56 |
Symbol 53 EditableText | Uses:20 | Used by:56 |
Symbol 54 Graphic | Used by:55 | |
Symbol 55 Button | Uses:54 | Used by:56 |
Symbol 56 MovieClip | Uses:52 53 55 | Used by:Timeline |
Symbol 57 EditableText | Uses:20 | Used by:58 |
Symbol 58 MovieClip | Uses:57 | Used by:Timeline |
Symbol 59 Sound | Used by:Timeline | |
Symbol 60 Graphic | Uses:23 | Used by:Timeline |
Symbol 61 Bitmap | Used by:62 | |
Symbol 62 Graphic | Uses:61 | Used by:63 |
Symbol 63 MovieClip | Uses:62 | Used by:Timeline |
Symbol 64 Bitmap | Used by:65 | |
Symbol 65 Graphic | Uses:64 | Used by:66 |
Symbol 66 MovieClip | Uses:65 | Used by:Timeline |
Symbol 67 Graphic | Used by:68 | |
Symbol 68 MovieClip | Uses:67 | Used by:Timeline |
Symbol 69 Graphic | Used by:70 | |
Symbol 70 MovieClip | Uses:69 | Used by:Timeline |
Instance Names
"loadBar" | Frame 1 | Symbol 6 MovieClip |
"play" | Frame 3 | Symbol 14 Button |
"instructions" | Frame 3 | Symbol 22 MovieClip |
"base" | Frame 5 | Symbol 38 MovieClip |
"lsq" | Frame 5 | Symbol 40 MovieClip |
"rsq" | Frame 5 | Symbol 42 MovieClip |
"restart" | Frame 5 | Symbol 47 Button |
"cheer" | Frame 5 | Symbol 50 MovieClip |
"end" | Frame 5 | Symbol 56 MovieClip |
"namebox" | Frame 5 | Symbol 58 MovieClip |
"base" | Frame 6 | Symbol 38 MovieClip |
"lsq" | Frame 6 | Symbol 40 MovieClip |
"rsq" | Frame 6 | Symbol 42 MovieClip |
"nut" | Frame 6 | Symbol 63 MovieClip |
"Rbird" | Frame 6 | Symbol 66 MovieClip |
"Lbird" | Frame 6 | Symbol 66 MovieClip |
"squirrel" | Symbol 40 MovieClip Frame 1 | Symbol 37 MovieClip |
"squirrel" | Symbol 42 MovieClip Frame 1 | Symbol 37 MovieClip |
Special Tags
ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "swoosh" |
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "squirrelsound" |
Dynamic Text Variables
SCORETXT | Symbol 45 EditableText | "" |
_root.cheertxt | Symbol 49 EditableText | "" |
_root.SCORETXT | Symbol 53 EditableText | "" |
_root.playername | Symbol 57 EditableText | "" |
|