Forum Discussion
AndyWells-fa87c
10 hours agoCommunity Member
Issues when using a trigger based on the state of multiple objects
Hello, I have a slide that has multiple buttons. A user can select one or more buttons that then changes the state of a "Submit 2" button. The trigger to activate the proceed button uses the condi...
- 8 hours ago
As KendalRasnake-1 said, you could just set the Initial State to Disabled.
For future reference: All the built-in states are based on the Normal state. So instead of using the condition "= Normal," it's better to use "≠Selected."
Nedim
8 hours agoCommunity Member
Your second trigger won’t work unless all states—such as Hover, Down, and Visited—are removed from each button. However, I assume you’d like to keep those states. It seems that you haven’t placed these buttons in a button set, which would make them behave like a group with only one selectable at a time. Anyway, the second trigger should look like the example below, with the Submit button initially disabled.