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

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

Throw.swf

This is the info page for
Flash #250045

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


Text
@@ ¿Q¿
@ iL„DM@j
@@¼ ¼@j
@¼ ¼@,ƒm

“Š‚°ŽÌ‚Ä‚ë


‘‹‚©‚ç

OK

PREVIEW

Flash Player 5
Èã¶áÈ¢Æ

‹ªJ©È¢

ƒoƒbƒO‚ð
‘‹‚©‚ç


@@
@@


“Š‚°ŽÌ‚Ä‚ë

±Ø¶ÞÀÔ°

ActionScript [AS1/AS2]

Frame 1
strVersion = getVersion.split(" ")[1].split(",")[0]; isFlash5 = parseInt(strVersion) >= 5; strPhrase1 = phrase1; strPhrase2 = phrase2; strAA = aa; strB64 = b64; strBase = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="; if ((typeof(strB64) != "undefined") && (strB64 != "")) { decodeArray = strB64.split("\r"); j = 0; while (j < 3) { strTemp = decodeArray[j]; strRaw = ""; iSrc = 0; i = 0; while (i < strTemp.length) { iData = strBase.indexOf(strTemp.charAt(i)); if ((iData != -1) && (iData < 64)) { iStep = iSrc % 4; if (iStep == 0) { bStock = (iData & 63) << 2; } if (iStep == 1) { iTemp = bStock | ((iData & 48) >> 4); strRaw = strRaw + (((iTemp < 16) ? "%0" : "%") + iTemp.toString(16)); bStock = (iData & 15) << 4; } if (iStep == 2) { iTemp = bStock | ((iData & 60) >> 2); strRaw = strRaw + (((iTemp < 16) ? "%0" : "%") + iTemp.toString(16)); bStock = (iData & 3) << 6; } if (iStep == 3) { iTemp = bStock | (iData & 63); strRaw = strRaw + (((iTemp < 16) ? "%0" : "%") + iTemp.toString(16)); } iSrc++; } i++; } decodeArray[j] = unescape(strRaw); j++; } } strPhrase1 = decodeArray[0]; strPhrase2 = decodeArray[1]; strAA = decodeArray[2]; if (typeof(mode) == "undefined") { mode = ""; } if (mode == "flash4") { isFlash5 = false; } if (mode == "create") { gotoAndPlay (27); }
Frame 25
if (_framesloaded < 230) { gotoAndPlay (2); } gotoAndPlay (48);
Frame 26
gotoAndPlay (2);
Frame 27
strURL = _url; if (strURL.indexOf("?", 0) != -1) { strURL = strURL.split("?")[0]; }
Frame 37
stop();
Frame 38
prevFrame();
Frame 48
if ((typeof(strPhrase1) != "undefined") && (strPhrase1 != "")) { if (strPhrase1.indexOf("\r\n", 0) >= 0) { strPhrase1 = strPhrase1.split(newline).join(""); } if ((strPhrase1.indexOf("\r", 0) == -1) && (strPhrase1.indexOf(newline, 0) == -1)) { strPhrase1 = newline + strPhrase1; } strOutput1 = strPhrase1; } if ((typeof(strPhrase2) != "undefined") && (strPhrase2 != "")) { strOutput2 = strPhrase2; } if ((typeof(strAA) != "undefined") && (strAA != "")) { if (strAA.indexOf("\r\n", 0) >= 0) { strAA = strAA.split(newline).join(""); } iCrLfCount = 0; i = 0; while (i < strAA.length) { iCrLfCount = iCrLfCount + (("\r\n".indexOf(strAA.substr(i, 1), 0) != -1) ? 1 : 0); i++; } }
Frame 75
if (isFlash5) { gotoAndPlay (135); }
Frame 132
stop();
Frame 133
prevFrame();
Frame 189
if ((typeof(strAA) != "undefined") && (strAA != "")) { softMona.strOutputAA = strAA; bag._visible = false; }
Frame 237
dY = -2; bag._rotation = 0;
Frame 238
iX = getProperty("softMona", _x); iY = getProperty("softMona", _y); iY = iY + (dY++); iX = iX + 12; setProperty("softMona", _x , iX); setProperty("softMona", _y , iY); setProperty("bag", _x , getProperty("bag", _x) + 12); setProperty("bag", _y , getProperty("bag", _y) + dY);
Frame 239
if (iY < 560) { gotoAndPlay (238); }
Frame 255
if (mode == "create") { gotoAndPlay (27); } stop();
Symbol 16 Button
on (release) { strBase = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="; encodeArray = new Array(strInput1, strInput2, strInputAA); i = 0; while (i < 3) { strTemp = escape(encodeArray[i]); strB64 = ""; iSrc = 0; while (0 < strTemp.length) { if (strTemp.charAt(0) == "%") { iData = parseInt("0x" + strTemp.substr(1, 2)); strTemp = strTemp.substr(3); } else { iData = strTemp.charCodeAt(0); strTemp = strTemp.substr(1); } iStep = iSrc % 3; if (iStep == 0) { strB64 = strB64 + strBase.charAt(iData >> 2); iStock = (iData & 3) << 4; } if (iStep == 1) { strB64 = strB64 + strBase.charAt(iStock | (iData >> 4)); iStock = (iData & 15) << 2; } if (iStep == 2) { strB64 = strB64 + strBase.charAt(iStock | (iData >> 6)); strB64 = strB64 + strBase.charAt(iData & 63); iStock = 0; } iSrc++; } if ((iSrc % 3) != 0) { strB64 = strB64 + strBase.charAt(iStock); strB64 = strB64 + (((iSrc % 3) == 2) ? "=" : "=="); } encodeArray[i] = strB64; i++; } strQuery = (strURL + "?b64=") + escape(encodeArray.join("\r")); getURL (strQuery, "_self"); stop(); }
Symbol 18 Button
on (release) { strPhrase1 = strInput1; strPhrase2 = strInput2; strAA = strInputAA; gotoAndPlay (48); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:3 4
Symbol 3 MovieClipUses:2Used by:Timeline
Symbol 4 MovieClipUses:2Used by:Timeline
Symbol 5 GraphicUsed by:Timeline
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:Timeline
Symbol 8 FontUsed by:9 10 11 20 22 24 28 31 32
Symbol 9 EditableTextUses:8Used by:Timeline
Symbol 10 EditableTextUses:8Used by:Timeline
Symbol 11 EditableTextUses:8Used by:Timeline
Symbol 12 GraphicUsed by:16 18
Symbol 13 FontUsed by:14 17
Symbol 14 TextUses:13Used by:16
Symbol 15 GraphicUsed by:16 18
Symbol 16 ButtonUses:12 14 15Used by:Timeline
Symbol 17 TextUses:13Used by:18
Symbol 18 ButtonUses:12 17 15Used by:Timeline
Symbol 19 GraphicUsed by:Timeline
Symbol 20 TextUses:8Used by:Timeline
Symbol 21 GraphicUsed by:Timeline
Symbol 22 TextUses:8Used by:Timeline
Symbol 23 SoundUsed by:Timeline
Symbol 24 EditableTextUses:8Used by:Timeline
Symbol 25 GraphicUsed by:Timeline
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:Timeline
Symbol 28 EditableTextUses:8Used by:29
Symbol 29 MovieClipUses:28Used by:Timeline
Symbol 30 SoundUsed by:Timeline
Symbol 31 EditableTextUses:8Used by:Timeline
Symbol 32 TextUses:8Used by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"bag"Frame 189Symbol 27 MovieClip
"softMona"Frame 189Symbol 29 MovieClip

Labels

"PRELOAD"Frame 2
"CREATE"Frame 27
"START"Frame 48
"FLASH4"Frame 76
"OPEN"Frame 135
"DEPOSITION"Frame 238

Dynamic Text Variables

strInputAASymbol 9 EditableText" @@ ¿Q¿ @ iL„DM@j @@¼ ¼@j @¼ ¼@,ƒm "
strInput2Symbol 10 EditableText"“Š‚°ŽÌ‚Ä‚ë"
strInput1Symbol 11 EditableText" ‘‹‚©‚ç"
strOutput1Symbol 24 EditableText"ƒoƒbƒO‚ð ‘‹‚©‚ç"
strOutputAASymbol 28 EditableText" @@ @@ "
strOutput2Symbol 31 EditableText"“Š‚°ŽÌ‚Ä‚ë"




http://swfchan.com/51/250045/info.shtml
Created: 19/9 -2022 16:06:47 Last modified: 19/9 -2022 16:06:56 Server time: 29/04 -2024 08:24:17