Tizen Back button help

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

  • wpatenwpaten Member, PRO Posts: 281
    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!
    I have had 4 apps successfully approved to Tizen and have used 2 methods for the Back Button. I am attaching a screenshot for you to see both methods.

    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.
  • charlottejeancharlottejean Member, PRO Posts: 17
    So if you take example 1 and do not have a change scene action Tizen will default to leaving the game?
Sign In or Register to comment.