大约有 52 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0042 秒)
骨骼Label事件,多接收一次 看了骨骼里的事件数据eventAniArr只有一次,但我函数却收到了2次回调 附件 : --> 2018-03-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来...
来源: Laya_社区 发布时间: 20180315
timeLine的问题,怎么在多个addLabel之间改变图片skin? this.timeLine.addLabel("move",0).to(img,ani,500,null,0) .addLabel("ani1",500).to(img,ani1,220,null,0) .addLabel("ani2",220).to(img,ani2,220,null,0) 如上我创建了三个addLabel,但是我想在第一个addLabel完成了,就...
来源: Laya_社区 发布时间: 20180321
AnimationBase和MovieClip removeLabel问题反馈 laya.core.js---AnimationBase 下面加粗代码用于补充删除空值对应的键 /** *删除指定的帧标签。 *@param label 帧标签名称。注意:如果为空,则删除所有帧标签! */ __proto.removeLabel=function(label){ if (!...
来源: Laya_社区 发布时间: 20181105
...建了一个scene并使用内嵌模式,界面只是简单显示了一个label,在运行时,报错“laya.core.js:22326 Uncaught Can not find scene:Hello.scene”,原因是在/bin/目录下找不到场景对应的描述文件Hello.json。这让我很不理解,内嵌模式的描述不是已...
来源: Laya_社区 发布时间: 20190625
...tton","props":{"y":616,"x":296,"skin":"comp/button.png","name":"butStart","label":"label"},"compId":3}],"loadList":["comp/button.png"],"loadList3D":[]}; constructor(){ super()} createChildren():void { super.createChildren(); this.createView(GameSceneuiUI.uiView); } } REG("ui.GameSceneuiUI",GameScene...
来源: Laya_社区 发布时间: 20200228
...tton","props":{"y":616,"x":296,"skin":"comp/button.png","name":"butStart","label":"label"},"compId":3}],"loadList":["comp/button.png"],"loadList3D":[]}; constructor(){ super()} createChildren():void { super.createChildren(); ...
来源: Laya_社区 发布时间: 20200228
label标签错误显示不是一个整行 一个标签label显示没有在同一行,我用的版本号是1.7.2,如果后续版本没有修改这个bug的话,建议修改一下 附件 : --> 2018-05-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20180514
分享:SWF LABEL标签的使用! package { import laya.ani.swf.MovieClip; import laya.events.Event; public class SwfLabelUse { private var mc:MovieClip; public function SwfLabelUse() { Laya.init(600,600); Laya.stage.bgColor="#EEFFCC"; mc=new MovieClip(); mc.load("output/AAA.swf"); mc.on(Event...
来源: Laya_社区 发布时间: 20170705
label出现小黑块如何处理 谢谢1 附件 : --> 2018-01-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 qian 赞同来自: 你传个demo看一下吧 2018-01-18 0 0 分享 微博 QZONE 微信 a15715740412 ...
来源: Laya_社区 发布时间: 20180118
...1 个回复 ayiui4566 赞同来自: 解决了,得在加载完成后设置Label。 this.takeOutMc.loadAnimation("ani/TX036.ani",Laya.Handler.create(this,()=>{ //加载完设置label this.takeOutMc.addLabel("shou",26); ...
来源: Laya_社区 发布时间: 20180123