Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: How can I get a sprite's X/Y cords?  (Read 2032 times)

0 Members and 1 Guest are viewing this topic.

Dark Byte

  • Newbie
  • *
  • Posts: 30
    • View Profile
How can I get a sprite's X/Y cords?
« on: October 03, 2010, 08:58:57 pm »
How can I get a sprite's X/Y cords?

Lupinius

  • Jr. Member
  • **
  • Posts: 85
    • View Profile
How can I get a sprite's X/Y cords?
« Reply #1 on: October 03, 2010, 09:28:44 pm »
Code: [Select]
Sprite.GetPosition()
It's all in the documentation.

 

anything