I want to make a jumping game but how?
Offline
JamieBruce wrote:
I want to make a jumping game but how?
well that depends what type of jumping game you want to make,like a platformer Game (go to this page if you want examples or an description -> click here )
Generally its done by the following then.
when space key pressed change y by 20 change x by 20 wait 0.3 secs change x by 20 change y by -20
Offline
Zarule6 wrote:
JamieBruce wrote:
I want to make a jumping game but how?
well that depends what type of jumping game you want to make,like a platformer Game (go to this page if you want examples or an description -> click here )
Generally its done by the following then.when [space v] key pressed change y by (20) change x by (20) wait (0.3) secs change x by (20) change y by (-20)
Fixed. This might help too.
Offline
jontmy00 wrote:
Zarule6 wrote:
JamieBruce wrote:
I want to make a jumping game but how?
well that depends what type of jumping game you want to make,like a platformer Game (go to this page if you want examples or an description -> click here )
Generally its done by the following then.when [space v] key pressed change y by (20) change x by (20) wait (0.3) secs change x by (20) change y by (-20)Fixed. This might help too.
and that's how you push the button.
Offline