Forum Discussion
LorraineOlip136
2 months agoCommunity Member
Advice needed re counting objects
I have an activity (in Storyline 360) that requires counting of objects on an image and displaying a running total each time I click on a unique object. However, if I click on an already selected obj...
- 2 months ago
Thank you for the advice. I edited my trigger (similair to yours) but I added an "if else" condition to "subtract 1" - see screenshot below.
MathNotermans-9
2 months agoCommunity Member
The amounts of objects defines your solution. With a few objects you can add variables for each Object. Eg. IsObjectselected = 0. When clicked change that variable to 1. Add a condition to your count. If 0 -> add 1, else do nothing.
If you have many objects a javascript solution might be better.
LorraineOlip136
2 months agoCommunity Member
Thank you for the tip.