
Key
371
Property summary
Properties inherited from class Object
Event summary
Modifiers
Property
Description
static
BACKSPACE
:
Number
The key code value for the Backspace key (8).
static
CAPSLOCK
:
Number
The key code value for the Caps Lock key (20).
static
CONTROL
:
Number
The key code value for the Control key (17).
static
DELETEKEY
:
Number
The key code value for the Delete key (46).
static
DOWN
:
Number
The key code value for the Down Arrow key (40).
static
END
:
Number
The key code value for the End key (35).
static
ENTER
:
Number
The key code value for the Enter key (13)..
static
ESCAPE
:
Number
The key code value for the Escape key (27).
static
HOME
:
Number
The key code value for the Home key (36).
static
INSERT
:
Number
The key code value for the Insert key (45).
static
LEFT
:
Number
The key code value for the Left Arrow key (37).
static
_listeners
:
Array
[read-only]
A list of references to all listener objects registered
with the Key object.
static
PGDN
:
Number
The key code value for the Page Down key (34).
static
PGUP
:
Number
The key code value for the Page Up key (33).
static
RIGHT
:
Number
The key code value for the Right Arrow key (39).
static
SHIFT
:
Number
The key code value for the Shift key (16).
static
SPACE
:
Number
The key code value for the Spacebar (32).
static
TAB
:
Number
The key code value for the Tab key (9).
static
UP
:
Number
The key code value for the Up Arrow key (38).
constructor (Object.constructor property)
,
__proto__ (Object.__proto__
property)
,
prototype (Object.prototype property)
,
__resolve
(Object.__resolve property)
Event
Description
onKeyDown
= function() {}
Notified when a key is pressed.
onKeyUp
= function() {}
Notified when a key is released.
Summary of Contents for Flash Lite 2
Page 1: ...Flash Lite 2 x ActionScript Language Reference...
Page 22: ...22 Contents...
Page 244: ...244 ActionScript language elements...
Page 760: ...760 ActionScript classes...