tools.ctlIsDown

#### Availability

Flash MX 2004.

#### Usage

tools.ctlIsDown

#### Description

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

#### Example

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

javascript
var isCtrldown = fl.tools.ctrlIsDown;