Two different overlays but one not working

I am trying to place two overlays in one (2nd) zone. The first one is placing just fine, however the second keeps jumping back to the 1st zone… Here is my script:

INT. DINING ROOM RESIDENTIAL - DAY with DINING to 1.000 -174 33 in zone 2 at layer 1 with DINING2 to 1.000 233 58 at layer 1

@cut to zone 2

Can anyone help make both stay in place?

Try Maybe creating it as a separate Overlay
Code:

@overlay DINING2 create
@overlay opacity 1 in 0
@overlay DINING2 shifts to 1.000 233 58

1 Like

You need to put in zone 2 for DINING2 Overlay or it will default to zone 1

1 Like

Thank you!! I read that script 50 times and didn’t catch that!

1 Like

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