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

normalize

  1. Nixxi

    GameMaker [Resolved] Simple question regarding normalizing input after setting gamepad deadzone

    Can someone point me to a simple example of how to normalize the analog input from a gamepad thumbstick after setting the controller's deadzone? Google is being super unhelpful. :-/ Here's what I'm working with: /// Create Event gamepad_set_axis_deadzone(0,0.2); /// Step Event var hlaxis =...
  2. J

    Trying to get health bar to normalize a value

    So here is the problem I am having. I watched this video: GameMaker - Custom Healthbars In the video, he explains how to make a healthbar. His healthbar went off of a health value that was maxed at 100, so he showed that you need to draw the healthbar as your health value divided by 100, making...
Top