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

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

game.swf

This is the info page for
Flash #139325

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


ActionScript [AS1/AS2]
Combined Code
frame 1 { stop(); } movieClip 1 { } movieClip 3 { frame 1 { tx = _x; ty = _y; dx = speed * Math.cos(_rotation * Math.PI / 180); dy = speed * Math.sin(_rotation * Math.PI / 180); if (_x < 100) { speed = 0; } age = 0; immature = 30; onEnterFrame = function () { if (age > _root.game.tailLength) { removeMovieClip(this); } tx += dx; ty += dy; _x = tx; _y = ty; if (speed != 0) { if (_x < 0 || _x > 1920 || _y < 0 || _y > 1080) { removeMovieClip(this); } } cx = _x - _root.game.player._x; cy = _y - _root.game.player._y; if (!_root.game.dead && cx * cx + cy * cy < 64 && immature < 0) { _root.game.dead = true; _root.fade.play(); removeMovieClip(_root.game.player); } --immature; ++age; }; } } movieClip 5 { } movieClip 9 { frame 468 { with (_root.game) { } } frame 488 { _x = Math.random() * 1920; _y = Math.random() * 1080; } } movieClip 11 { frame 1 { tx = _x; ty = _y; dx = speed * Math.cos(_rotation * Math.PI / 180); dy = speed * Math.sin(_rotation * Math.PI / 180); if (_x < 100) { speed = 0; } onEnterFrame = function () { tx += dx; ty += dy; _x = tx; _y = ty; if (speed != 0) { if (_x < 0 || _x > 1920 || _y < 0 || _y > 1080) { removeMovieClip(this); } } cx = _x - _root.game.player._x; cy = _y - _root.game.player._y; if (!_root.game.dead && cx * cx + cy * cy < 64) { _root.game.dead = true; _root.fade.play(); removeMovieClip(_root.game.player); } }; } } movieClip 12 { frame 1 { rotationSpeed = 2; moveSpeed = 1.5; dead = false; i = 0; tailLength = 30; h = 0; fade.depth = 1000000000; onEnterFrame = function () { if (Key.isDown(37)) { player._rotation -= rotationSpeed; } if (Key.isDown(39)) { player._rotation += rotationSpeed; } if (player._x < 0) { player._x = 1920; } if (player._x > 1920) { player._x = 0; } if (player._y < 0) { player._y = 1080; } if (player._y > 1080) { player._y = 0; } player._x += moveSpeed * Math.cos(player._rotation * Math.PI / 180); player._y += moveSpeed * Math.sin(player._rotation * Math.PI / 180); ++i; if (!dead) { duplicateMovieClip(particle, 'prt' + i, i); _root.game['prt' + i]._x = player._x; _root.game['prt' + i]._y = player._y; _root.game['prt' + i]._rotation = player._rotation + 180 + 10 * Math.sin(i / 5); _root.game['prt' + i].speed = 0.5; } if ((i + 20) / 488 == Math.floor((i + 20) / 488)) { tailLength += 50; p = 0; while (p < 100) { ++h; duplicateMovieClip(bombparticle, 'bmbprt' + h, h); _root.game['bmbprt' + h]._rotation = (h / 100) * 360; _root.game['bmbprt' + h]._x = bomb._x; _root.game['bmbprt' + h]._y = bomb._y; _root.game['bmbprt' + h].speed = 0.5; ++p; } } }; } } movieClip 14 { } movieClip 15 { frame 1 { stop(); } frame 300 { stop(); _root.play(); } } // unknown tag 88 length 67 button 20 { on (release) { _root.play(); if (_currentframe < 140) { gotoAndPlay(_currentframe / 1.39 + 140); } } on (keyPress '<Space>') { _root.play(); if (_currentframe < 140) { gotoAndPlay(240 - _currentframe / 1.39); } } } frame 140 { stop(); }




http://swfchan.com/28/139325/info.shtml
Created: 28/10 -2018 03:36:07 Last modified: 28/10 -2018 03:36:07 Server time: 29/04 -2024 05:17:44