[]动画无法添加到舞台问题

Laya.Animation.createFrames(["fj/hero_fly1.png", "fj/hero_fly2.png"], "hero_fly");//创建飞机飞行缓存
this.LeadBody = new Laya.Animation();
this.LeadBody.play("hero_fly");//播放动画
this.bound = this.LeadBody.getBounds();
this.LeadBody.pos(-this.bound.width/2,-this.bound.height/2);//设置动画位置
Laya.stage.addChild(this.LeadBody);
 
上面是代码
已邀请:

Laya_XS

赞同来自:

你的play参数写错了,第一个参数是开始的帧或者帧标签,第二个参数是否循环播放,第三参数才是你在createFrames里设置了动画模板名称,你可以再测试下,有问题在提交!

要回复问题请先

商务合作
商务合作