Forum Discussion
DavidTait
7 years agoSuper Hero
Storyline 360: Spinning Wheel Trivia Game
See how the random number variable and true/false variables in Storyline work together to create a visually stunning and engaging trivia game.
View this project in action.
DavidTait
2 years agoSuper Hero
Hi Meg,
I'm glad you like the example.
To limit the question count to 10, I created a number variable called questionCount, with an initial value of 0, to keep track of the number of questions that had been answered.
Then on the submit button for each question I added 1 to the value of the questionCount variable. Once 10 questions have been attempted, questionCount will = 10.
On my base slide, with the spinning wheel, I added a trigger that shows a 'Final' layer when the timeline starts on the slide, and the questionCount variable is = 10.
I hope this helps explain the basic logic, but let me know if you need more detail and I'll do my best to help.
I'm glad you like the example.
To limit the question count to 10, I created a number variable called questionCount, with an initial value of 0, to keep track of the number of questions that had been answered.
Then on the submit button for each question I added 1 to the value of the questionCount variable. Once 10 questions have been attempted, questionCount will = 10.
On my base slide, with the spinning wheel, I added a trigger that shows a 'Final' layer when the timeline starts on the slide, and the questionCount variable is = 10.
I hope this helps explain the basic logic, but let me know if you need more detail and I'll do my best to help.
Related Content
- 7 months ago
- 7 months ago
- 8 months ago
- 4 months ago