How to make the character speak and shake screen at the same time?

So I want my character’s dialogue appear while shaking the screen, but everytime the I try to direct, the dialogue comes after the screen shake.
How do I do this?
Here’s an example of my script
ex)&PRINCIPLE is shocked
@zoom on 0 294 to 113% in 0.1
@zoom on 320 320 to 114% in 0.1
@zoom on 0 294 to 113% in 0.1
@zoom on 320 320 to 114% in 0.1
@zoom on 0 294 to 113% in 0.1
@zoom on 320 320 to 114% in 0.1
@zoom on 0 294 to 113% in 0.1
@zoom on 320 320 to 114% in 0.1
NARRATOR (EVELYN)
Coming through!

1 Like

Use the & instead of @

1 Like

I’m Happy to say I had the same problem. Apparently you’re supposed to put the zoom ins and outs on one line and instead of putting in AND you will put THEN so it will look like this.

&zoom on x y to % in 0.1 THEN zoom on x2 y2 to % in 0.1 THEN zoom on x3 y3 to % in 0.1

MC (Scream)
Lala luuu.

If you have any farther questions I recommend you go to this thread.

“Stupid” questions that never get answered? Get The Help Here!

4 Likes