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

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

USA.swf

This is the info page for
Flash #141023

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


Text
Game Over

ActionScript [AS1/AS2]

Frame 1
var nrEnemies = 3; i = 1; while (i < nrEnemies) { _root.Enemy0.duplicateMovieClip("Enemy" + i, _root.getNextHighestDepth()); i++; } var i = 0; var score = 0; var lives = 3; this.onEnterFrame = function () { if (Key.isDown(39)) { if (Ship.hitTest(550, Ship._y, true)) { Ship._x = Ship._x - 7; } Ship._x = Ship._x + 7; } else if (Key.isDown(37)) { if (Ship.hitTest(0, Ship._y, true)) { Ship._x = Ship._x + 7; } Ship._x = Ship._x - 7; } else if (Key.isDown(38)) { if (Ship.hitTest(Ship._x - 40, 0, true)) { Ship._y = Ship._y + 7; } Ship._y = Ship._y - 7; } else if (Key.isDown(40)) { if (Ship.hitTest(Ship._x - 40, 300, true)) { Ship._y = Ship._y - 7; } Ship._y = Ship._y + 7; } if (Key.isDown(32)) { i++; _root.attachMovie("Bullet", "Bullet" + i, _root.getNextHighestDepth()); _root["Bullet" + i]._x = Ship._x + 3; _root["Bullet" + i]._y = Ship._y; } };
Instance of Symbol 51 MovieClip "Ship" in Frame 1
onClipEvent (load) { function reset() { this._x = 100; this._y = 150; } reset(); } onClipEvent (enterFrame) { i = 0; while (i < _root.nrEnemies) { if (this.hitTest(_root["Enemy" + i])) { _root.lives = _root.lives - 1; if (_root.lives <= 0) { _root.attachMovie("GameOver", "GameOver", 100); _root.GameOver._x = 275; _root.GameOver._y = 150; this.swapDepths(10); this.removeMovieClip(); } reset(); k = 0; while (k < _root.nrEnemies) { _root["Enemy" + k].reset(); k++; } } i++; } }
Instance of Symbol 17 MovieClip [Enemy] "Enemy0" in Frame 1
onClipEvent (load) { function reset() { this._y = Math.random() * 300; this._x = 550; mySpeed = Math.ceil(Math.random() * 6) + 1; } reset(); } onClipEvent (enterFrame) { this._x = this._x - mySpeed; if (timer >= 12) { var dir = Math.ceil(Math.random() * 2); timer = 0; } timer++; if (dir == 1) { this._y = this._y - 3; } else if (dir == 2) { this._y = this._y + 3; } if (this._x < -10) { reset(); } }
Symbol 3 MovieClip [Bullet] Frame 1
this.onEnterFrame = function () { this._x = this._x + 9; if (this._x > 550) { this.removeMovieClip(); } i = 0; while (i < _root.nrEnemies) { if (this.hitTest(_root["Enemy" + i])) { _root.score = _root.score + 10; _root["Enemy" + i].reset(); this.removeMovieClip(); } i++; } };

Library Items

Symbol 1 Sound [shoot]
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClip [Bullet]Uses:2
Symbol 4 FontUsed by:5
Symbol 5 TextUses:4Used by:6
Symbol 6 MovieClip [GameOver]Uses:5
Symbol 7 BitmapUsed by:8 9 10 11 12 13 14 15 16
Symbol 8 GraphicUses:7Used by:17
Symbol 9 GraphicUses:7Used by:17
Symbol 10 GraphicUses:7Used by:17
Symbol 11 GraphicUses:7Used by:17
Symbol 12 GraphicUses:7Used by:17
Symbol 13 GraphicUses:7Used by:17
Symbol 14 GraphicUses:7Used by:17
Symbol 15 GraphicUses:7Used by:17
Symbol 16 GraphicUses:7Used by:17
Symbol 17 MovieClip [Enemy]Uses:8 9 10 11 12 13 14 15 16Used by:Timeline
Symbol 18 BitmapUsed by:19
Symbol 19 GraphicUses:18Used by:31
Symbol 20 BitmapUsed by:21
Symbol 21 GraphicUses:20Used by:31
Symbol 22 BitmapUsed by:23
Symbol 23 GraphicUses:22Used by:31
Symbol 24 BitmapUsed by:25 26
Symbol 25 GraphicUses:24Used by:31
Symbol 26 GraphicUses:24Used by:31
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:31
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:31
Symbol 31 MovieClipUses:19 21 23 25 26 28 30Used by:Timeline
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:34
Symbol 34 MovieClipUses:33Used by:Timeline
Symbol 35 BitmapUsed by:36 37 38 39 40 41
Symbol 36 GraphicUses:35Used by:42
Symbol 37 GraphicUses:35Used by:42
Symbol 38 GraphicUses:35Used by:42
Symbol 39 GraphicUses:35Used by:42
Symbol 40 GraphicUses:35Used by:42
Symbol 41 GraphicUses:35Used by:42
Symbol 42 MovieClipUses:36 37 38 39 40 41Used by:Timeline
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:45
Symbol 45 MovieClipUses:44Used by:Timeline
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:Timeline
Symbol 48 BitmapUsed by:50
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:48 49Used by:51
Symbol 51 MovieClipUses:50Used by:Timeline
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:54
Symbol 54 MovieClipUses:53Used by:Timeline
Symbol 55 SoundUsed by:Timeline

Instance Names

"Ship"Frame 1Symbol 51 MovieClip
"Enemy0"Frame 1Symbol 17 MovieClip [Enemy]

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "shoot"
ExportAssets (56)Timeline Frame 1Symbol 3 as "Bullet"
ExportAssets (56)Timeline Frame 1Symbol 6 as "GameOver"
ExportAssets (56)Timeline Frame 1Symbol 17 as "Enemy"




http://swfchan.com/29/141023/info.shtml
Created: 27/10 -2018 21:26:59 Last modified: 27/10 -2018 21:26:59 Server time: 30/04 -2024 09:22:04