lo hago de esta manera
Código :
mover=function(){ var mt2:Tween= new Tween(this.mask_obras, "_xscale", mx.transitions.easing.Regular.easeOut, this.mask_obras._x, 5000,.7, true); } mt2.onMotionFinished=function(){ var mt3:Tween= new Tween(maskara1, "_xscale", mx.transitions.easing.Regular.easeOut,maskara1._x, 104,.7, true); }
El problema q quiero agregar otro tween es decir mt3.onMotionFinished pero no me deja.Como puedo agregar mas Tweens y que no pierda el orden?
Gracias!