Forum Discussion
KaylaMcGill-eaa
3 years agoCommunity Member
Adding a points system to custom buttons
Hello!
I am trying to create a point system where the user clicks a custom button and earns points depending on the option they choose. For example, option 1 gives the user 5 points; option 2 prov...
JudyNollet
3 years agoSuper Hero
I'll add a bit to Wendy's reply. As she said, create a number variable for the points.
To display a variable, insert a Reference to it in your text:
Alternately, you can just type the name of the variable between percentage signs. For example: %totalPoints%
You'll need a separate trigger to add each of the sub-points to the total points. For that, use "Adjust variable" triggers that looks something like this:
FYI: A set of these triggers is used on slide 2.4 of the demo I linked to in my earlier reply. The notes about that are on slide 2.7