How do you have characters enter a scene at the same time

Hi there so I am writing a story and I would like to know how to have more than 2 characters enter a scene at the same time it would be really great if you’d help

1 Like

So you would do this…
@ARIANA walks to spot ——- in zone 2 AND ARIANA does it while (animation)
&HANNAH walks to spot ——- in zone 2 AND HANNAH does it while (animation)

I would like them to enter some what of right to screen right left to screen left and so on so how woulfld I do that?

@CHARACTER1 enters from screen left to screen center AND CHARACTER2 enters from screen left to screen center
:thinking:

Thankyou

Another way to do this if you dont want your characters at the very front of the screen is to spot direct both of your characters to the edge of the scene on the right or left, then use the:

&CHARACTER 1 walks to spot … in zone 2 in # and CHARACTER 1 faces left/right
@CHARACTER 2 walks to spot … in zone 2 in # and CHARACTER 2 faces left/right

And to spot direct them to the opposite side just off screen so it appears they are walking into and off the screen at a more specified spot, if you want them to walk to the spot together within the same time frame make sure the second after your zone match e.g. in zone 2 in 2…if that makes sense?

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