issue

  1. IchicoreGames

    GameMaker Missing layers in room on load

    Hey guys! This is my first post! I have got a GMS licence few weeks ago because i think is easy and nice to develop retro games, so i love it! But i'm having issues recently! I have read ALL my codes and everything is fine and i suspected about layers missing on load randomly! Look, i got room...
  2. Diegovz01

    HTML5 http_request not working anymore on HTML5 Target GMS2

    Hi, I'm trying to make a post request to a json api with the following code in GameMaker 2 html5 target. Create event of object: Asyc http event: Unfortunately I got the following error: This only happens with HTML5 target export, when on Windows it works just fine. Also the weird...
  3. A

    Android Flashing screen issue on Android!

    Hi! Now I need help with this flashing border here, there is a way to solve it? My game have a lot of rooms, but only two of them have this problem and it only happens on some specific gadgets.
  4. P

    Question - IDE Stuck on "Building" issue

    Hey, I just bought the desktop license was was really excited to start learning how to make games. But every time I try to press the run test (Default f5 button), my cursor changes to the loading hourglass and in the top right corner it says "building". However unlike the tutorial i am...
  5. S

    Windows Strange Game Loading Issue I'm having

    So for some reason when I load a game through GMS2 for the first few times, run times are normal, like 5-10 seconds, but after that, it take 30-45 seconds, it has nothing to do with game size and I already tried cleaning the game, but nothing changes it. Any help is appreciated, I really want to...
  6. Admiral Nemo

    GameMaker Loading assets from one room into another, multiple times.

    I'm loading a bunch of instances from one room into another. Code is too long and mixed in with other code but the basics are this: In the old room : create object A, with variable that stores destination room and variable that stores middle room - then go to middle room In the middle room ...
  7. U

    Resource load failure and resource are malformed

    Hello so the issue is one day i was working on my game and didn't save the latest object yet suddenly the power was off for a second (i don't know why the power was off) and when the power comeback my computer open window by itself and when i come and check back all of my resource is fine and...
  8. I

    Sound Issue, Please Help

    When I launch my game, no sound plays but the sound plays only if I click on the task bar, though, it freezes the game. I'm using Game Maker v8.1 and i'm not sure what I've done wrong, or whether it's game maker, If anyone could help that'd be great.
  9. Marko03970

    Android Android problem

    Can anyone explain me what is the problem and how to fix that please?
  10. J

    Windows Output delay AFTER 'Options: [Path]\MainOptions.json and BEFORE Attempt to set gamepadcount [SOLVED]

    Edited Title and Main Post for clarity of issue and solution. Hello, I have tried searching for this issue and found 1 other unanswered thread that was similar however I cannot figure out what is wrong. When I go to build even something as simple as an empty room with a red square in it, the...
  11. Z

    Legacy GM Bluetooth Gamepad Slowdown/Frame Drop Issues

    I'm having performance problems when using a Bluetooth controller. When I use my Bluetooth controller for my Project it lags around 45-58 fps, but when I use a Wired USB controller or without a Bluetooth controller it runs in 60 fps. I tried using alarms or checking every 5 steps/frames, but...
  12. A

    Windows Sound emitters stopping

    Hey guys, here's the deal. I am making an open world game with cars. They make sounds via an emitter. The sound loops and changes in pitch based on how fast the car is going. If a player drives the car, then the priority is 100, otherwise, it is 20. The only sounds that are in the game are...
  13. M

    GML [SOLVED, IM DUMB] Strange issue that makes a "for" stop drawing a text to the screen.

    (all the code and the project at the end) this is form gms2 I need help from experienced developers because i'm new and i'm facing a strange issue with drawing a menu. I have watched a tutorial on you tube that explains how to make GUI menu. The video explains how make the menu react to y...
  14. K

    (Solved) A strange character moving issue

    Here was the ton of text but the reason of an issue was found.
  15. K

    A strange character moving issue

    I can't understand what could cause this issue. Movement worked perfect before I added movement animation. I tried to use other spritesheets but it didn't work "Create" event phy_fixed_rotation = true; image_speed = 0; movement_speed = 4; "Step" event var move_up = (keyboard_check(ord("W")))...
  16. C

    Question - IDE image_alpha screen issue - GMS2

    When I change the image_alpha of my sprite (plugged into a draw_sprite function) from 0.5 to 1, the game's graphics seems to get slightly darker. Anyone know what's going on?
  17. M

     GameMaker Closes After A Few Seconds

    I recently installed GameMaker onto my PC, and every time I open the program, it ends up shutting off after 20-30 seconds, no error at all. I have tried re-installing, rebooting my PC, running GameMaker In Administrator and the same thing happens. The only thing I may suspect is that my...
  18. N

    Windows External Files issue

    So I'm working on a project which requires the use of several external files. Basically it needs to load a random background accessible to players. Although even after a fair amount of sleep deprived reading It seems I still dont have a grasp on file_find_first. To add to this issue I'm also...
  19. I

    GML GMS2: Networking Client to Host issue

    Hello, As an introduction, I am working on just a simple networking game using the Game Maker Studio 2 with GML. Ever hear of the game slay? I thought it would be a great idea to get back into the groove of game maker. Its been probably 5 days since starting, and 3 days since I've run...
  20. R

    Discussion Image resizing issue

    So, I have a 2200×720 image I want to use for my game. But I found out it was blurry when I used it in game, and I found out why - it was automatically resizing to 1100×360. Is there a way to prevent this? If so, how?
Top