Directing help <3,

I would like @OP to walk to the door while the camera pans at the same time and then zooms on @HUDSON and follows him while he walks to the left and while he walk @OP disappears, but nothings really working out(I put in a walking animation but she wasn’t walking so I took it out), so any help would be much appreciated :smiling_face_with_three_hearts:.

THE SCRIPT:
EXT. COFFEE CAFE - DAY
@zoom reset

&pan to zone 2
&OP spot 0.623 214 280 in zone 2 AND OP is tinker_stand_neutral_loop_rear
@OP moves to layer 2

@pause for a beat

@OP moves to layer 2
@pan to zone 2 in 7

@zoom on 528 323 to 285% in 5.5
&OP faces RIGHT
&OP is tinker_stand_neutral_loop_rear

@zoom reset
@cut to zone 3
@HUDSON spot 0.758 252 241 in zone 3
@HUDSON moves to layer 2

1 Like

I think you’ve forgotten the “walks to” on both of these :upside_down_face:

1 Like

You would need at starting spot and ending spot.

In order to get your characters to walk from one spot to another you use:

@OP walks to spot [x y z] in [time] AND OP starts [walking animation]

If you want it to happen at the same time as something else (like zooming or panning) you need to use the & instead of @

So it would be something like

&OP walks (to direction)’
&zoom on (xyz) in (time)
&pan to zone 2 in (time)

1 Like

Thank you! I’ll have a look :two_hearts:

Thanks so much for the help! :smiling_face_with_three_hearts:

1 Like

Thank you, I’ll put them in and see how it goes! :smiling_face_with_three_hearts:

1 Like

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