move setup

  1. S

    SOLVED Can't move 2d ship object, want to move it horizontally and vertically

    Hello everybody. I'm a beginner to GameMaker 2 and GML. I've been using the engine for only 2 days so far. I've encountered a problem with my code. My project is a 2D top-down space shooter. I've been following 3 different YouTube tutorials on making a movable spaceship. One tutorial I watched...
  2. Klanes

    SOLVED Doesn't use correct sprite when moving

    Hello everyone. First of all I have to say that my English is not very good and that I am a real code noob. Well, I am using an 8 position motion setup based on this code: //movement hsp = (keyboard_check(ord("D")) || keyboard_check(vk_right)) - (keyboard_check(ord("A")) ||...
Top