BUONGIORNO, qualche anima buona mi aiuta a semplificare questo codice???

codice:
onClipEvent (enterFrame) {
	if (_root["topo"].hitTest(_root.pulsante0["quadrato"])) {
		_root["topo"].topino.vuoto.attachMovie("cade", "cade", 1);
		_root["topo"].topino.gotoAndPlay(11);
	}
}
onClipEvent (enterFrame) {
	if (_root["topo"].hitTest(_root.pulsante1["quadrato"])) {
		_root["topo"].topino.vuoto.attachMovie("cade", "cade", 1);
		_root["topo"].topino.gotoAndPlay(11);
	}
}
onClipEvent (enterFrame) {
	if (_root["topo"].hitTest(_root.pulsante2["quadrato"])) {
		_root["topo"].topino.vuoto.attachMovie("cade", "cade", 1);
		_root["topo"].topino.gotoAndPlay(11);
	}
}
onClipEvent (enterFrame) {
	if (_root["topo"].hitTest(_root.pulsante3["quadrato"])) {
		_root["topo"].topino.vuoto.attachMovie("cade", "cade", 1);
		_root["topo"].topino.gotoAndPlay(11);
	}
}
onClipEvent (enterFrame) {
	if (_root["topo"].hitTest(_root.pulsante4["quadrato"])) {
		_root["topo"].topino.vuoto.attachMovie("cade", "cade", 1);
		_root["topo"].topino.gotoAndPlay(11);
	}
}