Is it possible to make music fade out?

So the title basically says it all, and if it’s possible, how do I do it?

volume music 0 2000
You can change the 2000 to any number you like. The bigger it is, the more gradually the music will fade out. 1000 is equivalent to one second.

okay thanks!!

volume music x T
volume sound x T

x is volume level from 0 to 100
T is time in milliseconds (1000 milliseconds is 1 second)

An example would be:

volume music 0 3000

With that code, the volume for music will go to 0 in 3 seconds, making it appear as if it’s fading out.

Always make sure to put the volume back up using the same code, otherwise your volume will stay at level 0 for the rest of the episode.

4 Likes

Moved to Directing Helps and Tips. :smiley:

How do you fade in music and fade out music?