How to make a character run into someone?

My MC is standing on screen center, and then I want a this other character to run from screen right into MC so both falls. How do I do that?

1 Like

Show the MC doing some action and then write down the necessary codes to show the character run and then use ‘&’ and write character name with the animation for both MC and the other character.

1 Like

@CHARACTER walks to spot x, y, z and CHARACTER does it while (animation)

@CHARACTER starts (the animation to bump into another character)
@OTHER CHARACTER (the animation you’ll use to get bumped into)

Of course before that you have to make the characters stand in the scene!

2 Likes

Here is a example which I made

1 Like

Thank you sooo much !! <3

1 Like

Welcome :blush:

1 Like

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