ID:155215
 
I am having a slight issue. In my board game, I have an image that goes under all of the opponent's pieces, and it is added to your client.images. However, to move pieces, you have to click on your piece, and then click on the turf you want them to move to. With the image under the opponent's pieces, you can't click the turf, so you can't take any images. Is there a way I can check for when an image is clicked? Or is there any other suggestions for how to work around this?
I don't believe there is any way to check if images are clicked. Images really aren't anything except visual.
In response to Fugsnarf
I solved it.
In response to Albro1
Well, I was going to say that if the image's loc is the turf, it should just use the turf's Click when you click it.

You solved it, anyways, though.
In response to Complex Robot
The image's loc was the piece. I solved it by making clicking the piece do the same as clicking the turf. Thanks anyways, though.