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

code support

  1. Kalaxi

    GML sprite flips on key press

    I've been watching tutorials and doing my best to learn but I'm kinda lost with how to fix this problem. I've been trying to implement left/right directional movement sprites and then have an idle animation as well depending on which way the character is facing, which is working surprisingly...
  2. GhostAkE

    Please, i am noob, help me

    I am trying to make a cutscene for an ending but i got an error everytime i get to the end. ERROR in action number 1 of Create Event for object Obj_Ending: Variable Obj_Ending.endtext(100072, 0) not set before reading it. at gml_Object_Obj_Ending_Create_0 (line 27) - length =...
  3. AzazelOG

    Legacy GM Does anyone know how to make a text-box that can have different answers?

    Just to remember im using game maker studio 1.4 (due to my pc not being able to run gms 2) Im making a game i know how to a text box, but i can't get how to do a text-box that has options/answers to the npc's or others example of what Im referring of: the player can choose an option witch will...
  4. bageltable13

    GameMaker Ai Pathfinding Solid Tiles

    I was learning how to setup grid based pathfinding for gms2 and currently i can set it up so the enemy will avoid solid wall objects but i wanted to know how to set it up to avoid solid tiles because i'm sure objects use more memory so obviously it's better to have a more efficient programming...
  5. D

    SOLVED The Game I'm making isn't successfully launching?

    When i press the "play" button on the UI, it compiles the game (at least I think it does) and then it just stops? Output Below:
  6. T

    Name not appearing on leaderboards?

    Hi, First time programmer, definite newbie, trying to make the most out of what little I learned at university :P I started making a game where you avoid things falling from the sky and, when you lose, you submit your score to the leaderboard. And yet, for some reason, my high-score table...
  7. L

    GML How to make a transformation sequence? (Transform character into another)

    I want to transform the player character sprite (and object) to another one, like a character transformation sequence. But i dont find any tutorials related, can somebody help me please? Lets say i have a character, and if i press, for example: "Q", the character transformation animation start...
  8. M

    Help with Grid Movement

    So I've made a simple grid movement for my game where you can move to squares with 3 actions (1 movement equals an action), I am having difficulty figuring out a good way to let the player move back to previous squares and regaining their actions. I was able to figure out a really poor "Press...
Top