xnbbosco 代码如下,timeline play为false的时候,一次播放完毕,需要监听complete时间,显式调用timeline.destroy去销毁的吗var timeline:Laya.TimeLine = new Laya.TimeLine(); timeline.to(sp, {x:500, y:500}, 3000, null, 0) .to(sp, {x:0, y:0}, 3000, null, 0); timeline.play(0, false);