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

  1. F

    GameMaker Speeding up typewriter text effect only when key is pressed

    Here’s my draw event code draw_sprite(self.x+4,self.y+4,spr_message_box) If !keyboard_check_pressed(vk_space) { draw_text(x,y,draw_copy_string(sentences,1,index)) // 1 is how many characters a second are typed } If keyboard_check_pressed(vk_space) {...
  2. C

    Android Speed Up Time

    Hello, The breakout-style genre has been trending on mobile. I'm developing a variation and intend to share results with GM Community. These games often have fast-forward buttons for when the ball takes 'too long'. One can replicate the effect by increasing room speed on PC. Unfortunately...
Top