addChild (circle); //анимации createjs.Tween.get(circle, {loop: true}) .to ({x: 400}, 4000, createjs.Ease.getPowInOut (4)) .to ({alpha: 0, y: 75}, 500, ...
確定! 回上一頁