codice:
on (release) { 
_root.suono_2.stop();
_root.suono = new Sound(); 
_root.suono.attachSound("m1"); 
_root.suono.start(0, 999); 
}

codice:
on (release) { 
_root.suono_1.stop();
_root.suono_2 = new Sound(); 
_root.suono_2.attachSound("m2"); 
_root.suono_2.start(0, 999); 
}
vado a pranzo