You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a Sprite who can successfully been panned around.
There are children of this sprite which are registered to listen to CLICK events.
Those events do not get fires. If I activate the TAP event in gestouch, target.target registers the container sprite, not the InteractivObjects inside the sprite.
Tried all possible permutations. Any suggestion?
thanks
BTW Gestouch rocks.
The text was updated successfully, but these errors were encountered:
Weird since it doesn't work to me. I had to implement event tunneling, probably because I use a personal events framework quite complex, it gets in the way somehow. Thank you for your answer.
Hi,
I have a Sprite who can successfully been panned around.
There are children of this sprite which are registered to listen to CLICK events.
Those events do not get fires. If I activate the TAP event in gestouch, target.target registers the container sprite, not the InteractivObjects inside the sprite.
Tried all possible permutations. Any suggestion?
thanks
BTW Gestouch rocks.
The text was updated successfully, but these errors were encountered: