How do I make my character stay down after run_fall? (limelight) :)

So uh- I just started coding and I was trying to make my character run in the screen and fall, but they just pops back up- how do I keep them down?
Here’s what it looks like so far:
@CHARACTER enters from left to screen center AND CHARACTER does it while run_fall

You could change it to:
@CHARACTER stands screen left AND CHARACTER faces right AND CHARACTER is run_fall
and that will allow the character to stay down at the expense of not “walking” prior to falling.

or:
@CHARACTER enters screen left and CHARACTER does it while run_athletic_neutral_loop THEN CHARACTER starts run_fall
^which I recommend.

Side note: AND/and THEN/then do exactly the same thing, so whether you capitalize them or not - does not impact your script. (:

Thank you so much!!! :smiley:

1 Like

No worries!

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