Needing help with how to code this properly (SOLVED)

Ok I am going to try to explain my problem the best I can. I want my character to walk to the other zone but before he gets there he is idle which is obviously not what I want. So does anyone know how I should to code this to get it how I explained.

What I have in my script

INT. HOSPITAL HALL - DAY

@cut to zone 1
@zoom on 127 384 to 221% in 0

@ETHAN spot 0.938 133 175 in zone 1
@ETHAN moves to layer 3
@ETHAN starts idle_cup_worried_loop

@speechbubble is 152 180 to 100%

    NARR (ETHAN)
I felt helpless when my sister had her meltdowns.
I wanted help but my dad was right there was nothing I could do.

&zoom reset
&pan to zone 2
&ETHAN walks to spot 0.938 117 182 in zone 2 in 3 THEN ETHAN is idle_loop_rear

@zoom on 331 299 to 165% in 1

@ETHAN starts idle_loop_rear

bump

I’d code it like this, but idk if it actually works :sweat_smile:

INT. HOSPITAL HALL - DAY
&ETHAN spot 0.938 133 175 in zone 1 and ETHAN moves to layer 3 and ETHAN is idle_cup_worried_loop
&zoom on 127 384 to 221% in 0
@cut to zone 1
@speechbubble is 152 180 to 100%

NARR (ETHAN)
I felt helpless when my sister had her meltdowns.
I wanted help but my dad was right there was nothing I could do.

&zoom reset
&pan to zone 2 in 2 then zoom on 331 299 to 165% in 1
@ETHAN walks to spot 0.938 117 182 in zone 2 in 3 THEN ETHAN is idle_loop_rear

1 Like

Thank you so much, it worked. :star_struck: