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 #50812 |
Loading please wait... |
ActionScript [AS1/AS2]
Frame 1stop(); var percent; onEnterFrame = function () { if (!(getBytesLoaded() === getBytesTotal())) { percent = 100 * (getBytesLoaded() / getBytesTotal()); _root.perc_text = Math.round(percent); } else { gotoAndStop (2); } };Frame 2stop(); Color.prototype.setTint = function (r, g, b, amount) { var _local4 = 100 - amount; var _local2 = new Object(); _local2.ra = (_local2.ga = (_local2.ba = _local4)); var _local3 = amount / 100; _local2.rb = r * _local3; _local2.gb = g * _local3; _local2.bb = b * _local3; this.setTransform(_local2); }; init = function () { width = 300; height = 200; megamans = 15; i = 0; while (i < megamans) { t = attachMovie("rockMM", "rockMM" + i, i); t._alpha = 20 + (Math.random() * 60); myColoredObject = new Color(t); myColoredObject.setTint(Math.random() * 255, Math.random() * 255, Math.random() * 255, 70); t._x = (-(width / 2)) + (Math.random() * (1.5 * width)); t._y = (-(height / 2)) + (Math.random() * (1.5 * height)); t.k = 1 + (Math.random() * 5); 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 = -40; } if (this._x > (width + 60)) { this._x = (-(width / 2)) + (Math.random() * (1.5 * width)); this._y = -40; } else if (this._x < -80) { this._x = (-(width / 2)) + (Math.random() * (1.5 * width)); this._y = -40; } }; init();Symbol 27 MovieClip [rockMM] Frame 13gotoAndPlay (1);
Library Items
Symbol 1 Bitmap | Used by:2 | |
Symbol 2 Graphic | Uses:1 | Used by:27 |
Symbol 3 Bitmap | Used by:4 | |
Symbol 4 Graphic | Uses:3 | Used by:27 |
Symbol 5 Bitmap | Used by:6 | |
Symbol 6 Graphic | Uses:5 | Used by:27 |
Symbol 7 Bitmap | Used by:8 | |
Symbol 8 Graphic | Uses:7 | Used by:27 |
Symbol 9 Bitmap | Used by:10 | |
Symbol 10 Graphic | Uses:9 | Used by:27 |
Symbol 11 Bitmap | Used by:12 | |
Symbol 12 Graphic | Uses:11 | Used by:27 |
Symbol 13 Bitmap | Used by:14 | |
Symbol 14 Graphic | Uses:13 | Used by:27 |
Symbol 15 Bitmap | Used by:16 | |
Symbol 16 Graphic | Uses:15 | Used by:27 |
Symbol 17 Bitmap | Used by:18 | |
Symbol 18 Graphic | Uses:17 | Used by:27 |
Symbol 19 Bitmap | Used by:20 | |
Symbol 20 Graphic | Uses:19 | Used by:27 |
Symbol 21 Bitmap | Used by:22 | |
Symbol 22 Graphic | Uses:21 | Used by:27 |
Symbol 23 Bitmap | Used by:24 | |
Symbol 24 Graphic | Uses:23 | Used by:27 |
Symbol 25 Bitmap | Used by:26 | |
Symbol 26 Graphic | Uses:25 | Used by:27 |
Symbol 27 MovieClip [rockMM] | Uses:2 4 6 8 10 12 14 16 18 20 22 24 26 | |
Symbol 28 Font | Used by:29 30 | |
Symbol 29 Text | Uses:28 | Used by:Timeline |
Symbol 30 EditableText | Uses:28 | Used by:Timeline |
Symbol 31 Sound | Used by:Timeline |
Instance Names
"percBox" | Frame 1 | Symbol 30 EditableText |
Special Tags
ExportAssets (56) | Timeline Frame 1 | Symbol 27 as "rockMM" |
Dynamic Text Variables
perc_text | Symbol 30 EditableText | "" |
|