Howdy all
i have managed to put a couple of buttons on which control the sound.
1 left click to mute and right click to restore the sound Audio.Pause(CHANNEL_BACKGROUND);
Audio.Play(CHANNEL_BACKGROUND);
2 left click to reduce sound and right click to increase sound
Audio.SetVolume(CHANNEL_BACKGROUND, 50);
Audio.SetVolume(CHANNEL_BACKGROUND, 150);
what i would like to do now is use a slider to control the sound but can find no such thing in the program, can anybody help me?.

Reply With Quote