ah. I got it. in your animation event graph make a bool variable and name it IsFalling? then :
IsFalling?
set that variable like what I did. then use that as a condition between Run state and falling state. and also between falling state and Idle state.