I have on my flash a "+" button and a "-" button that I have made. I want to make the buttons so that when I click the "+", the sound increases and when I click the "-" button, the sound decreases. I have tried the actionscript "setVolume()" but doesn't seem to work. As using this actionscript would only go to a certain point e.g. like setVolume(60). The sound would only be at "60" but I want it so that when the "+" button is clicked it increases by "+5" and with the minus button clicked it decreases by "-5". Untill it becomes "0" so there is no sound, and at "100" it is full sound.
Please check image.
Thanks.