The Nemesis Eyelids lol

I tried that! It doesn’t show up the eye lids…neither of them. I can do it with the Characters, just not the overlays? I have no clue what I’m doing wrong…

click “change overlay” should be on the bottom right

I did and nothing happened

if you’re using a 2 or 3 zone background, the overlay appear always in zone 1, so drag them to the zone you’re on

&overlay UPPER_EYE_LID scales to 0.100 0.100

^Do you meant it by 1.000 1.000? Isn’t it a bit too small for an overlay??
It’s zone 1 not ZONE 1 though.
Maybe you add in the layers too at the beginning.

Or you can include your overlays over here so that someone can test it out for you?

INT. JUVIE WELLES BEDROOM V2 - DAY
The premade background is what I’m using so I ASSUME it’s only 1 zone??

I honestly have no idea lol I can change it to 1.000 and see if that helps?

Did you put @overlay NAME opacity 1?

OH! OH! I see the Upper Eyelid now lol but it’s in the wrong spot

&overlay UPPER_EYE_LID create
&overlay UPPER_EYE_LID shifts to 50 50 in zone 1
&overlay UPPER_EYE_LID scales to 1.000 1.000
&overlay UPPER_EYE_LID opacity 1 in 0

&overlay LOWER_EYE_LID create
&overlay LOWER_EYE_LID shifts to -40 -15 in zone 1
&overlay LOWER_EYE_LID scales to 1.3 1.3
@overlay LOWER_EYE_LID opacity 1 in 0

@pause for 1.5

&overlay LOWER_EYE_LID shifts to -40 -175 in ZONE 1 in 1
@overlay UPPER_EYE_LID shifts to -40 290 in ZONE 1 in 1

@pause for 0.5

&overlay LOWER_EYE_LID shifts to -40 -15 in ZONE 1 in 1
@overlay UPPER_EYE_LID shifts to -40 196 in ZONE 1 in 1

@pause for 1.5

&overlay LOWER_EYE_LID shifts to -40 -205 in ZONE 1 in 1
@overlay UPPER_EYE_LID shifts to -40 350 in ZONE 1 in 1

@pause for 0.8

&overlay LOWER_EYE_LID shifts to -40 -15 in ZONE 1 in 1
@overlay UPPER_EYE_LID shifts to -40 196 in ZONE 1 in 1

@pause for 1.5

&overlay LOWER_EYE_LID shifts to -40 -435 in ZONE 1 in 0.8
@overlay UPPER_EYE_LID shifts to -40 550 in ZONE 1 in 0.8

@pause for 0.5

&overlay LOWER_EYE_LID clear
@overlay UPPER_EYE_LID clear

You can do the re-spotting.

They don’t show up while I’m previewing? After the script is done they disappear and I can’t scale them or anything

Because the script is running, remove the:

&overlay LOWER_EYE_LID clear
@/overlay UPPER_EYE_LID clear

You can add it back after you done re-spotting.

@overlay 5712032660193280_UPPER_EYE_LID shifts to -22 213 in zone 1
@overlay 5712032660193280_UPPER_EYE_LID scales to 1.072 1.072
@overlay 5712032660193280_UPPER_EYE_LID moves to layer 1

That’s where it should be but when I put it in the script it doesn’t work. Is that because of the numbers following the @overlay?

No, there’s nothing to do with those numbers, what’s that code for above?
I mean, you should remove

&overlay LOWER_EYE_LID clear
@/overlay UPPER_EYE_LID clear

because the script is running. So you have to remove it to re-scale and everything before you put this command back into the script.
Or else your overlays gonna disappear right before you even start re-scaling.

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