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

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

Territh_Dressup.swf

This is the info page for
Flash #80148

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


Text
Head
Coat
Pants
Gloves
Shirt

Test TextTest TextTest TextTest TextTest TextTest TextTest TextTest TextTest TextTest TextTest TextTest Text

ActionScript [AS1/AS2]

Frame 2
stop(); function checkcombo() { _root.copypasta = ((((((("if (_root.headstyle ==" + _root.headstyle) + " and _root.coat ==") + _root.coat) + " and _root.pants==") + _root.pants) + " and _root.gloves==") + _root.gloves) + "){"; if ((((_root.headstyle == 8) and (_root.coat == 4)) and (_root.pants == 3)) and (_root.gloves == 2)) { _root.combocomplete("christmas"); } if ((((_root.headstyle == 6) and (_root.coat == 3)) and (_root.pants == 2)) and (_root.gloves == 1)) { _root.combocomplete("punk"); } if ((((_root.headstyle == 4) and (_root.coat == 5)) and (_root.pants == 1)) and (_root.gloves == 3)) { _root.combocomplete("sephiroth"); } if ((((_root.headstyle == 1) and (_root.coat == 7)) and (_root.pants == 5)) and (_root.gloves == 4)) { _root.combocomplete("nude"); } if ((((_root.headstyle == 2) and (_root.coat == 6)) and (_root.pants == 4)) and (_root.gloves == 1)) { _root.combocomplete("hunter"); } if ((((_root.headstyle == 7) and (_root.coat == 7)) and (_root.pants == 1)) and (_root.gloves == 3)) { _root.combocomplete("hippy"); } } function combocomplete(obj) { var _local2 = obj; if (_local2 == "christmas") { var _local3 = new Array("bah, humbug..", "Santa Claws is coming to town.. and he is angry", "whats your problem? get this ridiculus stuff offa me!", "red, my favorite color", "...", "angry", "sweatdrop"); } if (_local2 == "punk") { var _local3 = new Array("hmm.. snazzy outfit..", "i like it"); } if (_local2 == "sephiroth") { var _local3 = new Array("Sephir-- who?", "hah! i'm wayy hotter than that guy..", "all i'm missing now is the white hair.."); } if (_local2 == "nude") { var _local3 = new Array("triple dot", "sweatdrop", "angry", "take a picture, it'll last longer..", "i bet you like that huh?", "too bad this is a SFW dressup..", "SFW sucks doesn't it?", "enjoy the view!"); } if (_local2 == "hippy") { var _local3 = new Array("i'm not a hippy.."); } if (_local2 == "hunter") { var _local3 = new Array("Rawr!", "Telcronian hunting armor, very nice..", "fear me! Mwhahaha!"); } _root.txtmsg = _local3[random(_local3.length)]; _root.msgbubble.gotoAndPlay("open"); if (_root.txtmsg == "...") { _root.emote.gotoAndPlay("triple dot"); _root.msgbubble.gotoAndStop(1); } if (_root.txtmsg == "angry") { _root.emote.gotoAndPlay("angry"); _root.msgbubble.gotoAndStop(1); } if (_root.txtmsg == "sweatdrop") { _root.emote.gotoAndPlay("sweatdrop"); _root.msgbubble.gotoAndStop(1); } } _root.headstyle = 1; _root.coat = 1; _root.pants = 1; _root.gloves = 1;
Symbol 15 MovieClip Frame 1
_root.stop();
Symbol 15 MovieClip Frame 60
_root.play();
Symbol 23 MovieClip Frame 1
stop();
Symbol 27 MovieClip Frame 1
stop();
Symbol 34 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 1
stop();
Symbol 48 Button
on (press) { _root.headstyle++; if (_root.headstyle == (_root.territh.headstyle._framesloaded + 1)) { _root.headstyle = 1; } _root.territh.headstyle.gotoAndStop(_root.headstyle); _root.checkcombo(); }
Symbol 49 Button
on (press) { _root.headstyle--; if (_root.headstyle == 0) { _root.headstyle = _root.territh.headstyle._framesloaded; } _root.territh.headstyle.gotoAndStop(_root.headstyle); _root.checkcombo(); }
Symbol 50 Button
on (press) { _root.coat++; if (_root.coat == (_root.territh.coat._framesloaded + 1)) { _root.coat = 1; } _root.territh.coat.gotoAndStop(_root.coat); _root.checkcombo(); }
Symbol 51 Button
on (press) { _root.coat--; if (_root.coat == 0) { _root.coat = _root.territh.coat._framesloaded; } _root.territh.coat.gotoAndStop(_root.coat); _root.checkcombo(); }
Symbol 52 Button
on (press) { _root.pants++; if (_root.pants == (_root.territh.pants._framesloaded + 1)) { _root.pants = 1; } _root.territh.pants.gotoAndStop(_root.pants); _root.checkcombo(); }
Symbol 53 Button
on (press) { _root.pants--; if (_root.pants == 0) { _root.pants = _root.territh.pants._framesloaded; } _root.territh.pants.gotoAndStop(_root.pants); _root.checkcombo(); }
Symbol 54 Button
on (press) { _root.gloves++; if (_root.gloves == (_root.territh.gloves._framesloaded + 1)) { _root.gloves = 1; } _root.territh.gloves.gotoAndStop(_root.gloves); _root.checkcombo(); }
Symbol 55 Button
on (press) { _root.gloves--; if (_root.gloves == 0) { _root.gloves = _root.territh.gloves._framesloaded; } _root.territh.gloves.gotoAndStop(_root.gloves); _root.checkcombo(); }
Symbol 56 Button
on (press) { _root.shirt++; if (_root.shirt == (_root.territh.shirt._framesloaded + 1)) { _root.shirt = 1; } _root.territh.shirt.gotoAndStop(_root.shirt); _root.checkcombo(); }
Symbol 57 Button
on (press) { _root.shirt--; if (_root.shirt == 0) { _root.shirt = _root.territh.shirt._framesloaded; } _root.territh.shirt.gotoAndStop(_root.shirt); _root.checkcombo(); }
Symbol 63 Button
on (press) { play(); }
Symbol 64 MovieClip Frame 1
stop();
Symbol 64 MovieClip Frame 6
stop();
Symbol 71 MovieClip Frame 1
stop();
Symbol 71 MovieClip Frame 34
gotoAndStop (1);
Symbol 71 MovieClip Frame 68
gotoAndStop (1);
Symbol 71 MovieClip Frame 89
gotoAndStop (1);

Library Items

Symbol 1 GraphicUsed by:15
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:15
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:15
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:15
Symbol 8 GraphicUsed by:15
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:9Used by:15
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:15
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:15
Symbol 15 MovieClipUses:1 3 5 7 8 10 12 14Used by:Timeline
Symbol 16 GraphicUsed by:Timeline
Symbol 17 GraphicUsed by:44
Symbol 18 GraphicUsed by:23
Symbol 19 GraphicUsed by:23
Symbol 20 GraphicUsed by:23
Symbol 21 GraphicUsed by:23
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:18 19 20 21 22Used by:44
Symbol 24 GraphicUsed by:27
Symbol 25 GraphicUsed by:27
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:24 25 26Used by:44
Symbol 28 GraphicUsed by:34
Symbol 29 GraphicUsed by:34
Symbol 30 GraphicUsed by:34
Symbol 31 GraphicUsed by:34
Symbol 32 GraphicUsed by:34
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:28 29 30 31 32 33Used by:44
Symbol 35 GraphicUsed by:43
Symbol 36 GraphicUsed by:43
Symbol 37 GraphicUsed by:43
Symbol 38 GraphicUsed by:43
Symbol 39 GraphicUsed by:43
Symbol 40 GraphicUsed by:43
Symbol 41 GraphicUsed by:43
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:35 36 37 38 39 40 41 42Used by:44
Symbol 44 MovieClipUses:17 23 27 34 43Used by:Timeline
Symbol 45 GraphicUsed by:48 49 50 51 52 53 54 55 56 57
Symbol 46 GraphicUsed by:48 49 50 51 52 53 54 55 56 57
Symbol 47 GraphicUsed by:48 49 50 51 52 53 54 55 56 57
Symbol 48 ButtonUses:45 46 47Used by:Timeline
Symbol 49 ButtonUses:45 46 47Used by:Timeline
Symbol 50 ButtonUses:45 46 47Used by:Timeline
Symbol 51 ButtonUses:45 46 47Used by:Timeline
Symbol 52 ButtonUses:45 46 47Used by:Timeline
Symbol 53 ButtonUses:45 46 47Used by:Timeline
Symbol 54 ButtonUses:45 46 47Used by:Timeline
Symbol 55 ButtonUses:45 46 47Used by:Timeline
Symbol 56 ButtonUses:45 46 47Used by:Timeline
Symbol 57 ButtonUses:45 46 47Used by:Timeline
Symbol 58 FontUsed by:59 62
Symbol 59 TextUses:58Used by:Timeline
Symbol 60 GraphicUsed by:61 63
Symbol 61 MovieClipUses:60Used by:64
Symbol 62 EditableTextUses:58Used by:64
Symbol 63 ButtonUses:60Used by:64
Symbol 64 MovieClipUses:61 62 63Used by:Timeline
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:71
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:67Used by:71
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:71
Symbol 71 MovieClipUses:66 68 70Used by:Timeline

Instance Names

"territh"Frame 2Symbol 44 MovieClip
"msgbubble"Frame 2Symbol 64 MovieClip
"emote"Frame 2Symbol 71 MovieClip
"pants"Symbol 44 MovieClip Frame 1Symbol 23 MovieClip
"gloves"Symbol 44 MovieClip Frame 1Symbol 27 MovieClip
"coat"Symbol 44 MovieClip Frame 1Symbol 34 MovieClip
"headstyle"Symbol 44 MovieClip Frame 1Symbol 43 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"open"Symbol 64 MovieClip Frame 2
"triple dot"Symbol 71 MovieClip Frame 2
"angry"Symbol 71 MovieClip Frame 35
"sweatdrop"Symbol 71 MovieClip Frame 69

Dynamic Text Variables

_root.txtmsgSymbol 62 EditableText"Test TextTest TextTest TextTest TextTest TextTest TextTest TextTest TextTest TextTest TextTest TextTest Text"




http://swfchan.com/17/80148/info.shtml
Created: 2/4 -2019 15:26:35 Last modified: 2/4 -2019 15:26:35 Server time: 03/05 -2024 11:39:06