Forum Discussion
ianyoung-7fbe36
3 years agoCommunity Member
Anyway to count mouse clicks on a 360 degree slide
I have built a 360 degree slide and the user has to find and click on 5 issues within that 360 slide, if they reach 7 clicks without finding the correct 5, they lose.
The problem I have is that I ...
WaltHamilton
3 years agoSuper Hero
Move that transparent object below the five correct objects. Then count all the clicks on it, and the clicks outside it (When the user clicks outside object XXX). Add them together, and if the total is seven, and the clicks on the transparent object = one or two, they found them all. Of course, that allows multiple clicks on one correct object, so you might want to take that into account. I’d count the correct objects clicked if they aren’t in visited state, and add that total to the clicks on the wrong object.
ianyoung-7fbe36
3 years agoCommunity Member
I cannot see how that is done in 360 degree mode. All that is fine in a standard slide, the issue I have is that I cannot do this in a 360 degree slide..