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

wasd

  1. levlevin

    GameMaker 2d menu question

    Hi everyone! I am adding gamepad support for my game and faced the problem of controlling a two-dimensional menu. I understand how to go through a 1d menu (e.g. a simple list) with a keyboard/gamepad, but what if I want to move not only top-down but also right-left? I have a couple of ideas on...
  2. T

    WASD to move View

    Coming back to GMS2 after a year away and losign all my files, trying to recreate work I've done before. Stuck on what should be pretty simple: I have a 3200x1800 room tiled with a dirt sprite and peppered with tree sprites so that I can tell when/how the view is moving. All I am trying to do...
  3. M

    GameMaker Character movement thing

    So my character that im playing as is weird. When i first hit "d" (right) he teleports a meter away before starting to walk. Same as when i press "a" (left). It annoys me because it makes the game kind of 💩💩💩💩. How can i fix this?
  4. F

    Collision

    I have a doubt, I've already programmed the collisions for the character when he moves by the arrow keys, but I'd like to program my character to walk by WASD. Is there a code to program all the collisions like copying the code from arrow instead write everything again only changing for WASD?
  5. T

    Animation WASD walk, stand, image speed

    Hi, so I'm trying to do a couple things with moving my sprite using WASD keys. 1st, it's a stealth game, so his speed is controlled by a global.quiet that slows down and his movement creates a 'sound' object. 2nd, I want to have the image walking animation speed indexed to the global.quiet. 3rd...
  6. B

    How to make variables carry over?

    I am starting to use custom variables. I just made a new variable and made it global. I went into a different object to use the variable so that when it increases in value it changes the arrow controls to WASD, but the error code says that it is not set! I'm so lost when it comes to these...
  7. B

    How to make a value that switches the controls from Arrows to WASD

    So I named a value movv and made it equal to one and put it in the character variable list. Now I am trying to make a button that changes the value to 1 so it switches arrow keys to WASD movement. But when I input the code movv += 1; into the button it says that movv is not set up yet. Do you...
Top