Answered
quiz questions
I'm creating a quiz using AS2. I have a total of 8 questions.
I want to ask a question at random, then ask another question at
random, but not ask the question that's already been used. I
figured I'd create a new true/false statement each time I ask the
question, then on the future question I can use those statements to
rule out already used questions. Thanks for any help. Here's what I
have so far: