I'm running into an issue where I cannot set a custom volume on a sound channel.
1) The user can set a channel's volume using a slider, from 0 to 100
2) The user can press a button to play the sound (via a Fastloop, described below)
On loop "Play Sound"
- Set volume of channel #1 to SliderVolume
On loop "Play Sound
- Play sound Bang on channel #1
The sound plays fine, but the volume is never altered. This works 100% when testing on PC. Help?