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

crouching

  1. A

    Character stuck crouching

    I am making a platformer and I've implemented a function that lets my character crouch while on the ground by pressing down or simply aim down while in the air. The key variable is defined as this: key_down = keyboard_check(vk_down) || (gamepad_axis_value(0,gp_axislv) > 0) ||...
  2. Z

    Crouching

    I would like to make a feature where you would be able to crouch by holding down a certain buton, I have looked everywhere and haven't found a suitable thread. All help is appreciated! ~ Thanks :)
  3. P

    Need Help with setting up a Jump action for Character!

    So I have basic code that allows my character to jump, that's nice and all but I need something more. I want to add an anticipation action before the actual jump for my character after the jump button is pressed. So the plan is to have the anticipation animation which is crouching on the spot...
  4. S

    player crouching issues

    Hey everyone, I'm a relatively new programmer and learner in the game maker community. I am making a simple platformer game, and so far I've gottten the basics down, like walking to both sides, jumping and even double jumping. I also have animations set to these actions and it works like a...
  5. I

    Having problems with animation end

    So I decided to make my player crouch by creating a whole script (scr_crouch_state) and made a button to cancel the crouching and switch to moving (scr_move_state) . I created a variable named crouch_keyr (r as in release) and a new script called scr_cancel_crouch. In this script , I put this...
  6. L

    Legacy GM Momentum and Crouching Problems

    For a while I have been having trouble to create a fully functional crouching animation for my player character. Just recently I have found a bit of a solution but it is a bit buggy, I'll get to that later. Right now I have a very important question. How do I properly implement friction in my...
Top