Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 363 Bytes

File metadata and controls

20 lines (12 loc) · 363 Bytes

tools.mouseIsDown

Availability

Flash MX 2004.

Usage

tools.mouseIsDown

Description

Read-only property; a Boolean value that is true if the left mouse button is currently down; false otherwise.

Example

The following example determines whether the left mouse button is pressed.

var isMouseDown = fl.tools.mouseIsDown;