• 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!

character movement

  1. W

    GML Random Level Generation Character Movement Issues

    For some reason, my character is constantly moving downwards and to the right, but straight zooming whenever I try to go up or left I have been following this tutorial: and this is part 2: Character Step Code Character Create Code
  2. W

    GML Can't run in two directions

    Hi. For some reason, my character cannot run in two directions. He is controlled by the arrow keys, and runs when Shift is pressed. He can walk in all eight directions, however he can't run in ↖ or ↗. Here's my code, it's in the step event for the character object. if...
  3. B

    collision situation.

    Every time when the player model collides with the other character's (objects) collision, it works, but whenever it collides with the other character's collisions, the player character get's STUCK. I want the character's collision to be SMOOTH as they touch each's other's collision and not get...
  4. D

    GML Visual Animate & Movement problem

    I have a problem that I am unable to solve getting movement and animation.with my two frame character. it's the Standard Edition (v1.4.1763 ) Free, but I would like to learn a little more before I buy the Pro Edition. start of room = set my_direction to 0 Keyboard Event for < Right > key 1...
Top