Forum Discussion
AndrewHoskins-e
4 years agoCommunity Member
Totals Variable Issues
I have created a Jeopardy like game and I am almost complete with it, but have three things I would help with please.
1. Based on the total score accumulated, I would like for the learners that r...
MariaCS
4 years agoStaff
Hi, A.H.
Thank you for sharing your .story file and for providing me with a fun Thursday challenge! 😊
I made a couple of changes to your file, and I'll recap them here:
- You had your state change triggers set to When the timeline starts on the object. You want it to change when the timeline starts on the slide, instead, so it checks for the variable once the question is answered and you're back on the game board.
- Because the states were not changing to disabled, you could still see the hover state working.
- The triggers that check for all the states being disabled and send the user to one of the final slides were correctly set, but they needed to be moved down. The reason is, once the last category is played, the jump to trigger needs to happen after the button is disabled.
Your edited file is attached.
Let me know if this works and if my explanation makes sense!