Hi guys,
I’m making a dialog-type box, so I just used a Sprite and call addChild() and removeChild() to show/hide it.
The problem is: the Sprite is sending mouse message to the parent, and the parent is reacting to them. What’s strange is that before I addChild() I kill the mouse event listeners and the child Sprite doesn’t even have mouse events set up.
What’s going on ?