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

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

dragon turntable.swf

This is the info page for
Flash #140637

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


ActionScript [AS1/AS2]
Combined Code
frame 1 { totalf = turntable._totalframes; framestep = 0; frame = 1; frame1 = frame; framebase = frame; frame_add = 1; cursordummy._visible = false; auto_rot_wait = 0; auto_rot_speed = 5; speed_factor = (totalf / 360) * 0.7; this.onMouseDown = function () { startx = _xmouse; dragging = 1; cursordummy._visible = true; Mouse.hide(); }; this.onMouseUp = function () { dragging = 0; framebase = frame1; cursordummy._visible = false; Mouse.show(); }; this.onMouseMove = function () { cursordummy._x = _xmouse; cursordummy._y = _ymouse; }; this.onEnterFrame = function () { if (_root.autoplay != 1) { if (dragging == 1) { frame1 = framebase + (_xmouse - startx) * speed_factor; } } else { if (auto_rot_wait < totalf) { auto_rot_wait += auto_rot_speed; frame1 += auto_rot_speed; while (frame1 > totalf) { frame1 -= totalf; frame -= totalf; } framebase = frame1; } else { auto_rot_wait = 0; _root.autoplay = 0; } } framestep = (frame1 - frame) * 0.1; frame += framestep * 0.5; frame2 = Math.round(frame); while (frame2 > totalf) { frame2 -= totalf; } while (frame2 < 1) { frame2 += totalf; } turntable.gotoAndStop(frame2); }; } movieClip 73 { } button 78 { on (release) { _root.autoplay = 1; } } movieClip 81 { }




http://swfchan.com/29/140637/info.shtml
Created: 27/10 -2018 22:53:14 Last modified: 27/10 -2018 22:53:14 Server time: 05/05 -2024 09:37:02