Forum Discussion
PoojaDwivedi-4d
9 months agoCommunity Member
Triggers not working
I've incorporated a custom next button into the storyline, implementing disabled and visited states. On a specific slide, I aim for users to explore multiple layers before en...
JudyNollet
9 months agoSuper Hero
There are a few issues:
- The interaction uses Groups as buttons. A Group doesn't have states. Yes, the objects in the Group can have states, but that's harder to control. You don't need multiple objects for your buttons. One rectangle is all you need.
- You can enter text directly in any shape. Just double-click the shape, and type your text.
- You can give the shape a outline.
- You can reformat the shape (such as changing the outline and fill) in any state.
- The interaction has triggers that duplicate what the built-in functionality does.
- When an object has a Hover state, it will automatically change to that state when the user mouses over it. And when there is a Visited state, it will automatically change to that state when the user clicks it.
Together, those issues usually cause problems.
The first slide in the attached file is like your slide, but with the following changes:
- Groups have been replaced by one rectangle each.
- I also gave these meaningful names. That helps with troubleshooting. If you ever upload a .story file, its objects should have meaningful names, too.
- All the triggers for changing to Hover or Visited have been deleted.
- I deleted the Hotspot from the background. As far as I can tell, it isn't used for anything.