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

async_load

  1. Dynasty Games

    iOS Async events error after new update

    I installed the new IDE v2023.8.0.98 and Runtime v2023.8.0.145 and now the async events for some of the iOS features (local notifications, Admob consent, in-app purchases) are giving an error. For example, the Async - Social event for Admob consent contains the following code...
  2. RyanC

    GML Question about http_request & Async Load

    Hi All, Does anyone know what is the point of assigning this function to a variable called "request": request = http_request("http:225.0.0.97:3000/products", "POST", map, data); It says to do this in the manual so it can be checked against incoming requests, and we can match it with...
  3. sdjalft

    A problem about separate assets from my project when building

    I'm new to Gamemaker Studio 2. How can I get my assets (such as sprite, sounds) outside my package when I build my project.Now I try to pack an example project and the project packed as one .exe file.And static assets were packed in it.So how can I separate those static assets from .exe file and...
  4. If Programable_Matter

    Loading JSON info Error

    I keep getting this Error even though the program successfuly uploaded the JSON key :values Apparently the code works and the values show up in my program but like 2 seconds later I get this error. I'm pretty sure I'm missing some code Create Event http_get("http://webpage.json")...
  5. jackrucel

    Is it possible to change a Socket ID or chance how GameMaker generate Socket ID?

    Hi every one, I would like to know if is possible to change the Socket ID or change how GameMaker generate Socket ID for a server conection. I have a network_create_server() and a network_connect( ) on a separated project,a Server and a Client, every time a client connect to the server, the...
  6. Adriano_ppaula

    GameMaker [80%] Help with http_get_file download interrupted

    Hello everyone, everything good? I need help with a simple system that I made for my game. Where it downloads a file from a server to update. I realized that when the internet happens to lose the connection. Or there is some kind of delay in the download. Game maker studio understands that the...
  7. clee2005

    Android async_load doesn't exist sometimes?

    Hey GMers! Does anyone have any guidance on why my users are getting this error sometimes. 12-26 13:59:01.496 32459 32493 I yoyo : ERROR!!! :: ############################################################################################ 12-26 13:59:01.496 32459 32493 I yoyo : ERROR in 12-26...
Top