instead of using 'move forward', Give your Sprite directional movement behavior.
Then use 'on key A is down' > Simulate Moving Left
Then use 'on key D is down' > Simulate Moving Right
You can set the max speed of the object as you like.
Use the physics behavior to enable and disable gravity as you need. Use the 'on key is down' 'on key is released'
to trigger