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

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

Marris_Emotion_Snow.swf

This is the info page for
Flash #79586

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


Text
Loading...

Loading...



ActionScript [AS1/AS2]

Frame 2
myLoaded = Math.round(getBytesLoaded()); myTotal = Math.round(getBytesTotal()); myPercent = myLoaded / myTotal; myBar._width = myPercent * 150; myText = Math.round(myPercent * 100) + "%"; if (myLoaded == myTotal) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Frame 3
init = function () { width = 900; height = 800; max_snowsize = 10; snowflakes = 70; i = 0; while (i < snowflakes) { t = attachMovie("snow", "snow" + i, i); t._alpha = 20 + (Math.random() * 60); t._x = (-(width / 2)) + (Math.random() * (1.5 * width)); t._y = (-(height / 2)) + (Math.random() * (1.5 * height)); t._xscale = (t._yscale = 50 + (Math.random() * (max_snowsize * 10))); t.k = 1 + (Math.random() * 2); t.wind = -1.5 + (Math.random() * 4.2); t.onEnterFrame = mover; i++; } }; mover = function () { this._y = this._y + this.k; this._x = this._x + this.wind; if (this._y > (height + 10)) { this._y = -20; } if (this._x > (width + 20)) { this._x = (-(width / 2)) + (Math.random() * (1.5 * width)); this._y = -20; } else if (this._x < -20) { this._x = (-(width / 2)) + (Math.random() * (1.5 * width)); this._y = -20; } }; init(); stop();

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClip [snow]Uses:1
Symbol 3 BitmapUsed by:4 13
Symbol 4 GraphicUses:3Used by:Timeline
Symbol 5 FontUsed by:6 7
Symbol 6 TextUses:5Used by:Timeline
Symbol 7 TextUses:5Used by:Timeline
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:Timeline
Symbol 10 GraphicUsed by:Timeline
Symbol 11 FontUsed by:12
Symbol 12 EditableTextUses:11Used by:Timeline
Symbol 13 GraphicUses:3Used by:Timeline
Symbol 14 BitmapUsed by:15
Symbol 15 GraphicUses:14Used by:16 17
Symbol 16 MovieClipUses:15Used by:17
Symbol 17 ButtonUses:16 15Used by:Timeline
Symbol 18 SoundUsed by:Timeline

Instance Names

"myBar"Frame 1Symbol 9 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 2 as "snow"

Dynamic Text Variables

myTextSymbol 12 EditableText" "




http://swfchan.com/16/79586/info.shtml
Created: 2/4 -2019 22:07:05 Last modified: 2/4 -2019 22:07:05 Server time: 01/05 -2024 21:41:15