I think I can Help you.
First you need a CharSet with your Sprite.
Next you have to Create a Animation of the Sprite jumping.
Then something like this:
If Right Key is pressed: Increase the Sprites X Coordinate and play The Walking Animation, to make it Walk right.
If Left Key Pressed: Decrease Sprite X Coordinate and play the Walking Animation to make it walk left.
Now Jumping:
If UP Key is pressed: Decrease Sprites Y Coordinate and Play The Jump Animation, to Make it Jump.
________________________________________
So first you can try everything without Animations,
but It looks better
I will try to make an Example Code with Animations and other Stuff and post it here. But I'm not Sure...