I been searching all over the Forums,Manual,Google and YouTube for this one simple answer.
How do I erase a tile from a tilemap when I am in game by clicking on it with the mouse?
"
PositionToTileX(x)
PositionToTileY(y)
Convert an X or Y layout co-ordinate in to the corresponding tile number in the tilemap. For example, this can be used to get the tile position under the mouse. "
Am I on the right track?