Is there are way to listen for changes to a display object's transform 
property?  Specifically we have an app that applies a matrix to a top 
container's transform property.  The scale is inherited down to the child 
containers.  

I need to know when the child scales.  The requirement is that I can only 
listen to the child, not the top container, but I do not know what to listen 
for.

Reply via email to