Extending Flash |
|
|
|
| Objects > Tools object > tools.ctlIsDown | |||
Flash MX 2004.
tools.ctlIsDown
Read-only property; a Boolean value that is true if the Control key is pressed; false otherwise.
The following example determines whether the Control key is being pressed:
var isCtrldown = fl.tools.ctrlIsDown;
|
|
|
|