• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 11 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0026 秒)

1. Animation.addLabel无效的问题 [ 100%]

Animation.addLabel无效的问题 经测试Animation在使用序列帧创建的时候addLabel有效, 但是在使用.ani文件创建的时候addLabel无效,没有派发label事件。 不知道是我使用错误,还是本身就存在这个问题,望指点一二,感激不尽。 2018-02-27 ...

来源: Laya_社区 发布时间: 20180227

2. addLabel如何写能触发事件代码 [ 90%]

addLabel如何写能触发事件代码 mc.addLabel("hhh",100)? 这个怎么触发事件函数? mc.on("hhh",mc,stop)?   2017-08-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: htt...

来源: Laya_社区 发布时间: 20170809

3. animation动画添加标签帧无效 [ 83%]

animation动画添加标签帧无效 animation通过addLabel添加帧标签无效~ 1.77版引擎是可以触发的 更新到1.7.13无效, 跟到代码底层 发现_labes为空....   添加帧标签的代码如下   发现在加载完成以后,添加了帧标签以后  在mainloop时 会调...

来源: Laya_社区 发布时间: 20171207

4. tweenline label事件诡异 [ 81%]

tweenline label事件诡异 this.timeLine.addLabel("rotate1",0).to(this.godContaner,{rotation:-5},200,null,0) .addLabel("rotate2",0).to(this.godContaner,{rotation:0},200,null,0); this.timeLine.play(0,true); this.timeLine.on("label", this, function(label){ console.log(label) }); 两个问题 1 为...

来源: Laya_社区 发布时间: 20170310

5. timeline 类动作节点回调 [ 80%]

...amp;group=Tween&name=TimeLine   function createTimerLine() { timeLine.addLabel("turnRight",0).to(target,{x:450, y:100, scaleX:0.5, scaleY:0.5},2000,null,0) .addLabel("turnDown",0).to(target,{x:450, y:300, scaleX:0.2, scaleY:1, alpha:1},2000,null,0) .addLabel("turnLeft",0).to(target,{x:100, y:30...

来源: Laya_社区 发布时间: 20180718

6. 接受到事件后怎么能操作发出事件的当前者 [ 72%]

...事件的当前者 mc.on(Event.LOADED,mc,onmcloaded); MovieClip(e.target).addLabel("label01",19); MovieClip(e.currenttarget).addLabel("label01",19); 2017-08-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 shines...

来源: Laya_社区 发布时间: 20170809

7. animation添加帧标签无效 [ 71%]

animation添加帧标签无效 animation通过addLabel添加帧标签无效~ 1.77版引擎是可以触发的 更新到1.79就无效了, 跟到代码底层 发现_labes为空.... 2017-08-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

来源: Laya_社区 发布时间: 20170818

8. Animation添加帧标签无效是怎么回事。 [ 70%]

...  //加载完设置label                 this.takeOutMc.addLabel("shou",26);             }));   2018-01-23 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ayiui4566 相关问题 有什么容器能够实现...

来源: Laya_社区 发布时间: 20180123

9. animate 动画播放 怎么把攻击 开火 合起来播放 [ 63%]

...play(0, false, "atk"); //this.roleAni.play(0,true,"fire"); //this.timeLine.addLabel("turnRight",0).to( this.roleAni.play(0, false, "atk")); } /** * 创建一组动画的url数组(美术资源地址数组) * aniName 动作的名称,用于生成url * length 动画最后一帧的索引值, */ p...

来源: Laya_社区 发布时间: 20171228

10. 图集动画结束回调有延迟 [ 60%]

图集动画结束回调有延迟 this.ded.addLabel("animOver",9); this.ded.on(Laya.Event.LABEL, this, this.onHitOver);  this.ded.on(Laya.Event.COMPLETE, this, this.onHitOver);  两种方法都会有延迟,不能100%执行 2018-11-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

来源: Laya_社区 发布时间: 20181108