How do I place characters before a scene starts?

I need help with placing CHARS before the scene actually starts. (Like before it fades in everything is already in place. (I’m a noob…help)

1 Like

You can use something along these lines.

INT. BACKGROUND - TIME
&CHAR1 stands screen left
&CHAR2 stands screen center AND CHAR2 is think_rubchin
&CHAR3 spot 1.280 250 0 AND CHAR3 faces left AND CHAR3 is idle_phone_neutral
@transition fade in
1 Like

Thank you for the help. What do I do if I want to use coordinates?

All you need to do is place the command before the transition command and preface it with & instead of @

Thx. I’lll try it.

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