Constructor summary
Signature
Object()
Method summary
Modifiers
Signature
addProperty(name:Str
ing,
getter:Function,
setter:Function) :
Boolean
hasOwnProperty(name:
String) : Boolean
isPropertyEnumerable
(name:String) :
Boolean
isPrototypeOf(theCla
ss:Object) : Boolean
static
registerClass(name:S
tring,
theClass:Function) :
Boolean
toString() : String
unwatch(name:String)
: Boolean
valueOf() : Object
watch(name:String,
callback:Function,
[userData:Object]) :
Boolean
Description
Creates an Object object and stores a reference to the object's
constructor method in the object's constructor property.
Description
Creates a getter/setter property.
Indicates whether an object has a specified property
defined.
Indicates whether the specified property exists and is
enumerable.
Indicates whether an instance of the Object class is in
the prototype chain of the object specified as an
argument.
Associates a movie clip symbol with an ActionScript
object class.
Converts the specified object to a string and returns it.
Removes a watchpoint that Object.watch() created.
Returns the primitive value of the specified object.
Registers an event handler to be invoked when a
specified property of an ActionScript object changes.
Object
991
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?