want to alpha-fade a MC in on mouse movement. help me out...
a=o
if (a<=100) {setProperty("_MC",_alpha, a);a = a+2;}
tnx