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

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

Asteroids.swf

This is the info page for
Flash #30423

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


Text
Dodge the Asteroids!

The point of this game
is to dodge the
asteroids.  Controls are
the arrow keys and to
boost hold down space
while pressing the
arrow keys.  Rolling the
mouse over the pause
button will pause,
rolling it off will
continue the game

Instructions

Play!

Easy

Hard

Russian

Try Again

Score:

200

Booster:

Lives:

Main Menu

Pause

Game Over!

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
stop();
Frame 3
stop();
Instance of Symbol 28 MovieClip "bg1" in Frame 3
onClipEvent (enterFrame) { if (_root.move == "yes") { this._x = this._x - 1; } if (this.hitTest(_root.bgscreenout)) { this._x = _root.bgspawn._x; } }
Instance of Symbol 36 MovieClip "bg2" in Frame 3
onClipEvent (enterFrame) { if (_root.move == "yes") { this._x = this._x - 1; } if (this.hitTest(_root.bgscreenout)) { this._x = _root.bgspawn._x; } }
Instance of Symbol 49 MovieClip "chopper" in Frame 3
onClipEvent (enterFrame) { if ((_root.boosting == "yes") && (_root.booster < 200)) { _root.booster++; } if (_root.scorecount == "yes") { _root.score = _root.score + 1; } if (Key.isDown(38) && (_root.move == "yes")) { this._y = this._y - 3; } if (Key.isDown(40) && (_root.move == "yes")) { this._y = this._y + 3; } if (Key.isDown(39) && (_root.move == "yes")) { this._x = this._x + 6; } if (Key.isDown(37) && (_root.move == "yes")) { this._x = this._x - 3; } if (Key.isDown(32) && ((Key.isDown(38) && (_root.booster > 9)) && (_root.move == "yes"))) { this._y = this._y - 6; _root.booster = _root.booster - 10; } if (Key.isDown(32) && ((Key.isDown(40) && (_root.booster > 9)) && (_root.move == "yes"))) { this._y = this._y + 6; _root.booster = _root.booster - 10; } if (Key.isDown(32) && ((Key.isDown(39) && (_root.booster > 9)) && (_root.move == "yes"))) { this._x = this._x + 12; _root.booster = _root.booster - 10; } if (Key.isDown(32) && ((Key.isDown(37) && (_root.booster > 9)) && (_root.move == "yes"))) { this._x = this._x - 6; _root.booster = _root.booster - 10; } if (((_root.lives <= 3) && (_root.hit == "yes")) && ((((((((((((((this.hitTest(_root.rightwall) || (this.hitTest(_root.leftwall))) || (this.hitTest(_root.topwall))) || (this.hitTest(_root.bottomwall))) || (this.hitTest(_root.b1))) || (this.hitTest(_root.b2))) || (this.hitTest(_root.b3))) || (this.hitTest(_root.b4))) || (this.hitTest(_root.b5))) || (this.hitTest(_root.b6))) || (this.hitTest(_root.b7))) || (this.hitTest(_root.b8))) || (this.hitTest(_root.b9))) || (this.hitTest(_root.b10))) || (this.hitTest(_root.b11)))) { _root.again._alpha = 50; _root.chopper.gotoAndPlay(8); _root.hit = "no"; _root.move = "no"; _root.click = "yes"; _root.scorecount = "no"; _root.boosting = "no"; _root.lives = _root.lives + 1; } if (_root.lives == 1) { _root.life3._alpha = 0; } if (_root.lives == 2) { _root.life2._alpha = 0; } if (_root.lives == 3) { _root.life1._alpha = 0; } if (_root.lives == 4) { _root.gameover._alpha = 100; _root.chopper.gotoAndPlay(14); _root.hit = "yes"; _root.move = "no"; _root.click = "no"; _root.scorecount = "no"; _root.boosting = "no"; _root.overpress = "yes"; } } onClipEvent (load) { _root.hit = "yes"; _root.move = "yes"; _root.click = "no"; _root.scorecount = "yes"; _root.boosting = "yes"; _root.lives = 0; _root.overpress = "no"; _root.booster = 200; }
Instance of Symbol 52 MovieClip "b11" in Frame 3
onClipEvent (enterFrame) { if (_root.move == "yes") { this._x = this._x - _root.rockspeed; } if (this.hitTest(_root.screenout)) { this._x = _root.spawn._x; this._y = Math.random() * 150; } }
Instance of Symbol 52 MovieClip "b2" in Frame 3
onClipEvent (enterFrame) { if (_root.move == "yes") { this._x = this._x - _root.rockspeed; } if (this.hitTest(_root.screenout)) { this._x = _root.spawn._x; this._y = Math.random() * 150; } }
Instance of Symbol 52 MovieClip "b3" in Frame 3
onClipEvent (enterFrame) { if (_root.move == "yes") { this._x = this._x - _root.rockspeed; } if (this.hitTest(_root.screenout)) { this._x = _root.spawn._x; this._y = Math.random() * 150; } }
Instance of Symbol 52 MovieClip "b4" in Frame 3
onClipEvent (enterFrame) { if (_root.move == "yes") { this._x = this._x - _root.rockspeed; } if (this.hitTest(_root.screenout)) { this._x = _root.spawn._x; this._y = Math.random() * 150; } }
Instance of Symbol 52 MovieClip "b1" in Frame 3
onClipEvent (enterFrame) { if (_root.move == "yes") { this._x = this._x - _root.rockspeed; } if (this.hitTest(_root.screenout)) { this._x = _root.spawn._x; this._y = Math.random() * 150; } }
Instance of Symbol 52 MovieClip "b6" in Frame 3
onClipEvent (enterFrame) { if (_root.move == "yes") { this._x = this._x - _root.rockspeed; } if (this.hitTest(_root.screenout)) { this._x = _root.spawn._x; this._y = Math.random() * 150; } }
Instance of Symbol 52 MovieClip "b7" in Frame 3
onClipEvent (enterFrame) { if (_root.move == "yes") { this._x = this._x - _root.rockspeed; } if (this.hitTest(_root.screenout)) { this._x = _root.spawn._x; this._y = Math.random() * 150; } }
Instance of Symbol 52 MovieClip "b8" in Frame 3
onClipEvent (enterFrame) { if (_root.move == "yes") { this._x = this._x - _root.rockspeed; } if (this.hitTest(_root.screenout)) { this._x = _root.spawn._x; this._y = Math.random() * 150; } }
Instance of Symbol 52 MovieClip "b9" in Frame 3
onClipEvent (enterFrame) { if (_root.move == "yes") { this._x = this._x - _root.rockspeed; } if (this.hitTest(_root.screenout)) { this._x = _root.spawn._x; this._y = Math.random() * 150; } }
Instance of Symbol 52 MovieClip "b10" in Frame 3
onClipEvent (enterFrame) { if (_root.move == "yes") { this._x = this._x - _root.rockspeed; } if (this.hitTest(_root.screenout)) { this._x = _root.spawn._x; this._y = Math.random() * 150; } }
Instance of Symbol 61 MovieClip "again" in Frame 3
onClipEvent (mouseDown) { if (_root.click == "yes") { this._alpha = 0; _root.lost._alpha = 0; _root.chopper.gotoAndPlay(1); _root.chopper._y = _root.start._y; _root.chopper._x = _root.start._x; _root.hit = "yes"; _root.move = "yes"; _root.b2._x = 239.9; _root.b2._y = 33; _root.b3._x = 409.9; _root.b3._y = 120; _root.b4._x = 523.9; _root.b4._y = 84; _root.b9._x = 603; _root.b9._y = 127; _root.b1._x = 695.9; _root.b1._y = 74; _root.b11._x = 778; _root.b11._y = 125; _root.b6._x = 812.9; _root.b6._y = 36; _root.b7._x = 859.9; _root.b7._y = 85; _root.b8._x = 920.9; _root.b8._y = 38; _root.b10._x = 973.9; _root.b10._y = 127; _root.click = "no"; _root.scorecount = "yes"; _root.booster = 200; _root.boosting = "yes"; } }
Instance of Symbol 76 MovieClip "cloud" in Frame 3
onClipEvent (enterFrame) { if (_root.move == "yes") { this._x = this._x - 3; } if (this.hitTest(_root.screenout)) { this._x = _root.bgspawn._x; this._y = Math.random() * 150; } }
Instance of Symbol 79 MovieClip "pause" in Frame 3
on (rollOver) { _root.move = "no"; _root.hit = "no"; _root.scorecount = "no"; _root.boosting = "no"; } on (rollOut) { _root.move = "yes"; _root.hit = "yes"; _root.scorecount = "yes"; _root.boosting = "yes"; }
Symbol 13 Button
on (press) { _root.instructions._alpha = 100; }
Symbol 15 Button
on (press) { gotoAndPlay (2); }
Symbol 17 Button
on (press) { gotoAndPlay (3); _root.rockspeed = 7; }
Symbol 19 Button
on (press) { gotoAndPlay (3); _root.rockspeed = 15; }
Symbol 21 Button
on (press) { gotoAndPlay (3); _root.rockspeed = 25; }
Symbol 49 MovieClip Frame 7
gotoAndPlay (1);
Symbol 49 MovieClip Frame 13
stop();
Symbol 49 MovieClip Frame 19
stop(); stopAllSounds();
Symbol 73 Button
on (press) { gotoAndPlay (1); }
Symbol 82 Button
on (press) { if (_root.overpress == "yes") { _root.music.gotoAndStop(1); gotoAndPlay (1); _root.score = 0; } }

Library Items

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

Instance Names

"instructions"Frame 1Symbol 5 MovieClip
"bg"Frame 3Symbol 23 MovieClip
"bgspawn"Frame 3Symbol 25 MovieClip
"bg1"Frame 3Symbol 28 MovieClip
"bgscreenout"Frame 3Symbol 30 MovieClip
"bg2"Frame 3Symbol 36 MovieClip
"topwall"Frame 3Symbol 39 MovieClip
"bottomwall"Frame 3Symbol 39 MovieClip
"chopper"Frame 3Symbol 49 MovieClip
"b11"Frame 3Symbol 52 MovieClip
"b2"Frame 3Symbol 52 MovieClip
"b3"Frame 3Symbol 52 MovieClip
"b4"Frame 3Symbol 52 MovieClip
"b1"Frame 3Symbol 52 MovieClip
"screenout"Frame 3Symbol 54 MovieClip
"spawn"Frame 3Symbol 56 MovieClip
"b6"Frame 3Symbol 52 MovieClip
"b7"Frame 3Symbol 52 MovieClip
"b8"Frame 3Symbol 52 MovieClip
"b9"Frame 3Symbol 52 MovieClip
"b10"Frame 3Symbol 52 MovieClip
"start"Frame 3Symbol 58 MovieClip
"again"Frame 3Symbol 61 MovieClip
"scorebox"Frame 3Symbol 62 EditableText
"boosterbox"Frame 3Symbol 64 EditableText
"life1"Frame 3Symbol 68 MovieClip
"life2"Frame 3Symbol 69 MovieClip
"life3"Frame 3Symbol 70 MovieClip
"leftwall"Frame 3Symbol 39 MovieClip
"rightwall"Frame 3Symbol 39 MovieClip
"cloud"Frame 3Symbol 76 MovieClip
"pause"Frame 3Symbol 79 MovieClip
"gameover"Frame 3Symbol 82 Button

Labels

"copter"Frame 3

Dynamic Text Variables

scoreSymbol 62 EditableText""
boosterSymbol 64 EditableText"200"




http://swfchan.com/7/30423/info.shtml
Created: 19/5 -2019 08:49:27 Last modified: 19/5 -2019 08:49:27 Server time: 09/05 -2024 16:30:59