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

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

Planet Thing 1.0.swf

This is the info page for
Flash #48789

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


Text
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 91
stop(); 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 92
gameOn = false; play_btn.onRelease = function () { delete onEnterFrame; gotoAndStop (94); gameOn = true; }; how_btn.onRelease = function () { gotoAndStop (93); };
Frame 93
stopAllSounds(); play_btn.onRelease = function () { gotoAndStop (94); gameOn = true; };
Frame 94
man_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 1
stop();
Symbol 51 MovieClip Frame 2
_root._x = random(10) - 5; _root._y = random(10) - 5;
Symbol 52 MovieClip Frame 1
stop();
Symbol 58 MovieClip Frame 1
stop(); onRelease = function () { gotoAndStop (2); delete onRelease; };
Symbol 58 MovieClip Frame 2
onEnterFrame = function () { stopAllSounds(); }; onRelease = function () { gotoAndStop (1); delete onEnterFrame; delete onRelease; };

Library Items

Symbol 1 GraphicUsed by:4  Timeline
Symbol 2 FontUsed by:3 18 59
Symbol 3 TextUses:2Used by:4
Symbol 4 MovieClipUses:1 3Used by:Timeline
Symbol 5 FontUsed by:6 7 10 11 21 22
Symbol 6 TextUses:5Used by:9
Symbol 7 TextUses:5Used by:9 12
Symbol 8 GraphicUsed by:9 12
Symbol 9 ButtonUses:6 7 8Used by:Timeline
Symbol 10 TextUses:5Used by:12
Symbol 11 TextUses:5Used by:12
Symbol 12 ButtonUses:10 11 8 7Used by:Timeline
Symbol 13 FontUsed by:14
Symbol 14 TextUses:13Used by:Timeline
Symbol 15 FontUsed by:17
Symbol 16 FontUsed by:17
Symbol 17 TextUses:15 16Used by:Timeline
Symbol 18 EditableTextUses:2Used by:Timeline
Symbol 19 FontUsed by:20
Symbol 20 TextUses:19Used by:Timeline
Symbol 21 TextUses:5Used by:24
Symbol 22 TextUses:5Used by:24
Symbol 23 GraphicUsed by:24
Symbol 24 ButtonUses:21 22 23Used by:Timeline
Symbol 25 FontUsed by:26
Symbol 26 TextUses:25Used by:Timeline
Symbol 27 FontUsed by:28
Symbol 28 TextUses:27Used by:Timeline
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:Timeline
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:37
Symbol 33 SoundUsed by:37
Symbol 34 ShapeTweeningUsed by:37
Symbol 35 ShapeTweeningUsed by:37
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:32 33 34 35 36Used by:Timeline
Symbol 38 FontUsed by:39 49 50 53 54 55
Symbol 39 EditableTextUses:38Used by:Timeline
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:45
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:45
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:41 43 44Used by:48
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:48
Symbol 48 MovieClipUses:45 47Used by:Timeline
Symbol 49 TextUses:38Used by:51
Symbol 50 TextUses:38Used by:51
Symbol 51 MovieClipUses:49 50Used by:52
Symbol 52 MovieClipUses:51Used by:Timeline
Symbol 53 TextUses:38Used by:Timeline
Symbol 54 EditableTextUses:38Used by:Timeline
Symbol 55 TextUses:38Used by:Timeline
Symbol 56 GraphicUsed by:58
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:56 57Used by:Timeline
Symbol 59 EditableTextUses:2Used by:Timeline

Instance Names

"play_btn"Frame 91Symbol 9 Button
"how_btn"Frame 91Symbol 12 Button
"play_btn"Frame 92Symbol 24 Button
"play_btn"Frame 93Symbol 9 Button
"planet_mc"Frame 94Symbol 30 MovieClip
"missile_mc"Frame 94Symbol 37 MovieClip
"level_txt"Frame 94Symbol 39 EditableText
"man_mc"Frame 94Symbol 48 MovieClip
"newTop_mc"Frame 94Symbol 52 MovieClip
"highScore_txt"Frame 94Symbol 54 EditableText
"man_mc"Symbol 48 MovieClip Frame 1Symbol 45 MovieClip
"hitArea_mc"Symbol 48 MovieClip Frame 1Symbol 47 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata present, AS1/AS2.
SWFMetaData (77)Timeline Frame 1409 bytes "<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:about="" xmlns ..."




http://swfchan.com/10/48789/info.shtml
Created: 29/4 -2019 06:04:26 Last modified: 29/4 -2019 06:04:26 Server time: 17/05 -2024 13:25:44