Forum Discussion
JohanneBrune953
10 months agoCommunity Member
Problem with a trigger
Hello all! I have an issue with a trigger that I've been trying to resolve since last week. Here is a summary of what I need the trigger to do: I have a general slide (slide 1) in a section that take...
JudyNollet
10 months agoSuper Hero
As Ron suggested, it's helpful to share the .story file. However, I'll try to answer based on the info presented.
Since you mentioned the triggers working on another slide, I'd guess that the reason the Close button isn't hidden when the timeline start on this one is that you're using the same CloseButton variable. If that variable is used in the same way on another slide, then it'll already be True when the user reaches this slide.
- Note: For troubleshooting, it's a good idea to show variable references. That lets you see if they are changing when and as expected.
However, you don't even need a trigger to change Close to Hidden. Just set that as its Initial State.
Doing that removes the need for the T/F CloseButton variable and those triggers.
- JohanneBrune95310 months agoCommunity Member
Thanks, Judy! Your solution worked!
- JudyNollet10 months agoSuper Hero
You're welcome! Pay it forward when you can. 😊
Related Content
- 11 months ago
- 4 months ago
- 1 month ago
- 3 days ago