Forum Discussion
Layers - Variables
Here is what I had in mind:
Set up two number variables: "Question" and "Character". Both can start as 0.
Then make triggers that change the Question value to 1 if user clicks Question 1 box. And to value 2 if user clicks Question 2 box. Same triggers for Character.
Then the Q1C1-layer trigger would be to different triggers, so user can click either character or question first.
First trigger (Character is last one clicked):
Show layer Q1C1
When variable Character changes
If Question = value 1
and Character = value 1
Second rigger (Question is last one clicked):
Show layer Q1C1
When variable Question changes
If Question = value 1
and Character = value 1
Then make all possible combinations of that. I only made Q1 or Q2 to work with C1 and C2 for now, but the reference fields show that the other number variable values are there too.
As a final step I would delete all other objects from the additional layers than the text box, because that is all that changes. That way the main layer buttons will always remain clickable.
The point of all that was to make this so that the user can cycle through all the combinations if they like. So they make selections and see a layer, but after that can change their choices and see other layers too.