Where is the watch object in AS3?
The watch object in AS2 was useful to monitor a variable’s change. But it was a problem regarding performances.
With AS3, the watch function disapeared, the object model of AS3 allows to do exactly the same. But not out of the box.
Adobe Livedoc suggests to use the Proxy pattern with setter and getter. Here is a [...]
