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

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

sampleofquality.swf

This is the info page for
Flash #194785

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


ActionScript [AS1/AS2]
Frame 1
Object.prototype.stageW = 600; Object.prototype.stageH = 600; Object.prototype.frameRate = 12; totalActors = 3 + random(15); i = 1; while (i < totalActors) { jack.duplicateMovieClip("proto" + i, 10 + i); with (eval ("proto" + i)) { _x = random(600); _y = random(600); } i++; } stop();
Instance of Symbol 2 MovieClip "jack" in Frame 1
onClipEvent (load) { stageXcenter = 150 + random(300); stageYcenter = 150 + random(300); stageRef = new Object(); scalePlusMinus = ((1 + random(2)) * 2) - 3; scalingJack = false; scaleQ = 0.1; speedQ = 0.2; } onClipEvent (mouseUp) { if (scalingJack) { scalingJack = false; scalePlusMinus = scalePlusMinus * -1; } else { scalingJack = true; } } onClipEvent (enterFrame) { stageRef.x = _xmouse; stageRef.y = _ymouse; this.localToGlobal(stageRef); scaleFactor = (scaleQ * scalePlusMinus) * Math.round(Math.sqrt(Math.pow(Math.abs(stageRef.x - this.stageXcenter), 2) + Math.pow(Math.abs(stageRef.y - this.stageYcenter), 2))); myX = _x; myY = _y; myWidth = _width; myHeight = _height; if (scalingJack) { if (0 < (_xscale + scaleFactor)) { _xscale = (_xscale + scaleFactor); _yscale = (_yscale + scaleFactor); } else { _xscale = 10; _yscale = 10; } myX = myX - ((_width - myWidth) / 2); myY = myY - ((_height - myHeight) / 2); myWidth = _width; myHeight = _height; } myX = myX + ((this.stageXcenter - stageRef.x) * speedQ); myY = myY + ((this.stageYcenter - stageRef.y) * speedQ); if (this.stageW < myX) { myX = (myX - this.stageW) - _width; } else if ((myX + myWidth) < 0) { myX = (myX + myWidth) + this.stageW; } if (this.stageH < myY) { myY = (myY - this.stageH) - _height; } else if ((myY + myHeight) < 0) { myY = (myY + myHeight) + this.stageH; } _width = myWidth; _height = myHeight; _x = myX; _y = myY; }
Symbol 2 MovieClip Frame 1
stop();

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:Timeline

Instance Names

"jack"Frame 1Symbol 2 MovieClip

Special Tags

EnableDebugger (58)Timeline Frame 131 bytes "..$1$.e$7cXTDev5MooPv3voVnOMX1."




http://swfchan.com/39/194785/info.shtml
Created: 14/10 -2018 06:14:59 Last modified: 14/10 -2018 06:14:59 Server time: 18/10 -2024 07:29:47