Need help with sound and animation

Hi, I am trying to make my characters do an animation while the sound is playing but they react to late, I want it to be where they hear the wolf howl and they get scared. Can anyone help fix this?

@pause for 2

sound wolf_howl

@pause for 5

sound off

&SAM faces right AND SAM starts dismayed AND AVA spot 1.280 217 2 in zone 1 AND AVA faces right AND AVA starts idle_terrified

@pause for 2

1 Like

Maybe you paused for too long and also you put sound off before the characters could react.

  1. You can place them reacting before the sound starts and put &.

  2. You can put them reacting after the sound starts and put sound off after their reactions.

1 Like

You’re pausing for too long. Try a smaller amount of time.

sound wolf_howl

@pause for 1

&SAM faces right AND SAM starts dismayed AND AVA spot 1.280 217 2 in zone 1 AND AVA faces right AND AVA starts idle_terrified

2 Likes