It's ok but I think that the player should walk faster (also the jump is faster than walking).
I saw a lot of redundancy on your code. You should try to learn for, while and def. Also, avoid the use of goto.
@raimondz
So your saying that i should make the jump a gosub command and make every section gosub to it? In beta 0.5 that im working on, thats how I changed it.
yes, talking about running, in my game i want to add running but like only for a certain ammount of time, like so you cant run forever, it would be like being tired.