Hi,
I have an image on the center of the screen. This image has a tap event handler thats shows an overlay scene. When I tap an object on the overlay scene, the event handler on the calling scene is still being executed.
How can I change this behavior?
Thanks [import]uid: 189638 topic_id: 34906 reply_id: 334906[/import]
make sure your event handler in the overlay scene is doing a:
return true
right before the end in the function. [import]uid: 199310 topic_id: 34906 reply_id: 138731[/import]