codice:
on(release){
	_root.nome = "montefiore";
	if(_root._currentframe == 1){
		_root.play()
	}
}