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

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

1. 使用 Tween.to 方法报错 handler.run is not a function [ 100%]

使用 Tween.to 方法报错 handler.run is not a function 使用 Tween.to 方法报错 handler.run is not a function Tween.to(ape, { x: moveObj.x, y:moveObj.y }, 1000,Ease["circIn"],function(){ alert(1) },0,false,true); 2017-02-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...

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

2. 显卡驱动停止响应,且大概率蓝屏,原来是Handler惹的祸,但原因是什么 [ 93%]

显卡驱动停止响应,且大概率蓝屏,原来是Handler惹的祸,但原因是什么 问题来自于 http://ask.layabox.com/question/3673   谷歌浏览器直接崩,其他浏览器的话,也是CPU很高,操作窗口卡顿厉害   原因是一个run once = true的Handler,如果再...

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

3. H5小游戏,IOS平台退到后台,长时间返回画面卡顿或者直接卡死! [ 90%]

...date()方法的这段代码:                     if (handler.repeat){                         if (!handler.jumpFrame){                             handler.exeTime+=handler.delay;                        ...

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

4. native2.1 安卓退到后台时,概率闪退 [ 89%]

...pp.ActivityThread$H.handleMessage(ActivityThread.java:1409) 16 android.os.Handler.dispatchMessage(Handler.java:110) 17 android.os.Looper.loop(Looper.java:229) 18 android.app.ActivityThread.main(ActivityThread.java:5493) 19 java.lang.reflect.Method.invokeNative(Native Method) 20 java.lang.reflec...

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

5. Button点击函数逻辑bug [ 87%]

...CK) { this.toggle && (this.selected = !this._selected); this._clickHandler && this._clickHandler.run(); return; } !this._selected && (this.state = Button.stateMap[e.type]); }上面逻辑当clickHander只执行一次的时候逻辑上有bug,Hander的run执行的时候如果...

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

6. LAYA js 1.7.12 Tween 使用时回调时 core报错 [ 85%]

...js包集成中,使用完全一样的代码,提示 Uncaught TypeError: handler.run is not a function at Tween.__proto.complete (laya.core.js:9423) 9423 :handler && handler.run(); 你们自己试试吧。。为啥要。&&run() 2017-11-11 添加评论 免费帖 --> 分享 微...

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

7. 用模块器报错,真机不会有这个问题,具体看补充 [ 83%]

...e(ActivityThread.java:1460)                       at android.os.Handler.dispatchMessage(Handler.java:102)                       at android.os.Looper.loop(Looper.java:154)                       at android.app.ActivityThread.main(ActivityThread.java:6077)         ...

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

8. LAYABOX游戏实时语音之APP版本 [ 81%]

...t android.content.Intent; import android.os.Environment; import android.os.Handler; import android.os.Looper; import android.os.Message; import android.util.Log; import org.json.JSONException; import org.json.JSONObject; import java.util.ArrayList; import demo.MainActivity; import layaair.game.brows...

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

9. 游戏加载进度失效 [ 79%]

...url: "mileTxt.png", type: Laya.Loader.IMAGE } Laya.loader.load(asset, Laya.Handler.create(this, this.onLoaded),Laya.Handler.create(this,this.onLoading)); } onLoading(progress){ this.gameLoading.loadTxt.text="Loading..."+(progress*100)+"%"; } onLoaded() { this.cacheAnimation(); var waterBg = Laya.Spr...

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

10. Android studio项目升级Native后,运行程序报错。 [ 79%]

...text.java:382) at layaair.game.browser.a.run(Unknown Source) at android.os.Handler.handleCallback(Handler.java:815) at android.os.Handler.dispatchMessage(Handler.java:104) at android.os.Looper.loop(Looper.java:194) at android.app.ActivityThread.main(ActivityThread.java:5643) at java.lang.reflect.Met...

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