I could use a bit of help on this one...
Anyone know how to check X & Y position of the Actor Sprites in that are in battle?
So far I've got this:
Which are found using the properties of the Sprite_Actor Object [Click Here to View Details]
Which is close but not quite... I'm guessing it's something to do with the Offset or Anchor of the sprites?
Update:
Using this...
Gives me this...
Thanks for reading.
Anyone know how to check X & Y position of the Actor Sprites in that are in battle?
So far I've got this:
JavaScript:
BattleManager._spriteset._actorSprites["0"]._homeX
BattleManager._spriteset._actorSprites["0"]._homeY
Which is close but not quite... I'm guessing it's something to do with the Offset or Anchor of the sprites?
Update:
Using this...
Gives me this...
Thanks for reading.

Last edited: