How To add 3 animations

Hello im a complete newby at this and my problem is that i have 3 animations jumping up, falling down,Landing my question is how do i put them together.

i have made a locomotion with idle,walking.Running and this works but i dont get how to do it with jumping,falling,landing

any help pls ^^

You need to make a state machine in the animation blueprint. In the event graph after “try get pawn” you need to get the movement component, then get is falling, make a book variable called “is in air?”. Set it and connect it to the get is falling. Here is a nice tutorial on the transition setup in the state machine.