You could give the player a variable playeraction and set it to "walking","falling","jumping","shooting"
Then instead of checking animation you only have to check which action the player is performing.
so on left button touched -
player.playeraction = "walking"
- player set action to "jumping"
player compare variable playeraction = "jumping"
system trigger once
-player simulate platform pressing jump
etcetera.