How to make ther character do the action after the walk immediately?

For example,
@JACKIE walks to spot 1.535 224 -139 in zone 1 in 0.3 AND JACKIE is hug_neutral_loop_rear AND JACKIE faces left
@JACKIE moves to layer 4
@JACKIE is hug_neutral_loop_rear
But after walking she should still hug, but instead she faces the screen.
I need some help!

1 Like

Hey! Try this:

&JACKIE moves to layer 4
@JACKIE walks to spot 1.535 224 -139 in zone 1 in 0.3 AND JACKIE faces left AND JACKIE does it while hug_neutral_loop_rear
@JACKIE is hug_neutral_loop_rear

1 Like

You need to use “does it while” when having a character walk while doing an animation. Using “is” causes a slight pause after the character walks. Also, use the THEN command on the same line so that she immediately does the next animation

@JACKIE walks to spot 1.535 224 -139 in zone 1 in 0.3 AND JACKIE does it while hug_neutral_loop_rear AND JACKIE faces left THEN JACKIE is hug_neutral_loop_rear

3 Likes

thank you!

Thank you!

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