Flash CS3 Documentation |
|||
| Extending Flash > Objects > Tools object > tools.getKeyDown() | |||
Flash MX 2004.
tools.getKeyDown()
None.
The integer value of the key.
Method; returns the most recently pressed key.
The following example displays the integer value of the most recently pressed key:
var theKey = fl.tools.getKeyDown(); fl.trace(theKey);
Flash CS3
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00004573.html