Forum Discussion
LorraineOlip136
9 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...
- 9 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
9 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.
- LorraineOlip1369 months agoCommunity Member
Thank you for the tip.
Related Content
- 10 months ago
- 11 months ago