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

input

  1. giraffeman210

    Need input! Which of these 8-bit themes are your favorite?

    Hello! For my game Score Attack Ninja 2 I made four 8-bit stage themes. I want one to be used for a game play video for the game but don't know which one turned out the best. Here is a link to the stage themes on YouTube: If you wouldn't mind giving them a listen and commenting your favorite...
  2. N

    GameMaker Punctuation keyboard_check

    How can I use keyboard_check, _pressed and _released with punctuation symbols, such as , . / ; ' [ ] - = ..? In the manual, it said to use "keyboard_lastchar", but I think that'll only work with pushing the button, and I also want to register when you release that button. How do I do this?
  3. YellowAfterlife

    Asset - Extension Raw Input - poll multiple mice & keyboards!

    Quick links: Documentation · itch.io page (has the demo) · GM Marketplace page Versions: GameMaker: Studio, GameMaker Studio 2 Platforms: Windows, Windows (YYC) Price: $14.95 (itch), $19.99 (marketplace) This extension allows you to take input from multiple mice and keyboards! This way you can...
  4. I

    GameMaker Making combos system?

    So im trying to make a combo system in which the game detects when you press , for example, 3 buttons one after the other, and if done succsefuly then do this attack. Here is my try on it: if (keyboard_check_pressed(ord("S")) and (keyboard_check_pressed(ord("A")) and...
  5. S

    Asset - Extension Joystick API (for Windows, macOS, and Ubuntu)

    It is a known issue that this extension has randomly decided to stop working for me on Mac OS X within the last two updates. I think the problem may be that I must have messed up the build shell scripts without realizing, as the code itself hasn't changed. If there is anyone here who has...
  6. R

    Keyboard input not recognized for specific key combination

    Hi all, I was trying to work through some issues with multi-directional firing in a crude Gauntlet-style prototype I'm building over the holidays. My character couldn't fire up and left; I thought maybe this was a trig or logic error on my part (those pesky negative numbers, amirite?), so once...
  7. P

    GameMaker Detecting 2 quick movement inputs for both keyboard and gamepad

    I wanted to implement a "dash" feature in my game, and I would like to do it by having the player press a movement key twice quickly. I could probably do this rather easily if I ere only using keyboard, but I also want controller support, and I'm having trouble with detecting 2 quick inputs...
  8. X

    GML [SOLVED] Convert string to keyboard input or return keyboard input?

    Is it possible to convert a string to a keyboard input? Say I have "mouse_x" string variable and I want to create a new variable that holds keyboard input and takes that string variable to get what key the variable will be set to? Or may be it's possible to set in a list a key value? I've tried...
  9. B

    The fastest way to compress a string

    Hi community TL;DR: I need a way to compress a long string without the game going in sleep mode while compressing. Does anyone have a link to a nice tool or a clever method to do this without the wait and without too many extensions? I'm making an online platformer where, when you beat the...
  10. zbox

    Asset - Scripts [FREE] Get String Async Helper

    Marketplace: http://bit.ly/2OMoBqb Category: Scripts Price: Free Modules: All Description: Ever since get_string() and the like were deprecated I've always been annoyed that there is no relatively simple, single line way of getting user input, sometimes with multiple questions. This script...
  11. D

    Android No input fields?

    I have an idea for a mobile game that relies heavely on the player typing input into several textfields before submitting (do_stuff) I was then starting to look into reference documentation for input field and launching the keyboard on the players phone but I couldn't really find anything. I...
  12. J

    GML How to make text input and output?

    I want to make a short system for when a player is talking to an npc, that the npc will say the players' name and gender. How do I make a box that the player can type in, and how do I program that into a speech box?
  13. T

    Android text input only numbers

    Hello, I am not 100% sure, but I saw some note about a possible way to get the textinput (keyboard) for android to display only numbers? Maybe someone knows how to force the android keyboard for only numeric input? What I would need is a virtual "numeric only" input-keyboard with 0 to 9 and...
  14. R

     PCG/fixture draft extension for a project.

    I wanted any input on the looks of the generation draft I made here . It is based on the idea of creating maps in the same process we do when manually making them with the outcome looking hopefully natural. The process involves a series of drafts being "edited" by the system until it is...
  15. C

    how to make player walk on it's own briefly when switching rooms?

    i'd like to disable player input and have the player walk briefly in between room transitions. not really sure where to begin.
  16. Zek

    Asset - Scripts ZekUI - Windows-like GUI Framework

    GameMaker: Marketplace Price: $4.99 Platforms: Only tested on Windows, but should work on most other ones (Except HTML5). ZekUI is a feature-rich GUI framework for GameMaker: Studio designed to make Windows-like tools and applications. The framework uses surfaces to only redraw widgets that...
  17. B

    GameMaker Weird jump input issue

    Hello all! I just have a quick question regarding my code for my game. For some reason when my character jumps and I tap the right arrow key (to make it move right) it doesn't stop moving right until it touches the ground. When I press and release the left arrow key my character falls straight...
  18. M

    GameMaker Apparent input lag?

    Long story short: Somewhere between the game input and the graphics pipeline there's something noticeably delaying what seems to be the reaction of the game character to input. Where should I start looking? Any suggestions on input optimization? Have anyone else dealt with this?
  19. Y

    GML sound input / rocksmith / guitar

    funny story - the reason I first started to look for a way to make my own games was that I was learning guitar with a game/program called rocksmith 2014 and I wanted to make mini games to practice in a similar way to the mini games that already are found inside the program . until this day I...
  20. F

    ds list trouble

    OK here i go... so.. since i could not find this anywhere on the internet i decided to ask here. i have a ds list where i would need to add like 2000 words in it. is there a simple way to do it since adding every word individualy would take lots of time and unneccesery space. ty in advance =D
Top