MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Reference page 386

Actionscript language reference
Table of Contents

Advertisement

trace(myVehicle.valueOf());
// output: A vehicle that is red and has 2 doors
Object.unwatch()
Availability
Flash Player 6.
Usage
myObject.unwatch (prop:String) : Boolean
Parameters
A string; the name of the object property that should no longer be watched.
prop
Returns
A Boolean value:
Description
Method; removes a watchpoint that
if the watchpoint is successfully removed,
true
Example
See the example for
See also
Object.addProperty(),
Object.valueOf()
Availability
Flash Player 5.
Usage
myObject.valueOf() : Object
Parameters
None.
Returns
The primitive value of the specified object or the object itself.
Description
Method; returns the primitive value of the specified object. If the object does not have a primitive
value, the object is returned.
386
Chapter 6: ActionScript Core Classes
if the watchpoint is successfully removed,
true
Object.watch()
.
Object.watch()
Object.watch()
false
created. This method returns a value of
otherwise.
false
otherwise.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLEX-FLEX ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flex

Table of Contents