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

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

____03953226.swf

This is the info page for
Flash #89955

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


Text
ZeonART©

L

O

C

H

X

c

ZeonART©

ActionScript [AS1/AS2]

Frame 1
_root.menu = new ContextMenu(); _root.menu.hideBuiltInItems();
Frame 2
_root.hat._visible = false; _root.stick._visible = false; _root.ear._visible = false; _root.cape._visible = false; _root.cape2._visible = false; _root.leek._visible = true; _root.s1._visible = false; _root.s2._visible = false; _root.hair._visible = false; _root.hat2._visible = false; stop();
Symbol 11 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 11 MovieClip Frame 2
gotoAndPlay (1);
Symbol 11 MovieClip Frame 3
_root.play();
Symbol 74 Button
on (release) { _root.stick._visible = true; _root.hat._visible = true; _root.leek._visible = false; _root.s1._visible = false; _root.s2._visible = false; _root.hair._visible = false; _root.hat2._visible = false; _root.ear._visible = true; _root.cape._visible = true; _root.cape2._visible = true; } on (release) { init = function () { width = 550; height = 400; max_snowsize = 3; snowflakes = 40; i = 0; while (i < snowflakes) { t = attachMovie("snow", "snow" + i, i); t._alpha = 0; 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(); }
Symbol 78 Button
on (release) { _root.stick._visible = false; _root.hat._visible = false; _root.leek._visible = true; _root.s1._visible = false; _root.s2._visible = false; _root.ear._visible = false; _root.hat2._visible = false; _root.cape._visible = false; _root.cape2._visible = false; _root.hair._visible = false; } on (release) { init = function () { width = 550; height = 400; max_snowsize = 3; snowflakes = 40; i = 0; while (i < snowflakes) { t = attachMovie("snow", "snow" + i, i); t._alpha = 0; 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(); }
Symbol 81 Button
on (release) { init = function () { width = 550; height = 400; max_snowsize = 3; snowflakes = 40; 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(); } on (release) { _root.stick._visible = false; _root.hat._visible = false; _root.hat2._visible = true; _root.leek._visible = true; _root.s1._visible = true; _root.s2._visible = true; _root.hair._visible = true; _root.ear._visible = true; _root.cape._visible = false; _root.cape2._visible = false; }
Symbol 84 Button
on (release) { getURL ("http://zeonart.deviantart.com/", "_blank"); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClip [Snow]Uses:1
Symbol 3 GraphicUsed by:Timeline
Symbol 4 GraphicUsed by:11
Symbol 5 FontUsed by:7 83
Symbol 6 FontUsed by:7 83
Symbol 7 TextUses:5 6Used by:11
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:11
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:4 7 9 10Used by:Timeline
Symbol 12 GraphicUsed by:Timeline
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:Timeline
Symbol 15 GraphicUsed by:18 26
Symbol 16 GraphicUsed by:18
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:15 16 17Used by:Timeline
Symbol 19 GraphicUsed by:26
Symbol 20 GraphicUsed by:26
Symbol 21 GraphicUsed by:26
Symbol 22 GraphicUsed by:26
Symbol 23 GraphicUsed by:26
Symbol 24 GraphicUsed by:26
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:15 19 20 21 22 23 24 25Used by:Timeline
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:Timeline
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:Timeline
Symbol 34 GraphicUsed by:Timeline
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:Timeline
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:Timeline
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 FontUsed by:43 44 45 46
Symbol 43 TextUses:42Used by:Timeline
Symbol 44 TextUses:42Used by:Timeline
Symbol 45 TextUses:42Used by:Timeline
Symbol 46 TextUses:42Used by:Timeline
Symbol 47 GraphicUsed by:Timeline
Symbol 48 GraphicUsed by:50
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:48 49Used by:Timeline
Symbol 51 GraphicUsed by:54
Symbol 52 GraphicUsed by:54
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:51 52 53Used by:Timeline
Symbol 55 GraphicUsed by:67
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:67
Symbol 58 GraphicUsed by:67
Symbol 59 GraphicUsed by:67
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:67
Symbol 62 GraphicUsed by:67
Symbol 63 GraphicUsed by:67
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:64Used by:67
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:55 57 58 59 61 62 63 65 66Used by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 GraphicUsed by:74
Symbol 70 GraphicUsed by:71 74
Symbol 71 MovieClipUses:70Used by:74
Symbol 72 GraphicUsed by:73 74
Symbol 73 MovieClipUses:72Used by:74
Symbol 74 ButtonUses:69 71 73 70 72Used by:Timeline
Symbol 75 GraphicUsed by:78 81
Symbol 76 FontUsed by:77
Symbol 77 TextUses:76Used by:78
Symbol 78 ButtonUses:75 77Used by:Timeline
Symbol 79 FontUsed by:80
Symbol 80 TextUses:79Used by:81
Symbol 81 ButtonUses:75 80Used by:Timeline
Symbol 82 GraphicUsed by:Timeline
Symbol 83 TextUses:5 6Used by:84
Symbol 84 ButtonUses:83Used by:Timeline
Symbol 85 SoundUsed by:Timeline

Instance Names

"s2"Frame 2Symbol 14 MovieClip
"cape2"Frame 2Symbol 28 MovieClip
"cape"Frame 2Symbol 31 MovieClip
"s1"Frame 2Symbol 33 MovieClip
"hat"Frame 2Symbol 36 MovieClip
"hat2"Frame 2Symbol 38 MovieClip
"ear"Frame 2Symbol 40 MovieClip
"leek"Frame 2Symbol 54 MovieClip
"stick"Frame 2Symbol 67 MovieClip
"bar"Symbol 11 MovieClip 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"

Labels

"loaded"Symbol 11 MovieClip Frame 3




http://swfchan.com/18/89955/info.shtml
Created: 28/3 -2019 16:48:15 Last modified: 28/3 -2019 16:48:15 Server time: 02/05 -2024 11:34:12