Re: [Flashcoders] { AS3 } Reading position info X, Y, H & W

2008-04-28 Thread Glen Pike
cant seam to figure out how its used! SM - Original Message - From: Glen Pike To: Flash Coders List Sent: Monday, April 28, 2008 2:55 PM Subject: Re: [Flashcoders] { AS3 } Reading position info X, Y, H & W Do you know the rotation? 2 ways to do this: Either ro

Re: [Flashcoders] { AS3 } Reading position info X, Y, H & W

2008-04-28 Thread SJM - Flash
Message - From: Glen Pike To: Flash Coders List Sent: Monday, April 28, 2008 2:55 PM Subject: Re: [Flashcoders] { AS3 } Reading position info X, Y, H & W Do you know the rotation? 2 ways to do this: Either rotate the image back to 0 if it can be done - if you do this you

RE: [Flashcoders] { AS3 } Reading position info X, Y, H & W

2008-04-28 Thread Pete Hotchkiss
List Subject: [Flashcoders] { AS3 } Reading position info X, Y, H & W Hi i need some help reading position info X, Y, H & W of a desired object. Now i know some of you are going to jump streight in with answeres like... instanceName.y, instanceName.x etc... but i would like you to take a

Re: [Flashcoders] { AS3 } Reading position info X, Y, H & W

2008-04-28 Thread Glen Pike
Do you know the rotation? 2 ways to do this: Either rotate the image back to 0 if it can be done - if you do this you will need to call validateNow() on the instance after changing values, read the new w2, etc. then rotate it back... Or do some pythagoras w2 is the hypotenuse of one triang

[Flashcoders] { AS3 } Reading position info X, Y, H & W

2008-04-28 Thread flash
Hi i need some help reading position info X, Y, H & W of a desired object. Now i know some of you are going to jump streight in with answeres like... instanceName.y, instanceName.x etc... but i would like you to take a look at the following link first, you will see a number of lines drawn to exp