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

gamemaker 8

  1. TobiasNL

    SOLVED GM8 Games Suddenly Very Slow

    So I have a high-end laptop and it was a given that I could run my old gamemaker projects without any form of slow down until some random update occured from 'something' (probably either Windows or Nvidia). My old projects now run at like 10 fps out of 60. Note that GM1.4 and GM2 games run fine...
  2. C

    GML How to draw encrypted text?

    So, I have this code that gradually draws text like a typewriter, ///Create Event fin="Text"; len=string_length(fin); lettersSoFar=""; charCount=0; alarm[0]=4; ///Alarm Event lettersSoFar=string_copy(fin,0,charCount); if(charCount<len) { charCount+=1; sound_play(talking)...
  3. Z

    Game Maker 8 Drag and Drop P-Angle and Radius, object follow

    Hi, I remember that you could make an object stick to another following it with those variables, also spinning around it only changing some values in the step event. I remember all you had to do was establishing 2 variables in the create event and then two actions in the step event. Please help
Top