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

help appreciated

  1. K

    Unable to set phy_bullet to true, please help!

    I keep getting these errors and I just don't know whats causing them. I'm new here to the forum and I hope I'm posting this in the correct location... thank you very much in advance! _________________________________________...
  2. A

    Legacy GM Adding hearts/ lifes in a game

    Inside of obj.player, step event: if global.current_score>49 { global.hearts+=1; global.current_score=0 } EXPLANATION This says that if my current score (coins) happens to be more than 49, then add 1 more life. The score will be reset to 0. And you will have to pick up 50 coins again to add...
  3. A

    Variables not working?

    Okay, I have one object with only Create and step event (it has also speed declared in create after the "testvar = 2;") Create event: testvar = 2; Step event: image_angle += testvar; "Variable not set before reading it" I redo step event: show_message(testvar); "2" after 5-7 times of pressing...
  4. J

    [solved] Help with object following mouse and collision

    Hey everyone! I'm a bit new here, hope this is the right spot for this (if not let me know and I'll fix it). In this 2D side scroller type of game, you have a crystal that's attached to your mouse. So here's what I'm trying to make: I want the crystal to follow the mouse, but when the mouse...
Top