Buonasera!!!

Come posso dire ad un clip di spostarsi mentre è in esecuzione una tween?

Mi spiego meglio

io ho

var myTween:TweenLite = new TweenLite(mc, 1, {_x:100, ease:Expo.easeOut, onComplete:myFunctiongallery4});

function myFunctiongallery4() {
mc2._x=mc._x

}

Pero' così mc2 si sposta al termine della tween (onComplete) c'è una cosa simile a onChanged

altrimenti mi tocca usare

_root.onENterFrame=function(){

mc2._x=mc._x

}


Grazie in anticipo