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 pressedchange y by 20change x by 20wait 0.3 secschange x by 20change 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.whenspace ▼key pressedchange y by20change x by20wait0.3secschange x by20change 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.whenspace ▼key pressedchange y by20change x by20wait0.3secschange x by20change y by-20Fixed. This might help too.
and that's how you push the button.
Offline