Music keeps overlapping

Usually when I code music to play then code a different one to play later on in a scene it would instantly switch but in this one part of my story the music would play on top of each other and I don’t know why. If I code music off before the next one, it doesn’t work. It gives an error message saying that the next “music name” is already playing.

1 Like

That used to happen to me and I figured if you don’t put ‘music off’ right before you have another music command, it works fine.

Eg:

music off
EXT. BG NAME
(whatever overlays/ character placements etc.)
music music_choice

if you have 2 music plaing that usually means one is under code “music” and the other under “sound” because 2 music cant play together

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.