How do you make characters run?

Hi, I’m trying to create a scene where two characters are jogging from opposite directions and bump into each other. Also to make them exit while running.

So far the background is stationary while the characters run in one spot and when i try to get them to bump into each other at the same time i get an error so they end up falling in the most comical but frustrating way.

Please help.

Try this for bump into each other:
@CHARACTER enters from right to screen center AND CHARACTER does it while run_jog AND CHARACTER2 enters from left to screen center AND CHARACTER2 does it while run_jog THEN CHARACTER is faint AND CHARACTER2 is startled_surprised
For exit while running:
@CHARACTER exits left AND CHARACTER is run_jog

Yes this worked perfectly thank you!!

1 Like