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

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

Mindy Simmons.swf

This is the info page for
Flash #234250

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


Text
Reset

<p align="left"><font face="_typewriter" size="16" color="#000000" letterSpacing="0.000000" kerning="0"><i>Flash and Coding</i></font></p><p align="left"><font face="_typewriter" size="16" color="#000000" letterSpacing="0.000000" kerning="0"><b><i>by </i></b><font color="#0099cc"><a href="https://aryion.com/g4/user/Underside" target = "_blank"><b><i>Underside</i></b></a></font></font></p>

ActionScript [AS1/AS2]

Frame 1
function drawLayer(layerName, depth, ID, threshold) { if (_root.maxlayer == undefined) { _root.maxlayer = 0; } _root.maxlayer = ((depth > _root.maxlayer) ? (depth) : (_root.maxlayer)); _root[layerName + "_test"] = new flash.display.BitmapData(b_width, b_height, transparent, fillColor); var tester = _root[layerName + "_test"]; var _local10 = (_root[layerName + "_clothes"] = new flash.display.BitmapData(s_width, s_height, transparent, fillColor)); var _local12 = _root.attachMovie(ID, "temp" + layerName, depth - 5000, {_visible:false}); var _local8 = _root.createEmptyMovieClip(layerName, depth + 500); _local10.draw(_local12); _local8.attachBitmap(_local10, 1); _local8._threshold = threshold; _local8.testMe = function () { tester = new flash.display.BitmapData(b_width, b_height, transparent, fillColor); tester.draw(this, new flash.geom.Matrix(w_diff, 0, 0, h_diff, 0, 0), normal_color, "layer"); var _local8 = this.createEmptyMovieClip("clothing_test", -102); var _local5 = 0; var _local6 = 0; var _local4 = b_width; while (_local4 >= 0) { var _local2 = b_height; while (_local2 >= 0) { var _local3 = (tester.getPixel32(_local4, _local2) >> 24) & 255; _local6 = _local6 + _local3; _local5++; _local2--; } _local4--; } var _local7 = _local6 / _local5; return(_local7); }; _local8.base_clr = _local8.testMe(); _local8.getFill = function () { return(this.testMe() / this.base_clr); }; } function getCurrentLayer() { var _local2 = 0; while (_local2 <= _root.maxlayer) { var _local3 = _root.getInstanceAtDepth(500 + _local2); var _local4 = _local3.getFill(); if (_local4 < _local3._threshold) { return(_local2 - 1); } _local2++; } return(_local2 - 1); } function levelUp() { play_btn._visible = true; replay_btn._visible = true; } Stage.scaleMode = "noborder"; var xray_cm = new ContextMenu(); xray_cm.hideBuiltInItems(); var cmi_link_1 = new ContextMenuItem("Art and code \u00A9 2020 Underside", function () { getURL ("https://aryion.com/g4/user/Underside"); }); xray_cm.customItems.push(cmi_link_1); _root.menu = xray_cm; var b_width = 25; var b_height = 25; var s_width = Stage.width; var s_height = Stage.height; var w_diff = (b_width / s_width); var h_diff = (b_height / s_height); var transparent = true; var normal_color = (new flash.geom.ColorTransform(1, 1, 1, 1, 0, 0, 0, 0)); var fillColor = 0; drawLayer("panties", 0, "underwear", 0.5); drawLayer("outfit", 1, "clothing", 0.5);
Instance of Symbol 16 MovieClip "replay_btn" in Frame 1
onClipEvent (load) { function init() { this._visible = false; this.gotoAndStop(1); } init(); } on (press) { this.gotoAndStop(2); } on (releaseOutside) { this.gotoAndStop(1); } on (release) { _root.gotoAndPlay(1); init(); }
Instance of Symbol 18 MovieClip "eraser" in Frame 1
onClipEvent (load) { _parent.erasure._visible = false; this._xtrack = _parent._xmouse; this._ytrack = _parent._ymouse; this._xprev = this._xtrack; this._yprev = this._ytrack; this.onEnterFrame = function () { this._xprev = this._xtrack; this._yprev = this._ytrack; this._xtrack = _parent._xmouse; this._ytrack = _parent._ymouse; }; } onClipEvent (mouseUp) { this.onEnterFrame = function () { this._xprev = this._xtrack; this._yprev = this._ytrack; this._xtrack = _parent._xmouse; this._ytrack = _parent._ymouse; }; } onClipEvent (mouseDown) { this.onEnterFrame = function () { var _local7 = _root.getCurrentLayer(); if (_local7 == -1) { _root.levelUp(); } var _local6 = _root.maxlayer; while (_local6 >= _local7) { garment = _root.getInstanceAtDepth(500 + _local6); var _local4 = this._xtrack - this._xprev; var _local5 = this._ytrack - this._yprev; _root[garment._name + "_clothes"].draw(_parent.erasure, new flash.geom.Matrix(1, 0, 0, 1, this._xtrack, this._ytrack), _parent.normal_color, "erase"); _root[garment._name + "_clothes"].draw(_parent.erasure, new flash.geom.Matrix(1, 0, 0, 1, this._xprev + ((1 * _local4) / 3), this._yprev + ((1 * _local5) / 5)), _parent.normal_color, "erase"); _root[garment._name + "_clothes"].draw(_parent.erasure, new flash.geom.Matrix(1, 0, 0, 1, this._xprev + ((2 * _local4) / 3), this._yprev + ((2 * _local5) / 5)), _parent.normal_color, "erase"); _root[garment._name + "_clothes"].draw(_parent.erasure, new flash.geom.Matrix(1, 0, 0, 1, this._xprev + ((1 * _local4) / 3), this._yprev + ((3 * _local5) / 5)), _parent.normal_color, "erase"); _root[garment._name + "_clothes"].draw(_parent.erasure, new flash.geom.Matrix(1, 0, 0, 1, this._xprev + ((2 * _local4) / 3), this._yprev + ((4 * _local5) / 5)), _parent.normal_color, "erase"); _local6--; } this._xprev = this._xtrack; this._yprev = this._ytrack; this._xtrack = _parent._xmouse; this._ytrack = _parent._ymouse; }; }
Instance of Symbol 21 MovieClip "eraser_mouse" in Frame 1
onClipEvent (mouseMove) { this._x = _parent._xmouse; this._y = _parent._ymouse; if (this._prevx1 == undefined) { var i = 1; while (i < 10) { this["_prevx" + i] = _parent._xmouse; this["_prevy" + i] = _parent._ymouse; i++; } } n = Math.atan2(_parent._ymouse - this._prevy9, _parent._xmouse - this._prevx9); n = 90 + ((n / Math.PI) * 180); this._rotation = n; var j = 9; while (j > 1) { this["_prevx" + j] = this["_prevx" + (j - 1)]; this["_prevy" + j] = this["_prevy" + (j - 1)]; j--; } _prevx1 = _parent._xmouse; _prevy1 = _parent._ymouse; this.swapDepths(8000); }
Frame 2
drawLayer("undies", 0, "undies", 0.02); drawLayer("outfit", 1, "outfit", 0.005); stop();
Instance of Symbol 7 MovieClip in Symbol 8 MovieClip [erasure] Frame 1
onClipEvent (mouseMove) { if (this._prevx1 == undefined) { var i = 1; while (i < 10) { this["_prevx" + i] = _parent._xmouse; this["_prevy" + i] = _parent._ymouse; i++; } } n = Math.atan2(_parent._ymouse - this._prevy9, _parent._xmouse - this._prevx9); n = 90 + ((n / Math.PI) * 180); this._rotation = n; var j = 9; while (j > 1) { this["_prevx" + j] = this["_prevx" + (j - 1)]; this["_prevy" + j] = this["_prevy" + (j - 1)]; j--; } _prevx1 = _parent._xmouse; _prevy1 = _parent._ymouse; }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClip [outfit]Uses:1Used by:Timeline
Symbol 3 GraphicUsed by:5
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClip [undies]Uses:3 4Used by:Timeline
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:8
Symbol 8 MovieClip [erasure]Uses: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 FontUsed by:15
Symbol 15 TextUses:14Used by:16
Symbol 16 MovieClipUses:15Used by:Timeline
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:Timeline
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:19Used by:21
Symbol 21 MovieClipUses:20Used by:Timeline
Symbol 22 GraphicUsed by:Timeline
Symbol 23 FontUsed by:25
Symbol 24 Font
Symbol 25 EditableTextUses:23Used by:Timeline
Symbol 26 GraphicUsed by:Timeline

Instance Names

"replay_btn"Frame 1Symbol 16 MovieClip
"eraser"Frame 1Symbol 18 MovieClip
"erasure"Frame 1Symbol 8 MovieClip [erasure]
"eraser_mouse"Frame 1Symbol 21 MovieClip
"rod"Symbol 21 MovieClip Frame 1Symbol 20 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 2 as "outfit"
ExportAssets (56)Timeline Frame 1Symbol 5 as "undies"
ExportAssets (56)Timeline Frame 1Symbol 8 as "erasure"




http://swfchan.com/47/234250/info.shtml
Created: 5/4 -2020 23:51:17 Last modified: 5/4 -2020 23:51:17 Server time: 27/04 -2024 01:00:14