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

swfchan turned sixteen years old yesterday! (5may2024)

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

dokatrall Interactive Ref Sheet.swf

This is the info page for
Flash #138109

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


ActionScript [AS1/AS2]
Combined Code
movieClip 1 MasterAS { #initclip Object.registerClass('MasterAS', MasterAS); #endinitclip } // unknown tag 88 length 67 // unknown tag 88 length 62 movieClip 18 { } movieClip 23 { } movieClip 25 { } movieClip 27 { } movieClip 29 { } movieClip 31 { } movieClip 33 { } movieClip 35 { } movieClip 61 { } movieClip 63 { } movieClip 65 { } movieClip 67 { } movieClip 92 { } movieClip 94 { } movieClip 96 { } movieClip 98 { } movieClip 100 { } movieClip 102 { } movieClip 104 { } movieClip 106 { } movieClip 108 { } movieClip 129 { } movieClip 144 { frame 1 { stop(); } frame 16 { stop(); } } movieClip 146 { } movieClip 148 { } movieClip 150 { } movieClip 152 { } movieClip 154 { } movieClip 156 { } movieClip 158 { } movieClip 160 { } movieClip 162 { } movieClip 164 { } movieClip 165 { } movieClip 166 __Packages.MasterAS { #initclip if (!_global.MasterAS) { var v1 = function () { super(); }; _global.MasterAS = v1; _global.MasterAS extends MovieClip; var v2 = v1.prototype; v2.onLoad = function () { this.FrontEnabled = 1; this.BackEnabled = 0; this.Coat = 1; this.Shirt = 1; this.Socks = 1; this.Gloves = 1; this.Underwear = 1; this.Cock = 0; this.Pants = 0; this.Boots = 0; this.PantsBoots = 1; this.Tail = 1; }; v2.onEnterFrame = function () { this.FrontClicks(); this.BackClicks(); this.FrontChecks(); this.BackChecks(); this.ClothingControl(); if (this.FrontEnabled == 0) { _root.F_Coat._visible = false; _root.F_Shirt._visible = false; _root.F_PantsBoots._visible = false; _root.F_Boots._visible = false; _root.F_Pants._visible = false; _root.F_Socks._visible = false; _root.F_Gloves._visible = false; _root.F_Underwear._visible = false; _root.F_Cock._visible = false; _root.F_Bod._visible = false; _root.F_CoatBehind._visible = false; _root.F_Tail._visible = false; } if (this.BackEnabled == 0) { _root.B_Coat._visible = false; _root.B_Shirt._visible = false; _root.B_PantsBoots._visible = false; _root.B_Boots._visible = false; _root.B_Pants._visible = false; _root.B_Socks._visible = false; _root.B_Gloves._visible = false; _root.B_Underwear._visible = false; _root.B_Tail._visible = false; _root.B_Body._visible = false; } }; v2.ClothingControl = function () { _root.CC.Coat.onRelease = function () { _root.AS.Coat = 1; }; _root.CC.Shirt.onRelease = function () { _root.AS.Shirt = 1; }; _root.CC.Pants.onRelease = function () { _root.AS.Pants = 1; }; _root.CC.Boots.onRelease = function () { _root.AS.Boots = 1; }; _root.CC.Socks.onRelease = function () { _root.AS.Socks = 1; }; _root.CC.Gloves.onRelease = function () { _root.AS.Gloves = 1; }; _root.CC.Underwear.onRelease = function () { _root.AS.Underwear = 1; }; _root.CC.All.onRelease = function () { _root.AS.Coat = 1; _root.AS.Shirt = 1; _root.AS.Socks = 1; _root.AS.Gloves = 1; _root.AS.Underwear = 1; _root.AS.Pants = 1; _root.AS.Boots = 1; }; _root.CC.Turn.onRelease = function () { if (_root.AS.FrontEnabled == 0) { _root.AS.FrontEnabled = 1; _root.AS.BackEnabled = 0; _root.F_Bod._visible = true; } else { if (_root.AS.BackEnabled == 0) { _root.AS.BackEnabled = 1; _root.AS.FrontEnabled = 0; _root.B_Body._visible = true; } } }; }; v2.FrontClicks = function () { _root.F_Coat.onRelease = function () { _root.AS.Coat = 0; }; _root.F_CoatBehind.onRelease = function () { _root.AS.Coat = 0; }; _root.F_Shirt.onRelease = function () { _root.AS.Shirt = 0; }; _root.F_Socks.onRelease = function () { _root.AS.Socks = 0; }; _root.F_Gloves.onRelease = function () { _root.AS.Gloves = 0; }; _root.F_Underwear.onRelease = function () { _root.AS.Underwear = 0; _root.AS.Cock = 1; }; _root.F_Cock.onRelease = function () { _root.AS.Erection(); }; _root.F_Pants.onRelease = function () { if (_root.AS.PantsBoots == 1) { _root.AS.Boots = 1; _root.AS.PantsBoots = 0; } _root.AS.Pants = 0; }; _root.F_Boots.onRelease = function () { if (_root.AS.PantsBoots == 1) { _root.AS.Pants = 1; _root.AS.PantsBoots = 0; } _root.AS.Boots = 0; }; }; v2.BackClicks = function () { _root.B_Coat.onRelease = function () { _root.AS.Coat = 0; }; _root.B_Shirt.onRelease = function () { _root.AS.Shirt = 0; }; _root.B_Socks.onRelease = function () { _root.AS.Socks = 0; }; _root.B_Gloves.onRelease = function () { _root.AS.Gloves = 0; }; _root.B_Underwear.onRelease = function () { _root.AS.Underwear = 0; _root.AS.Cock = 1; }; _root.B_Tail.onRollOver = function () { _root.AS.Tail = 0; }; _root.B_Tail.onRollOut = function () { _root.AS.Tail = 1; }; _root.B_Pants.onRelease = function () { if (_root.AS.PantsBoots == 1) { _root.AS.Boots = 1; _root.AS.PantsBoots = 0; } _root.AS.Pants = 0; }; _root.B_Boots.onRelease = function () { if (_root.AS.PantsBoots == 1) { _root.AS.Pants = 1; _root.AS.PantsBoots = 0; } _root.AS.Boots = 0; }; }; v2.FrontChecks = function () { if (this.FrontEnabled == 1) { _root.F_Tail._visible = true; if (this.Coat == 1) { _root.F_Coat._visible = true; _root.F_CoatBehind._visible = true; _root.F_Coat.enabled = true; _root.F_CoatBehind.enabled = true; } if (this.Shirt == 1) { _root.F_Shirt._visible = true; _root.F_Shirt.enabled = true; } if (this.Socks == 1) { _root.F_Socks._visible = true; _root.F_Socks.enabled = true; } if (this.Gloves == 1) { _root.F_Gloves._visible = true; _root.F_Gloves.enabled = true; } if (this.Underwear == 1) { _root.F_Underwear._visible = true; _root.F_Underwear.enabled = true; this.Cock = 0; } if (this.Cock == 1) { _root.F_Cock._visible = true; _root.F_Cock.enabled = true; } if (this.Pants == 1) { _root.F_Pants._visible = true; _root.F_Pants._alpha = 100; _root.F_Pants.enabled = true; this.Cock = 0; } if (this.Boots == 1) { _root.F_Boots._visible = true; _root.F_Boots._alpha = 100; _root.F_Boots.enabled = true; } if (this.PantsBoots == 1) { _root.F_PantsBoots._visible = true; _root.F_PantsBoots.enabled = true; this.Cock = 0; } if (this.PantsBoots == 1 && this.Pants == 0 && this.Boots == 0) { _root.F_Pants._visible = true; _root.F_Boots._visible = true; _root.F_Pants._alpha = 0; _root.F_Boots._alpha = 0; } if (this.Coat == 0) { _root.F_Coat._visible = false; _root.F_CoatBehind._visible = false; _root.F_Coat.enabled = false; _root.F_CoatBehind.enabled = false; } if (this.Shirt == 0) { _root.F_Shirt._visible = false; _root.F_Shirt.enabled = false; } if (this.Socks == 0) { _root.F_Socks._visible = false; _root.F_Socks.enabled = false; } if (this.Cock == 0) { _root.F_Cock._visible = false; _root.F_Cock.enabled = false; } if (this.Gloves == 0) { _root.F_Gloves._visible = false; _root.F_Gloves.enabled = false; } if (this.Pants == 0 && this.Underwear == 0) { this.Cock = 1; } if (this.Underwear == 0) { _root.F_Underwear._visible = false; _root.F_Underwear.enabled = false; } if (this.Pants == 0) { _root.F_Pants._alpha = 0; } if (this.Boots == 0) { _root.F_Boots._alpha = 0; } if (this.PantsBoots == 0 && this.Pants == 0) { _root.F_Pants._visible = false; } if (this.PantsBoots == 0 && this.Boots == 0) { _root.F_Boots._visible = false; } if (this.PantsBoots == 0) { _root.F_PantsBoots._visible = false; } if (this.Pants == 1 && this.Boots == 1) { this.PantsBoots = 1; this.Pants = 0; this.Boots = 0; } } }; v2.BackChecks = function () { if (this.BackEnabled == 1) { if (this.Coat == 1) { _root.B_Coat._visible = true; _root.B_Coat.enabled = true; } if (this.Shirt == 1) { _root.B_Shirt._visible = true; _root.B_Shirt.enabled = true; } if (this.Socks == 1) { _root.B_Socks._visible = true; _root.B_Socks.enabled = true; } if (this.Gloves == 1) { _root.B_Gloves._visible = true; _root.B_Gloves.enabled = true; } if (this.Underwear == 1) { _root.B_Underwear._visible = true; _root.B_Underwear.enabled = true; } if (this.Tail == 1) { _root.B_Tail._visible = true; _root.B_Tail._alpha = 100; } if (this.Pants == 1) { _root.B_Pants._visible = true; _root.B_Pants._alpha = 100; _root.B_Pants.enabled = true; } if (this.Boots == 1) { _root.B_Boots._visible = true; _root.B_Boots._alpha = 100; _root.B_Boots.enabled = true; } if (this.PantsBoots == 1) { _root.B_PantsBoots._visible = true; } if (this.PantsBoots == 1 && this.Pants == 0 && this.Boots == 0) { _root.B_Pants._visible = true; _root.B_Boots._visible = true; _root.B_Pants._alpha = 0; _root.B_Boots._alpha = 0; } if (this.Coat == 0) { _root.B_Coat._visible = false; _root.B_Coat.enabled = false; } if (this.Shirt == 0) { _root.B_Shirt._visible = false; _root.B_Shirt.enabled = false; } if (this.Socks == 0) { _root.B_Socks._visible = false; _root.B_Socks.enabled = false; } if (this.Gloves == 0) { _root.B_Gloves._visible = false; _root.B_Gloves.enabled = false; } if (this.Underwear == 0) { _root.B_Underwear._visible = false; _root.B_Underwear.enabled = false; } if (this.Tail == 0) { _root.B_Tail._alpha = 50; } if (this.Pants == 0) { _root.B_Pants._alpha = 0; } if (this.Boots == 0) { _root.B_Boots._alpha = 0; } if (this.PantsBoots == 0 && this.Pants == 0) { _root.B_Pants._visible = false; } if (this.PantsBoots == 0 && this.Boots == 0) { _root.B_Boots._visible = false; } if (this.PantsBoots == 0) { _root.B_PantsBoots._visible = false; } if (this.Pants == 1 && this.Boots == 1) { this.PantsBoots = 1; this.Pants = 0; this.Boots = 0; } } }; v2.Erection = function () { _root.F_Cock.play(); }; ASSetPropFlags(_global.MasterAS.prototype, null, 1); } #endinitclip }




http://swfchan.com/28/138109/info.shtml
Created: 8/2 -2019 16:14:49 Last modified: 8/2 -2019 16:14:49 Server time: 07/05 -2024 05:08:16