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

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

Advertisement

SetFocusRectColor fscommand2 Command . . . . . . . . . . . . . . . . 240
SetInputTextType fscommand2 Command . . . . . . . . . . . . . . . . . . 240
SetSoftKeys fscommand2 Command . . . . . . . . . . . . . . . . . . . . . . . . 241
StartVibrate fscommand2 Command . . . . . . . . . . . . . . . . . . . . . . . .243
StopVibrate fscommand2 Command . . . . . . . . . . . . . . . . . . . . . . . .243
Chapter 2: ActionScript classes . . . . . . . . . . . . . . . . . . . . . . . . . 245
arguments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 245
callee (arguments.callee property) . . . . . . . . . . . . . . . . . . . . . . . . . . .246
caller (arguments.caller property) . . . . . . . . . . . . . . . . . . . . . . . . . . . .246
length (arguments.length property) . . . . . . . . . . . . . . . . . . . . . . . . . .247
Array . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .247
Array constructor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 251
concat (Array.concat method) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .252
DESCENDING (Array.DESCENDING property). . . . . . . . . . . . . . 254
join (Array.join method) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 254
length (Array.length property) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .255
NUMERIC (Array.NUMERIC property) . . . . . . . . . . . . . . . . . . . . . . .256
pop (Array.pop method) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .256
push (Array.push method). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 257
(Array.RETURNINDEXEDARRAY property) . . . . . . . . . . . . . . . 257
reverse (Array.reverse method) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .258
shift (Array.shift method). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .258
slice (Array.slice method) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .258
sort (Array.sort method) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 260
sortOn (Array.sortOn method) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .262
splice (Array.splice method) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .265
toString (Array.toString method). . . . . . . . . . . . . . . . . . . . . . . . . . . . . 267
UNIQUESORT (Array.UNIQUESORT property) . . . . . . . . . . . . . . . 267
unshift (Array.unshift method) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .268
Boolean . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .268
Boolean constructor. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .269
toString (Boolean.toString method) . . . . . . . . . . . . . . . . . . . . . . . . . .270
valueOf (Boolean.valueOf method) . . . . . . . . . . . . . . . . . . . . . . . . . .270
Button . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 271
_alpha (Button._alpha property). . . . . . . . . . . . . . . . . . . . . . . . . . . . . .274
enabled (Button.enabled property) . . . . . . . . . . . . . . . . . . . . . . . . . . . 275
_focusrect (Button._focusrect property) . . . . . . . . . . . . . . . . . . . . . . 276
getDepth (Button.getDepth method) . . . . . . . . . . . . . . . . . . . . . . . . . 277
_height (Button._height property) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 278
_highquality (Button._highquality property). . . . . . . . . . . . . . . . . . . . 278
_name (Button._name property) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 278
onDragOut (Button.onDragOut handler). . . . . . . . . . . . . . . . . . . . . .279
8
Contents

Advertisement

Table of Contents
loading

Table of Contents