Making two episode characters move at the same time

So I have a scene and I would like to make one of my characters talk and the other character react at the same time as they speak, how would I do that? Any tips?

use the & symbol instead of @
&speechbubble
CHARC1 (talk_animation)
Dialogue
&CHARC2 is react_animation

&CHARACTER2 starts animation
CHARACTER1 (animation)
Dialogue

Or if you want a slightly delayed reaction, you could do something like this:

&pause for 1 THEN CHARACTER2 starts animation
CHARACTER1 (animation)
Dialogue

To do something simultaneously

&CHARACTER is react animation
@CHARACTER2 is animation

if you need it as a reaction on what he says:

&CHARACTER is react animation
CHARACTER2 (talk animation)
Text what CHARACTER 2 is saying

If you need more people ------all with & will do it simultaneously (you have to put them above the command @ on which they react)

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