how to make a option scene~

lol0ttelol0tte Member Posts: 54
edited November -1 in Working with GS (Mac)
i want to creat a option scene where player can choose the different value of the game.
how to creat that,
is there have a templet in gamesalad can be used?
if thirere is not and how to creat the bar which i can use it choose 3 value of a attribute?

Comments

  • IsabelleKIsabelleK Member, Sous Chef Posts: 2,807
    I think, that you can create a game attribute (for example boolean attribute called "MusicPlay"), and make options scene with sign "Play music during the game" and two buttons ON and OFF, with rules.
    When player touch/click on the ON button, change attribute game.MusicPlay to true.
    When player touch/click on the OFF button, change attribute game.MusicPlay to false.

    In your game put an invisible actor called Music with a rule:
    When attribute game.MusicPlay is true, Play Music XXXXXX.

    Hope that helps.
Sign In or Register to comment.