glitch

  1. D

    Legacy GM Tiles scaling glitch

    Hi everybody, i tried to add tiles to my game but i'm having a weird glitch: between some tiles there are some "transparent" gaps. From what i have understood this might be caused by the tiles not being scaled properly, but i can't figure out how to solve it. My view is 960 x 540 ported on a...
  2. H

    I have invicible walls that i did not put in the game

    Alright, so i am really progressing with my game, but now i have a really strange glitch/bug: There are some points in the room that i cant pass. I have looked if i have put down some walls, but i didnt. So now i cant progress testing because my player cant pass some unasked invicible walls...
  3. G

    GameMaker Shader Glitching out on Macbook Air?

    Hello, I have another strange bug regarding my 2d platformer game, Veins of Light. I have a shader I followed from the tutorial on youtube by Shaun Spaulding, to simply outline the sprite in question with a black line (I am doing pixel art). I wrote it and it works fine on my desktop iMac, but...
  4. Vinsane

    Question - IDE Constant Object Flickering + Project Crashing

    Hi everyone, I'm just wondering if I can get some assistance with one of the most annoying bugs I've encountered so far on GMS2. I've recently finished creating a PC game by the way and didn't have anywhere near as much issues as I am now trying to build to Android but I still had issues with...
  5. N

    Platform Game Problem, Help? [SOLVED]

    Hi, i'm working on a platform game. Mechanic is you can take one block (like in minecraft, but 2d) and then put it somewhere else (you can carry only 1). I have a problem with this code, it won't create blocks. Before this my code created blocks when i press a button to take them, in one moment...
  6. T

    Windows Glitched Graphics?

    Hey guys so here is the deal, the game I am working on with GM Studio 1.4 is having a strange glitch. I have a sprite named: spr_frame_mission00 and I have an object that uses that sprite named obj_game_frame, in the test room in the room creation (of the room editor), I have the code...
  7. Vinsane

    Android Objects not appearing while testing game (DEPTH ISSUE?)

    Hi there, I've been toying around with the android side of Game Maker but I've ran into an issue while testing the build of my game. It seems that certain objects refuse to load correctly, it's almost like there is a depth problem or something. I've noticed that if I perform a cache cleanout...
  8. 7

    Mac OSX Visual distortion glitch

    Hello! Whenever I run a game in GameMaker on my Mac, I see a bar of visual distortion across the length of my screen (see attached image, which is of bars that are supposed to be vertical, moving to the right). Some details: - The distortion only affects moving images, not stationary ones. -...
  9. R

    GML Surface stuttering glitch

    Hi, I'm encountering a very strange bug with surfaces. It seems game maker is acting very differently before and after you drew at least one surface in your game. I wrote a quick test to verify and I do not know if this is an asserted bug, some new glitch I discovered, or if I'm doing...
  10. M

    Level system stops at level 6 [Solved sort of]

    Hi I have a little game here with a level system where you level up by shooting enemies and with each level the enemies spawn faster and the max enemies becomes more. But at level 6 the enemies stop spawning for some reason. I hope someone can tell me how to fix this. The object I use to level...
  11. G

    3D [SOLVED] Texture not loading properly

    So, I just tried to load a .d3d model into Game Maker 8 and the texture got messed up. I converted an .obj model to .d3d (tried two tools - D3D Wizard 3 and Converter 1.1). The .obj is ok in fragMotion, but the .d3d gets a messed up texture. Could anybody help pls? P.S. Yes, I'm still using...
  12. S

    Windows Frustrating glitch with sprite origins.

    Hi, I'm pretty new to Game Maker. I'm currently using the DnD system primarily but doing some things in code. Last night I set my computer to sleep with GMS2 still running (which I have done often before, maybe that's a bad idea?). Today I come back and fire it up and Game Maker is still up and...
  13. P

    Question - Code GMS2 tiles jitter on camera movement

    Hi, I've stumbled upon a problem that while a camera is moving with the player the tiles display with a glitch. I've recorded this issue in slow motion on my phone to capture the moment when the jitter happens. This happens only on Mac (PC seems fine), the game speed is set to 60 and the...
  14. I

    MoPub Banner Ads glitch?

    So I've been trying to get MoPub's Banner ad to work and Im coming across odd results. On my tablet, I tried centering the Ad to the bottom center of the game. I ended up with xx = display_get_width()/4 MoPub_AddBannerAt(id,xx-MoPub_BannerGetWidth()...
  15. I

    Legacy GM Sprite not appearing when created bug

    I posted about this issue in more detail on Reddit: https://www.reddit.com/r/gamemaker/comments/73exa3/gms_14_game_bug/
  16. Divinik

    Legacy GM Keyboard/Gamepad Input Limit?

    I'm currently developing a platformer beat-em-up RPG. I use "gamepad_button_check_pressed(0,gp_face1)" and "keyboard_check_pressed(vk_enter)" for menu option selection. I created a new object and now the input values won't work for it. Does any body know why this is happening?
  17. A

    Legacy GM Isometric Object Placement in Room Editor

    I was following along an old Game Maker 8 Legacy tutorial on making a basic isometric game in GameMaker: Studio when I noticed something odd as I was placing the isometric wall objects in the room via the room editor. It became increasingly difficult to see where I'm placing the objects, as the...
  18. W

    Legacy GM [SOLVED] Graphical glitch with Intel GPUs?

    This problem occurs when playing the game with a integrated Intel GPU especially in the likes of laptops that has dual GPUs. When playing the game, it became glitfchy like this: It is unclear if this is just the Intel GPU being upset or is there anything wrong with the loading process. Is...
  19. Carloskhard

    Glitch with big sprites/backgrounds

    Hi everyone, I'm making a mobile game where you have a menu at the start. In the menu I have 4 layers of background,3 for stars passing by at diferrent speeds (to create the depth feeling) and then the Tittle of the game. If I play the game on PC it runs smoothly and flawless,however if I run...
  20. 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...
Top