Hi,
I have several buttons in my game and I want them to disappear when I click on it. But it seems that the event "onInputOut" is not fired when I set the property button.visible = false in the callback function of the button. Is this a normal behaviour ? Because this causes some problems in my game logic.
Is there a way to force the event "onInputOut" to be launched ? I tried button.onInputOut.dispatch() but it does not work.
Thanks