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

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

91. ReferenceError: Loader is not defined 搞不懂引擎原生的也会报这个错? [ 72%]

...veControl);  //点击提示文字,开始游戏 this.label_start.on(Laya.Event.CLICK, this, this.onTipClick); //this._loveControl.startGame();  //点击重置按钮,重新开始 this.button_reset.on(Laya.Event.CLICK, this, this.onClickReset);  let partPath = "res/aixin_bao.part"; Laya.loader.l...

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

92. 无法触发浏览器文件上传框 [ 72%]

...te(this, () => { this.btn = this.createBtn(this.skin); this.btn.on(Laya.Event.CLICK, this, this.onClick); })); } /** * 创建btn */ private createBtn(skin: string): Laya.Button { let button = new Laya.Button(skin, '上传文件'); button.labelSize = 12; button.labelColors = '#000000,#000000,#0000...

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

93. Sprite-切换纹理 [ 71%]

....width / 2, Laya.stage.height / 2); this.switchTexture(); this.ape.on(Laya.Event.CLICK, this, this.switchTexture); } switchTexture() { let monkey = (this.flag = !this.flag) ? monkey1Res : monkey2Res; this.ape.graphics.clear(); this.ape.graphics.drawTexture(monkey, 0, 0); this.ape.size(monkey.width, ...

来源: Laya2.0_示例 发布时间: 20241117

94. l龙骨动画内存上升 [ 71%]

...    Laya.stage.bgColor = "#ffffff";             Laya.stage.on(Event.CLICK, this, play);         }                  function play():void {             Laya.timer.loop(5000, this, function():void {                 playDragonBonesAnimation("BigAward/Bi...

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

95. canvas下资源清理的问题 [ 71%]

...同来自: package {     import laya.display.Stage;     import laya.events.Event;     import laya.net.Loader;     import laya.ui.Button;     import laya.utils.Handler;     import laya.utils.Stat;          import ui.TaskUI;          import view.TestView;          p...

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

96. 请问如何给ui下所有的button加一个点击监听事件? [ 71%]

...听函数参数的target判断是不是button来做。 Laya.stage.on(Laya.Event.CLICK, this, function(res:Laya.Event){ if (res.target instanceof Laya.Button){ // click button } }) 2018-12-01 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人...

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

97. 加上size设置后,精灵不能点击. [ 71%]

...0.33 ? "img/flower2.png" : "img/flower3.jpg" img.loadImage(s); img.on(Laya.Event.CLICK, this, () => { img.y -= 10; }) img.pos(100, 300) Laya.stage.addChild(img) } function createFlower() { var f = new Laya.Sprite(); var r = Math.random(); var s = r > 0.66 ? "img/flower1.jpg" : r > 0.33 ? "i...

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

98. 全屏请求问题!!!求救啊!!求救啊!! [ 71%]

...问题!!!求救啊!!求救啊!! this.fullScreen_btn.on(Laya.Event.CLICK, this, this.onFullScreen, null); _proto.onFullScreen = function () { toggleFullscreen(); };       function launchIntoFullscreen(element) { var element = document.documentElement; if (element.requestFullscreen)...

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

99. 鼠标点击无效 [ 71%]

...接 提交 1 个回复 YuJungLi 赞同来自: 13995580072 点击? Laya.Event.CLICK   2017-11-21 1 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 13995580072 相关问题 Dialog:屏蔽点击Dialog之外的区域关闭弹框 请问有...

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

100. Box绑定事件失效 [ 71%]

...件没反应 遮罩点击事件 图片添加点击事件 有的不生效 event自定义事件的问题 微信小游戏与加载图片时不会触发erroe事件 重力感应 Accelerator 发布微信游戏后失效。是因为什么? 问题状态 最新活动: 2017-11-18 13:07 浏览: 884 关注: 2 ...

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