Character doesn't continue one animation for next

I need my character to run_neutral_loop_rear first
And to hug after that
But the problem is after she does the first animation
She is idle
Then hug_neutral_rear
What is the solution?

Make sure you’re using “does it while” instead of “is” when you have your character walking to a spot while doing the running animation

@CHARACTER walks to screen right and CHARACTER does it while run_neutral_loop_rear

@Dara.Amarie,
I tried this but i think you didn’t get what i said
@ERIK moves to layer 2
@ERIK walks to spot 1.208 123 106 in zone 2 AND ERIK faces left AND ERIK is walk_neutral_rear AND ERIK does it while tinker_stand_neutral_loop_rear AND ERIK faces left

Okay, I want my character to show no gap before the last animation after he walks to the spot.
I tried what you said but the problem continues
And may be it will be my fault to type any wrong animation dialogue…

You have your character doing 2 animations at once here. Do you want them to walk rear and then immediately do the tinker animation? If so, you’re suppose to use “does it while” for the walk rear animation, not the tinker animation. Then to have them immediately do the tinker, you need to use the THEN command

@ERIK walks to spot 1.208 123 106 in zone 2 AND ERIK faces left AND ERIK does it while walk_neutral_rear THEN ERIK is tinker_stand_neutral_loop_rear AND ERIK faces left

THANKYOU SO MUCH @Dara.Amarie
The problem is solved…
Seriously i learn new things from you…
Not only this animation dialogue but others too…Thankyou for helping me a lot

1 Like

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