Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 392 Bytes

File metadata and controls

20 lines (12 loc) · 392 Bytes

tools.altIsDown

Availability

Flash MX 2004.

Usage

tools.altIsDown

Description

Read-only property; a Boolean value that identifies if the Alt key is being pressed. The value is true if the Alt key is pressed, and false otherwise.

Example

The following example determines whether the Alt key is being pressed:

var isAltDown = fl.tools.altIsDown;