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

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

Fall-From-Grace Step Viewer.swf

This is the info page for
Flash #104732

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


Text
Loading:

DOWNLOAD COMPLETE

<p align="center"><font face="_sans" size="20" color="#000000">This image viewer shows the pencil, inking, <sbr />preliminary color, and completed stages for my <sbr /><b><i>Fall-From-Grace</i></b> image.</font></p><p align="center"></p><p align="center"><font face="_sans" size="20" color="#000000">Moving the mouse around the screen reveals the <sbr />different stages of completion.</font></p><p align="center"></p><p align="center"><font face="_sans" size="20" color="#000000">Clicking on the screen will display the stage areas <sbr />again (the yellow text and arrows).</font></p><p align="center"></p><p align="center"><font face="_sans" size="20" color="#000000"><b>Select one of the stages to begin.</b></font></p>

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 = 100; _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 () { 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); _root.chainbox1.removeMovieClip(); delete _root.onMouseMove; delete _root.onEnterFrame; } };
Frame 2
stop();
Frame 3
i = 1; while (i <= 4) { var wc = eval ("my_btn" + i); wc._alpha = 0; wc.onRelease = function () { _root.gotoAndStop(4); }; i++; } stop();
Frame 4
var hl = 50; f4_mc.duplicateMovieClip("image4", _root.getNextHighestDepth()); f3_mc.duplicateMovieClip("image3", _root.getNextHighestDepth()); mask_mc.duplicateMovieClip("mask3", _root.getNextHighestDepth()); image3.setMask("mask3"); mask3.onEnterFrame = function () { this._x = _xmouse - this._width; this._y = _ymouse - this._height; if (this._x > 0) { this._x = 0; } if (this._y > 0) { this._y = 0; } }; f2_mc.duplicateMovieClip("image2", _root.getNextHighestDepth()); mask_mc.duplicateMovieClip("mask2", _root.getNextHighestDepth()); image2.setMask("mask2"); mask2.onEnterFrame = function () { this._x = _xmouse - this._width; this._y = _ymouse; if (this._x > 0) { this._x = 0; } if (this._y < 0) { this._y = 0; } }; f1_mc.duplicateMovieClip("image1", _root.getNextHighestDepth()); mask_mc.duplicateMovieClip("mask1", _root.getNextHighestDepth()); image1.setMask("mask1"); mask1.onEnterFrame = function () { this._x = _xmouse; this._y = _ymouse; if (this._x < 0) { this._x = 0; } if (this._y < 0) { this._y = 0; } }; stages.swapDepths(_root.getNextHighestDepth()); stages.onEnterFrame = function () { if ((hl--) < 0) { this._alpha = this._alpha - 5; } }; stages.onMouseDown = function () { this._alpha = 100; hl = 50; }; i = 4; while (i > 0) { var wc = eval (("_root.f" + i) + "_mc"); wc.swapDepths(10000); wc.removeMovieClip(); i--; } mask_mc.swapDepths(10000); mask_mc.removeMovieClip(); lineH_mc.swapDepths(10000); lineV_mc.swapDepths(10001); _root.onEnterFrame = function () { lineH_mc._y = _ymouse; if (lineH_mc._y > mask1._height) { lineH_mc._y = mask1._height; } if (lineH_mc._y < 0) { lineH_mc._y = 0; } lineV_mc._x = _xmouse; if (lineV_mc._x > mask1._width) { lineV_mc._x = mask1._width; } if (lineV_mc._x < 0) { lineV_mc._x = 0; } };

Library Items

Symbol 1 GraphicUsed by:3
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClip [chain]Uses:1 2
Symbol 4 GraphicUsed by:32  Timeline
Symbol 5 FontUsed by:6 14 17
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 EditableTextUses:5Used by:Timeline
Symbol 15 Font
Symbol 16 Font
Symbol 17 EditableTextUses:5Used by:Timeline
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used 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 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:31
Symbol 31 MovieClipUses:30Used by:Timeline
Symbol 32 MovieClipUses:4Used by:Timeline
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:Timeline

Instance Names

"loadbar"Frame 1Symbol 8 MovieClip
"my_btn1"Frame 3Symbol 13 MovieClip
"my_btn2"Frame 3Symbol 13 MovieClip
"my_btn4"Frame 3Symbol 13 MovieClip
"my_btn3"Frame 3Symbol 13 MovieClip
"stages"Frame 3Symbol 19 MovieClip
"f1_mc"Frame 4Symbol 22 MovieClip
"f2_mc"Frame 4Symbol 25 MovieClip
"f3_mc"Frame 4Symbol 28 MovieClip
"f4_mc"Frame 4Symbol 31 MovieClip
"mask_mc"Frame 4Symbol 32 MovieClip
"lineV_mc"Frame 4Symbol 34 MovieClip
"lineH_mc"Frame 4Symbol 34 MovieClip

Special Tags

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




http://swfchan.com/21/104732/info.shtml
Created: 18/3 -2019 05:49:45 Last modified: 18/3 -2019 05:49:45 Server time: 26/04 -2024 00:03:50