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:
javascript
var isAltDown = fl.tools.altIsDown;