In this chapter, you’ll create a multiple choice quiz. It’s intended as an introduction to data and file handling. You do not need to understand every single line of the code; just try to understand the concepts being taught. This game will allow questions to be loaded from code or downloaded from a website as a text file and imported into the game, with the player aiming to get as many correct answers as possible.
So, start GameMaker Studio 2, start a new GML project, and name it something like Quiz.
If you completed Chapter 1 successfully, you should now know how to create and name sprites and load images ...