Character animation help: character shifts right instead of staying left

I have the camera set on two characters’ feet. I want the front character’s feet to stay pointing left but they shift right for a brief moment. How can I fix this. Below is my script and video for example. Thanks so much for your help.

@cut to zone 1
@zoom reset
@pause for a beat
@pause for a beat
@zoom on 58 110 to 487% in 0
@PILOT1 walks to spot 0.363 91 288 in zone 1 in 3 and PILOT1 does it while walk_sneak_loop
@pause for a beat
@PILOT1 is draw_bow_happy
&overlay 5812802347597824_GUN2 shifts to 43 102 in zone 1 in 2
@PILOT1 walks to spot 0.363 121 295 in zone 1 in 2 and PILOT1 does it while walk_scared_offset_loop and PILOT1 faces left and GUARD2 walks to spot 0.350 91 291 in zone 1 in 1 and GUARD2 does it while holdwaist_give_idle_rear THEN GUARD2 is holdwaist_give_idle_rear
@pause for 0.3
@zoom on 25 119 to 464% in 0
sound gunshot
@overlay 5812802347597824_GUN2 shifts to 38 102 in zone 1 in 0.2
@overlay 5812802347597824_GUN2 shifts to 43 102 in zone 1 in 0.2 using easebackin

Separate these on different lines. You’re making the pilot walk in 2 seconds but the guard is walking only 1 second. So the guard will pause to wait for the pilot to finish walking

Do this:

&GUARD2 walks to spot 0.350 91 291 in zone 1 in 1 and GUARD2 does it while holdwaist_give_idle_rear THEN GUARD2 is holdwaist_give_idle_rear
@PILOT1 walks to spot 0.363 121 295 in zone 1 in 2 and PILOT1 does it while walk_scared_offset_loop

1 Like

OMG i didn’t even realize that. I actually was supposed to have both of them going at the same time.
:woman_facepalming: Lol. Thanks!!

2 Likes