STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229494 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2575 · P5149 |
This is the info page for Flash #48789 |
Joze World dot co dot uk Presents... |
PlAy |
PlAy |
How? |
How? |
Planet thing 1.0 |
Credits To... Scripting + Graphics Joel plowright Chief Graphic Nag-abouter Isaac Plowright |
<p align="left"><font face="Australian Sunrise" size="18" color="#ffffff" letterSpacing="0.000000" kerning="0"><a href="http://www.jozeworld.co.uk">A Joze World Production</a></font></p> |
Game over |
PlAy AgAIn |
PlAy AgAIn |
Once upon a time the was an astronaut Who discovered a little planet and decided to live on it. But soon some nasty people wanted to steal it and started to fire missiles at him. In this game you are that astronaut Use the right and left arrow keys to dodge the missiles and survive as long as possible without dying. The number in the top right hand corner is your current score and the one in the Left hand corner is your highest score. |
How to play |
LEVEL |
nEW High Score |
nEW High Score |
Current Score |
LEVEL |
High Score |
<p align="left"><font face="Australian Sunrise" size="18" color="#ffffff" letterSpacing="0.000000" kerning="0"><a href="http://www.jozeworld.co.uk">A Joze World Production</a></font></p> |
ActionScript [AS1/AS2]
Frame 91stop(); gameOn = false; savedVars_so = SharedObject.getLocal("JozeWorldUserData"); highScore = savedVars_so.data.highScore_planet; if (highScore == undefined) { highScore = 1; } play_btn.onRelease = function () { gotoAndStop (94); gameOn = true; }; how_btn.onRelease = function () { gotoAndStop (93); };Frame 92gameOn = false; play_btn.onRelease = function () { delete onEnterFrame; gotoAndStop (94); gameOn = true; }; how_btn.onRelease = function () { gotoAndStop (93); };Frame 93stopAllSounds(); play_btn.onRelease = function () { gotoAndStop (94); gameOn = true; };Frame 94man_mc.speed = 0; man_mc.acceleration = 2; man_mc.friction = 0.75; level = 1; timer = 0; man_mc.onEnterFrame = function () { level_txt.text = level; if (Key.isDown(39)) { this.man_mc.play(); this.speed = this.speed + this.acceleration; this._xscale = -100; } if (Key.isDown(37)) { this.man_mc.play(); this.speed = this.speed - this.acceleration; this._xscale = 100; } if (timer >= 390) { level = level + 5; var _local3 = missile_mc.duplicateMovieClip(("missile" + level) + "_mc", _root.getNextHighestDepth()); _local3.onEnterFrame = function () { if (gameOn == false) { this.removeMovieClip(); } }; timer = 0; } timer = timer + 1; this.speed = this.speed * this.friction; this._rotation = this._rotation + this.speed; }; onEnterFrame = function () { highScore_txt.text = highScore; if (level > highScore) { highScore = level; savedVars_so.data.highScore_planet = highScore; savedVars_so.flush(); newTop_mc.play(); } };Symbol 37 MovieClip Frame 1_rotation = random(360);Symbol 37 MovieClip Frame 92_root.level = _root.level + 1; if (this.hitTest(_parent.man_mc.hitArea_mc)) { _root.gotoAndStop(_root._currentframe - 2); }Symbol 45 MovieClip Frame 1stop();Symbol 51 MovieClip Frame 2_root._x = random(10) - 5; _root._y = random(10) - 5;Symbol 52 MovieClip Frame 1stop();Symbol 58 MovieClip Frame 1stop(); onRelease = function () { gotoAndStop (2); delete onRelease; };Symbol 58 MovieClip Frame 2onEnterFrame = function () { stopAllSounds(); }; onRelease = function () { gotoAndStop (1); delete onEnterFrame; delete onRelease; };
Library Items
Symbol 1 Graphic | Used by:4 Timeline | |
Symbol 2 Font | Used by:3 18 59 | |
Symbol 3 Text | Uses:2 | Used by:4 |
Symbol 4 MovieClip | Uses:1 3 | Used by:Timeline |
Symbol 5 Font | Used by:6 7 10 11 21 22 | |
Symbol 6 Text | Uses:5 | Used by:9 |
Symbol 7 Text | Uses:5 | Used by:9 12 |
Symbol 8 Graphic | Used by:9 12 | |
Symbol 9 Button | Uses:6 7 8 | Used by:Timeline |
Symbol 10 Text | Uses:5 | Used by:12 |
Symbol 11 Text | Uses:5 | Used by:12 |
Symbol 12 Button | Uses:10 11 8 7 | Used by:Timeline |
Symbol 13 Font | Used by:14 | |
Symbol 14 Text | Uses:13 | Used by:Timeline |
Symbol 15 Font | Used by:17 | |
Symbol 16 Font | Used by:17 | |
Symbol 17 Text | Uses:15 16 | Used by:Timeline |
Symbol 18 EditableText | Uses:2 | Used by:Timeline |
Symbol 19 Font | Used by:20 | |
Symbol 20 Text | Uses:19 | Used by:Timeline |
Symbol 21 Text | Uses:5 | Used by:24 |
Symbol 22 Text | Uses:5 | Used by:24 |
Symbol 23 Graphic | Used by:24 | |
Symbol 24 Button | Uses:21 22 23 | Used by:Timeline |
Symbol 25 Font | Used by:26 | |
Symbol 26 Text | Uses:25 | Used by:Timeline |
Symbol 27 Font | Used by:28 | |
Symbol 28 Text | Uses:27 | Used by:Timeline |
Symbol 29 Graphic | Used by:30 | |
Symbol 30 MovieClip | Uses:29 | Used by:Timeline |
Symbol 31 Graphic | Used by:32 | |
Symbol 32 MovieClip | Uses:31 | Used by:37 |
Symbol 33 Sound | Used by:37 | |
Symbol 34 ShapeTweening | Used by:37 | |
Symbol 35 ShapeTweening | Used by:37 | |
Symbol 36 Graphic | Used by:37 | |
Symbol 37 MovieClip | Uses:32 33 34 35 36 | Used by:Timeline |
Symbol 38 Font | Used by:39 49 50 53 54 55 | |
Symbol 39 EditableText | Uses:38 | Used by:Timeline |
Symbol 40 Graphic | Used by:41 | |
Symbol 41 MovieClip | Uses:40 | Used by:45 |
Symbol 42 Graphic | Used by:43 | |
Symbol 43 MovieClip | Uses:42 | Used by:45 |
Symbol 44 Graphic | Used by:45 | |
Symbol 45 MovieClip | Uses:41 43 44 | Used by:48 |
Symbol 46 Graphic | Used by:47 | |
Symbol 47 MovieClip | Uses:46 | Used by:48 |
Symbol 48 MovieClip | Uses:45 47 | Used by:Timeline |
Symbol 49 Text | Uses:38 | Used by:51 |
Symbol 50 Text | Uses:38 | Used by:51 |
Symbol 51 MovieClip | Uses:49 50 | Used by:52 |
Symbol 52 MovieClip | Uses:51 | Used by:Timeline |
Symbol 53 Text | Uses:38 | Used by:Timeline |
Symbol 54 EditableText | Uses:38 | Used by:Timeline |
Symbol 55 Text | Uses:38 | Used by:Timeline |
Symbol 56 Graphic | Used by:58 | |
Symbol 57 Graphic | Used by:58 | |
Symbol 58 MovieClip | Uses:56 57 | Used by:Timeline |
Symbol 59 EditableText | Uses:2 | Used by:Timeline |
Instance Names
"play_btn" | Frame 91 | Symbol 9 Button |
"how_btn" | Frame 91 | Symbol 12 Button |
"play_btn" | Frame 92 | Symbol 24 Button |
"play_btn" | Frame 93 | Symbol 9 Button |
"planet_mc" | Frame 94 | Symbol 30 MovieClip |
"missile_mc" | Frame 94 | Symbol 37 MovieClip |
"level_txt" | Frame 94 | Symbol 39 EditableText |
"man_mc" | Frame 94 | Symbol 48 MovieClip |
"newTop_mc" | Frame 94 | Symbol 52 MovieClip |
"highScore_txt" | Frame 94 | Symbol 54 EditableText |
"man_mc" | Symbol 48 MovieClip Frame 1 | Symbol 45 MovieClip |
"hitArea_mc" | Symbol 48 MovieClip Frame 1 | Symbol 47 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata present, AS1/AS2. |
SWFMetaData (77) | Timeline Frame 1 | 409 bytes "<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:about="" xmlns ..." |
|