I should probably elaborate, I'm trying to recreate some of Space Station 13 just for practice before I move on to my main game idea,
Here is the .capx:
dropbox.com/s/atn4u9cjcgrtuuo/Space%20Station%2013_Not%20working.capx
I've only just started making the game. What I want to do, is to be able to is to click on the different body parts of the human shape in the bottom right corner (it's only there when you launch the game.)
In order to do this, without doing something overly complex with math, I created the Zone_Selection object type, to show which body part is selected. I then created a new object type with hit boxes for every body part you can create. When the eyes are clicked, I want to highlight the eyes.
The only problem is, that every image of the hit boxes are 32x32, and the when you click anywhere on the Zone_Selection sprite, the topmost hit box is selected, even if you don't click where the would-be-visible part of the hitbox.
Anyway, if you download the .capx file, and run the game, then click the target selector in the bottom right corner, you'll quickly see that no matter where you click on it, the eyes will always become selected.
Any help would be much appreciated! <img src="smileys/smiley1.gif" border="0" align="middle" />