hey guys!
i just need to do a simple linear Tween, i have this:
import mx.transitions.Tween;
var myTween:Tween = new Tween(ball, "_x", mx.transitions.easing.None.easeNone,ball._x, xm, t, true);
ok, that works well, but actually i need move the ball in “_y” at the same time, how can i do that?? is that possible?? how??
thanks!
have funnnnn :adios: