Forum Discussion
BryanBraley-c32
2 years agoCommunity Member
Variable adjustment not working correctly after update.
I have developed a jeopardy-style gameboard. When I developed it a month ago, it was working as expected. The board has 15 clickable buttons to take you to different questions. I have a variable tha...
JudyNollet
2 years agoSuper Hero
It works in the attached file. All I did was change the conditions. Instead of checking whether the button state equals Normal, it now checks that it doesn't equal Visited.
- FYI: "Normal" underlies all the states, so it's better to avoid conditions that refer to that state. Because sometimes it works, but not always...
BTW, the 1st button has a Selected state. That should be deleted. It's not needed, since the user leaves the slide before seeing that state. And, because the buttons aren't in a button set, the button stays in that state, even when other buttons are selected.
Finally, hurray for you preparing a test .story file! I appreciate getting a simple file for troubleshooting. 😄