Multi-State Object on Every Slide Dependent on Variable
Hello,
I have a multi-state object on every slide of my current project that is dependent on a variable from the user. I already have it working but there was so much in my advanced action that it runs slow now.
What I am going for: The user selects 1 of 10 characters and that character is displayed in the corer of each of the proceeding screens (roughly 30 slides).
So what I did was put a clickbox around each character, then when the user selects one, it sets a variable to XYZ. Then at the beginning of each screen, an advanced action runs that checks for what the variable is and sets the state of the character to the users selection.
This took forever though, because I copied and pasted the original object onto each slide and had to name them character, character1, character2...and so on. Then in the advanced action to check for the variable, I had to use 10 different if statements, all with "if character = X, change state of character to X, change state of character1 to X...and so on"
This created sooooo much within that one advanced action. 300 conditions basically. It was time consuming, I am afraid it will make my project run slower and such.
The Question: Was there an easier, quicker, more efficient way to have this same outcome? Or was this really the only way to do it and I just have to suck it up?
