codice:
combobox.onMouseDown = function()
{
	if(this.hitTest(_root._xmouse, _root._ymouse, true)){
		a = "ciao";
	}
}