[]小白求助,关于时间轴动画如何设置播放一次后消失?

Laya.loader.load("res/atlas/comp.atlas", Laya.Handler.create(this, onLoaded));
function onLoaded() {
var tl = new Laya.Animation();
tl.loadAnimation("democesi.ani");
Laya.stage.addChild(tl);
tl.play();
tl.pos(302,650);

}
已邀请:

qian

赞同来自:

为你的动画监听Event.COMPLETE事件,该事件会再动画播放完一遍后触发,可以在该回调里将动画停止并销毁!

要回复问题请先

商务合作
商务合作