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

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

GDX.swf

This is the info page for
Flash #1464

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


Text
GDX

ActionScript [AS1/AS2]

Instance of Symbol 4 MovieClip "mainStars" in Frame 1
onClipEvent (load) { stars.duplicateMovieClip("stars2", 100); stars2._x = stars._x + stars._width; starsStartx = this._x; starsSpeed = 10; } onClipEvent (enterFrame) { this._x = this._x - groundSpeed; if (this._x <= (groundStartx - ground._width)) { this._x = groundStartx - groundSpeed; } }
Instance of Symbol 6 MovieClip "laser" in Frame 1
onClipEvent (load) { laserMoveSpeed = 20; this._x = _root.spaceship._x + 35; this._y = _root.spaceship._y + 50; } onClipEvent (enterFrame) { this._x = this._x + laserMoveSpeed; if (this._x > 600) { this.removeMovieClip(); } }
Instance of Symbol 10 MovieClip "spaceship" in Frame 1
onClipEvent (load) { moveSpeed = 10; _root.laser._visible = false; laserCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(17)) { laserCounter++; _root.laser.duplicateMovieClip("laser" + laserCounter, laserCounter); _root["laser" + laserCounter]._visible = true; } if (Key.isDown(39)) { this._x = this._x + moveSpeed; } else if (Key.isDown(37)) { this._x = this._x - moveSpeed; } if (Key.isDown(40)) { this._y = this._y + moveSpeed; } else if (Key.isDown(38)) { this._y = this._y - moveSpeed; } }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:4
Symbol 4 MovieClipUses:3Used by:Timeline
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:Timeline
Symbol 7 GraphicUsed by:10
Symbol 8 FontUsed by:9
Symbol 9 TextUses:8Used by:10
Symbol 10 MovieClipUses:7 9Used by:Timeline

Instance Names

"mainStars"Frame 1Symbol 4 MovieClip
"laser"Frame 1Symbol 6 MovieClip
"spaceship"Frame 1Symbol 10 MovieClip




http://swfchan.com/1/1464/info.shtml
Created: 17/6 -2019 22:27:54 Last modified: 17/6 -2019 22:27:54 Server time: 29/04 -2024 13:49:56