Music Won't Fade Out

Hello!

So while testing my story out in the app I’ve found that the music I have set to fade out is not fading out, but instead it is just cutting off. I have made sure that there is enough time for the music to fade before the music is turned off, and the format is correct (volume music 0 5). This has happened in a couple places in my story.

Any ideas about how to fix this? Thanks!

The 5 means milliseconds, so it’s fading in 5 milliseconds… It is fading, just really quickly

4 Likes

Ooh okay, I thought it was full seconds! Thanks!

Can you show how you would type the code in because I’m having that problem?

1 Like

Volume music 0 5000
This will fade the music in 5 seconds

2 Likes

Thank you!