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.
Nedim
2 months agoCommunity Member
The easiest way to do this is by tracking the object's Visited state. Simply put, if the object is not in the Visited state when clicked, add 1 to the variable.
Result: