STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #250824 |
gfx: pommac musa: sibelius muu: nyymi |
ITSENÄISYYSPÄIVÄ KUVALAUTAILLEN |
ActionScript [AS1/AS2]
Frame 1function createSnow(container, numberOfFlakes) { var _local4 = 0; while (_local4 < numberOfFlakes) { var _local2 = container.attachMovie("snow_mc", "snow" + container.getNextHighestDepth(), container.getNextHighestDepth()); _local2.r = 1 + (Math.random() * speed); _local2.k = -3.14159265358979 + (Math.random() * Math.PI); _local2.rad = 0; var _local3 = random(50) + 50; _local2._xscale = _local3; _local2._yscale = _local3; _local2._alpha = random(100) + 50; _local2._rotation = random(360); _local2._x = random(movieWidth); _local2._y = random(movieHeight); _local2.onEnterFrame = function () { this.rad = this.rad + ((this.k / 180) * Math.PI); this._x = this._x - (Math.cos(this.rad) + wind); this._y = this._y + speed; this._rotation = this._rotation + this.r; if (this._y >= movieHeight) { this._y = -5; } if (this._x >= movieWidth) { this._x = 1; } if (this._x <= 0) { this._x = movieWidth - 1; } }; _local4++; } } if (laa != 333) { var my_sound = new Sound(); my_sound.attachSound("lu"); my_sound.start(0, 99999); laa = 333; var speed = 2; var wind = -1; var movieWidth = 900; var movieHeight = 500; createSnow(_root.empty, 30); }Frame 295stop();
Library Items
Symbol 1 Sound [lu] | ||
Symbol 2 Graphic | Used by:3 | |
Symbol 3 MovieClip [snow_mc] | Uses:2 | |
Symbol 4 Graphic | Used by:5 | |
Symbol 5 MovieClip | Uses:4 | Used by:6 |
Symbol 6 MovieClip | Uses:5 | Used by:Timeline |
Symbol 7 Graphic | Used by:8 | |
Symbol 8 MovieClip | Uses:7 | Used by:15 |
Symbol 9 Graphic | Used by:15 | |
Symbol 10 Graphic | Used by:11 | |
Symbol 11 MovieClip | Uses:10 | Used by:14 |
Symbol 12 Bitmap | Used by:13 | |
Symbol 13 Graphic | Uses:12 | Used by:14 |
Symbol 14 MovieClip | Uses:11 13 | Used by:15 |
Symbol 15 MovieClip | Uses:8 9 14 | Used by:Timeline |
Symbol 16 MovieClip | Used by:Timeline | |
Symbol 17 Graphic | Used by:Timeline | |
Symbol 18 Font | Used by:19 | |
Symbol 19 Text | Uses:18 | Used by:Timeline |
Symbol 20 Font | Used by:21 | |
Symbol 21 Text | Uses:20 | Used by:22 |
Symbol 22 MovieClip | Uses:21 | Used by:23 |
Symbol 23 MovieClip | Uses:22 | Used by:Timeline |
Instance Names
"empty" | Frame 1 | Symbol 16 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "lu" |
ExportAssets (56) | Timeline Frame 1 | Symbol 3 as "snow_mc" |
|