Overlays to backgrounds

Hello everyone I need a little help does anyone know how to add more then one overlay to a background?

Hi!! To add more than one overlay to a background you could use something like this:
@ overlay OVERLAYNAME create
You could use this more than one time and be sure that right under this you put:
@ overlay OVERLAYNAME opacity 1
Otherwise you overlay won’t show up. :blush: Hope this helps!!

Moved to Directing Helps and Tips since this is coding-related. Make sure to check out our Forum Tutorial for more info about creating topics, and feel free to PM me if you’ve got questions. :wink:

INT. BACKGROUND - DAY with OVERLAY1 with OVERLAY2 with OVERLAY3 . . .

You can add as many as you want, just put the word ‘with’ before the overlay name. :slight_smile:

As mentioned before, you can use either of those methods.

Just make sure when you add them using the: (e.g.)
&overlay BENCH create
&overlay TREE create
&overlay BIRD create

method, to always specify your opacity e.g.

&overlay BENCH create
&overlay BENCH opacity 1 in 0
&overlay TREE create
&overlay TREE opacity 1 in 0
&overlay BIRD create
&overlay BIRD opacity 1 in 0

Otherwise they wont show up in your script.

Alternatively, check out Dara’s guides and templates, she covers everything: https://www.dara-amarie.com/

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