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

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

11. tween有这个一个bug [ 85%]

...个timeline循环按钮动画 var timeLine = new Laya.TimeLine(); timeLine.addLabel("ZoomIn",0).to(share.btShare,{scaleX:0.9, scaleY:0.9},400,Laya.Tween.cubicOut,0) .addLabel("ZoomOut",0).to(share.btShare,{scaleX:1.0, scaleY:1.0},400,Laya.Tween.cubicOut,0); timeLine.play(0,true); 然后循环创建...

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

12. tweenline label事件诡异 [ 84%]

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

13. timeline 类动作节点回调 [ 83%]

...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

14. 分享:SWF LABEL标签的使用! [ 82%]

...nLoaded); Laya.stage.addChild(mc); } private function onLoaded():void { mc.addLabel("label01",19); mc.addLabel("label02",39); mc.addLabel("label03",59); mc.on(Event.LABEL,this,onLabel);//运行到对应的帧数,会触发对应的标签 } private function onLabel(e:String):void//e: 返回一个Str...

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

15. TimeLine调用destroy报错&执行完成后回到起点 [ 82%]

...HMain.max.js:5472)    private function createTimerLine():void { 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_社区 发布时间: 20170327

16. TimeLine运行的小问题 [ 80%]

...e:TimeLine=new TimeLine(); timeLine.on(Event.LABEL,this,onLabel); timeLine.addLabel("A",0).to(sp,{rotation:360},700) .addLabel("B",0).to(sp,{scaleY:0.7},200) .addLabel("C",0).to(sp,{scaleY:1},200); timeLine.play(0,false); } private function onLabel(text:String):void { trace(text); }应该是你的...

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

17. animation动画添加标签帧无效 [ 74%]

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

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

18. 接受到事件后怎么能操作发出事件的当前者 [ 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

19. 动画的Event.LABEL事件如何使用,如何监听到到第二帧? [ 72%]

...复 Laya_XS 赞同来自: 这是animiation的帧标签事件,这是你用addLabel方法添加的标签,然后监听指定的标签即可! 2017-03-19 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 相关问题 两个对象new了一个相同...

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

20. laya.utils.TimeLine_API3.0 [ 69%]

...hy EventDispatcher TimeLine Index Properties scale Accessors total Methods addLabel destroy event from gotoLabel gotoTime hasListener off offAll offAllCaller on once pause play removeLabel reset resume to from to Properties scale scale: number = 1 Defined in laya/utils/TimeLine.ts:45 缩放动画播...

来源: Laya3.0_api 发布时间: 20231115