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/99949810?noj=FRM99949810-2DC" width="1" height="1"></div>

0x40 hues of 0x40 not megumis.swf

This is the info page for
Flash #142819

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


Text
<p align="left"><font face="Pet Me 64" size="8" color="#000000" letterSpacing="0.000000" kerning="0">88</font></p><p align="left"></p>

<p align="left"><font face="Pet Me 64" size="8" color="#000000" letterSpacing="0.000000" kerning="0">1234567890123456</font></p><p align="left"></p>

<p align="left"><font face="Pet Me 64" size="8" color="#000000" letterSpacing="0.000000" kerning="0">88</font></p><p align="left"></p>

<p align="left"><font face="Pet Me 64" size="8" color="#000000" letterSpacing="0.000000" kerning="0">88</font></p><p align="left"></p>

<p align="left"><font face="Pet Me 64" size="8" color="#000000" letterSpacing="0.000000" kerning="0">88</font></p><p align="left"></p>

<p align="left"><font face="Pet Me 64" size="8" color="#000000" letterSpacing="0.000000" kerning="0">8888</font></p><p align="left"></p>

<p align="left"><font face="Pet Me 64" size="8" color="#000000" letterSpacing="0.000000" kerning="0">88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888</font></p><p align="left"></p>

>

<

Edited by Anonymous T

ActionScript [AS1/AS2]

Frame 1
function otherOnEnterFrame() { scode = rhythm.substr(beat, rhy - beat) + rhythm; if ((song.position > nextup) && ((song.position - nextup) < 1500)) { if (rhythm.charAt(beat) == "x") { yblur = 64; } if (rhythm.charAt(beat) == "o") { xblur = 64; } if (rhythm.charAt(beat) != ".") { changeit(); } beat = (beat + 1) % rhy; nextup = int(beat * blen); } tcode = conv(song.position, 4); bcode = conv(beat, 2); xcode = conv(xblur, 2); ycode = conv(yblur, 2); blur = new flash.filters.BlurFilter(xblur, yblur, 1); bmp[0].copyPixels(gif, fullscreen, origin); if ((xblur * yblur) != 1) { bmp[0].applyFilter(bmp[0], fullscreen, origin, blur); } if (xblur != 1) { xblur = xblur / 2; } if (yblur != 1) { yblur = yblur / 2; } } function changeit() { cc = ((cc + random(63)) + 1) % 64; ccode = conv(cc, 2); ctxt = colors[cc].toUpperCase(); x = cc % 4; y = int(cc / 4) % 4; z = int(cc / 16); rect(1, 0, 0, 800, 700, ((4278190080 + (5570560 * x)) + (21760 * y)) + (85 * z)); } function conv(cn, cd) { rs = cn.toString(16).toUpperCase(); while (rs.length < cd) { rs = "0" + rs; } return(rs); } function rect(l, x, y, w, h, c) { bmp[l].fillRect(new flash.geom.Rectangle(x, y, w, h), c); } function playForward() { if (ii < (images.length - 1)) { ii++; } gif = flash.display.BitmapData.loadBitmap(images[ii]); } function playBack() { if (ii > 0) { ii--; } gif = flash.display.BitmapData.loadBitmap(images[ii]); } var gif = flash.display.BitmapData.loadBitmap("megumi.gif"); fullscreen = new flash.geom.Rectangle(0, 0, 800, 700); origin = new flash.geom.Point(0, 0); focusRect = false; tabEnabled = false; bmp = new Array(); x = 0; while (x < 2) { bmp[x] = new flash.display.BitmapData(800, 700, true, 4278190080); x++; } bh.attachBitmap(bmp[0], 0); br.attachBitmap(bmp[1], 1); bmp[0].copyPixels(gif, new flash.geom.Rectangle(0, 0, 800, 700), origin); song = new Sound(); song.attachSound("song.wav"); song.start(0.01, 9999); rhythm = ""; rhythm = rhythm + "x..xo...x...o..."; rhythm = rhythm + "x..xo...x...o..."; rhythm = rhythm + "x..xo...x...o..."; rhythm = rhythm + "x..xo...x...oxoo"; rhythm = rhythm + "x..xo...x...o..."; rhythm = rhythm + "x..xo...x...o..."; rhythm = rhythm + "x..xo...x...o..."; rhythm = rhythm + "x...o...x...oooo"; this.desiredFrameRate = 60; this.callFunctionInt = setInterval(this, "otherOnEnterFrame", 10 / this.desiredFrameRate); rhy = length(rhythm); blen = song.duration / rhy; beat = (nextup = 0); xblur = (yblur = 1); colors = new Array(); colors[0] = "black"; colors[1] = "brick"; colors[2] = "crimson"; colors[3] = "red"; colors[4] = "turtle"; colors[5] = "sludge"; colors[6] = "brown"; colors[7] = "orange"; colors[8] = "green"; colors[9] = "grass"; colors[10] = "maize"; colors[11] = "citrus"; colors[12] = "lime"; colors[13] = "leaf"; colors[14] = "chartreuse"; colors[15] = "yellow"; colors[16] = "midnight"; colors[17] = "plum"; colors[18] = "pomegranate"; colors[19] = "rose"; colors[20] = "swamp"; colors[21] = "dust"; colors[22] = "dirt"; colors[23] = "blossom"; colors[24] = "sea"; colors[25] = "ill"; colors[26] = "haze"; colors[27] = "peach"; colors[28] = "spring"; colors[29] = "mantis"; colors[30] = "brilliant"; colors[31] = "canary"; colors[32] = "navy"; colors[33] = "grape"; colors[34] = "mauve"; colors[35] = "purple"; colors[36] = "cornflower"; colors[37] = "deep"; colors[38] = "lilac"; colors[39] = "lavender"; colors[40] = "aqua"; colors[41] = "steel"; colors[42] = "grey"; colors[43] = "pink"; colors[44] = "bay"; colors[45] = "marina"; colors[46] = "tornado"; colors[47] = "saltine"; colors[48] = "blue"; colors[49] = "twilight"; colors[50] = "orchid"; colors[51] = "magenta"; colors[52] = "azure"; colors[53] = "liberty"; colors[54] = "royalty"; colors[55] = "thistle"; colors[56] = "ocean"; colors[57] = "sky"; colors[58] = "periwinkle"; colors[59] = "carnation"; colors[60] = "cyan"; colors[61] = "turquoise"; colors[62] = "powder"; colors[63] = "white"; cc = 0; images = new Array(); images[0] = "megumi.gif"; images[1] = "img"; images[2] = "kagami"; images[3] = "melorin"; images[4] = "konata"; images[5] = "Shinobu"; images[6] = "yotsuba"; images[7] = "lurk"; images[8] = "Louise"; ii = 0; btnForward.onRelease = playForward; btnBack.onRelease = playBack;

Library Items

Symbol 1 Sound [song.wav]
Symbol 2 Bitmap [yotsuba]
Symbol 3 Bitmap [Shinobu]
Symbol 4 Bitmap [melorin]
Symbol 5 Bitmap [img1]
Symbol 6 Bitmap [lurk]
Symbol 7 Bitmap [Louise]
Symbol 8 Bitmap [konata]
Symbol 9 Bitmap [kagami]
Symbol 10 Bitmap [img]
Symbol 11 Bitmap [megumi.gif]
Symbol 12 MovieClipUsed by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 GraphicUsed by:Timeline
Symbol 15 GraphicUsed by:Timeline
Symbol 16 GraphicUsed by:Timeline
Symbol 17 GraphicUsed by:Timeline
Symbol 18 FontUsed by:19 20 25 26 27 28 49 56 58 60
Symbol 19 EditableTextUses:18Used by:Timeline
Symbol 20 EditableTextUses:18Used by:Timeline
Symbol 21 GraphicUsed by:Timeline
Symbol 22 GraphicUsed by:Timeline
Symbol 23 GraphicUsed by:Timeline
Symbol 24 GraphicUsed by:Timeline
Symbol 25 EditableTextUses:18Used by:Timeline
Symbol 26 EditableTextUses:18Used by:Timeline
Symbol 27 EditableTextUses:18Used by:Timeline
Symbol 28 EditableTextUses:18Used by:Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 GraphicUsed by:Timeline
Symbol 32 GraphicUsed by:Timeline
Symbol 33 GraphicUsed by:Timeline
Symbol 34 GraphicUsed by:Timeline
Symbol 35 GraphicUsed by:Timeline
Symbol 36 GraphicUsed by:Timeline
Symbol 37 GraphicUsed by:Timeline
Symbol 38 GraphicUsed by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 GraphicUsed by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 GraphicUsed by:Timeline
Symbol 44 GraphicUsed by:Timeline
Symbol 45 GraphicUsed by:Timeline
Symbol 46 GraphicUsed by:Timeline
Symbol 47 GraphicUsed by:Timeline
Symbol 48 GraphicUsed by:Timeline
Symbol 49 EditableTextUses:18Used by:Timeline
Symbol 50 GraphicUsed by:Timeline
Symbol 51 GraphicUsed by:Timeline
Symbol 52 GraphicUsed by:Timeline
Symbol 53 GraphicUsed by:Timeline
Symbol 54 GraphicUsed by:Timeline
Symbol 55 GraphicUsed by:Timeline
Symbol 56 EditableTextUses:18Used by:57
Symbol 57 ButtonUses:56Used by:Timeline
Symbol 58 EditableTextUses:18Used by:59
Symbol 59 ButtonUses:58Used by:Timeline
Symbol 60 EditableTextUses:18Used by:Timeline

Instance Names

"bh"Frame 1Symbol 12 MovieClip
"br"Frame 1Symbol 12 MovieClip
"btnForward"Frame 1Symbol 57 Button
"btnBack"Frame 1Symbol 59 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "song.wav"
ExportAssets (56)Timeline Frame 1Symbol 2 as "yotsuba"
ExportAssets (56)Timeline Frame 1Symbol 3 as "Shinobu"
ExportAssets (56)Timeline Frame 1Symbol 4 as "melorin"
ExportAssets (56)Timeline Frame 1Symbol 5 as "img1"
ExportAssets (56)Timeline Frame 1Symbol 6 as "lurk"
ExportAssets (56)Timeline Frame 1Symbol 7 as "Louise"
ExportAssets (56)Timeline Frame 1Symbol 8 as "konata"
ExportAssets (56)Timeline Frame 1Symbol 9 as "kagami"
ExportAssets (56)Timeline Frame 1Symbol 10 as "img"
ExportAssets (56)Timeline Frame 1Symbol 11 as "megumi.gif"

Dynamic Text Variables

ccodeSymbol 19 EditableText"<p align="left"><font face="Pet Me 64" size="8" color="#000000" letterSpacing="0.000000" kerning="0">88</font></p><p align="left"></p>"
ctxtSymbol 20 EditableText"<p align="left"><font face="Pet Me 64" size="8" color="#000000" letterSpacing="0.000000" kerning="0">1234567890123456</font></p><p align="left"></p>"
ycodeSymbol 25 EditableText"<p align="left"><font face="Pet Me 64" size="8" color="#000000" letterSpacing="0.000000" kerning="0">88</font></p><p align="left"></p>"
xcodeSymbol 26 EditableText"<p align="left"><font face="Pet Me 64" size="8" color="#000000" letterSpacing="0.000000" kerning="0">88</font></p><p align="left"></p>"
bcodeSymbol 27 EditableText"<p align="left"><font face="Pet Me 64" size="8" color="#000000" letterSpacing="0.000000" kerning="0">88</font></p><p align="left"></p>"
tcodeSymbol 28 EditableText"<p align="left"><font face="Pet Me 64" size="8" color="#000000" letterSpacing="0.000000" kerning="0">8888</font></p><p align="left"></p>"
scodeSymbol 49 EditableText"<p align="left"><font face="Pet Me 64" size="8" color="#000000" letterSpacing="0.000000" kerning="0">88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888</font></p><p align="left"></p>"




http://swfchan.com/29/142819/info.shtml
Created: 27/10 -2018 13:58:17 Last modified: 27/10 -2018 13:58:17 Server time: 02/05 -2024 15:25:28