I keep have problems in my stories with music cutting off in a scene when i didn’t asked to. Can someone help me to fix this problem.
Did you add in any different sounds during the scene?
I added sound in two different scenes.
Do you mind if you can take a screenshot of your script maybe I can detect the problem.
Ok but am trying to take a screenshot but its not working .
No problem you can just copy and paste a certain part of your script if you want and I’ll try finding it there.
ok
INT. BLACK - NIGHT
NARRATOR
Hi, This is my first story and sorry if its too short but it will get longer. I hope you like it.
Please put sound up for best experience.
Chapter 1 - New life
INT. WALKINCLOSET - DAY
@cut to zone 2
@BELL changes into BELL_default
@BELL stands screen center and BELL faces right
sound just_hanging_with_friends_loop
label changing_appearance
NARRATOR
Change appearance?
choice
“Customize character” {
@BELL goes to character avatar
goto changing_appearance
}
“I look perfect”{
}
@BELL exits left
@transition fade out black 1
sound off
INT. TEEN SISTER’S BEDROOM - DAY
@BELL enters from left to screen left
sound juvie_hustle
@BELL is think_rubchin
Alright so if you don’t want your music to cut off to early try using music instead of the sound command. When you use the sound command it’s for one time sounds but if use the music command it loops and can go on forever until you command it to make it stop.
For one time sounds:
sound sound_name
For looping sound (usually for music):
music sound_name
To turn off the sound or music:
sound off
music off
To change the volume of the sound or music:
volume sound x T
volume music x T
x is the volume level from 0 to 100
T is time in milliseconds (1000 milliseconds is 1 second)
EXAMPLE :
Thank you so much. I didn’t know the difference between sound and music until you explained
We’ve all been there don’t worry! If you have any more questions I’ll try my best to answer.
Thanks . I’II keep posting if i have problem’s again.
Of course, if I don’t answer that probably means I am asleep. Don’t be afraid to ask questions, that’s how you’ll learn
If you need tips on coding, youtube has a bunch of tutorials.
YouTube channels like:
- Joseph Evans
- Mary D Sava
- Episode EllyYT ( she’s helped me be the coder I am now )
- Episode Notes
- Episode TV
- Alana Frazer ( very talented author and member here in the episode community )
Thanks this will really help