Hello,
Can someone tell me how to combine a storyboard scene with android hardware back button??
I want just to change my scene through the android device back button.
thanks [import]uid: 185094 topic_id: 32346 reply_id: 332346[/import]
Hello,
Can someone tell me how to combine a storyboard scene with android hardware back button??
I want just to change my scene through the android device back button.
thanks [import]uid: 185094 topic_id: 32346 reply_id: 332346[/import]
thanks for the help… [import]uid: 185094 topic_id: 32346 reply_id: 129440[/import]
thanks for the help… [import]uid: 185094 topic_id: 32346 reply_id: 129440[/import]
You can do it by creating a keyEvent listener to capture the back button and change the storyboard scene in the listener. See the KeyEvents sample app shipped with CoronaSDK (SampleCode/Hardware/KeyEvents) for an example of capturing the button. [import]uid: 7559 topic_id: 32346 reply_id: 129752[/import]
You can do it by creating a keyEvent listener to capture the back button and change the storyboard scene in the listener. See the KeyEvents sample app shipped with CoronaSDK (SampleCode/Hardware/KeyEvents) for an example of capturing the button. [import]uid: 7559 topic_id: 32346 reply_id: 129752[/import]
it doesn’t working … i have already done that… when i press the android key the application closes or stucks… i think there is a bug on keyevents. [import]uid: 185094 topic_id: 32346 reply_id: 130911[/import]
it doesn’t working … i have already done that… when i press the android key the application closes or stucks… i think there is a bug on keyevents. [import]uid: 185094 topic_id: 32346 reply_id: 130911[/import]