Hello everyone,
lately i've reprised an old project made with version 4.2.5 and I'd need some help to make it work properly with the latest version.
For example, I use this function a lot to lower the background's music volume during in-game cutscenes:
game.CurrentScene:to(1000, {SceneMusicVolume = 0})
I adapted it to the db system (-8 instead 40 etc) and it still works. The problem is that, when the music track ends, it doesn't loop anymore. It happens since version 5.0.7
Any ideas how to solve this?
Thank you in advance
Deniz