大约有 30 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0035 秒)
...内容上下拖动的效果,当对stage绑定mousemove移动事件,在mouseup事件里移除不起作用 已解决,是有一单词写错了! 附件 : --> laya.rar 2017-10-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...
来源: Laya_社区 发布时间: 20171016
...Laya.stage.on("mousedown", this, this.mouseDown); Laya.stage.on("mouseup", this, this.mouseUp); Laya.stage.on("mouseout", this, this.mouseOut); _this.Obj = owner; } // ObjectRotate.prototype._update = function (state) { ObjectRotate.__super.prototype._update.call(th...
来源: Laya_社区 发布时间: 20170810
...其实上不还是为i=2监听的么?没什么意义了 如果你这边mouseup确实有问题的话麻烦上传一个有问题的例子,我们看下 dandanqin • 2018-01-16 15:35 并不是为了i=2的监听,this["_role_"+i]是三个控件,是三个都能监听的,前两个监听...
来源: Laya_社区 发布时间: 20180116
...。*/ static MOUSE_DOWN: string; /** 定义 mouseup 事件对象的 type 属性值。*/ static MOUSE_UP: string; /** 定义 click 事件对象的 type 属性值。*/ static CLICK: string; /** 定义 rightmoused...
来源: Laya_社区 发布时间: 20170601
...unction(event){_self.onActDown(event);},false); document.addEventListener("mouseup",function(event){_self.onActUp(event);},false); document.addEventListener( 'touchstart', function(event){ _self.onActDown(event) }, false ); document.addEventListener( 'touchend', function(event){ _self.onActUp(event)...
来源: Laya_社区 发布时间: 20180114
...节点 *@param touchID touchID *@param isLeft 是否为左键 */ __proto.onMouseUp=function(ele,touchID,isLeft){ (isLeft===void 0)&& (isLeft=false); if (!this.enable) return; var preO; var tO; var arrs; var oldArr; var i=0,len=0; var tar; var sendArr; var onMobile=Browser.onMobile; arrs=this...
来源: Laya_社区 发布时间: 20180529
...出来了 onMouseDown(e){ console.log("mouseDown "+e.target.name); } onMouseUp(e){ console.log("mouseup"); } 2018-10-29 0 0 分享 微博 QZONE 微信 coder 赞同来自: 可是 https://layaair.ldc.layabox.com/api 实在没有对js有什么描述,现在两眼一片黑,全靠摸索啊,请求...
来源: Laya_社区 发布时间: 20181029
...,将动效模板拖到`Button`组件下,并设置`playEvent`属性为`mouseup`。如图13所示。 ![14](img/13.png)(图13) 最后保存下,按F12导出UI,然后在项目中再次编译刚才的代码。运行效果如动图14所示,在连续按下和弹起的事件下,动画效果非常...
来源: Laya2.0_文档 发布时间: 20210715
...,将动效模板拖到`Button`组件下,并设置`playEvent`属性为`mouseup`。如图13所示。 ![14](img/13.png)(图13) 最后保存下,按F12导出UI,然后在项目中再次编译刚才的代码。运行效果如动图14所示,在连续按下和弹起的事件下,动画效果非常...
来源: Laya2.0_文档 发布时间: 20210715
...中,将动效模板拖到Button组件下,并设置`playEvent`属性为`mouseup`。如图13所示。 ![图13](img/13.png) (图13) 最后保存后,按F12导出UI,然后在项目中再次编译刚才的代码。运行效果如动图14所示,在连续按下和弹起的事件下,动画效果...
来源: Laya2.0_文档 发布时间: 20210715