Okay, I need help

So, i’ve been struggling in the past 30 mins trying to make my character blush, but it’s just not working.
I used this code:

INT. LOCKER ROOM - DAY with RED COP LIGHT in zone 2

@overlay RED COP LIGHT create
@overlay RED COP LIGHT shifts to 172 433 in zone 2
@overlay RED COP LIGHT scales to 0.045 0.045 in zone 2
@overlay RED COP LIGHT opacity 1 in 0

and the overlay stays in zone two, but the scene keeps moving to zone one.
You know? like when you type ‘@pan to zone x’

Can someone please help me? Thanks

For the overlays get rid on “in zone” and try that?

Why’d you write it Both in the background and as a create thing? I’m pretty sure you don’t Have to do that. But What do i know I never use the create command.

I tried that, it keeps doing the same thing

2 Likes

eh, why not

1 Like

Do something like this instead
&overlay RED COP LIGHT create AND overlay RED COP LIGHT shifts to 172 433 in zone 2 AND overlay RED COP LIGHT scales to 0.045 0.045 in zone 2 AND overlay RED COP LIGHT opacity 1 in 0

1 Like

Okay, i’ll try that now. Thank you :slight_smile:

tried it, still does the same thing

Can you post a screenshot of your script

@overlay RED COP LIGHT create
&overlay RED COP LIGHT shifts to 172 433 in zone 2 in 0
&overlay RED COP LIGHT scales to 0.045 0.045 in zone 2 in 0
&overlay RED COP LIGHT opacity 1 in 0

Does that work?

there

one second, let me try

You didn’t cut to zone 2 in your script

1 Like

INT. LOCKER ROOM - DAY with RED COP LIGHT
@cut to zone 2

@overlay RED COP LIGHT create
&overlay RED COP LIGHT shifts to 172 433 in zone 2
&overlay RED COP LIGHT scales to 0.045 0.045 in zone 2
&overlay RED COP LIGHT opacity 1 in 0

1 Like

…right! I did that but now the characters disappear

You need to also place them in zone 2

they’re already there

Try what I sent ya^

@CHARACTER spot scale x y in zone 2

Right, I fixed it! Thank you sm guys <3