I'm assuming this is using the Platform behavior?
You can try doing something like this:
On landed -> set max speed to 0
On jump -> set max speed to XXX
This should make the character be able to move left/right only after he jumps, and stop him from moving after he lands.