I want to get the top-right corner of an image in flex .... so far i can just get the x and y which are top-left by default .... sorry im a noob and if this is a dumb question
|
|
Have you tried adding the image width to x? |
||
|
|
|
|
Flex supports three coordinate systems as you will find here:
Depending on how your image is laid-out you will have to use the image.x and width values and an appropriate conversion function. |
||
|
|
|
|
I'm not very involved in Flex but for flash AS2 I would do:
There might be a bit different in AS3 I think they have changed "._y" to ".Y" but I'm not sure. Anyway the principle is the same. Use the top left and then just add the width to get the right edge |
||
|
