import mx.transitions.Tween; import mx.transitions.easing.*;
var bla:Tween = new Tween(mc,"_x",Strong.easeOut,ini_x,final_x,1,true);