- Joined
- Jan 12, 2016
- Messages
- 22
- Reaction score
- 2
- First Language
- English
I was creating my own simple weather effects with a common event and I've figured out how to do everything except fade the background music a certain percentage. I did some searching and almost found my answer with a small script.
var myBgm = { name: "name of bgm", volume: 80, pitch: 100, pan: 100};AudioManager.playBgm(myBgm);
This script will work, but my problem is how do I find the name of the bgm that is currently playing?
var myBgm = { name: "name of bgm", volume: 80, pitch: 100, pan: 100};AudioManager.playBgm(myBgm);
This script will work, but my problem is how do I find the name of the bgm that is currently playing?

