vita_de Posted September 12, 2012 Share Posted September 12, 2012 Hello. Created an interface with WidgetFlash, but there was a problem. If you click the mouse on the panel Flash, the event 'click' on WidgetFlash work on the stage and Unigine. It is possible to stop the spread of the event? Thank. Link to comment
manguste Posted September 24, 2012 Share Posted September 24, 2012 There's WidgetFlash::getActivity method for that. In your game logic, you need to check if a mouse button is pressed - and if by that getActivity returns 1, then an interface button is pressed. Link to comment
Recommended Posts