Forum Discussion
Card Game Setup
You have a trigger order/conditions issue. Your triggers are currently set such that Storyline is jumping to a slide, and THEN is supposed to change the state of a card to disabled -- but it can't, because it's not on that slide anymore. Storyline does triggers in order.
Change the trigger order so that setting the state of the card to disabled happens first. Then, change your triggers that jump to the scenario slides by taking out the condition you have on them.
I would also just have a number variable to card count (add 1 to CardCount when the user clicks 1 card, add 1 to CardCount when the user clicks 2 card, add 1 to CardCount when the user clicks 3 card), then show the "exit course" layer when the timeline starts if Card Count = 2.
I made these edits in the attachment! I hope that helps!!