sombriks Posted September 26, 2014 Share Posted September 26, 2014 hello all, i have a situation where i need to stack one sprite over another one, but i need my tap/click events to be captured by the sprite at the bottom of the stack. how can i do that? Link to comment Share on other sites More sharing options...
Robske Posted September 26, 2014 Share Posted September 26, 2014 Does this imply that the sprites on top of the bottom sprite do not receive the tap, or would that area not be tappable at all? Take a look at addChild on the sprite. What is the exact goal you try to achieve? Link to comment Share on other sites More sharing options...
sombriks Posted September 26, 2014 Author Share Posted September 26, 2014 Hello Robske, Actually i had a signal registered on sprite1; then i added sprite2 on the very same position, so sprite 2 intercepts the event and nothing happens. I've found a solution after spend more time reading the examples: input priority is just what i needed. Link to comment Share on other sites More sharing options...
Recommended Posts