• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

#movement

  1. B

    Newbie coding question/issue!

    I'm having problem with the movement of my char. I made a variable for the speed of my char so i can change the variable for a short period on time, on collision with a item(speed buff). I can't seem to figure out how this works , also did a lot of research cant find anything. Thanks in...
  2. R

    Legacy GM sprite/mask problem

    Well im been adding new sprites for my game and well... it isn't work right! here the vid: and when the last sprite/mask it glich out and the idle isnt working! heres the code: if this isnt enough then i send you the gamemaker file. im using GM1 from steam (i hope the steam and pc isnt...
  3. J

    movement

    I found this code for player movement, I need outside opinion to see if this is good to use or not. I also use GM2 in case anyone is wondering. here is the code: dir=point_direction(0,0,xaxis,yaxis); if(xaxis=0 && yaxis=0) { len=0; }else{ len=wsp; } hsp=lengthdir_x(len,dir)...
Top