Ok you guys were definitely right. Single image, track mouse clicks through a click event to yield the X and Y cords. I can cross reference which tile on the board is being selected by dividing the X and Y both by 60, the size of a single playing tile, to determine where the piece needs to move.

Now I need to load the arrays and test my logic muhahahaha!

Thanks for the advice, and thanks for the how-to JM. Same to you Cicatrix!