To set the volume of sound, use the volume sound command followed by the volume level (0-100) and the length of time (in milliseconds) you want the volume setting to take.

Setting the Volume of Sound Syntax:

volume sound X S

X = volume level, 0 to 100

S = length of time, in milliseconds

Example:

volume sound 80 2000

The above command will bring sound volume to 80% over the span of 2000 milliseconds (2 seconds).

To set the volume of a music effect, use the exact same code above but replace “sound” with “music.”

Setting the Volume of Music Syntax:

volume music X S 

Example:

volume music 0 4000 

The above command will bring sound volume to 0 over the span of 4000 milliseconds (4 seconds), making the music appear to slowly fade out.

If you want the music or sound volume to change immediately rather than a gradual transition, put 0 where you put the number of milliseconds.

Example:

volume music 70 0

The above command will bring music volume to 70 immediately.



            *IMPORTANT*

  • You must start your story with 2 volume commands determining what the volume levels will be. You can change them again later in the script. 

Example:

volume music 0 0

volume sound 100 0

 

  • Volume commands will override any other volume commands within their time-frame. This means that if you have an active volume fade that lasts 10 seconds, but the user taps through the content in that scene in under 10 seconds, the next volume level specified will override the active fade. The best way to avoid this is by making sure that you have 2 lines of dialogue for every 1 second of volume fading. This is one of the more intuitive choices that you will make while directing, since you’ll occasionally want to do a very slow fade and will have to consider how long it might take a reader to tap through X number of lines of dialogue, and therefore how much time you can give to the fade.



            CREATIVE NOTE

  • Fading music in can be an effective way to subtly introduce it and a new scene. To do this, have the music volume set to 0, then let it fade in over a few seconds to a volume of your choosing.
  • Musical or ambient loops can become annoying over time depending on the volume. Decreasing music volume can help, or fading it out altogether and fading in a short stinger over it, to help with the transition.
  • Fading music out as you transition out of a scene is a great way to move the reader seamlessly into the next part of your story, especially if you remember to fade in the music and visuals of that next scene together too!