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

not working anymore

  1. J

    why is my code not working :/

    im very confused on to why my code i wrote is not working. o_O heres the code if ((obj_player.x > bbox_left-22) && (obj_player.x < bbox_right+22) && (obj_player.y > bbox_top) && (obj_player.y < bbox_bottom+24) && (canpress == 1)) { canpress = 0; alarm[0] = 30; // Two different...
  2. M

    GameMaker [SOLVED]var distance [code that stopped working]

    This code doesn't work anymore: (The following lines of code are inside obj_cannon's Alarm 0 which checks if the obj_player is close enough.) obj_cannon's (oCannon) code: alarm_set(0, 240); instance_create_layer(x,y,"bullet_layer",oCannonBullet) var distance = point_distance(...
  3. A

    Windows [Fatal Error] x and y not working anymore...

    Hello everyone ! Let me tell you all a little story... I was working on a Pong-Like project ( yes, beginner thing ) and, suddenly, I got an Error Message which was telling me that I didn't set variables before the program reads them. I was kinda puzzled, the Message was about an object I...
  4. S

    Code Randomly Stopped Working

    Hello all. I'm verry new to this here program and would like some help. I followed a youtube tuturial on how to make a horizontal collision to learn the basics of coding. The code worked great except for some minor problems. Suddenly one day the code stoped working out of the blue. The vertical...
  5. C

    Windows Game Maker Studio 1 - Windows is getting the display width and height incorrectly

    Hello everyone. I have a big problem now and this didn't happen before. I hope you can help me. I think GMS itself is the problem. When I create an executable of any game (on windows target), it not get the display height and width correctly anymore. This is a deal breaker for me because I cant...
Top