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

  1. S

    [Solved] "Simple" Calculator HELP ME!

    var num1 = 1; var num2 = num1*2; var num3 = num2*2; var num4 = num3*2; var num5 = num4*2; var num6 = num5*2; var num7 = num6*2; var num8 = num7*2; var num9 = num8*2; var random1 = random_range(1,9); var random2 = random_range(1,9); var random3 = random_range(1,9); var random4 =...
  2. E

    Legacy GM [SOLVED] TDS solid walls slide collisions

    Hello! I new to game maker and programming at all, so i need some help with modify my collision code. I already wrote some code to stop player if he contact with solid walls, but i need some sliding by angled walls. obj_Player are controlled by WSAD through some accelerating/friction code...
  3. S

    (SOLVED)Object Self Referencing for Data Structures

    I created a global stack, and now every time an event is triggered. i want to store the object the event was triggered in, to the stack. This object then has to be edited by a command block. for example. //THIS_OBJECT ds_stack_push(gemSwap, "THIS_OBJECT"); ///i want to store the reference to...
  4. G

    Steam Sprite animation too fast

    Hello guys! I have a Animation ut its too fast. Its so fast like the room spedd (60FPS). I tried image_speed but i am too dumb or something xD Please help.
  5. M

    Repeat an action by a set of time (drag'n drop)

    Hi nice to meet you all. I just purchased this software and i really suck at programming so i'm using more drag and drop functions to create my first game, but i have a question and i hope you guys can help me. I need to create an event that spawn a certain object at every 2 seconds and i'm...
  6. U

    Legacy GM Need help for game project

    Hi ! I started to do a runner game where you play the death and you mow souls, with these souls you can buys ameliorations, skin, weapons, etc... I have many ideas concept, levels etc ... It's a pretty serious project even if I juggle with the university, so I need help to finish with me the...
  7. C

    Background

    Hello Guys, I have the following problem: I have 4 Rooms and every room has the same background as a scrolling background But everytime when I open a room, it begins new And I want to know how to set the background equal to every room. Best regards Coleft
  8. G

    I'm looking for a tutorial

    First of all hello to everyone and I hope to be part of this family of video game creators :D I'm not entirely sure that this request be here, otherwise sorry and if any moderator can tell me where to make the request would be very grateful. I'm looking for a tutorial but I do not know which...
  9. D

    Wait Function

    Hey everyone, this is my first post here so feel free to let me know if it isn't following the rules 100%, anyways I am trying to create a simple puzzle game for my first game, and am wondering if there is a good way to get the game to wait until there is a collision between the player object...
  10. K

    Auto firing turret

    I'm new to all this and I'm having issues with a piece of code. I want these turrets to detect the enemy and then fire at the closest one but so far its saying "Unable to find any instance for object index '0' name 'obj_zombie' at gml_Object_obj_auto_turret_StepNormalEvent_1 (line 6) - var dis...
Top