大约有 65 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0034 秒)
...发生偏移,请问是什么问题? ios中没有触发事件前使用playSound没有声音 Laya发布头条小游戏,IOS出现lani文件无法加载的问题 打包到头条IOS端异常: readFile callback 紧急!音效播放在ios系统的问题 遮罩导致在ios浏览器上运行黑屏 ios...
来源: Laya_社区 发布时间: 20201023
...接调手机的拍照和上传功能吗 ios中没有触发事件前使用playSound没有声音 laya编辑器为什么不支持直接编辑器中添加序列帧动画 问题状态 最新活动: 2018-04-18 17:55 浏览: 1771 关注: 4 人
来源: Laya_社区 发布时间: 20170811
...从layaflash起,就一直存在的bug ios中没有触发事件前使用playSound没有声音 给每个精灵绑定点击事件,但点击精灵的时候时而触发时而不触发点击事件 实现创建一个盒子,盒子里面放置文案,文案超过盒子的高度的时候可滑动 怎...
来源: Laya_社区 发布时间: 20200121
...: 2 人 林龙 • 2018-05-30 10:21 我现在是0.9.6版本 SoundManager.playSound("sound/jump.mp3", 1, null); Laya_Aaron • 2018-05-30 10:24 建议升级到新版 林龙 • 2018-05-30 10:33 @Laya_Aaron:升级了 音效还是不支持mp3吧? Laya_Aaron • 2018-05-30 10:36 @林龙:是...
来源: Laya_社区 发布时间: 20180530
...lib,导出百度小游戏工程报错 ios中没有触发事件前使用playSound没有声音 LayaNative 2.8.0 加载的TTF字体不生效,附复现工程。 问题状态 最新活动: 2016-01-06 10:39 浏览: 2428 关注: 3 人
来源: Laya_社区 发布时间: 20151229
...n.y; Laya.stage.addChild(musicButton); soundButton.on(Event.CLICK, this, onPlaySound); musicButton.on(Event.CLICK, this, onPlayMusic); } function createButton(label) { var w = 110; var h = 40; var button = new Sprite(); button.size(w, h); button.graphics.drawRect(0, 0, w, h, "#FF7F50"); button.graph...
来源: Laya_社区 发布时间: 20170527
...后面新加上去的,有这段代码之后我直接用Laya.SoundManager.playSound("res/sound/bullet.mp3");播放子弹声音的时候会报错一次提示我 "Failed to set the 'buffer' property on 'AudioBufferSourceNode': The provided value is not of type 'AudioBuffer'.",我把这段代码注...
来源: Laya_社区 发布时间: 20180914
...频失败,使用什么办法才监听到,测试了使用SoundManager.playSound('音频'). duration 获取时间,但是有时候能获取到时间,但是有时候明明没有问题可以播放音频但是获取到的时间却是为0,,,,,,,问一下还有其他办法能够监听...
来源: Laya_社区 发布时间: 20180602
...ya.stage.addChild(musicButton); soundButton.on(Event.CLICK, this, this.onPlaySound); musicButton.on(Event.CLICK, this, this.onPlayMusic); } private createButton(label: string): Sprite { var w: number = 110; var h: number = 40; var button: Sprite = new Sprite(); button.size(w, h); button.graphi...
来源: Laya_社区 发布时间: 20190421
...么判断苹果IOS 还是安卓Android? ios中没有触发事件前使用playSound没有声音 laya打包iOS,运行奔溃,构建时候选择的是2.3.0 Laya发布头条小游戏,IOS出现lani文件无法加载的问题 laya2.5 IOS微信小游戏后台切回背景音乐没播放,长时间切...
来源: Laya_社区 发布时间: 20200415