codice:
onClipEvent (mouseDown) {
	if (this.hitTest(_root._xmouse, _root._ymouse, false)) {
		_root.main.gotoAndPlay(55);
	}
}