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

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

801. 关于下拉列表 [ 54%]

...ia1.loading_desc.text = "可在小秘境挂机获取" dia1.confirm.on(Laya.Event.MOUSE_UP, this, dai1, [dia1]) dia1.popup() // this.big_map.selectedIndex = 0 } } } 然后我用 this.small_map.labels = “1,2,3,4”来更改下拉数据,只要一更新数据,上面就自动触发,那个...

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

802. 有没有办法监听到手机的home键 [ 54%]

...1-06 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: Laya.stage.on(Event.BLUR,this,Onblur);                  private function Onblur():void{             alert("sdfsdf");         } 试一下吧 可以的 2018-01-06 0 0 分享 微博 QZONE 微信 qq747899378 ...

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

803. laya.display.Text [ 54%]

...| All Classes | Index | Frames No Frames TextProperties | Methods | Events Packagelaya.displayClasspublic class TextInheritanceText Sprite Node EventDispatcher ObjectSubclasses Input Text 类用于创建显示对象以显示文本。 注意:如果运行时系统找不到设定的字体,...

来源: laya_api 发布时间: 20170929

804. 3D动画无法播放 [ 54%]

...默认动画完成后播放站立动画             shared.on(Event.COMPLETE,this,onAniComplete,[ani]);             //播放攻击动画             ani.play(); 在unity里测试正常,导出的时候也生成了 lani文件,和Lm同放在上面的网络地址...

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

805. 批量预加载如果是图片或者声音类型,不会触发加载错误事件 [ 54%]

...如果加载错误,并不会触发错误事件。   Laya.loader.on(Laya.Event.ERROR, this, function(){ console.log("err"); }); Laya.loader.load([{url:"res/general/test.png",type:laya.net.Loader.IMAGE}]);   如果指定的类型时json或者atlas是会触发错误事件的。 2018-09-26 添加评...

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

806. img点击事件。点击图片外,也触发了事件。请问怎么解决 [ 54%]

...dImage("res/img/m1.jpg",100,100,100,100);   ctn2.addChild(gq); gq.on(Laya.Event.CLICK,this,Is);   }  function Is(){ console.log(1); } 2018-08-06 0 0 分享 微博 QZONE 微信 叔年心~厌世 赞同来自: 点击图片的左上所有区域都触发点击事件?为什么 2018-08-06 0 1 分享...

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

807. 学习官方视频教程中飞机大战游戏出现的问题!! [ 54%]

...   this.addChild(this.playAnim);             this.playAnim.on(Laya.Event.COMPLETE,this,this.onPlayComplete);         } onMouseMove():void{         //根据鼠标位移主角方法         this.hero.pos(Laya.stage.mouseX,Laya.stage.mouseY);     }     2018-05-03 0 0 分享 微...

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

808. 无限循环滚动列表 [ 54%]

...同来自: 他也是自己写的  监听滑动  this._list.on(fairygui.Events.SCROLL, this, this.doSpecialEffect); 通过cell 距离 设置他的缩放比 MainPanel.prototype.doSpecialEffect = function () {         //change the scale according to the distance to the middle         var mid...

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

809. hitArea用法问题 [ 54%]

...hitArea = closeRect;  // closeBtn 为 Laya.Button 实例 this.closeBtn.on(Event.CLICK,this,this.closeWin); private closeWin():void {     console.log("the window has closed..."); } 2017-09-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...

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

810. Animation播放完一次动画后的回调问题 [ 54%]

Animation播放完一次动画后的回调问题 starView.ani1.on(Laya.Event.COMPLETE,null,OnAnimation); 这个ani1是这个动画这样设置回调不对吗? 我看API那边事件就是这个COMPLETE 2017-02-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...

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