大约有 14 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
半透明的矩形鼠标穿透问题 //画矩形 this.addLabel = new Sprite(); this.addLabel.graphics.drawRect(0, 730, 1440, 170, "#000000"); this.addLabel.alpha = 0.6; this.addLabel.mousethrough = false; this.addLabel.mouseEnabled = true; sp.addChild(this.addLabel); 仍然能够点击下面的按...
来源: Laya_社区 发布时间: 20170726
Animation.addLabel无效的问题 经测试Animation在使用序列帧创建的时候addLabel有效, 但是在使用.ani文件创建的时候addLabel无效,没有派发label事件。 不知道是我使用错误,还是本身就存在这个问题,望指点一二,感激不尽。 2018-02-27 ...
来源: Laya_社区 发布时间: 20180227
...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
... index 帧索引 */ public function addLabel(label:String, index:int):void { if (!_labels) _labels = {}; if (!_labels[index]) _labels[index] = []; _labels[index].push(label); ...
来源: Laya_社区 发布时间: 20180601
图集动画结束回调有延迟 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
...meline对translate有用吗?设置了不管用,scale却管用 timeLine.addLabel('up',0).to(men,{scaleX:2,translateX:100},1000,null,0); 2017-11-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ymsdandan 赞同...
来源: Laya_社区 发布时间: 20171121
...== 'lightDottedActive') { child.visible = true; child.alpha = 0; timeline .addLabel('lightDotted', 0) .to(child, { alpha: 1 }, 200, Ease.linearIn) .to(child, { alpha: 0 }, 200, Ease.linearIn) } } timeline.play(0, true); timeline.on(Event.COMPLETE, this, function () { count++; if (count === 2) { time...
来源: Laya_社区 发布时间: 20170405
...ssActive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIn...
来源: Laya3.0_api 发布时间: 20231115
...ssActive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIn...
来源: Laya3.0_api 发布时间: 20231115
...ssActive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIn...
来源: Laya3.0_api 发布时间: 20231115