I want to set and change a text object based on several different choices. Something like this:
But, I want to have a lot more choices, say 100 for each blank. What would be a good way to go about doing this? I thought about using arrays but I don't know where to start.
Thank you.
Here is a Version using an Array, it should be easy to understand 3 Events 1 project file.
The only advantage in using an array is that you can change the data on your server easily, as it is only a data file.
http://www.sizzle-games.com/choose_array.capx
I used this method for the levels in my game https://play.google.com/store/apps/details?id=com.sizzgames.BushyBall&hl=en_GB, to set the positions, width and size of the platforms e.t.c
To edit the project file just double click it, it should open with notepad, then you can change the file data, just make sure if you change the size, to specify it in the file.