[]加载时间轴动画报错

代码如下:
this.ani = new Laya.Animation();
this.ani.loadAtlas("res/atlas/comp.json", Laya.Handler.create(this, showApe));
 
function showApe(){
this.ani.loadAnimation("TimeLine.ani");
Laya.stage.addChild(this.ani);
this.ani.play();
}
 
运行时报
TypeError:Cannot read property '_create' of null
    at Animation._proto.timerLoop(file:///f:/........./bin/libs/laya.core.js:9493:14)
    at Animation._proto.play(file:///f:/....../bin/libs/laya.core.js:16351:10)
 
请问各位大神这是怎么回事呢?
已邀请:

Monica - 知识达人

赞同来自:

麻烦上传一下你的例子,我们看下

tinalucky

赞同来自:

采用图集动画也是报错,都是按照技术文档中的示例做的例子,到底是哪出的问题?用laya感觉好难,每走一步到碰墙

该问题目前已经被锁定, 无法添加新回复

商务合作
商务合作