Characters randomly appearing on screen?

I want to start my scene in zone 2, with the characters already standing there in position, but they’ll just randomly pop up even when I replace @ with &.

the script looks like this so far:

INT. ARCHIVE ROOM - DAY

@transition fade in white

@zoom on 0 0 to 100% in 0

@add Medical Chart Folder to CHARACTER

&CHARACTER spot 1.280 58 14 and CHARACTER faces right

&CHARACTER spot 1.262 258 -14 and CHARACTER faces left

&CHARACTER is read_paper_neutral

&CHARACTER is idle_shiftweight_neutral_loop

#scene start in zone 2

maybe it’s something with the spotting? idk, plz help!

Maybe you should put the @ transition at the end, below the character positions? :thinking:

You have to specify the zone first, because like this your characters will be put in zone 1

adding the transition last worked! thank you so much! :grin:

Np :smiling_face_with_three_hearts:

1 Like

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