[]使用外部引擎播放layaair制作的.ani


QQ20180817-121641@2x.png

layaair上制作了动画导出后的png和atlas, 正常播放。
把这些复制到我的项目里

QQ20180817-121839@2x.png

可是播放不出来,在chome的network里看到请求到的数据只有card.atlas, card.png,其他打包成图集的png都没有。
QQ20180817-122115@2x.png

导致动画播放不了,请教,求救。。。
已邀请:

Laya_XS

赞同来自:

你都没有贴你的代码操作,光截图怎么能说明你的问题呢,麻烦补下代码实现

zyx

赞同来自:

Laya.init(document.documentElement.clientWidth * 2, document.documentElement.clientHeight * 2);

Laya.loader.load('./card/atlas/card.atlas', Laya.Handler.create(this, onLoaded));

function onLoaded() {
//创建一个Animation实例
var tl = new Laya.Animation();
//加载动画文件
tl.loadAnimation("./card/card.ani");
//添加到舞台
Laya.stage.addChild(tl);

//播放Animation动画
tl.play();
tl.on(Event.COMPLETE, this, () => {console.log('end')});
}

要回复问题请先

商务合作
商务合作