Ok,sistemato funziona!
_root.quadro.onMouseMove = function(){
x_pos = _root._xmouse;
y_pos = _root._ymouse;
x_1 = this._x+25;
if (x_pos-x_1 <= 25){
this._alpha = 40;
} else {
this._alpha = 100;
}
}
però se volessi che la funzione sia scritta nel mc, posso e come? grazie ancora.