Extending Flash |
|
|
|
| Objects > Tools object > tools.mouseIsDown | |||
Flash MX 2004.
tools.mouseIsDown
Read-only property; a Boolean value that is true if the left mouse button is currently down; false otherwise.
The following example determines whether the left mouse button is pressed.
var isMouseDown = fl.tools.mouseIsDown;
|
|
|
|