| STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229923 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2598 · P5196 |
![]() | This is the info page for Flash #173274 |
Frame 1function constrainedMove(target, speed, dir) { var _local1 = _xmouse / Stage.width; var _local2; if (dir == 1) { _local2 = 1 - _local1; } else { _local2 = _local1; } target.destX = Math.round(-((target._width - Stage.width) * _local2)); target.onEnterFrame = function () { if (target._x == target.destX) { delete target.onEnterFrame; } else if (target._x > target.destX) { target._x = target._x - Math.ceil((target._x - target.destX) * (speed / 100)); } else if (target._x < target.destX) { target._x = target._x + Math.ceil((target.destX - target._x) * (speed / 100)); } }; } this.onMouseMove = function () { constrainedMove(bg, 1, 0); constrainedMove(actor, 5, 0); constrainedMove(effect, 10, 0); };
Library Items
Symbol 1 Bitmap | Used by:2 | |
Symbol 2 Graphic | Uses:1 | Used by:3 |
Symbol 3 MovieClip | Uses:2 | Used by:Timeline |
Symbol 4 Bitmap | Used by:5 | |
Symbol 5 Graphic | Uses:4 | Used by:6 |
Symbol 6 MovieClip | Uses:5 | Used by:Timeline |
Symbol 7 Bitmap | Used by:8 | |
Symbol 8 Graphic | Uses:7 | Used by:9 |
Symbol 9 MovieClip | Uses:8 | Used by:Timeline |
Symbol 10 Graphic | Used by:Timeline |
Instance Names
"bg" | Frame 1 | Symbol 3 MovieClip |
"actor" | Frame 1 | Symbol 6 MovieClip |
"effect" | Frame 1 | Symbol 9 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
|