Need some help with sound please

Hi there.

I am trying to create my intro for my story. It all works how I want it to but I want to add sound when the bullet goes across the screen. However because it is in a group of code I’m not sure how to achieve this at the correct time. I have tried have the Bullet overly bit as a separate line of code but then it messes everything up. I’m not the best at this so any help would be much appreciated! :slight_smile:

Here is my coding:

@transition fade in white
@pause for a beat
@transition fade out white
&zoom on 35 568 to 246% in 0
@transition fade in white
@pause for a beat
@transition fade out white
&zoom on 0 0 to 100% in 0
&overlay TINTS shifts to -6 -61 in 2.5 using easebackout AND overlay TINTS opacity 1 in 2.5 AND overlay TINTS scales to 0.350 0.350 in 2.5 using easebackout AND overlay FIRE1 opacity 1 in 1 THEN overlay FIRE1 opacity 0 in 1 AND overlay FIRE1.2 opacity 1 in 1 THEN overlay FIRE1.2 opacity 0 in 1 AND overlay FIRE1 opacity 1 in 1 THEN overlay FIRE1.2 opacity 1 in 1 AND overlay FIRE1 opacity 1 in 1 THEN overlay FIRE1.2 opacity 1 in 1 THEN overlay BULLET shifts to 343 19 in 0.3 AND overlay TINTS opacity 0 in 0 AND overlay ZOECHAPTER shifts to -11 21 in 1 using easebackout AND overlay ZOECHAPTER scales to 0.915 0.915 in 1 using easebackout AND overlay ZOECHAPTER opacity 1 in 0.1 AND overlay ZOE1 shifts to 127 18 in 1 using easebackout AND overlay ZOE1 scales to 0.915 0.915 in 1 using easebackout AND overlay ZOE1 opacity 1 in 0.1
@transition fade in white

Thank you

Zoe

you can try separating the overlays code on different lines using the & command, then add the sound the lines where you need it. This shouldn’t create an odd pause or anything

1 Like

Arghh okay thanks i will give that a go :slight_smile:

1 Like