How do I make an Options menu?

svnsvn Member Posts: 445
edited November -1 in Working with GS (Mac)
I want to make an Options menu where you can decide whether or not you want sounds and music. How would I do this?

Comments

  • ForcingForcing Member Posts: 93
    Make a new Scene, call it Option Menü

    - if you want to make a option menü at the game, make a symbol for it who have got a a rule, who says "if touch is pressed pause the game change scene to options menü"

    -at the options menü of course you need to make actors, who are made for making the sound louder and so on

    - if you want to go back to the game, make a symbol in the options menü and a rule in it, who says "if touch is pressed unpause the game."

    finished
  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    Search for Pause Menu Demo under new in GameSalad.

    http://gamesalad.com/game/12453
  • svnsvn Member Posts: 445
    You misunderstand: I want to know how I can let the player tap an actor to turn off sounds or music.
  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    have them hit a button and switch an attributes value to true or false. based on that value play music.
Sign In or Register to comment.