Forum Discussion
Sam1
10 months agoCommunity Member
How to show the next button when 3/4 flipcards are clicked in articulate storyline?
Hi,
How can I enable the Next button once 3 or 4 flipcards have been clicked? Each flipcard should spin or swivel to reveal its back content when clicked, and clicking it again should flip it back ...
JudyNollet
10 months agoSuper Hero
Because the flip cards can be toggled, you can't rely on all of them to be in the Selected state at the same time. So I suggest you use T/F variables to track whether each card has been clicked.
- For each card, create a T/F variable with the default value of False.
- Add a trigger to each card that adjusts the corresponding variable to True when the card is clicked.
- Add a trigger to each card that changes the Next button to Normal with conditions that each variable = True.
Here's more info:
Related Content
- 10 months ago