how to make a option scene~
lol0tte
Member Posts: 54
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?
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
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.