What I want to do is have a menu where the user navigates by clicking buttons in a sequential order. For example, if the user clicks button 1, then 2, then 3, they are taken to page 1. If they click button 2, then 3, then 1 they are taken to page 3, etc.
I’m really just not sure where to start or what terms i could use to search for info on this. I have tried many combinations with “sequence” and “sequential” with no luck so far.
I think I would use some combination of conditionals with states but I’m new enough to AS that I can’t quite make sense of it or figure out how to find more info on doing something like this.