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

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

3D Space Flyer.swf

This is the info page for
Flash #111664

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


Text
Click To Start!

ActionScript [AS1/AS2]

Frame 1
function mouseSpace() { spaceX = _xmouse - ship._x; spaceY = _ymouse - ship._y; } function Move() { ship._x = ship._x + (spaceX / 4); ship._y = ship._y + (spaceY / 4); ship._rotation = -((ship._x - (Stage.width / 2)) / 4); } function space_shoot() { if (shooting == 1) { attachMovie("bullet", "bullet", 1000005); shooting == 0; } if (still_shooting == 1) { bullet._x = ship._x; bullet._y = ship._y; bullet._rotation = ship._rotation; } } function add_obstacle() { if (mouse_down == 1) { time_add = time_add - 0.003; speed_increase = speed_increase + 1E-6; time_too_add_obstacle = time_too_add_obstacle - 1; } trace(time_add); trace(time_too_add_obstacle); if ((time_too_add_obstacle <= (time_add / 2)) && (allow_add == 1)) { allow_add = 0; ring_MC = attachMovie("ring", "ring" + depth, depth); depth--; var s_spaced; ring_MC._alpha = 0; ring_MC._xscale = 50; ring_MC._yscale = 50; ring_MC._rotation = Math.random() * 360; ring_MC._x = (Stage.width / 2) + (((Stage.width / 2) - ship._x) * 2); ring_MC._y = (Stage.height / 2) + (((Stage.height / 2) - ship._y) * 2); var speed = 1; var no_hittest = 1; ring_MC.onEnterFrame = function () { if (mouse_down == 0) { this.removeMovieClip(); } s_spaced = this._xscale / 500; this._x = (Stage.width / 2) + (((Stage.width / 2) - ship._x) * s_spaced); this._y = (Stage.height / 2) + (((Stage.height / 2) - ship._y) * s_spaced); if ((this._xscale > 2000) && (no_hittest == 1)) { no_hittest = 0; if (this.hitTest(ship._x, ship._y, true)) { this.gotoAndStop(2); } else { this.swapDepths(depth + 10000); } } if (this._xscale > 5000) { this.removeMovieClip(); } speed = speed * speed_increase; this._xscale = this._xscale * speed; this._yscale = this._yscale * speed; if (this._alpha < 100) { } this._alpha = this._alpha + 2; }; } if (time_too_add_obstacle <= 0) { allow_add = 1; time_too_add_obstacle = time_add; obstacle = Math.floor(Math.random() * 5); obstacle_MC = attachMovie(obstacle_array[obstacle], "obstacle" + depth, depth); depth--; var s_spaced; obstacle_MC._alpha = 0; obstacle_MC._xscale = 50; obstacle_MC._yscale = 50; obstacle_MC._rotation = Math.random() * 360; obstacle_MC._x = (Stage.width / 2) + (((Stage.width / 2) - ship._x) * 2); obstacle_MC._y = (Stage.height / 2) + (((Stage.height / 2) - ship._y) * 2); var speed = 1; var no_hittest = 1; obstacle_MC.onEnterFrame = function () { if (mouse_down == 0) { this.removeMovieClip(); } s_spaced = this._xscale / 500; this._x = (Stage.width / 2) + (((Stage.width / 2) - ship._x) * s_spaced); this._y = (Stage.height / 2) + (((Stage.height / 2) - ship._y) * s_spaced); if ((this._xscale > 2000) && (no_hittest == 1)) { no_hittest = 0; if (this.hitTest(ship._x, ship._y, true)) { mouse_down = 0; ship._x = Stage.width / 2; ship._y = Stage.height / 2; ship._rotation = 0; attachMovie("tell_click", "tell_click", 1010001); tell_click._x = Stage.width / 2; tell_click._y = 150; } else { this.swapDepths(depth + 10000); } } if (this._xscale > 5000) { this.removeMovieClip(); } speed = speed * speed_increase; this._xscale = this._xscale * speed; this._yscale = this._yscale * speed; if (this._alpha < 100) { } this._alpha = this._alpha + 2; }; } } stop(); spaceX = 0; spaceY = 0; obstacle = 0; mouse_down = 0; shooting = 0; allow_add = 1; still_shooting = 0; time_add = 50; speed_increase = 1.0006; depth = 1000000 /* 0x0F4240 */; var obstacle_array = new Array("obstacle1", "obstacle2", "obstacle3", "obstacle4", "obstacle5"); time_too_add_obstacle = 20; attachMovie("ship", "ship", 1000004); ship._x = Stage.width / 2; ship._y = Stage.height / 2; attachMovie("tell_click", "tell_click", 1010001); tell_click._x = Stage.width / 2; tell_click._y = 150; onMouseDown = function () { if (mouse_down == 0) { mouse_down = 1; tell_click.removeMovieClip(); } else { shooting = 1; still_shooting = 1; } }; onMouseUp = function () { shooting = 0; still_shooting = 0; bullet.removeMovieClip(); }; onEnterFrame = function () { mouseSpace(); if (mouse_down == 1) { Move(); } space_shoot(); add_obstacle(); };
Symbol 70 MovieClip Frame 10
stop();
Symbol 71 MovieClip [ring] Frame 1
stop();

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:61
Symbol 3 BitmapUsed by:4
Symbol 4 GraphicUses:3Used by:61
Symbol 5 BitmapUsed by:6
Symbol 6 GraphicUses:5Used by:61
Symbol 7 BitmapUsed by:8
Symbol 8 GraphicUses:7Used by:61
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:61
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:61
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:61
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:61
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:61
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:61
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:61
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:61
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:61
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:61
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:61
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:61
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:61
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:61
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:61
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:61
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:61
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:61
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:61
Symbol 47 BitmapUsed by:48
Symbol 48 GraphicUses:47Used by:61
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:61
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:61
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:61
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:61
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:61
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:61
Symbol 61 MovieClip [ball]Uses:2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60
Symbol 62 FontUsed by:63
Symbol 63 TextUses:62Used by:64
Symbol 64 MovieClip [tell_click]Uses:63
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:71
Symbol 67 GraphicUsed by:71
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:70
Symbol 70 MovieClipUses:69Used by:71
Symbol 71 MovieClip [ring]Uses:66 67 70
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClip [bullet]Uses:72Used by:Timeline
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClip [inside_ship]Uses:74Used by:76
Symbol 76 MovieClip [ship]Uses:75Used by:Timeline
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClip [grey5]Uses:77Used by:79
Symbol 79 MovieClip [obstacle2]Uses:78Used by:Timeline
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:82
Symbol 82 MovieClip [obstacle3]Uses:81Used by:Timeline
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83Used by:85
Symbol 85 MovieClip [obstacle1]Uses:84Used by:Timeline
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:88
Symbol 88 MovieClip [obstacle5]Uses:87Used by:Timeline
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:89Used by:91
Symbol 91 MovieClip [obstacle4]Uses:90Used by:Timeline
Symbol 92 GraphicUsed by:Timeline
Symbol 93 GraphicUsed by:Timeline

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 61 as "ball"
ExportAssets (56)Timeline Frame 1Symbol 64 as "tell_click"
ExportAssets (56)Timeline Frame 1Symbol 71 as "ring"
ExportAssets (56)Timeline Frame 1Symbol 73 as "bullet"
ExportAssets (56)Timeline Frame 1Symbol 75 as "inside_ship"
ExportAssets (56)Timeline Frame 1Symbol 76 as "ship"
ExportAssets (56)Timeline Frame 1Symbol 78 as "grey5"
ExportAssets (56)Timeline Frame 1Symbol 79 as "obstacle2"
ExportAssets (56)Timeline Frame 1Symbol 82 as "obstacle3"
ExportAssets (56)Timeline Frame 1Symbol 85 as "obstacle1"
ExportAssets (56)Timeline Frame 1Symbol 88 as "obstacle5"
ExportAssets (56)Timeline Frame 1Symbol 91 as "obstacle4"




http://swfchan.com/23/111664/info.shtml
Created: 12/3 -2019 21:00:38 Last modified: 12/3 -2019 21:00:38 Server time: 24/04 -2024 16:52:14