try this

Code:
onClipEvent (press) {   
yourmoviecliphere.setVolume(yourmoviecliphere.getVolume()-120) ;
}
then on another button
Code:
onClipEvent (press) {
yourmoviecliphere.setVolume(yourmoviecliphere.getVolume()+120) ;
}