“How to receive input from an arcade game loaded from an external site (e.g., input like changing sprites, increasing lives, etc.)?”
Can you elaborate on what you mean by “loaded from an external site”?
To fetch data from an external database,when my game starts and set a sprite’s image based on that data, I’ll need to make an HTTP request to my database.
1 Like