Now to Make Characters and Overlays Load Before Scene Starts?

Hello,

I have a club scene with multiple overlays and characters. The characters and overlays take a few seconds to resize and get into the correct position.

How can I set up the characters and objects before the scene starts to prevent the slow loading and positioning lags?

I found the solution. The previous scene needs to transition out first, then the background, then all characters and overlays are positioned with the & (Don’t use @), lastly transition in.

Example:

@transition fade out black in 3

INT. BACKGROUND

&overlay CLUB TABLE shifts to -21 -47 in zone 1
&overlay CLUB TABLE scales to 0.337 0.337
&overlay CLUB TABLE moves to layer 2

&CHARACTER spot 0.917 229 162 in zone 1
&CHARACTER moves to layer 1

@transition fade in black 3

1 Like

you use & is stead of @

wait ignore me

Maybe

INT. BACKGROUND with CLUB TABLE to 0.337 -21 -47 at layer 2
&CHARACTER spot 0.917 229 162 in zone 1 at layer 1

@transition fade in black 3

1 Like

Id suggest making all the coding before @transition fade in black 5, it helps

Thanks!

1 Like

Anytime <3

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