OK, so I was having problems getting an object to re-position to a Tilemap Tile. I added a text field and set an event to give me the Tilemap TileToPositionX(mouse.x) and same for Y. I have the tilemap bounding box centered on the screen. I also have the left click tell me the mouse.x and mouse.y when off the tilemap object.
Why when I click to the left of the tilemap object I get the correct Mouse.X (222) and Mouse.Y (170) BUT
When over the tilemap a few pixels to the right it gives me
TileToPositionX(mouse.x)= 7537 and 5566 for Y?
I do not understand the discrepancy...