User Guide
674 Chapter 2: ActionScript Language Reference
Object.unwatch()
Availability
Flash Player 6.
Usage
myObject.unwatch (prop:String) : Boolean
Parameters
prop
A string; the name of the object property that should no longer be watched.
Returns
A Boolean value: true if the watchpoint is successfully removed, false otherwise.
Description
Method; removes a watchpoint that Object.watch() created. This method returns a value of true
if the watchpoint is successfully removed,
false otherwise.
Example
See the example for Object.watch().
See also
Object.addProperty(), Object.watch()