My sound isn't working :(

Hi!
Whit previewing my coding, one of the sounds didn’t work, i think i may have coded it wrong as the first sound worked!
Here is the coding (click arrow)
There are 2 uses of the sound thunderclap because i wanted them for two different lightning streaks that i have coded in. the lightning appears and everything, it is just the second use of the thunderclap sound that doesn’t work (the one in bold)
Can someone tell me why the second thunderclap doesn’t work?
thanxxx

Coding

EXT. ABANDONED HOME - NIGHT with effect RAIN
@overlay ABANDONEDHOUSEOV create
@overlay 6043796463943680_ABANDONEDHOUSEOV shifts to 0 -1 in zone 1
@overlay 6043796463943680_ABANDONEDHOUSEOV scales to 1.000 1.000
@overlay 6043796463943680_ABANDONEDHOUSEOV moves to layer 2
@overlay ABANDONEDHOUSEOV opacity 1 in 0
@transition fade in 3

sound thunderclap
volume sound 100 0
@overlay LIGHTENING create
@overlay 6043796463943680_LIGHTENING shifts to 2 365 in zone 1
@overlay 6043796463943680_LIGHTENING scales to 1.000 1.000
@overlay 6043796463943680_LIGHTENING moves to layer 3
@overlay LIGHTENING opacity 1 in 0.2
@overlay LIGHTENING opacity 0 in 0.25
@pause for a beat

sound thunderclap
volume sound 100 0

@overlay LIGHTNING create
@overlay 6043796463943680_LIGHTNING shifts to 170 368 in zone 1
@overlay 6043796463943680_LIGHTNING scales to 1.000 1.000
@overlay 6043796463943680_LIGHTNING moves to layer 1
@overlay LIGHTNING opacity 1 in 0.2
@overlay LIGHTNING opacity 0 in 0.25
@pause for a beat

I had this problem with sound too I have to use
volume sound 100 1
this helps me so try changing
volume sound 100 1 to volume sound 100 1

1 Like

Where should i write the 1? for the first or second?
i tried both and it still only previewed with one of the sounds :sweat_smile:

1 Like

hmmm :thinking: usually you only have to use the volume once at the beginning as the volume would carry on throughout the episode without needing to be turned off.
you would also need to add the volume before the sound plays
so try it like this

volume sound 100 1
sound thunderclap

1 Like

It works now! thank you :smiling_face_with_three_hearts:

1 Like

glad to help :smiley:

1 Like

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