Hello!
I'm trying to make a very, very simple button sequence doo-dad, where pressing a series of buttons in the 'correct' order takes you to a 'Well done!' layout page, whereas pressing an 'incorrect' button in the sequence takes you to an 'Incorrect - try again!' layout page.
Eg:
----
Correct button order sequence is: red/blue/blue/green/yellow
Buttons pressed: red, blue, blue, green, yellow (matches correct button order sequence) = 'Well done!' layout page
Buttons pressed: red, blue, yellow (doesn't match correct button order sequence) = 'Incorrect - try again!' layout page
-----
Any help, tips, or guidance would be much appreciated!
Thanks!