setVolume

I’ve got + and - volume buttons. They are doing this:

myMusic.setVolume(_root.myMusic.getVolume() + 10);

And this works fine. The problem is the - button cranks the sound down to zero and if you keep clicking it starts to go back up again.

I seem to be incapable of stopping the volume at 0. Any suggestions?

Thanks