User Guide
Object class 661
Returns
A reference to an Object object.
Description
Constructor; creates an Object object and stores a reference to the object’s constructor method in
the object’s
constructor property.
Example
The following example creates a generic object named myObject:
var myObject:Object = new Object();