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/90555486?noj=FRM90555486-26DC" width="1" height="1"></div>

tripping2.swf

This is the info page for
Flash #87912

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


ActionScript [AS1/AS2]
Frame 1
var parts = 60; _quality = "low"; Stage.showMenu = false; fscommand ("allowscale", false); Mouse.hide(); _root.attachMovie("cat", "cat", 0); var startAngle = 0; getPoint = function (startX, startY, angle, way) { var _local1 = startX + (Math.cos((angle * 3.141593) / 180) * way); var _local2 = startY + (Math.sin((angle * 3.141593) / 180) * way); return(new Array(_local1, _local2)); }; drawLines = function (parts, centerx, centery, startAngle, color) { var _local6 = (360 / parts) / 2; var _local2 = 0; while (_local2 < (parts * 2)) { var _local5 = startAngle + (_local6 * _local2); var _local1 = getPoint(centerx, centery, _local5, 3000); if ((_local2 % 2) == 0) { moveTo(centerx, centery); beginFill(color); lineTo(_local1[0], _local1[1]); } else { lineTo(_local1[0], _local1[1]); lineTo(centerx, centery); } _local2++; } }; MovieClip.prototype.easyMove = function (targetX, targetY, speed) { var _local2 = "_$enterFrame&_"; this.createEmptyMovieClip(_local2, -100); this[_local2].notDiff = 1; this[_local2].targetX = targetX; this[_local2].targetY = targetY; this[_local2].speed = ((speed < 1) ? 1 : (speed)); this[_local2].onEnterFrame = function () { this._parent._x = this._parent._x + ((this.targetX - this._parent._x) / this.speed); this._parent._y = this._parent._y + ((this.targetY - this._parent._y) / this.speed); if ((Math.round(this._parent._x - this.targetX) < this.notDiff) && (Math.round(this._parent._y - this.targetY) < this.notDiff)) { delete this.onEnterFrame; } }; }; onEnterFrame = function () { clear(); startAngle++; drawLines(parts, _xmouse, _ymouse, startAngle, 0); cat.easyMove(_xmouse - (cat._width / 2), _ymouse - (cat._height / 2), 2.5); updateAfterEvent(); }; onMouseDown = function () { Mouse.hide(); };

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:3
Symbol 3 MovieClip [cat]Uses:2
Symbol 4 SoundUsed by:Timeline

Special Tags

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




http://swfchan.com/18/87912/info.shtml
Created: 29/3 -2019 18:51:29 Last modified: 29/3 -2019 18:51:29 Server time: 26/04 -2024 23:38:11