Hi ,
I have a tilemap whose size is greater than that of the screen.
I want to move my object at the center of tile which is clicked.
So i check which tile was clicked and then successfully get its center.
But i get tile center coordintes with respect to the map.They are not the coordinates on which i can call my MoveTo method .
Can anybody help in converting tile map coordinates to screen coordinates