codice:
istanzaPulsante.onPress = function() {
	_root.attachMovie("nomeConcatenamento", "nuovoNome", profondità);
}
Oppure usi onRelease al posto di onPress...