N-R > Object (object)

Object (object)

The generic Object object is at the root of the ActionScript class hierarchy. The functionality of the generic Object object is a small subset of that provided by the JavaScript Object object.

The generic Object object requires the Flash 5 Player.


 
Method summary for the Object object
Method Description

toString

Converts the specified object to a string, and returns it.

valueOf

Returns the primitive value of an Object object.



 
Constructor for the Object object

Syntax

new Object();
new Object(value);

Arguments

value A number, Boolean, or string to be converted to an object. This argument is optional. If you do not specify value, the constructor creates a new object with no defined properties.

Description

Constructor; creates a new Object object.

Player

Flash 5 or later.

See also

Sound.setTransform
Color.setTransform