I have a problem with adding actors to my world. I am trying to make a tilled word with tiles 50 pixels x 50 pixels. The images are placed into the world correctly from the world subclass, my problem is when i try to place an actor into the world it appears at unexpected coordinates in relation to my tiles.
I am using the addObject method, even when i draw my own 50 x 50 image for my actor the actor wont play ball position wise. Anyone got any info on the way addObject x,y coords work and why my actors are out of position.