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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM47339155-5DC&rnd=47339155" width="1" height="1"></div>

Darkstem_Tinkerbell_Animated_Fan_Art.swf

This is the info page for
Flash #99152

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


ActionScript [AS1/AS2]
Combined Code
movieClip 2 dust { } frame 1 { init = function () { width = Stage.width; height = Stage.height; max_dustsize = 10; dust = 50; i = 0; while (i < dust) { t = attachMovie('dust', 'dust' + i, i); t._alpha = 20 + Math.random() * 60; t._x = -(width / 2) + Math.random() * (1.5 * width); t._y = -(height / 2) + Math.random() * (1.5 * height); t._yscale = 50 + Math.random() * (max_dustsize * 10); t._xscale = t._yscale; t.k = 1 + Math.random() * 2; t.wind = -1.5 + Math.random() * 4.199999999999999; t.onEnterFrame = mover; ++i; } }; mover = function () { this._rotation -= 10; this._y += this.k; this._x += this.wind; if (this._y > height + 10) { this._y = -20; } if (this._x > width + 20) { this._x = -(width / 2) + Math.random() * (1.5 * width); this._y = -20; } else { if (this._x < -20) { this._x = -(width / 2) + Math.random() * (1.5 * width); this._y = -20; } } }; init(); } movieClip 8 { } movieClip 10 { } movieClip 12 { } movieClip 13 { } // unknown tag 88 length 153




http://swfchan.com/20/99152/info.shtml
Created: 22/3 -2019 03:24:02 Last modified: 22/3 -2019 03:24:02 Server time: 05/12 -2025 07:57:56