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