Still need a litle bit of help.
I got a panel with 4 sliders that should control the volumes for master, sfx, music and voices. They sort of work but not exactly the way I want them to wink

hslider(381, 125, 281, volumeslider, 0, 100, master_vol);
hslider(381, 163, 281, volumeslider, 0, 100, sfx_volume);
hslider(381, 201, 281, volumeslider, 0, 100, music_volume);
hslider(381, 238, 281, volumeslider, 0, 100, voices_volume);

master_vol is predefined and works perfectly. When dragging it all the playing sound volumes gets lower or higher. Is it possible to get this effect with the 3 others, made up ones?
I have a button next to every slider that plays a sound sample when klicked. I have to klick and play the sound again after i dragged the slider to hear the changes. I want them to change while I'm dragging.
And someone please tell me what file format to use for longer music, wav gets too big :P (need to be suported)