Clickable area of an image

I have an image that I want to have clickable in multiple areas, preferably without breaking it into individual images. I figured one way of doing this would be overlaying invisible rects in the areas. Does anyone know of another way to achieve this?

1 Like

Zones would work also.

1 Like

Thanks @samme, wasn’t aware of zones!

Samme has an excellent suggestion, and here’s what I’ve done.

I’ve hidden items behind the overall view as “graphics” with “hit detection”.
See what I’ve done here in this simple rock, paper, scissors game.