Ok, so I have all of my touch events working properly on their own. However, if my objects happen to be on top of each other when I touch them, it fires the touch event for all of the objects. I have utilized layers and z-index to get all of my objects in the order I want them in. Now I'm wondering if there is any way I can make the touch event only fire for the object that is on top, and not fire for any of the objects 'below' it.
Any tips?