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

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

[FLASH] Bigtig Interactive Ref Sheet.swf

This is the info page for
Flash #137024

(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 22 { } movieClip 24 { } movieClip 26 { } movieClip 28 { } movieClip 30 { } movieClip 32 { } movieClip 34 { } movieClip 36 { } movieClip 38 { } movieClip 40 { } movieClip 41 { } movieClip 47 { } movieClip 49 { } movieClip 51 { } movieClip 53 { } movieClip 55 { } movieClip 57 { } movieClip 59 { } movieClip 61 { } movieClip 80 { } movieClip 82 { } movieClip 102 { } movieClip 106 { } movieClip 108 { } movieClip 110 { } movieClip 112 { } movieClip 114 { } movieClip 116 { } movieClip 118 { } movieClip 120 { } movieClip 122 { } movieClip 124 { } movieClip 144 { } movieClip 159 { frame 1 { stop(); } frame 16 { stop(); } } movieClip 160 __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.cock = 0; this.shirt = 1; this.ps = 1; this.pants = 1; this.collar = 0; this.jock = 1; this.cuffs = 0; this.ring = 1; this.shoes = 1; this.tail = 0; this.front = 1; this.back = 0; }; v2.onEnterFrame = function () { _root.B_tail.useHandCursor = false; if (this.shirt == 0) { _root.CC.Shirt._alpha = 100; _root.CC.Shirt.useHandCursor = true; } else { _root.CC.Shirt._alpha = 25; _root.CC.Shirt.useHandCursor = false; } if (this.pants == 0) { _root.CC.Pants._alpha = 100; _root.CC.Pants.useHandCursor = true; } else { _root.CC.Pants._alpha = 25; _root.CC.Pants.useHandCursor = false; } if (this.collar == 0) { _root.CC.Collar._alpha = 100; _root.CC.Collar.useHandCursor = true; } else { _root.CC.Collar._alpha = 25; _root.CC.Collar.useHandCursor = false; } if (this.jock == 0) { _root.CC.Jock._alpha = 100; _root.CC.Jock.useHandCursor = true; } else { _root.CC.Jock._alpha = 25; _root.CC.Jock.useHandCursor = false; } if (this.cuffs == 0) { _root.CC.Cuffs._alpha = 100; _root.CC.Cuffs.useHandCursor = true; } else { _root.CC.Cuffs._alpha = 25; _root.CC.Cuffs.useHandCursor = false; } if (this.ring == 0) { _root.CC.Ring._alpha = 100; _root.CC.Ring.useHandCursor = true; } else { _root.CC.Ring._alpha = 25; _root.CC.Ring.useHandCursor = false; } if (this.shoes == 0) { _root.CC.Shoes._alpha = 100; _root.CC.Shoes.useHandCursor = true; } else { _root.CC.Shoes._alpha = 25; _root.CC.Shoes.useHandCursor = false; } this.frontEnabled(); this.backEnabled(); this.frontClicks(); this.backClicks(); this.clothingControl(); if (this.front == 0) { _root.F_cock._visible = false; _root.F_pants._visible = false; _root.F_shirt._visible = false; _root.F_ps._visible = false; _root.F_collar._visible = false; _root.F_jock._visible = false; _root.F_cuffs._visible = false; _root.F_ring._visible = false; _root.F_shoes._visible = false; _root.F_body._visible = false; _root.F_tail._visible = false; } if (this.back == 0) { _root.B_tail._visible = false; _root.B_pants._visible = false; _root.B_shirt._visible = false; _root.B_ps._visible = false; _root.B_collar._visible = false; _root.B_jock._visible = false; _root.B_cuffs._visible = false; _root.B_shoes._visible = false; _root.B_body._visible = false; } }; v2.frontClicks = function () { _root.F_cock.onRelease = function () { _root.F_cock.play(); }; _root.F_shirt.onRelease = function () { if (_root.AS.shirt == 1) { _root.AS.pants = 2; _root.AS.shirt = 0; _root.AS.ps = 0; } else { if (_root.AS.shirt == 2) { _root.AS.shirt = 0; } } }; _root.F_pants.onRelease = function () { if (_root.AS.pants == 1) { _root.AS.shirt = 2; _root.AS.pants = 0; _root.AS.ps = 0; } else { if (_root.AS.pants == 2) { _root.AS.pants = 0; } } }; _root.F_collar.onRelease = function () { _root.AS.collar = 0; }; _root.F_cuffs.onRelease = function () { _root.AS.cuffs = 0; }; _root.F_jock.onRelease = function () { _root.AS.jock = 0; _root.AS.cock = 1; }; _root.F_ring.onRelease = function () { _root.AS.ring = 0; }; _root.F_shoes.onRelease = function () { _root.AS.shoes = 0; }; _root.F_ring.onRelease = function () { _root.AS.ring = 0; }; }; v2.backClicks = function () { _root.B_tail.onRollOver = function () { _root.AS.tail = 1; }; _root.B_tail.onRollOut = function () { _root.AS.tail = 0; }; _root.B_shirt.onRelease = function () { if (_root.AS.shirt == 1) { _root.AS.pants = 2; _root.AS.shirt = 0; _root.AS.ps = 0; } else { if (_root.AS.shirt == 2) { _root.AS.shirt = 0; } } }; _root.B_pants.onRelease = function () { if (_root.AS.pants == 1) { _root.AS.shirt = 2; _root.AS.pants = 0; _root.AS.ps = 0; } else { if (_root.AS.pants == 2) { _root.AS.pants = 0; } } }; _root.B_collar.onRelease = function () { _root.AS.collar = 0; }; _root.B_cuffs.onRelease = function () { _root.AS.cuffs = 0; }; _root.B_jock.onRelease = function () { _root.AS.jock = 0; _root.AS.cock = 1; }; _root.B_ring.onRelease = function () { _root.AS.ring = 0; }; _root.B_shoes.onRelease = function () { _root.AS.shoes = 0; }; _root.B_ring.onRelease = function () { _root.AS.ring = 0; }; }; v2.frontEnabled = function () { if (this.front == 1) { _root.F_tail._visible = true; _root.F_body._visible = true; if (this.cock == 0) { _root.F_cock._visible = false; } if (this.cock == 1) { _root.F_cock._visible = true; } if (this.shirt == 0) { _root.F_shirt._visible = false; this.ps = 0; } if (this.shirt == 1) { _root.F_shirt._visible = true; _root.F_shirt._alpha = 0; this.ps = 1; this.cuffs = 0; } if (this.shirt == 2) { _root.F_shirt._visible = true; _root.F_shirt._alpha = 100; } if (this.pants == 0 && this.jock == 0) { this.cock = 1; } if (this.pants == 0) { _root.F_pants._visible = false; this.ps = 0; } if (this.pants == 1) { _root.F_pants._visible = true; _root.F_pants._alpha = 0; this.ps = 1; this.cock = 0; } if (this.pants == 2) { _root.F_pants._visible = true; _root.F_pants._alpha = 100; this.cock = 0; } if (this.pants == 2 && this.shirt == 2) { this.pants = 1; this.shirt = 1; this.ps = 1; } if (this.ps == 0) { _root.F_ps._visible = false; } if (this.ps == 1) { _root.F_ps._visible = true; this.pants = 1; this.shirt = 1; } if (this.collar == 0) { _root.F_collar._visible = false; } if (this.collar == 1) { _root.F_collar._visible = true; } if (this.jock == 0) { _root.F_jock._visible = false; } if (this.jock == 1) { _root.F_jock._visible = true; this.cock = 0; } if (this.cuffs == 0) { _root.F_cuffs._visible = false; } if (this.cuffs == 1) { _root.F_cuffs._visible = true; } if (this.ring == 0) { _root.F_ring._visible = false; } if (this.ring == 1) { _root.F_ring._visible = true; } if (this.shoes == 0) { _root.F_shoes._visible = false; } if (this.shoes == 1) { _root.F_shoes._visible = true; } } }; v2.clothingControl = function () { _root.CC.Turn.onRelease = function () { if (_root.AS.front == 1) { _root.AS.front = 0; _root.AS.back = 1; } else { if (_root.AS.back == 1) { _root.AS.front = 1; _root.AS.back = 0; } } }; _root.CC.allOn.onRelease = function () { _root.AS.pants = 1; _root.AS.shirt = 1; _root.AS.ps = 1; _root.AS.collar = 1; _root.AS.ring = 1; _root.AS.shoes = 1; _root.AS.jock = 1; }; _root.CC.allOff.onRelease = function () { _root.AS.pants = 0; _root.AS.shirt = 0; _root.AS.ps = 0; _root.AS.collar = 0; _root.AS.ring = 0; _root.AS.jock = 0; _root.AS.shoes = 0; _root.AS.cuffs = 0; }; _root.CC.Shirt.onRelease = function () { _root.AS.shirt = 2; }; _root.CC.Pants.onRelease = function () { _root.AS.pants = 2; }; _root.CC.Shoes.onRelease = function () { _root.AS.shoes = 1; }; _root.CC.Cuffs.onRelease = function () { _root.AS.cuffs = 1; }; _root.CC.Jock.onRelease = function () { _root.AS.jock = 1; }; _root.CC.Ring.onRelease = function () { _root.AS.ring = 1; }; _root.CC.Collar.onRelease = function () { _root.AS.collar = 1; }; }; v2.backEnabled = function () { if (this.back == 1) { _root.B_body._visible = true; _root.B_tail._visible = true; if (this.tail == 0) { _root.B_tail._alpha = 100; } if (this.tail == 1) { _root.B_tail._alpha = 50; } if (this.shirt == 0) { _root.B_shirt._visible = false; this.ps = 0; } if (this.shirt == 1) { _root.B_shirt._visible = true; _root.B_shirt._alpha = 0; this.ps = 1; this.cuffs = 0; } if (this.shirt == 2) { _root.B_shirt._visible = true; _root.B_shirt._alpha = 100; } if (this.pants == 0) { _root.B_pants._visible = false; this.ps = 0; } if (this.pants == 1) { _root.B_pants._visible = true; _root.B_pants._alpha = 0; this.ps = 1; } if (this.pants == 2) { _root.B_pants._visible = true; _root.B_pants._alpha = 100; } if (this.pants == 2 && this.shirt == 2) { this.pants = 1; this.shirt = 1; this.ps = 1; } if (this.ps == 0) { _root.B_ps._visible = false; } if (this.ps == 1) { _root.B_ps._visible = true; this.pants = 1; this.shirt = 1; } if (this.collar == 0) { _root.B_collar._visible = false; } if (this.collar == 1) { _root.B_collar._visible = true; } if (this.jock == 0) { _root.B_jock._visible = false; } if (this.jock == 1) { _root.B_jock._visible = true; } if (this.cuffs == 0) { _root.B_cuffs._visible = false; } if (this.cuffs == 1) { _root.B_cuffs._visible = true; } if (this.shoes == 0) { _root.B_shoes._visible = false; } if (this.shoes == 1) { _root.B_shoes._visible = true; } } }; ASSetPropFlags(_global.MasterAS.prototype, null, 1); } #endinitclip }




http://swfchan.com/28/137024/info.shtml
Created: 9/2 -2019 00:28:10 Last modified: 9/2 -2019 00:28:10 Server time: 03/05 -2024 02:15:18