Quiz game randomizer

monXtermonXter Member Posts: 2
edited November -1 in Working with GS (Mac)
Hi all. Can anyone give me some advice on building a quiz game? I want to spawn random Qs and As, which I can do, but I'm not sure how to make it so the correct answer is among the As, and perhaps more importantly, how to exclude that Q and A from the next round. I'm using the QuizDemo shell posted by MotherHoose (thanks, MH). This is my first week using Game Salad, and my first attempt at a working game.

Comments

  • bluebyu25bluebyu25 Member Posts: 500
    Tables and arrays would be really helpful for quiz games.....but GS doesnt have that yet. As for your question, you are going to be dealing with a lot of attributes so I would watch all the vids you can on that first before you try something like this. You could set up integer att's for it, or a lot of booleans. Lots of different ways
Sign In or Register to comment.