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

glitch

  1. F

    Windows Collision Mask in Sprite menu isn't Showing up

    [Looks like I had the image editor open, so that's why the Collision Mask wasn't showing up.] The Collision mask in one of my projects isn't working. I had just made a Sprite resource from the Objects resource menu and I was trying to move the Collision Mask, but the mask wasn't showing up even...
  2. S

    Windows random background appearing before game starts

    When I start my project a background i had used before but decided to not use appears for roughly 5 seconds then my game starts, i have deleted the picture from my computer, the game maker project file, and all the backups i still i can't figure out whats causing it.
  3. Anixias

    GameMaker 3D Floating Objects Problem

    I'm making a 3D game using the approach found in Don't Starve, so my trees are 2D images rendered onto vertical planes. I have an issue, though. My trees "float", because the plane sits directly on the terrain, so the bottom of the plane is actually some graphical space below the tree stump. How...
  4. Build Man

    (Game Maker Classic) Player clings to walls in midair [SOLVED]

    Please note I am using Game Maker 8. I'm not planning on transferring to Studio. Thank you. When protagonist jump and touch the wall, it clings. All vertical movement halted, doesn't ascend or fall. Pieces of code I use, retranslated as text, because as a new member I cannot afford links...
  5. X

    GML Weird typing mechanism glitches

    Two problems; if I have this code, I will be able to: * Type by pressing keys * Delete by pressing backspace * Delete by holding down backspace ///Typing code //Checks whether this text box is selected if self.selected == true { //Keys held down if keyboard_check(keys_allowed) &&...
  6. J

    Align Player to Grid wiggle glitch

    Hello, I am coding a top down puzzler much like Kickle Cubicle, and am running into issues now that I am trying to fine tune the movement code and establish enemy AI. I have followed the tutorial for aligning the player to the grid by ElfSpitDev (the Zelda game making series) and it seems to...
  7. B

    Weird glitch (possibly?)

    So for some weird reason, my code was working a while ago and quit. So I toggled with it and managed to get something out of it. This time, however, instead of changing it to the correct sprite like it was supposed to, it flickered in between two other unrelated sprites. Now I toggled it again...
  8. C

    Windows Most numbers in the IDE replaced with symbols?

    I just installed Game maker on this computer and now some of the numbers have been replaced with symbols, I don't know how to fix this, any suggestions?
  9. P

    Android os_lock_orientation Flipping Problem

    There is a problem that when using the function os_lock_orientation(true) on a device that is in landscape the game will be flipped 180 degrees. This has been reported in the following threads: https://forum.yoyogames.com/index.php?threads/os_lock_orientation-issue.24398/...
  10. D

    Legacy GM [SOLVED] Display bug

    So recently I came across a glitch where the room isn't displayed correctly. The background turns gray (the default color) instead of the background assigned. Some of the objects are invisible and the most bizarre of all, all the sprites and fonts in the project are displayed in the room. For...
  11. K

    Windows Strange bug after doing something wrong ...

    Okay, let's contextualize ... I was downloading an expansion for my project, but I imported several files that I did not want, deleting resources in the game maker is very slow, so I deleted by the file explorer. When I opened the project again, the errors of "file not found" appeared on...
  12. W

    glitch in gms2 w/ code

    I dunno how many of you use gms2 trial version, but I have run into a major problem, at least for me, this problem is that the code: if(instance_exists(obj_player)){ move_towards_point(obj_player.x, obj_player.y, spd) } (mind that I gave spd a numerical value) I have checked the internet...
  13. B

    Legacy GM fixture error but im using physics and the collision shape is set as box.

    hello, so my game was working normally and i edited something in the room and then i exited out of the room and i tried to run my game and it said: ___________________________________________ ############################################################################################ ERROR in...
  14. P

    Help with diagonal movement

    hey guys, so heres my problem. I used this code before and it worked perfectly, but now for some reason my character moves to the right without intervention. What went wrong? How do i fix it? up = keyboard_check(ord('W')) down = keyboard_check(ord('S')) left = keyboard_check(ord('A')) right =...
  15. P

    GML Super Mario Bros. - ? Block Glitch

    I am currently working on a recreation of Super Mario Bros. But there's a glitch in my game that I want to fix. I'm assuming you know about the blocks with question marks on them, which create a mushroom when Mario hits them from underneath. I have these same blocks in my game, and I have...
  16. H

    Windows Switching room problem

    When I click enter to move to the next room, the room doesn't come up, I just hear the sound effects from the next room playing 3 times looping over eachother all at once, there must be a mistake somewhere but I don't know what, please any help would be appreciated.
  17. T

     Sprite randomly stretches in gameplay screen(SOLVED)

    So I recently decided to pick Game Maker back up and have had little to no trouble with the GM2. I decided to shake off some rust and mess around with simple art (farmland in the picture) and such. Everything was going well until I pressed F5 to view the game from the actual player perspective...
  18. C

    HTML5 [SOLVED]Animation glitching on HTML5 platform (Video included)

    Hi all My game seems to work fine on PC but when i test it on HTML5 it shows animation glitching as following: the glitch is at 2:42 As you can see the game works fine on Windows but on HTML5 it keeps animating frames that belong to others objects and sprites. What did i do wrong? Or some...
  19. K

    How Do I Fix This Glitch?

    I'm Working On This Game And The Tiles Have This Weird Glitch That I Don't Know How To Fix.... Please Help!
  20. C

    Windows Layers don't work properly in the sprite editor?

    I wanted to create a character animation using separate layers for front arm, front leg, back arm, back leg, etc. However, when I create a new frame the images start switching themselves to other layers and it gets extremely glitchy. Has anyone else had this problems/found a way to get around it?
Top