[AS]
onClipEvent(load){
xmousePosition = this._xmouse;
i = xmousePosition
if (xmousePosition>0)
{
setProperty(“sign”, _alpha, i );
}
}
[/AS]
The movie is 100px wide. I want it to set the alpha 0 to a 100% when you move your mouse from left to right.
:q: )~T-O