Volume Slider Demo
firemaplegames
Member Posts: 3,211
Hey All!
I Figured I should give back to the community for all the help I received!
Here is a Volume Slider Control Demo that I created:
http://gamesalad.com/game/play/30207
It's fully commented, please feel free to use it for whatever you wish.
Currently I have it rigged up to control the background music volume, but it can be easily changed to control any actor's alpha, color, width, height, position, etc. etc.
Thanks!
Joe
Fire Maple Games
I Figured I should give back to the community for all the help I received!
Here is a Volume Slider Control Demo that I created:
http://gamesalad.com/game/play/30207
It's fully commented, please feel free to use it for whatever you wish.
Currently I have it rigged up to control the background music volume, but it can be easily changed to control any actor's alpha, color, width, height, position, etc. etc.
Thanks!
Joe
Fire Maple Games
Comments
i have another question for you....
if I wanted to increase the volume of a single music, what should I change?
( in my game i have more music )
thankssss
you would need to set up a global game attribute for each one i guess...
musicVolume1
musicVolume2
musicVolume3
perhaps a separate slider for each one?
i don't know.
there's also sound effects, which are different than background music.
in my game,
i have two attributes:
musicVolume
sfxVolume
and two sliders that control them.
My game music , you select more music in simultaneously ( my game is for Dj )
I think that game salad can not select audio for different music simultaneously...