Hi peepz,
im using MC Tween http://hosted.zeh.com.br/mctween/index.html
but i have a question how can i use multible tweens?
if i do
mc.tween("_x", 10, 1.5);
mc.tween("_y", 10, 2.5);
he goes directly to x 10 an y 10
is there a way that he goes first to x 10 and when he’s there he goes to y 10?
Thanks!