createjs.Tween.get(light1, {loop: -1}).to({alpha: 0}, 200);. 是使用Tweenjs来实现动画,这里的light1是自行创建的对象,loop属性是循环,to里面的alpha是将对象 ...
確定! 回上一頁