Quote:
Originally Posted by Kristi
This thread seems to have derailed a little. layer 3 and lower places the showimg per tile. if you want to move it just a pixel, well its just a little math.
One tile is 16x16 pixels, so if you want to move it a pixel on the level space, you move it by 1/16 tiles, which is equal to one pixel =)
|
But then you are changing the real position. He wants to be able to offset the image displayed, not the object displaying it (such as a npc or a TShowImg)