you can use the tween class.
example:
import mx.transitions.Tween;
import mx.transitions.easing.*;
new Tween(my_movie_clip, "_alpha", Strong.easeOut, 100, 0, 3,
true);
heres a link to the tutorial >
http://www.adobe.com/devnet/flash/articles/tweening.html