Overlay weirdly popping up on scene

When I put an overlay in one of my scenes, it pops up weirdly. Like it’ll show the scene without the overlay for around .2 seconds and then the overlay will finally pop up. How do I fix this? I hope the question makes since.

When the scene started did you use any transition commands before using the overlay?

If you are not attaching the overlay with its position to the background with the with command, use an & before each movement.

Example:
INT. BACKGROUND - DAY with OVERLAY
&overlay OVERLAY shifts to 100 250
&overlay OVERLAY scales to 1.000 1.000
@transition fade in black 1

1 Like

Closing due to one month of inactivity :slight_smile:

1 Like