tools.shiftIsDown

#### Availability

Flash MX 2004.

#### Usage

tools.shiftIsDown

#### Description

Read-only property; a Boolean value that is true if the Shift key is pressed; false otherwise.

#### Example

The following example determines whether the Shift key is being pressed.

javascript
var isShiftDown = fl.tools.shiftIsDown;