MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 371

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading

Table of Contents