Sorry again for all the posts but I couldn't find the answer to this one either.
I have two objects on top of each other, when I click on the object on top, the object on the bottom gets the click as well. Is it possible to have the object on the bottom not get the click?
Here's what I'm trying to do, I have a sprite that covers the entire screen. On top of it I have 5 smaller sprites in various areas, when you click on the smaller sprites, they will become visible. However, if you click on an area that is not one of the smaller sprites you will lose a health. Clicking on the smaller sprite is making the sprite visible, but it is also deducting the health from the bigger sprite that is covering the screen.