Help Game Menu

Is there any way anyone here can help me find any tutorials to help me with a game menu I need to know how to make it so when you die in any of the levels go back to main menu and how to make it go to any level or go to the settings and also i need help with making animations within Game Salad, also help to find a way to make a reward system within the game.

Comments

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273
    Everything you've asked for in your post is pretty easy stuff - If I were you, I'd start reading the Cookbook and watching our free video tutorials over at our site.
    I'm going to supply you with the links below.

    Cookbook: http://cookbook.gamesalad.com/
    Free video tutorials: GSHelper.com

    1 - "Is there any way anyone here can help me find any tutorials to help me with a game menu I need to know how to make it so when you die in any of the levels go back to main menu"

    Create an actor called Round Rules
    Open it and create a rule:
    When attribute game.Lives = 0
    Change scene to Menu

    The above assumes you have a life system set up.

    2. "how to make it go to any level"
    Not quite sure what you mean here. Are you asking about a level select?
    Try looking on Youtube.
    If your wanting a random scene generator, try this tutorial:

    3. "go to the settings" - Create a rule in your button which would say Settings -

    When touch is pressed,
    Change scene to Settings

    4. Try Youtube.


    5. This can come with experience - you need to understand how GameSalad works before you can understand how to build a reward system. Like I've said above, go through the video tutorials and cookbook and learn the engine. After that you'll have a much better understanding about your reward system.

Sign In or Register to comment.