Hi everyone!
I am struggling to set up a simple trivia game. I am struggling with Text Boxes and Text objects and how to set local and global variables.
I assume the Text Object where a Question would be held would have instance variables with actual questions.
I just need an example of how to then pass a value from the Text box into a global variable and do an if, then check and display correct or not.
Finally a randomizer function to mix up the question order on each play.