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

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

311. MovieClip的target和currentTarget属性为undefined? [ 66%]

MovieClip的target和currentTarget属性为undefined? private function showNowPic():void{ for each(var ul:String in pics){ var mc:MovieClip = new MovieClip; mc.load(ul); this.addChild(mc); mc.on(Event.COMPLETE,this,stopNowMC) } } private function stopNowMC(e:Event):void{ trace(e.currentTarget); t...

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

312. uglify压缩后的错误堆栈解析 [ 66%]

....laya/publish.js 中 // 压缩js gulp.task("compressJs", ["compressJson"], function () { if (config.compressJs) { return gulp.src(config.compressJsFilter, { base: releaseDir }) .pipe(sourcemaps.init({loadMaps:true})) .pipe(uglify({ mangle: { keep_fnames:true } })) .pipe(sourcemaps.write(releaseDir +...

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

313. Laya 中用什么事件可以检测声音是否播放结束? [ 66%]

...内容相关的链接 提交 2 个回复 cuixueying 赞同来自: private function onPlayMusic(e:Event=null):void { trace("播放音乐"); SoundManager.playMusic("res/sounds/bgm.mp3", 1, new Handler(this, onComplete)); } private function onPlaySound(e:Event=null):void { trace("播放音效"); SoundM...

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

314. vivo概率报错 [ 66%]

...romise) DOMException: play() 导微信小程序报错window.focus is not a function 关于发布oppo、vivo快游戏,无法生成Rpk问题 微信小游戏编译报错 问题状态 最新活动: 2021-03-09 15:28 浏览: 3578 关注: 2 人

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

315. layaair声音报错 [ 66%]

...报错 window is not defined 导微信小程序报错window.focus is not a function 播放声音出错,求指教 2.2.0beta4,微信上动态合批报错. 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 官网示例摇一摇报错,就解决方案 问题状态 最新活动: 2018-07...

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

316. mac版2.1.1.1 LayaAirIDE建空白工程编译报错 [ 66%]

...报错 window is not defined 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2019-08-26 16:18 浏览: 761 关注: 1 人

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

317. Tween的to方法完成缓动后的回调怎么写,Tween.to(beginbox,{x:-Laya.Browser.width},1000,null,aaa,0,false);aaa是一个测试方法 [ 66%]

...,Handler.create(this,onTweeed)) onTween就是你的缓动完成后的回调function 2017-01-04 0 2 分享 微博 QZONE 微信 匿名用户 赞同来自: function begingame(){     console.log("开始游戏");     var Tween   = Laya.Tween;     gamebox.x = Laya.Browser.width;     gamebox.v...

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

318. 如何禁用app报错弹窗 [ 65%]

...mPlugin.game_plugin_init(3); 导微信小程序报错window.focus is not a function runtime运行报错! dialog 自定义关闭效果,效果执行完,弹窗无法关闭 自定义场景类导出layaMaxUI.ts有前缀导致报错 问题状态 最新活动: 2018-01-03 16:25 浏览: 1198 关注: 3 ...

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

319. 苹果上架问题, [ 65%]

...designed explicitly with the capability to change your app’s behavior or functionality after App Review approval, which is not in compliance with App Store Review Guideline 2.5.2 and section 3.3.2 of the Apple Developer Program License Agreement. This code, combined with a remote resource, can ...

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

320. [0]VR示例报错 [ 65%]

...错 runtime运行报错! 导微信小程序报错window.focus is not a function 官网示例摇一摇报错,就解决方案 [分享]Dialog 点击边缘不关闭的 Demo示例 问题状态 最新活动: 2023-11-08 17:27 浏览: 2528 关注: 2 人 沉迷日剧不能自拔 • 2023-11-09 09:52 好...

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