Tizen Back button help
tylerglessner
Member Posts: 246
Can someone explain how to correctly integrate the back button? I looked over the cookbook, and Im confused. It may also be worth noting that my entire game is in one scene. Thanks!
Comments
Method 1 - Multi Scene Usage - You create a rule that calls for a Key Pressed and type in the word back. Then tell it to Change to whatever scene you want it to go to.
Method 2 - 1 Scene Usage - You create a rule that calls for a Key Pressed and type in the word back. Then you create a Real attribute in the scene or game set to 0. Then in your Back Button Rule, just have it change the attribute you created to 1.
The Tizen back button has a default action for Gamesalad Games, that will exit the game (if not told what to do) as I understand it. As long as you tell it to do something else, it will follow your directions instead of it's default action. Simply telling it to change an attribute ( and this can be anything that you choose really), will suffice.