A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Getting Coordinates

  1. #1
    Junior Member
    Join Date
    Oct 2010
    Posts
    24

    Getting Coordinates

    Hello,

    I am trying to get coordinates of my graphic that is on the screen and failing. I am using AS2. Please help.
    Attached Files Attached Files

  2. #2
    Junior Member
    Join Date
    Oct 2010
    Posts
    24
    Change the following:
    trace(rock._x);
    trace(rock._y);
    to:
    trace(_x);
    trace(_y);

    Hope that helps

    - Byzoomi

  3. #3
    Junior Member
    Join Date
    Oct 2010
    Posts
    24
    WOW, it works. Thank you very much.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center