@rionmwe 写道:
跟着教程做了个进度条,在加载场景时加载音乐
进度是做好了,但音乐加载之后播放不了,请问原因是什么?this.urls = [
{
id: "bgm",
url:"resources/Music/bgm.mp3",
}
]
cc.loader.load(this.urls, this.progressBarCallBack_Function.bind(this),this.progressBarCompleteCallBack_Function.bind(this));之后在回调完成的函数里处理如下:
var component = null;
component = this.node.addComponent(cc.AudioSource);
component.clip = res;
component.play();
帖子: 2
参与者: 1