Forum Discussion
ManhNguyen-ea6e
3 years agoCommunity Member
changing state of an object ona different slide
Hi!
there have been discussions on this in the past (over 13yrs ago) and STL has evolved so much since, so the buttons/names in the triggers have changed. i am a newb!
please see the image: ca...
JudyNollet
3 years agoSuper Hero
Yes, that makes sense.
The basic programming works the same whether the user returns to the menu slide after visiting each section/slide, or whether they step through the sections/slides using the Next button.
In your project, you can still use variables to track that the user has visited slides 1.6 - 1.10.
- Each slide could have a trigger that adjusts its corresponding variable to True. That could be done when the timeline starts, or when they finish any interaction on the slide.
- If they use the Next button to visit each of those slides, all the variables will be True when they return to 1.5.
And the triggers on 1.5 could change the states of the objects when the timeline starts based on the value of the variables.
ManhNguyen-ea6e
3 years agoCommunity Member
thanks Judy,
how do I set up the true/false? and the triggers? i have been trying to no avail. i must be doing something wrong
Related Content
- 5 months ago
- 10 months ago