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

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

Step Viewer - Katie Learns Patience by diamondarrow.swf

This is the info page for
Flash #153995

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


Text
Loading:

ActionScript [AS1/AS2]

Frame 1
stop(); var xod = 300; var yod = 200; var drawchain = false; var firstDrop = false; var wf = 1; var chain_array = new Array(); var al = 150; _root.createEmptyMovieClip("chainbox1", _root.getNextHighestDepth()); var level = 1; onMouseMove = function () { distance = int(Math.sqrt(((xod - _xmouse) * (xod - _xmouse)) + ((yod - _ymouse) * (yod - _ymouse)))); while (distance > 13) { var _local3 = (((++wf) % 2) == 0) + 1; if (_local3 == 1) { var _local2 = _root.chainbox1.attachMovie("chain", ("chain" + level) - 2, level - 2); } else { var _local2 = _root.chainbox1.attachMovie("chain", "chain" + level, level); } level++; chain_array.push(_local2); _local2.gotoAndStop(_local3); _local2._x = xod; _local2._y = yod; dx = _xmouse - xod; dy = _ymouse - yod; turretRadians = Math.atan2(dy, dx); turretDegrees = (360 * turretRadians) / (Math.PI*2); _local2._rotation = turretDegrees; xhf = Math.cos(((Math.PI*2) * _local2._rotation) / 360) * 13; yhf = Math.sin(((Math.PI*2) * _local2._rotation) / 360) * 13; xod = _local2._x + xhf; yod = _local2._y + yhf; if (chain_array.length == al) { removeMovieClip(chain_array.shift()); } distance = int(Math.sqrt(((xod - _xmouse) * (xod - _xmouse)) + ((yod - _ymouse) * (yod - _ymouse)))); } }; var bt = 0; var bl = 0; var pl = 0; onEnterFrame = function () { if (chain_array.length > 12) { i = 1; while (i <= 4) { removeMovieClip(chain_array.shift()); i++; } } bt = int(_root.getBytesTotal() / 1000); bl = int(_root.getBytesLoaded() / 1000); pl = int((bl / bt) * 400); loadbar._width = pl; if ((bt == bl) and (bt != 0)) { _root.gotoAndStop(3); } };
Frame 2
stop();
Frame 3
stop(); var wc = _root.my_btn1; wc._alpha = 0; wc.onRelease = function () { _root.chainbox1.removeMovieClip(); delete _root.onMouseMove; delete _root.onEnterFrame; _root.gotoAndStop(4); };
Frame 4
Mouse.hide(); var hl = 50; stages.swapDepths(_root.getNextHighestDepth()); stages.onEnterFrame = function () { if ((hl--) < 0) { this._alpha = this._alpha - 5; } }; stages.onMouseDown = function () { this._alpha = 100; hl = 50; }; var give = 40; mask3.onEnterFrame = function () { this._x = _xmouse - this._width; this._y = _ymouse - this._height; if (this._x > (-give)) { this._x = 0; } if (this._x < (-(777 - give))) { this._x = 777; } if (this._y > (-give)) { this._y = 0; } if (this._y < (-(777 - give))) { this._y = -777; } }; mask2.onEnterFrame = function () { this._x = _xmouse - this._width; this._y = _ymouse; if (this._x < (-(777 - give))) { this._x = -777; } if (this._x > (-give)) { this._x = 0; } if (this._y < give) { this._y = 0; } if (this._y > (777 - give)) { this._y = 777; } }; mask1.onEnterFrame = function () { this._x = _xmouse; this._y = _ymouse; if (this._x < give) { this._x = 0; } if (this._x > (777 - give)) { this._x = 777; } if (this._y < give) { this._y = 0; } if (this._y > (777 - give)) { this._y = 777; } }; _root.onEnterFrame = function () { lineH_mc._y = _ymouse; if (lineH_mc._y > (777 - give)) { lineH_mc._y = 777; } if (lineH_mc._y < give) { lineH_mc._y = 0; } lineV_mc._x = _xmouse; if (lineV_mc._x > (777 - give)) { lineV_mc._x = 777; } if (lineV_mc._x < give) { lineV_mc._x = 0; } };
Symbol 19 MovieClip Frame 1
stop();

Library Items

Symbol 1 GraphicUsed by:3
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClip [chain]Uses:1 2
Symbol 4 GraphicUsed by:19  Timeline
Symbol 5 FontUsed by:6
Symbol 6 EditableTextUses:5Used by:Timeline
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:Timeline
Symbol 9 GraphicUsed by:Timeline
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:Timeline
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:Timeline
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:Timeline
Symbol 16 BitmapUsed by:17
Symbol 17 GraphicUses:16Used by:18
Symbol 18 MovieClipUses:17Used by:Timeline
Symbol 19 MovieClipUses:4Used by:Timeline
Symbol 20 BitmapUsed by:21
Symbol 21 GraphicUses:20Used by:22
Symbol 22 MovieClipUses:21Used by:Timeline
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:25
Symbol 25 MovieClipUses:24Used by:Timeline
Symbol 26 BitmapUsed by:27
Symbol 27 GraphicUses:26Used by:28
Symbol 28 MovieClipUses:27Used by:Timeline
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:Timeline

Instance Names

"loadbar"Frame 1Symbol 8 MovieClip
"my_btn1"Frame 3Symbol 13 MovieClip
"stages"Frame 3Symbol 15 MovieClip
"f4_mc"Frame 4Symbol 18 MovieClip
"mask3"Frame 4Symbol 19 MovieClip
"f3_mc"Frame 4Symbol 22 MovieClip
"mask2"Frame 4Symbol 19 MovieClip
"f2_mc"Frame 4Symbol 25 MovieClip
"mask1"Frame 4Symbol 19 MovieClip
"f1_mc"Frame 4Symbol 28 MovieClip
"lineV_mc"Frame 4Symbol 30 MovieClip
"lineH_mc"Frame 4Symbol 30 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 3 as "chain"




http://swfchan.com/31/153995/info.shtml
Created: 24/10 -2018 20:25:53 Last modified: 24/10 -2018 20:25:53 Server time: 27/04 -2024 10:38:46