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

gamemaker

  1. KidinCTRL

    SOLVED I can't make a dialog system

    I'm trying to make a dialog system but when i finished, the result is not how i wanted obj_textbox: create event: //textbox parameters textbox_width = 200; textbox_height = 63; border = 8; line_sep = 12; line_width = textbox_width - border*2; txtb_spr = spr_textbox; txtb_img = 0; txtb_img_spd...
  2. V

    GameMaker Sprites in Sequences jump when transitioning

    Hi, I've been trying to get a handle on sequencing for the animations in my sprites but I've run into an issue that I can't seem to figure out the problem of. Whenever I use layer_sequence_headpos to swap to a different animation that isn't immediately after the frame of where the head position...
  3. N

    GameMaker After installing GameMaker it won't open at all, what am I doing wrong?

    Here is what I know: >it does not show up on the firewall list of approved or disapproved programs >if I install it not on C drive, half of the files will still end on C drive >Running as Admin does not work >Changing compatibility settings also does not work >It does not show up in task manager...
  4. predoS

    What's wrong in the code?

    this is the code that is going wrong: keep saying that local variable direita(10007) not set before reading it PLEASE HELP ME :D
  5. 8

    SOLVED Sprites mess up when pressing certain keys together.

    In short, whenever I press down key + left key, my character's sprite goes into its back sprite, and whenever I press up key + right key, the character's sprite turns into its front sprite. I don't know how to explain it any better, but hopefully, the vid I recorded explains my issue, I tried...
  6. Makoto2007

    3D Help making Mario 64 like movement in a 3d top down environment

    Hello, so I was wondering if I could receive help in making a Mario 64 movement in a 3d environment. I've been struggling in making this and for some reason I haven't been able to apply it in a correct manner. The code that I've been using is based off a tutorial on making a 3d top down...
  7. Hramzhuk

    How to make collision object event for all, except for some objects?

    Hello! I'm making breakout game, and i need to if a ball collisions with any tile a script played. But there's object's that don't need to play this script on it. How'd you do that? I saw you can only use collision object event on certain object.
  8. M

    Android Mobile game permission

    is there a way to turn off features like screenshot when developing a mobile game?
  9. F

    UnderCover Noir: a detective game being developed in GMS2.

    Detective stories are beautiful. The rapture of solving a mystery in and of itself is enough to provide a feeling of excitement for me, let alone a video game. My love for all things in the Golden Age of Detective Fiction inspired me to start working on this project. Hence, I'd like to show...
  10. HATER

    Released BUY SOME MILK STORY 2 UPDATE

    For all the people that wanted more after the first carton of milk. It is time for the SECOND CARTON!!!! (Update and game available on) You wake up one morning and want to eat some cereal. BUT... YOU ARE OUT OF MILK!!! Now, your simple task to buy some milk starts. It shouldn't be that hard...
  11. E

    GameMaker TRANS_MODE.(OFF,NEXT,GOTO,RESTART,INTRO) not working, (transitions not working)

    I'm developing my first game and everything is going well, exceot fro the fact that I cant progress through rooms. I have a script named SlideTransition and it's intention is to make the room move from one to another. I tried using code = argument [0] if (argument_count > 1) target = argument...
  12. A

    Drag and drop object for puzzle game

    Hey, I'm Alizia, i'm new to programming on game maker and i just want to make a puzzle game. Like, a real puzzle board. So, i write some code like you do for an inventory rpg (drag and drop item with the mouse). But here, it is for drag and drop piece of the puzzle. But i've got two...
  13. MariusArmand

    Demo Malachi

    Download Malachi Demo These are the first 5 levels of Malachi, a top down cast and slash that is in side project development. Malachi is one of disgruntled Templars, upset by the direction the church is going. The church is on to the distanciating Templars and instructs to kill all of them...
  14. Timino

    GameMaker Android app made with GameMaker in the background

    Is it possible to keep an android application made with GameMaker in the background? If so, how could I do it?
  15. J

    Sprite gets stretchted when key pressed

    Hello, I have stumbled upon a problem where my sprite (and entire game view) gets strechted as I press a key and switch sprites. before i move (in idle state) after I have moved. My movement code (I have only written a movement code yet) is very basic and I'm pretty sure it has no impact on...
  16. 8

    GameMaker Gamemaker keeps crashing after trying to install new runtime.

    I recently downloaded Gamemaker off of Steam. The program forces me to update my runtime because I can't playtest with one that's below version 2.3. Whenever I try to install a new runtime however, the program crashes after a few seconds. Are there any possible fixes to this issue? Video for...
  17. R

    GameMaker problem with enemy script

    hey i wanted to make a game with gamemaker dnd but when i try to put enemy's in it it gives an error: Object: O_enemy_PreCreate at line 2 : enum reference 'walk' does not exist in 'es' i have been following this tutorial wich is quite a old one so maybe its a version problem but can anyone...
  18. N

    GameMaker Game doesn't work

    Hello, so I got this Error: ___________________________________________ ############################################################################################ ERROR in action number 1 of PreCreate Event for object obj_game: Variable obj_game.global(100074, -2147483648) not set before...
  19. Keys

    Gamemaker alternative to Unity events/actions

    So I have a state machine in a step event currently, however in a lot of places the application is waiting for a bool to be set/object to be destroyed etc. While it's hanging waiting for these events since it's in the step event it's getting checked every frame. However I'd like to instead...
Top