Flash MX 2004.
tools.altIsDown
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.
The following example determines whether the Alt key is being pressed:
var isAltDown = fl.tools.altIsDown;