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

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

Always.swf

This is the info page for
Flash #82165

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


ActionScript [AS1/AS2]
Frame 1
function AddStar() { var _local1 = universe_mc.attachMovie("star", "star_" + i, i); i++; _local1._x = Math.random() * Stage.width; _local1._y = Math.random() * Stage.height; _local1._alpha = 0; var _local3 = _local1._x; var _local2 = _local1._y - (Stage.height / 2); var _local4 = Math.sqrt((_local3 * _local3) + (_local2 * _local2)); var _local5 = Math.atan2(_local2, _local3); _local1._xVel = initVel * Math.cos(_local5); _local1._yVel = initVel * Math.sin(_local5); _local1._xscale = (maxOffset - _local4) / 7; _local1._yscale = (maxOffset - _local4) / 7; _local1.onEnterFrame = FlyingStar; } function FlyingStar() { this._x = this._x + this._xVel; this._y = this._y + this._yVel; this._xVel = this._xVel * accel; this._yVel = this._yVel * accel; if (this._alpha < 50) { this._alpha = this._alpha + alphaChange; } else { this._alpha = 50; } if ((((this._x < (-this._width)) || (this._x > (Stage.width + this._width))) || (this._y < (-this._height))) || (this._y > (Stage.height + this._height))) { this.removeMovieClip(); } } var initVel = 3; var accel = 1.02; var alphaChange = 2; var myInterval = setInterval(AddStar, 2); var maxOffset = Math.sqrt(Math.pow(Stage.width / 2, 2) + Math.pow(Stage.height / 2, 2)); var i = 0; if (tuitui != 333) { var my_sound = new Sound(); my_sound.attachSound("yh"); my_sound.start(0, 99999); tuitui = 333; }
Symbol 3 MovieClip [star] Frame 1
gotoAndStop(random(5) + 1);
Symbol 8 MovieClip Frame 1238
stop();

Library Items

Symbol 1 Sound [yh]
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClip [star]Uses:2
Symbol 4 BitmapUsed by:5
Symbol 5 GraphicUses:4Used by:8
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:8
Symbol 8 MovieClipUses:5 7Used by:Timeline
Symbol 9 MovieClipUsed by:Timeline
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:12
Symbol 12 MovieClipUses:11Used by:Timeline
Symbol 13 GraphicUsed by:Timeline

Instance Names

"universe_mc"Frame 1Symbol 9 MovieClip
"da"Frame 1Symbol 12 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "yh"
ExportAssets (56)Timeline Frame 1Symbol 3 as "star"




http://swfchan.com/17/82165/info.shtml
Created: 1/4 -2019 13:38:00 Last modified: 1/4 -2019 13:38:00 Server time: 03/05 -2024 10:33:13