STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
A Very Merry Christmas! |
This is the info page for Flash #60585 |
B |
ActionScript [AS1/AS2]
Frame 1this.attachMovie("cursor_id", "cursor_mc", this.getNextHighestDepth(), {_x:_xmouse, _y:_ymouse}); Mouse.hide(); var mouseListener = new Object(); mouseListener.onMouseMove = function () { pencil._x = _xmouse; pencil._y = _ymouse; updateAfterEvent(); }; Mouse.addListener(mouseListener); this.createEmptyMovieClip("drawing_mc", this.getNextHighestDepth()); var mouseListener = new Object(); mouseListener.onMouseDown = function () { this.drawing = true; drawing_mc.moveTo(_xmouse, _ymouse); drawing_mc.lineStyle(3, 0, 100); }; mouseListener.onMouseUp = function () { this.drawing = false; }; mouseListener.onMouseMove = function () { if (this.drawing) { drawing_mc.lineTo(_xmouse, _ymouse); } updateAfterEvent(); }; Mouse.addListener(mouseListener); var keyListener = new Object(); keyListener.onKeyDown = function () { if (Key.isDown(46) || (Key.isDown(8))) { drawing_mc.clear(); } }; Key.addListener(keyListener);
Library Items
Symbol 1 Graphic | Used by:Timeline | |
Symbol 2 Font | Used by:3 | |
Symbol 3 Text | Uses:2 | Used by:Timeline |
Symbol 4 Graphic | Used by:5 | |
Symbol 5 MovieClip | Uses:4 | Used by:Timeline |
Instance Names
"pencil" | Frame 1 | Symbol 5 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
Protect (24) | Timeline Frame 1 | 31 bytes "..$1$ol$r3eY22asskb0iUNGN0FiT/." |
|