Hi! So what I want to do is have a scene where the character is proposing a toast.
I want to use the glass_clink sound three times (like someone is tapping their glass with a utensil or something). After the first clink I want the background music to lower.
How would I go about doing that?
What I tried was:
sound glass_clink
volume music 0 6000
@pause for .5
sound glass_clink
@pause for .5
sound glass_clink
…
But this resulted in the glass clink only occurring once and then moving on to the …
Any suggestions? Thank you in advance!