i am making a game using andengine in android, in this game various sprites(eggs) are moving here and there on screen.i want to get touch event of each sprite independently, sometimes when one sprite is over another then onAreaTouched() give touch event of both sprites,in case when i return here false or super.onAreaTouched(),if i return here true then a sprite moving over the area which is registered for another sprite could not give the touch event
So what is appropriate way to get touch event of only upper shown sprite.