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

looping scripts

  1. W

    SOLVED: How to change a looping animation?

    Hello, how are you? I have a question, i was programming a gamewith two enemy players, where we have more than six characters with different abilities, where we have more than six characters with different skills, so to avoid creating multiple objects I decided to create one for each player and...
  2. TomOmNom

    HELP! Looping through arguments and checking them against each other

    New to GM, sorry. I'm trying to make a script that can take all arguments, put them into keyboard_check functions, and see if they are all being pressed. I'm not sure how to check if all of them are being pressed. So far I got for(i = 0; i < argument_count; i++) { if...
  3. Papa Doge

    GameMaker [Solved] Growing Forest Performance Issues

    Hello, I'm woking on a feature where trees left unchecked grow into a massive forrest. I have two working versions right now but both have performance issues once I get to around 100 trees. I need some advice on how to fix one of my versions or something new to try. /*...
  4. Z

    Assign Several Collision Masks To An Object ? [SOLVED]

    Hi everybody ! A simple question. For an object, when you put : y = y - 3 // Or y -= 3 Y axis increase with a speed of 3 pixels. So, how to make Y axis increase OF 3 pixels ? Exemple : If y = 9 And you put a magic code that add 3 to y Then y = 6 and WON'T increase anymore if you don't tell it...
Top