Is it possible to stop taps travelling through to objects underneath or the next scene?
I have a button on the main screen and when clicking it to change scenes it travels through to the button on the next scene which results in unwanted behaviour.
NB: the buttons from both scenes are centered in the middle of the display.
Returning true or adding the following code has not worked either:
display.getCurrentStage():setFocus( self )
self.isFocus = true
Widget buttons have given me the same unwanted behaviour as my custom button implementation.
[import]uid: 166068 topic_id: 31549 reply_id: 331549[/import]
[import]uid: 166068 topic_id: 31549 reply_id: 126186[/import]