Forum Discussion
ValerieThompson
12 years agoCommunity Member
Multiple Correct Hotspots
I have read the forums - and it sounds like you cannot have more than one correct graded hotspot. I read the forum that say you can simulate that with a 'pick many' instead. However, I think I c...
WaltHamilton
3 years agoSuper Hero
You could cover the second hotspot with an invisible shape (filled with transparency set to 98%). When the first is clicked, set the cover shape to hidden, and the second can be clicked.
Or you could create a T/F variable firstSpotClicked with a default value of False. Set it to True when first is clicked. Take whatever action you wish when the second is clicked if irstSpotClicked is True. Or one action if it is False, and another one if it is True.