大约有 388 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0037 秒)
Laya_社区(282) Laya2.0_文档(34) Laya3.0_文档(17) Laya2.0_示例(16) Laya_示例(14) Laya3.0_api(13) Laya2.0_api(8) laya_api(4)
...laya.utils.Tween; to0(); function to0() { Tww.to(this.lis, { alpha: 0.5 }, 500, null, Handler.create(this, to1)); } function to1() { Tww.to(this.lis, { alpha: 1 }, 500, null, Handler.create(this, to0)); } 在AS中是没有问题的。 2018-05-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20180524
同一个音效快速点击,只播放一次。。 有一个音效500ms的 ,在第一次点击之后500ms内再次点击,第二次点击是没有声音的。 播放音效使用的是playSound方法 这个不能做到第二次点击后 第一次播放停止 播放第二次么? 2018-06-05 添...
来源: Laya_社区 发布时间: 20180605
...打包code.js文件过大 code.js文件是由什么文件生成的?超过500K了, 2018-03-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: 里面包含了laya的引擎库 2018-03-26 0 2 分...
来源: Laya_社区 发布时间: 20180326
...Label之间改变图片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完成了,就更换img的skin属性,应该怎么...
来源: Laya_社区 发布时间: 20180321
...右边距,下边距,左边距]。 Styles scrollBarDelayTime : int = 500[static] 长按按钮,等待时间,使其可激活连续滚动。 Styles scrollBarMinNum : int = 15[static] 滚动条的最小值。 StylesProperty DetailbuttonLabelColorspropertypublic static var buttonLabelColors:...
来源: laya_api 发布时间: 20170929
...式奇奇怪怪 var _parent = new Box(); _parent.graphics.drawRect(0, 0, 500, 500, '#ff0000'); Laya.stage.addChild(_parent); var _child = new Box(); _child.graphics.drawRect(0, 0, 50, 50, '#336699'); _child.bottom = 0 _parent.addChild(_child); 按理说 我设置了额child的bottom为0 应该是 ...
来源: Laya_社区 发布时间: 20170222
...右边距,下边距,左边距]。 Styles scrollBarDelayTime : int = 500[static] 长按按钮,等待时间,使其可激活连续滚动。 Styles scrollBarMinNum : int = 15[static] 滚动条的最小值。 StylesProperty DetailbuttonLabelColorspropertypublic static var buttonLabelColors:...
来源: Laya2.0_api 发布时间: 20190513
...&id=406 我的资源 我是这么使用的。 然后每张图片是 500*500 的png。 是我资源路径有问题,还是哪个步骤有错呢? Error: Command failed: "D:\LayaAir\resources\app\out\vs\layaEditor\libs\TP\AtlasGenerator" --maxAtlasWidth=2048 --maxAtlasHeight=2048 --tile...
来源: Laya_社区 发布时间: 20170425
...动元素 listUI.vScrollBarSkin = ''; listUI.scrollBar.elasticBackTime = 500;//设置橡皮筋回弹时间,单位为毫秒。 listUI.scrollBar.elasticDistance = 100;//设置橡皮筋极限距离。 //panelUI 为滚动元素 panelUI.vScrollBarSkin = ''; panelUI.vScrollBar.elasticBackTime = 500;//设...
来源: Laya_社区 发布时间: 20180213
...eateDialog("333",300,300); createDialog("444",400,400); createDialog("555",500,500); Laya.stage.on(Event.CLICK,this,onClick); } private function onClick():void { alert(Dialog.manager.numChildren+"");//manager是DialogManager的实例,创建多少个dialog,manager下就有多少的子对象 var d...
来源: Laya_社区 发布时间: 20170606