Random Screens
cnmeyer1980
Member, PRO Posts: 211
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
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
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.