var myTween = new createjs.Tween.get(this.myMc, {loop:true}) .to({x:500}, 2000) .wait(1000) .to({x:70}, 2000);