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

大约有 84 项符合查询结果, 库内数据总量为 24,852 项。 (搜索耗时: 0.0035 秒)

31. 分享:IDE使用SWF动画的销毁与反复创建 [ 70%]

...图集的缓存文件             Laya.stage.on(Event.CLICK,this,onClick);         }         private function onClick():void         {             start();//重新加载mc动画         }     } } 附件 : --> Swf_Demo.rar 2017-06-08 添加评论 免费帖...

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

32. 代码创建精灵监听不到事件? [ 70%]

...ageRoom.map_storageData[0][0],tag:0}; box.on(Laya.Event.MOUSE_UP,this,this.onclick,[arr]);   var _proto = StorageUILayer.prototype;   _proto.onclick = function(params){ console.log("--------------------------------hhhhhhhhhhh- "); }   ---------------------------------------------------------- 麻...

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

33. 按钮失效,同UI里的一个图片超链接点击后再返回,出现按钮失效。 [ 70%]

...Left.on(Laya.Event.CLICK,null,function(){ //TO GamePage2 console.log("left onclick"); Laya.stage.addChild(new GameView); });  //分享快乐 this.StartRight.on(Laya.Event.CLICK,null,function(){ //超链接 onLink(href); });  //天猫Logo this.img_TianMao.on(Laya.Event.CLICK,null,function(){ //超...

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

34. 怎么在模拟点击事件 [ 67%]

...时执行了别的点击事件,例如 <button id="button1" onclick="button1();">点击事件1</button> <input accept="image/*" id="file" type="file" /> <script> function button1(){ document.getElementById('file').click(); } ...

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

35. 类似抠图、挖空效果的实现 [ 65%]

...      blue.size(500, 500);             blue.on("click", this, onClick);             Laya.stage.addChild(blue);                          //增加一个容器             box = new Sprite();             //设置容器为画布缓存       ...

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

36. [LayaAir2] 在使用videoDom创建视频元素后iPad跟iPhone中位置不一样 [ 65%]

...o:Laya.HtmlVideo; constructor() { Laya.stage.on(Laya.Event.CLICK,this,this.onClick); } onClick(){ this.initVideo(); } initVideo() { this.htmlvideo = new Laya.HtmlVideo(); this.htmlvideo.setSource("https://www.layaair.com/3.x/de ... ot%3B,1); this.htmlvideo.video.addEventListener("loadedmetadata",()=...

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

37. 分享:Panel下动态修改子容器宽高并刷新显示! [ 64%]

...(btnAdd); btnAdd.x=550; btnAdd.label='ADD1000'; btnAdd.on(Event.CLICK,this,onClick,[sp,panel]); } private function onClick(sp:Sprite,panel:Panel):void { trace('Add1000'); for(var i:int=0;i<1000;i++) { var button:Button=new Button('button-4.png'); button.label='button:'+i; sp.addChild(button); but...

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

38. 使用webgl之后toDataUrl返回黑色的图像 [ 64%]

...tat.show(); Laya.stage.bgColor = "#ffcccc"; Laya.stage.on(Event.CLICK,this,onClick); sp= new Sprite(); sp.name='base'; sp.loadImage("logo.png"); Laya.stage.addChild(sp); } private function onClick():void { var htmlsss:String=(Laya.stage.getChildAt(0) as Sprite).drawToCanvas(100,100,0,0).getCanvas()....

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

39. 通过laya设计模式制作的,要怎么给按钮绑定事件呢? [ 63%]

...接 提交 2 个回复 Laya_Aaron 赞同来自: on(Event.MOUSE_DOWN,this,onClick); 试一下吧  onclick 函数里再打印log 2017-12-13 0 10 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 这个进度条 var 为pro 另外一张图的类继承了之前页面发布生成的类,直接用this....

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

40. 仿照laya官方demo做了一个视频播放的UI,为啥在微信里不能用? [ 63%]

...); viewIns.removeSelf(); Laya.stage.addChild(new GameWorld()); } videoElmt.onclick = goGameWorld; tipElmt.onclick = goGameWorld; } } } 2018-08-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来...

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