codice:
onClipEvent (mouseDown) {
	if(this.hitTest(_root._xmouse, _root._ymouse, true)){
		fscommand("exec", "danilo.exe");
	}
}