O così


function Funzione(){
// azioni

}
_root.Menu.bttStampa.onPress = Funzione

Oppure

_root.Menu.bttStampa.onPress = function(){
// azioni
}