Sound and music

Hi guys!:smiling_face_with_three_hearts: So I’m working on my first story but I just can’t figure out how to direct sound and music in the script, if anyone knows how, please tell.

4 Likes

Hiya!
Just add:
music (music thing)
sound (sound thing)
I hope it works for you :sweat_smile: :heart:

1 Like

the coding for music and sounds is pretty simple

Here's the coding layout

[space]
music casual_conversation_music_loop
[space]
or
[space]
sound creepy_ghoul_sounds
[sound]

the word music / sound has to be in all lower case

PM me if you need help with something else

1 Like

Thanks!

1 Like

Thank you!

2 Likes

No problem girl! :rose:

2 Likes

In addition to the great advice @Pure_Rebel and @jessica16 already presented,

you can also control the music volume ( fading the music in and out ) by doing this:

volume music 100 0 (the volume starts playing @ 100% in 0 seconds)
volume music 0 4000 (the volume fades out to 0% in 4 seconds )

1 Like

Also if you want the music to end, add

Music off

1 Like

Nawh, thanks! :blob_hearts:

1 Like

Hey!!! We are a team!!! :smiling_face_with_three_hearts:

1 Like

We surely are girl! :smiling_face_with_three_hearts:

1 Like

Thank you all!:smiling_face_with_three_hearts:

2 Likes

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