Forum Discussion
DaraBracamonte
2 years agoCommunity Member
How do I total up points between multiple counters?
I set up a game where the user will select 20 poker chips. Each poker chip color has a different point value, but the user doesn't know how many points each color chip has. In the next slide, I show...
WaltHamilton
2 years agoSuper Hero
Create a CounterTotal variable. Set CounterTotal to 0 when timeline starts (very important!). Add CounterBlack to CounterTotal. Add CounterRed to CounterTotal, etc. You need four triggers, one for each color.