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

speed change

  1. Knightingale

    SOLVED Speed Modifier Priority Messing Up

    Hello, I'm trying to make it so when the player character is walking over a "hill" object, their speed changes according to whether that hill is the uphill object or downhill object. My issue is that when i have both pieces of code under the player object's step event, only the second piece has...
  2. V

    SOLVED Help with certain acceleration?

    Hey all whom use this forum! I was wondering if someone can help me tackle a problem? I have my acceleration and deceleration working the way I want it. I have a "sprint" button as well. The problem that I'm having is my speed won't decelerate to the desired number, but instead jump to that...
  3. Writerstix77

    GameMaker slow down when walking through mud (collision)

    I am having some difficulty with collisions. I have a oPlayer who travels at a speed of 8, but I want him to travel at the speed of 4 when walking through mud. My intent is that oMud makes the players speed reduced, until no long walking in mud, at which point it returns to normal. Here are...
  4. Q

    GameMaker Changing Player's movement speed depending on direction

    Hello :) Im working on TDS prototype with a bit tactical approach. What I want to achieve, is that Player's speed is reduced, when he is moving backwards and making sidesteps depending on direction he is facing. Sadly I cannot solve it by myself. Im using point_direction to allow mouse aim...
Top