Walking to a background's Zone?

Hi! So, I’m trying to get my character walk from:

INT. ICE BATH GRANDMAS BATHROOM - NIGHT in zone 1 to the background INT. JUVIE WELLES BEDROOM - NIGHT to zone 2
When she gets to zone 2 in the background INT. JUVIE WELLES BEDROOM - NIGHT she will do the animation yawn_bored and will say “I’m so tired”… If anyone can explain how I can do this, I would really really appreciate it! Thanks for all the help and sorry I made this super late in the night😅

1 Like

INT, ICE BATH GRANDMA - NIGHT
@CHAR exits left

@transition fade out black

INT. JUIVE WELLES BEDROOM - NIGHT
@Cut to zone 2

@CHAR enters from left to screen center

@CHAR faces right

CHAR (yawn_bored)
I’m so sleepy

Idk lmao

1 Like

INT. ICE BATH
@cut to zone 1
(If your character is already standing there with no spotting direction, you just add
@CHAR exists right/left - depending which side the CHAR is facing)-

@pause for 1 >> this is optional<<
(You can also add a transition but I’d rather not, it depends on you)

INT. JUVIE WELLES
@cut to zone 2
@CHAR enters from left/right to screen left/center/right AND CHAR faces left/right

@pause for 0.5 >>optional<<

CHAR (yawn_bored)
What a day!

If you have any doubt let me know and I’ll be happy to help you!

1 Like

Oh, thanks so much for the helpful advice! I will get back to you when I add this to my script😁

Thanks so much for trying to help me, I really do appreciate it and will use this in my script as well🤗