Random Screens

cnmeyer1980cnmeyer1980 Member, PRO Posts: 211
edited November -1 in Working with GS (Mac)
Hi there,

Just wondering if its possible to random screens - for example, if you were going to have a quiz that includes say 20 questions, is it possible to make them randomly appear from 1-20, rather than going in order?

If so, does anyone know how to do it?

Cheers all,

Chris

Comments

  • SkyMapleSkyMaple Member Posts: 817
    make an attribute called "random scene" then on each actor that has a different question put-

    when touch is pressed (if thats how you trigger the next scene)

    Change attribute "Random Scene" to random(2,20)

    then if "random scene" is 2 change scene to scene 2, etc

    then you will have to set it up so that it will not go to the same scene twice.
  • cnmeyer1980cnmeyer1980 Member, PRO Posts: 211
    Thank you SkyMaple
  • cnmeyer1980cnmeyer1980 Member, PRO Posts: 211
    Cheers TB, I will keep an eye out for that :)
Sign In or Register to comment.