Forum Discussion
Help with variables and conditions
Very smart to map the branching in advance! It looks like you've got a good plan.
For this sort of tracking, I like to use T/F variables, with a default value of False. Change that to True on the last slide of the corresponding section (or at another appropriate place).
- Since you just need to know whether any scenario has been viewed in full, you only need 1 variable for tracking. That'll simplify your programming.
I'm wondering what the difference is between the initial and abbreviated scenarios. If they use some of the same content (that is, some slides would be identical), you could keep all of the content in one scene. Then trigger the NEXT button to follow a given path based on the value of the tracking variable. With that method, you don't have to maintain multiple copies of the same content.
Good luck!
Thank you @JudyNollet! I will edit this again - you're right, I can probably keep all the content in one scene - the first view will provide more slides on using a conflict management model. The second viewing will just use the scene with a video with headlines that show the steps in the model as the manager character is using them. Thanks again, I'll try this approach!
- JudyNollet3 years agoSuper Hero
The final users won't know whether you used one or multiple scenes. So that decision really depends on personal preference. If putting each scenario in a separate scene helps you with development, then do it. :-)