Object constructor

public Object()

Creates an Object object and stores a reference to the object's constructor method in the object's constructor property.

Availability: ActionScript 1.0; Flash Player 5

Example

The following example creates a generic object named myObject:

var myObject:Object = new Object();

Flash CS3


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/9.0/main/00002041.html