In an original simon says type game, the computer would generate a random sequence of ( as an example), blue, red, red, yellow.
The player would then have to click the button(s) that followed the same sequence. Blue button, red button,red button,yellow button.
What I would like to do is instead of the player having those buttons available immediately, that, after the computer plays it's sequence, the program would pop up a random order of the colors that make up the sequence.
Does that make sense?
Thanks