大约有 318 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0043 秒)
怎么给button绑定一个事件,比如console.log一段话 因为新学的,所以请大佬们解惑,谢谢 2018-07-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 『Monica』 赞同来自: https://laya...
来源: Laya_社区 发布时间: 20180717
三个图好像无法绑定不同的事件? Laya.init(400, 400, laya.webgl.WebGL); var img1 = new Laya.Sprite(); img1.loadImage('https://layaair.ldc.layabox.com/demo/h5/res/apes/monkey2.png',100,100,90,90); Laya.stage.addChild(img1); img1.on(Laya.Event.CLICK,this, function(name){ console.log(name...
来源: Laya_社区 发布时间: 20180621
图片添加点击事件 有的不生效 private init():void { //添加点击事件处理 this.v_btn_boy.on(Laya.Event.CLICK, this, this.onClickBtnBoy); this.v_btn_friend.on(Laya.Event.CLICK, this, this.onClickBtnFriend); this.v_btn_shop.on(Laya.Event.CLICK, this, this.onClickBtnShop); console.log(...
来源: Laya_社区 发布时间: 20180312
...元素不能点击两次 微信小游戏与加载图片时不会触发erroe事件 List滑动条会引起单元格上的按钮点击后多次触发点击事件 3d物理不能触发onCollisionEnter事件 无法触发浏览器文件上传框 2.2.0: safari浏览器,iphone的谷歌浏览器 遮罩大概...
来源: Laya_社区 发布时间: 20191209
...问题 laya2.0引入第三方库失败 为什么给Sprite容器添加点击事件没反应 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? laya2.0 3d物理碰撞穿透问题 微信开放域排行榜滑动list滑动没反应 LayaAir Run 点击无反应 laya2.0 怎么获取...
来源: Laya_社区 发布时间: 20180918
...log 为何不能智能识别 ts 文件行号? 怎么给button绑定一个事件,比如console.log一段话 tsconfig 中添加 "lib":["es5","es2015.promise"] ,之后无法引用lib.d.ts里面的内容,意味着console.log()都报错了 请问转玩一玩console.log怎么显示到gameConsole插...
来源: Laya_社区 发布时间: 20180321
...计进去了,网页端就没有问题 disabled=true后,如果增加on事件,再=false,事件没响应 Ignored attempt to cancel a touchmove event with cancelable=false Ignored attempt to cancel a touchmove event with cancelable=false state.clip.islooping = false;无法再次播放动画。 ...
来源: Laya_社区 发布时间: 20170921
list item 添加事件后无法监听 刚接触laya不久,按官方文档写了list的demo,但是发现item的点击/ select一直没回调,这是我的代码,求大神解答 // 初始化ListView function createListView(x, y, width, height, item_width, item_height) { var list ...
来源: Laya_社区 发布时间: 20180724
...试出现报错Uncaught (in promise) DOMException: play() layaair的按钮事件里怎么打开一个网址? 2.10.0版本中代码编译器模式下为什么会自动打开Visual Studio Code,有什么办法设置在LayaAir上面编辑代码? 本地双击html如何打开laya项目? Laya2.0 ...
来源: Laya_社区 发布时间: 20161215
鼠标出屏事件 请问能不能监听到鼠标出屏的事件? Laya.stage.on(Laya.Event.MOUSE_OUT, this, function(){console.log("mouseout")}); Laya.stage.on(Laya.Event.MOUSE_UP, this, function(){console.log("mouseup")}); mouseup能正常监听到,...
来源: Laya_社区 发布时间: 20200407