Like Jessy said, only values between zero and one work. So replace the last line of code you have by:
AudioListener.volume = hSliderValue/10; } and everything should work.
Like Jessy said, only values between zero and one work. So replace the last line of code you have by:
AudioListener.volume = hSliderValue/10; } and everything should work.