Hello,
I am trying to get coordinates of my graphic that is on the screen and failing. I am using AS2. Please help.
Printable View
Hello,
I am trying to get coordinates of my graphic that is on the screen and failing. I am using AS2. Please help.
Change the following:
trace(rock._x);
trace(rock._y);
to:
trace(_x);
trace(_y);
Hope that helps :)
- Byzoomi
WOW, it works. Thank you very much.