MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference page 991

Actionscript 2.0 language reference
Table of Contents

Advertisement

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

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