RE: [Flashcoders] Determining width of rotated MC's imaginaryboundingbox

2006-03-20 Thread David Stiller
Yotam, > Correct usage of getBounds will give you > the correct result. You have to point the > coordinate scope of the getBounds method > to the parent of the mc. Wow! Yes, thank you, Yotam. Now I'm slapping my forehead, too. It doesn't get easier than that. I'm still interes

RE: [Flashcoders] Determining width of rotated MC's imaginaryboundingbox

2006-03-20 Thread David Stiller
>> Adrian Park wrote: >> if you could enclose the rotated clip in a wrapper >> clip [...] you will have the width of imaginery >> bounding box. True, but in this scenario I'm writing a class that needs to determine this with the user's MCs as they are. Definitely the way I'd go, though, i