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

  1. Magicwaterz

    SOLVED Data being input reads as default value but it is not default value as well

    I'm trying to code this concept where the creature has different body parts based on its physiology and they can only equip certain items based on the body part. There is this one type of item that allows it to equip an item that is not normally equipped by the creature due to its physiology...
  2. A

    GML What is wrong with my collision code?

    I have an issue with my player's collision. Here's the code: var _platform = instance_place(x,y+max(1,vsp),obj_platform); var _platform2 = collision_line(xprevious,yprevious+sprite_height/2,x,bbox_bottom,obj_platform,0,true); if ((_platform) && bbox_bottom <= _platform.bbox_top) ||...
  3. T

    Legacy GM [Solved] Stop jittery movement when view is centered on an object

    Hey everyone. I've got a character moving at a speed of 1.5, not ideal, I know, but the closest rounded numbers of 1 & 2 are either too slow or too fast for this game's resolution (256x144). The view is centered on that player, but the issue is whenever the screen starts moving the player will...
  4. M

    How to check for an empty space and not overlap.

    So I'm trying to make random tree growth, but make them check if there is an empty space next to them, and if so, grow either 1 object or a different one, but not grow it if there isn't a space. I'm trying to make things not overlap. I'm using mostly drag and drop, but I know how to code. This...
  5. T

    [SOLVED] Small sprites "jitter" when viewport is higher than view in room

    When I have small objects (Around 16x16 in width) being drawn onto a 1280x720 surface, with a view in room of about 160x90, the objects will appear blurry/jittery when moving at a speed of 1. I know it's because they have to travel a longer distance in pixels being drawn so much bigger, but is...
  6. R

    Plz help!! HOW TO DO THIS COLLISION

    HEY GUYS ME IS HERE (such English) I want to make a game like undertale I got all the sprites and I am new to GMS 2 So as I was making it I wanted to make a object which the player can collide to and it should be invisible. I am not able to do it plz help. I am very desperate to make this game
  7. Z

    Problem with lives in game[Solved]

    Hi, I am new to gamemaker .I am making a remake of Asteroids .I have problem with lives. I want lives and when player has 100 points add another live but stop after one added and after player reachs 200 points add another live.Here is a code: var LoopCount for (LoopCount = 0; LoopCount <...
  8. Fixer90

    Legacy GM keyboard_check for ; ' , . /

    I tried using ord(",") and ord(".") and etc., but none of them worked.
  9. T

    [SOLVED] Objects or Tilesets for optimisation?

    If I was to be building a level, would it be better for optimisation to use objects for the blocks with no code, or to use background tilesets for the blocks and then place a single solid object over them? I'd figure the less objects in a room the better, but I'm not sure whether placing down...
  10. T

    [SOLVED] Help with image_angle and collision

    Hi, this is probably a super simple question, but I don't often make top down games that use image_angle, so I need a bit of help with something. Is there anyway to make it so my player just has a constant square hit box, even when the angle of the sprite is changing? I've tried using masks...
  11. A

    Windows Tornado Warning | Arcade Runner

    Tornado Warning an arcade runner Play as Brenden as you run for your life against Mother Nature's version of the middle finger. But, you get paid to pick sweet corn over the summer, so that should give you a good reason to be out there. Keyboard: [Arrow keys] Move [Z] Jump [Enter] Start game...
  12. T

    Need help with Triple Shot [SOLVED]

    Hi, I'm programming a top down shooter right now where the bullets fire towards the direction of the mouse. I'm programming a Triple Shot upgrade right now, so it fires one bullet straight towards the mouse, and two more 45 degrees above and below the middle shot (or 45 degrees right and left if...
  13. hippyman

    Asset - Extension Windows File Drop DLL

    A very simple DLL that lets you drag multiple folders and/or files into the game window. Only two functions are needed to use this extension. This extension doesn't import anything. It only returns the paths of any folders/files dropped into the window. This is a WINDOWS ONLY extension for...
  14. D

    GameMaker 14 - Creating the Super Mario Bros Game (How to make the camera follow Mario)

    Good afternoon people! # Aula14 Let's learn how to create the #SuperMarioBros Game? ^^ In today's class I will show you step by step how to make the camera follow the main character in Game Maker Studio. I hope you enjoy and share with friends. Do not forget to leave your comment. Embrace and...
  15. J

    GML Visual Programming problem I don't know where to start

    Okay so I was wondering if there is any good starting point for wanting to do the following in GameMaker Studio, or places I can reference for this: Have players drag and drop instructions into a line a player character then executes. Roaming enemies with a cone of vision for spotting the...
  16. I

    Legacy GM Tiles look ugly? I need help :P

    Hi, I have a problem, when I'm editing the room it looks good like this: But then when I'm testing the game it looks like this: I really need help, is there any way to fix this?
  17. D

    [Solved] Object Following the Player

    Hi everyone. I am trying to get one object to follow the player object after the player object collide with the other object. I can get the other object to move after the player object collide with it. However, it seems to continue follow the old direction of the player unless the player touches...
  18. K

    Legacy GM [SOLVED] Help with High Score Table

    Hi everyone, I'm having a problem with a high score table I'm programming for my game. It's intended to show up if the player scores high enough to place somewhere on the table and allow them to enter their initials. However, nothing is being displayed on the table at all (though the player can...
  19. J

    mp_potential step spinning circles

    Hello, i am using a mp_potential_step command to move to a destination (x and y coördinate) avoiding solid objects. However, sometimes my object starts spinning in circles and i don't know why. Is there any way to fix this and maybe with avoiding a object, not all solid objects. I saw some...
  20. J

    *noob alert* How to use high res images because they get compressed?

    Hi, im trying to use high resolution images, but i have always used pixel art in my games. But my nooby brain does not understand this: with pixel art the screen is quickly filled up with "art" in for instance 32x32. But when i try to use for instance 128x128 images and make the room 4 times...
Top