al pulsante ho assegnato questo:
codice:
onClipEvent (mouseDown) {
	if (this.hitTest(_root._xmouse, _root._ymouse, false)) {
		menu.play(2);
	}
}