but the tile number your on
What does "you
're on" mean? Who is "you"? The mouse cursor? A game object? Please express yourself clearly.
If you have the coordinates, you can divide them by the tile size to learn the tile index. If the vertex array doesn't start at (0,0), you have to offset accordingly.