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

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

ParticleTest.swf

This is the info page for
Flash #118857

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


ActionScript [AS1/AS2]
Frame 1
timer = 0; timerMax = 2; particleCount = 0; gravity = 1; doStuff = function () { this._x = this._x + this.xSpeed; this.ySpeed = this.ySpeed + gravity; this._y = this._y + this.ySpeed; this._rotation = this._rotation + this.rot; this._alpha = this._alpha - 2; this._xscale = (this._yscale = this._yscale - 5); if (this._y > 450) { this.removeMovieClip(); } }; onEnterFrame = function () { timer++; if (timer == timerMax) { particle = _root.attachMovie("square", "p_" + particlCount, _root.getNextHighestDepth()); particle._x = _xmouse; particle._y = _ymouse; particle.xSpeed = random(10) - 5; particle.ySpeed = random(20) - 20; particle.rot = random(20) - 10; particle.bigness = random(300) + 50; particle._xscale = (particle._yscale = particle.bigness); particle.onEnterFrame = doStuff; timer = 0; particleCount++; } };

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClip [square]Uses:1

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 2 as "square"




http://swfchan.com/24/118857/info.shtml
Created: 6/3 -2019 06:10:22 Last modified: 6/3 -2019 06:10:22 Server time: 26/04 -2024 19:25:21