Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 498 Bytes

File metadata and controls

23 lines (14 loc) · 498 Bytes

tools.penLoc

Availability

Flash MX 2004.

Usage

tools.penLoc

Description

Read-only property; a point that represents the current location of the mouse pointer. The tools.penLoc property comprises two properties, x and y, corresponding to the x,y location of the mouse pointer.

Example

The following example determines the current location of the mouse:

var tempPt = fl.tools.penLoc;

See also

tools.penDownLoc