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

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

1. Event.CLICK和Event.MOUSE_UP [ 100%]

Event.CLICK和Event.MOUSE_UP 目前的这两个好像没有区别,Event.MOUSE_UP好理解,我有imageA和imageB,现在我先点在imageA上不松,然后移动到imageB上松开,结果为imageB被点(因为它只判定我松开时是什么组件被点)。但我用Event.CLICK也是如...

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

2. MOUSE_DOWN、MOUSE_UP,CLICK [ 98%]

MOUSE_DOWN、MOUSE_UP,CLICK 三个鼠标事件,实现按下,松开,对象缩小和放大,点击事件打开对应界面。 问题:鼠标按下后,移开之后再松开。MOUSE_UPCLICK都没有触发。导致对象缩小了却没有回归到正常状态。如何解决这问题呢? 2...

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

3. 为对象创建Laya.Event.MOUSE_UP 和 Laya.Event.CLICK 事件的问题,, [ 97%]

为对象创建Laya.Event.MOUSE_UP 和 Laya.Event.CLICK 事件的问题,, 为同一个对象创建Laya.Event.MOUSE_UP 和 Laya.Event.CLICK 事件, 点击对象,松开的时候,先响应MOUSE_UP事件,然后才响应的CLICK事件,  我如何在响应了MOUSE_UP事件以后,不让CLIC...

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

4. 移动端MOUSE_UP异常! [ 88%]

移动端MOUSE_UP异常! CLICK事件的触发目前跟MOUSE_UP是一回事,这个跟日常的鼠标事件的行为不一致啊。比如按下之后移动一段具体再释放鼠标,也会触发CLICK事件 2016-10-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

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

5. 鼠标交互-鼠标交互 [ 85%]

...鼠标事件 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_CLICK, this, mouseHandler); r...

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

6. 鼠标交互-鼠标交互 [ 84%]

...事件 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); rect.on(Event.RIGHT_CLICK, thi...

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

7. Animation组件on绑定的Laya.Event.CLICK无法触发 [ 73%]

...卡片销毁等动画,Animation.on绑定的Laya.Event.CLICK、Laya.Event.MOUSE_UP、Laya.Event.MOUSE_DOWN都无法触发。我的card卡片类继承子Laya.Sprite。详细代码见附件,unity转laya萌新一个项目比较急,没有很多学习时间谢谢哪位热心大大看下。 附件 : ...

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

8. sprite点击事件 位置便宜 [ 72%]

...鼠标事件 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_CLICK, this, mouseHandler); r...

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

9. 请问如何给所有按钮点击事件增加一个音效 [ 70%]

... <code>Event.MOUSE_OVER、Event.MOUSE_OUT、Event.MOUSE_DOWN、Event.MOUSE_UP、Event.CLICK</code> 事件侦听处理函数。          * @param e Event 对象。          */         protected function onMouse(e:Event):void {             if (toggle === false &a...

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

10. 发现bug,update大问题!!!!!!!!! 2.13版本 [ 69%]

...t.MOUSE_DOWN,this, this.onleft)         this.view.m_left.on(Laya.Event.MOUSE_UP,this, this.notleft)         this.view.m_right.on(Laya.Event.MOUSE_DOWN,this, this.onright)         this.view.m_right.on(Laya.Event.MOUSE_UP,this, this.notright)         this.view.m_left.onClick(this, this...

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