Re: Game Maker Questions Topic!!!
ok i want my character to jump not to got simply up, how i do this? 
if place_free(x,y+1){gravity = 0.5}else{gravity = 0}
if vspeed > 12{vspeed = 12}
if !place_free(x,y+1){vspeed = -12}
vspeed = 0
move_contact_solid(270,12
General Bogdan wrote:ok i want my character to jump not to got simply up, how i do this?

Koopa Yoshi wrote:General Bogdan wrote:ok i want my character to jump not to got simply up, how i do this?
You would have just learned it on Yoyogames' Platform Tutorial, or would have figured out right? Newbie is newbie
Here's the easier way if you hate coding
Oh wait, nevermind, just download the tutorial on Yoyogames. No need to help you
My predictions:
This post gets deleted
I get warning
Suyo wrote:Actually, he is right. Before asking, try to find the solution yourself - if you google "jumping tutorial game maker" you get tons of results.
