analog

  1. KyleRansford

    GameMaker Vertical Menu with Gamepad

    I have a fully working vertical menu that gets input from the keyboard and the gamepad D-Pad, but when I try to add the joystick/analog the choice just move all at once in one direction. How can I make it to where it just goes down one, like the arrow keys and the D-Pad. Here is the current...
  2. 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 =...
  3. D

    Android How to create an analog in android game

    Hi every one i am newb and my favorite platform is android, today i made a little game about space war with many spaceship, i need an analog to control it smoothly, somebody can help me create it? (only on GMS 1.4) Sorry for my bad English :p
Top