MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference page 245

Actionscript 2.0 language reference
Table of Contents

Advertisement

Availability: ActionScript 1.0; Flash Player 5 - Became a native object in Flash Player 6,
which improved performance significantly.
Example
In the following example, my_array contains four months of the year:
var my_array:Array = new Array();
my_array[0] = "January";
my_array[1] = "February";
my_array[2] = "March";
my_array[3] = "April";
Property summary
Modifiers
Property
static
CASEINSENSITIVE:Numb
er
static
DESCENDING:Number
length:Number
static
NUMERIC:Number
static
RETURNINDEXEDARRAY:N
umber
static
UNIQUESORT:Number
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Constructor summary
Signature
Array([value:Object]
)
Description
In the sorting methods, this constant specifies case-
insensitive sorting.
In the sorting methods, this constant specifies
descending sort order.
A non-negative integer specifying the number of
elements in the array.
In the sorting methods, this constant specifies
numeric (instead of character-string) sorting.
Specifies that a sort returns an indexed array as a
result of calling the sort() or sortOn() method.
In the sorting methods, this constant specifies the
unique sorting requirement.
property),
Description
Lets you create an array.
__proto__ (Object.__proto__
property),
__resolve
Array
245

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents

Save PDF