Making A Quiz Game. Little Help Please?

cbtcbt Member Posts: 644
edited November -1 in Working with GS (Mac)
Hi,

I know how to do things with GS but, for a few hours, I've been thinking how to do a multiple choice quiz game. I think I have the knowledge of how to use GS but I can't think of the proper logic. I mean, I can't come up with an idea.

I want to make a 50 questioned quiz with 4 possible answers (A, B, C, D). But the thing is, I want to ask the questions randomly. Each time the game starts, 50 questions should be picked from the 100questions I've prepared earlier and should be displayed randomly.

If there was an option like "spawn random scene" there would be no problem. But now I don't know how to randomly bring a question and its multiple answers.

Please, help me, and sorry for my English.

Thanks in advance.

Comments

  • KamazarKamazar Member Posts: 287
    Assign each scene a number. Something like this.

    Create Random Number
    If Random Number = 4
    Go to Scene 4
  • cbtcbt Member Posts: 644
    I get it, sorry. Trying right now.
  • cbtcbt Member Posts: 644
    The only "hard" thing is, I have to do this 50 times. For every question.
    *****
    If Random Number = 1
    Go to Scene 1

    If Random Number = 2
    Go to Scene 2
    .
    .
    .
    .
    If Random Number = 49
    Go to Scene 49
    ******

    I don't think iPhone can handle 50+ rules for every question.

    And the "used" scenes, questions, keep coming again and again...

    I don't think this is the right way.. :)
  • firemaplegamesfiremaplegames Member Posts: 3,211
    It can handle that many with no problem. One of my actors has 300 rules...
  • WeblessDesignsWeblessDesigns Member Posts: 1
    Hi, i have just started whit game salad, and since im taking my driving licence at the moment, and i would like to make my tests on the go any where on my iphone, so since theres nothing like that around, i ive decided to give it a try. But i have no idea where to begin, so i´m asking if you could provide me some guidence... or help...

    I intend to do it like a quiz game, since it is the most look a like type.

    Thks.
Sign In or Register to comment.