Tagged with 'getRect'
Snippets
-
Get a display object's rectangle in another object's coordinate space by vixiom
An alternative to jumping around with globalToLocal and localToGlobal if you need to get one object's location in another's coordinate space. getRect excludes any strokes, if you want the size plus position with strokes use getBounds.
Save as Favorite | Tags: getRect, getBounds, AS3, MovieClip, Rectangle


