addChild(circle); createjs.Tween.get(circle,{loop:true}).to({x:1000},2000); //只需要加這一句 } function handleTick(event){ stage.update(); }
確定! 回上一頁