STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229494 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2575 · P5149 |
This is the info page for Flash #79586 |
Loading... |
Loading... |
ActionScript [AS1/AS2]
Frame 2myLoaded = 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 3init = 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 Graphic | Used by:2 | |
Symbol 2 MovieClip [snow] | Uses:1 | |
Symbol 3 Bitmap | Used by:4 13 | |
Symbol 4 Graphic | Uses:3 | Used by:Timeline |
Symbol 5 Font | Used by:6 7 | |
Symbol 6 Text | Uses:5 | Used by:Timeline |
Symbol 7 Text | Uses:5 | Used by:Timeline |
Symbol 8 Graphic | Used by:9 | |
Symbol 9 MovieClip | Uses:8 | Used by:Timeline |
Symbol 10 Graphic | Used by:Timeline | |
Symbol 11 Font | Used by:12 | |
Symbol 12 EditableText | Uses:11 | Used by:Timeline |
Symbol 13 Graphic | Uses:3 | Used by:Timeline |
Symbol 14 Bitmap | Used by:15 | |
Symbol 15 Graphic | Uses:14 | Used by:16 17 |
Symbol 16 MovieClip | Uses:15 | Used by:17 |
Symbol 17 Button | Uses:16 15 | Used by:Timeline |
Symbol 18 Sound | Used by:Timeline |
Instance Names
"myBar" | Frame 1 | Symbol 9 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "snow" |
Dynamic Text Variables
myText | Symbol 12 EditableText | " " |
|