What's wrong with my overlay code?

I’m trying to make it seem like there’s a security camera in the top right corner, but it’s not working. I can’t put “BACKGROUND with OVERLAY” because then it appears in zone 1, and my character is walking to zone 2 where the overlay is. Here’s my code:
@overlay CAMERA create
@overlay CAMERA shifts to 260 443
@overlay CAMERA scales to 0.334 0.334
It’s not appearing though :confused:

@overlay CAMERA opacity 1

After this.

Also, add a zone number

@overlay CAMERA create
@overlay CAMERA shifts to 260 443 in zone 2
@overlay CAMERA scales to 0.334 0.334
@overlay CAMERA opacity 1 in 0

1 Like

You can also do this INT. BACKGROUND NAME - DAY with OVERLAYNAME in zone #

True, they can also write:

INT. BACKGROUND NAME - DAY with CAMERA to 0.334 260 443 in zone 2 at layer 1

1 Like

That worked! Thanks

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