How to fade music to start a new one?
volume music X T
X is the volume and T is time in milliseconds.
Okay I know this i just don’t know what numbers I should write to fade the music like I want.
So for example, you could put something like:
music insert music
volume music 0 2000
2000 would be two seconds, the yup I can turn it off and start a new one. Just depends how long you want it to fade out for.
Oh okay and should I write (music off) after ( volume music …) To the start the new music?
Yup! You can’t having music following directly after though, so after you write music off, you could put something like @pause for 0
Okay but it’s not following it directly there’s is a zoom between them.
Oh, okay! Then you don’t need to do that.
There’s a music already playing and I want to fade it and start zooming with an new music.
Okay thank you so much
Np!
Hello again I’m sorry if I’m bothering you but look
The music (postive_productive_loop) doesn’t work after writing (volume 0 2000) Why this happenes?
because you have put your volume to 0 so it is silent now.
add under the new music again volume command
volume music 100 2000 - it will make it to full volume in 2 seconds
Also there might be problem with the & you have next to the zoom - I believe in this case @ will ensure the fading will hapen without conflict with the second music.
Thank you so much It works
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.