Advanced Actions and Reusing Variables
I am working on a project that is using the same basic set of advance actions where forward motion is dependent on a variable.
Basically - the user will click on button, the advance actions sets a value of 1 for a variable and executes the action. There is a conditional checking, if all variables are equal to 1 then another interaction will appear to move the user forward. I also have an "on exit" advance action set up on this slide that resets the value of all the variables I used to 0.
The first slide I have this on, all the actions work as they are intended to. However - on the second slide that I am using this set up on, once the user clicks one or two buttons, the forward action shows up even though technically not all the variables have been assigned a value of 1.
Does anyone have any ideas on a possible solution or what may be going wrong? I would really not want to have to create new variables for each time I want to use this slide in my project.

