How do I set a jump animation using the 2d sidescrolling blueprint?

I’m trying to set a jump animation using the 2d sidescroller blueprint. I’m using a flipbook and I can’t seem to figure it out, i’m very new to this so I don’t exactly know what i’m doing.

I would also like to know

You’re character should have a character movement component in its BP. Correct? You can set its jump or “falling” velocity in the details panel with that selected.:slight_smile: then go to the graph and pick a key! Maybe J for jump. From that event drag a wire and type the word jump and you should be able to call the jump function and BAMB. Then you can change the sprite flip book while he’s jumping and then she he lands change it back by using a branch with a “is falling” node…If it’s false back to the walking animation. :slight_smile:

Good luck!!

thanks, I’ll try that

I set a jump animation when I press to jump and get on the ground jump animation don’t stop? does not return to its original Idle state? thanks sorry for bad eng