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

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

1. List组件Mousehandler事件 [ 100%]

List组件Mousehandler事件 我希望点击List组件里面的元素时产生产生效果,使用List组件的mouseHandler事件时,没有进入onSelect事件?为什么 2018-01-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...

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

2. 鼠标交互-鼠标交互 [ 97%]

...stage.addChild(rect); //增加鼠标事件 rect.on(Event.MOUSE_DOWN, this, mouseHandler); rect.on(Event.MOUSE_UP, this, mouseHandler); rect.on(Event.CLICK, this, mouseHandler); rect.on(Event.RIGHT_MOUSE_DOWN, this, mouseHandler); rect.on(Event.RIGHT_MOUSE_UP, this, mouseHandler); rect.on(Event.RIGHT...

来源: Laya_示例 发布时间: 20241119

3. 鼠标交互-鼠标交互 [ 97%]

....addChild(rect); //增加鼠标事件 rect.on(Event.MOUSE_DOWN, this, this.mouseHandler); rect.on(Event.MOUSE_UP, this, this.mouseHandler); rect.on(Event.CLICK, this, this.mouseHandler); rect.on(Event.RIGHT_MOUSE_DOWN, this, this.mouseHandler); rect.on(Event.RIGHT_MOUSE_UP, this, this.mouseHandler);...

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

4. list的mouseHandler怎么用? [ 96%]

list的mouseHandler怎么用? list的mouseHandler怎么用? 2017-03-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 就是list下的鼠标事件的函数回调,你可以在mouseHa...

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

5. sprite点击事件 位置便宜 [ 96%]

...stage.addChild(rect); //增加鼠标事件 rect.on(Event.MOUSE_DOWN, this, mouseHandler); rect.on(Event.MOUSE_UP, this, mouseHandler); rect.on(Event.CLICK, this, mouseHandler); rect.on(Event.RIGHT_MOUSE_DOWN, this, mouseHandler); rect.on(Event.RIGHT_MOUSE_UP, this, mouseHandler); rect.on(Event.RIGHT...

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

6. 为什么 List 组件的鼠标mouseHandler 没有MOUSE_MOVE事件[ 95%]

为什么 List 组件的鼠标mouseHandler 没有MOUSE_MOVE事件? 为什么 List 组件的鼠标mouseHandler 没有MOUSE_MOVE事件? click game.max.js:66644 mousedown game.max.js:66644 mouseout game.max.js:66644 mouseover game.max.js:66644 mousedown game.max.js:66644 mouseout 2game.max.js:6664...

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

7. list mouseHandler 重复渲染 [ 93%]

list mouseHandler 重复渲染 点击一次,打印多次,有遇到同样问题的大佬吗,求解决 2020-10-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 182*****088 赞同来自: 是 2020-10-28 0 1 ...

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

8. 发布微信后无法触发mouse_up事件 [ 88%]

... */ private initF():void{ Laya.stage.on(Laya.Event.MOUSE_DOWN, this, this.mouseHandler); Laya.stage.on(Laya.Event.MOUSE_UP, this, this.mouseHandler); Laya.stage.on(Laya.Event.MOUSE_MOVE, this, this.mouseHandler); } private mouseHandler(e:laya.events.Event):void { var touches: Array<any> = e.to...

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

9. 循环添加一组按钮事件无法正常使用 [ 87%]

...tage.addChild(b);                 b.on(Event.MOUSE_DOWN, this, mouseHandler);                 b.on(Event.MOUSE_MOVE, this, mouseHandler);                 b.on(Event.MOUSE_UP, this, mouseHandler);                 trace("addEvent");             ...

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

10. 在微信小游戏中使用list,兼听不到mouseHandler跟selectHandler。 [ 87%]

在微信小游戏中使用list,兼听不到mouseHandler跟selectHandler。 需求:需要对list中的每个cell设置监听 问题:在微信小游戏中使用list,监听不到mouseHandler跟selectHandler,但是renderHandler的回调是正常的。1、我对list设置了on去监听mouse...

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