Hi there!
I am looking for a simple way to watch for Object property change, something like:
myMovieClip.x.addEventListener( Event.CHANGE, onPropertyXChange );
but of course the above doesn’t work. Anybody can redirect me to a Class or a way to do this?
Thanks!