So i’m putting music in my script and i’m trying to adjust the volume but it isn’t working
The coding i’m using is:
music volume 100 0
So i’m putting music in my script and i’m trying to adjust the volume but it isn’t working
The coding i’m using is:
music volume 100 0
To understand the code of music: “100” stands for how loud, “0” for the seconds of fading in/out.
When changing music, make sure there is something behind it, so don’t do this:
#scene
music 0 2000
#Which means the music fades out in 2 seconds
INT. BLACK - NIGHT
This won’t work. What will work is the next part:
#scene
music 0 2000
transition fade out black in 2.5
INT. BLACK - NIGHT
Hope this explains it a little bit better.
ok I will try
oof it isn’t working this is a bit of the scripting
INT. PHONE MUSIC - DAY
&zoom reset AND speechbubble reset
NARRATOR
Do you want music?
choice “No.” {
music volume 100 0
@MUSICTYPE =0
readerMessage Based on the arrow templates of Dara.amarie with messageTitle Template by emma.writes.episode
continue
} “Yes.” {
music volume 100 0
@pause for 0.1
#CHOSING MUSIC WITH TAPPABLE OVERLAYS
That’s the part I coded for your template.
I wouldn’t change it, as they won’t hear it when you change the volume to 0
ohhhh ok
I think I made a mistake, my bad.
It’s not “music volume” it should be “volume music 100 0”
Sorry
oh its ok I will fix it now, thank you
I changed it in the template as well
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.