I have a button that when you rollover it changes graphics and makes a sound (named "buzz" in library). All works fine but I can't seem to lower the volume. It's too loud.
I have tried a couple things but this seems most logical (but it doesn't work) --
on(rollover){
buzz.setVolume(50);
}
sorry to always post such dumb questions!! :-\
I have tried a couple things but this seems most logical (but it doesn't work) --
on(rollover){
buzz.setVolume(50);
}
sorry to always post such dumb questions!! :-\