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

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

1. 请问如何给所有按钮点击事件增加一个音效 [ 100%]

...关的链接 提交 3 个回复 laya21126 赞同来自: wtf 可以考虑在Button.as中处理下         /**          * 对象的 <code>Event.MOUSE_OVER、Event.MOUSE_OUT、Event.MOUSE_DOWN、Event.MOUSE_UP、Event.CLICK</code> 事件侦听处理函数。          * @pa...

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

2. sound manager在MOUSE_OVER事件中无法播放 [ 93%]

...建一个Sprite充当音效播放按钮             var soundButton: Sprite = this.createButton("播放音效");             soundButton.x = (Laya.stage.width - soundButton.width * 2 + gap) / 2;             soundButton.y = (Laya.stage.height - so...

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

3. 请问:Ts下如何实现打开照相机和系统图库的方法?IOS和Android [ 92%]

...法?IOS和Android LayaSample.ts文件如下: // 程序入口 import UIButton = laya.ui.Button; class GameMain{     constructor()     {         Laya.init(600,400);         let body = laya.utils.Browser.document.body;         let input = laya.utils.Browser.createElement(...

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

4. 版本号:2.0.2 beta, 在sound文件夹下音乐播放不了,放入到res文件夹下可播放 [ 90%]

... gap: number = 10;  //创建一个Sprite充当音效播放按钮 var soundButton: Sprite = this.createButton("播放音效"); soundButton.x = (Laya.stage.width - soundButton.width * 2 + gap) / 2; soundButton.y = (Laya.stage.height - soundButton.height) / 2; Laya.stage.addChild(soundButton);  //创...

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

5. 请问老师为什么我按照官网的实例播放音频没反应呢? [ 89%]

...up() { var gap = 10; //创建一个Sprite充当音效播放按钮 var soundButton = createButton("播放音效"); soundButton.x = (Laya.stage.width - soundButton.width * 2 + gap) / 2; soundButton.y = (Laya.stage.height - soundButton.height) / 2; Laya.stage.addChild(soundButton); //创建一个Sprite...

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