Forum Discussion
KrisShenenbe782
7 months agoCommunity Member
Branching If/Then Navigation Question
Hi all,
I'm a little frustrated that I can't get this right. I haven't found anything when I search, but I don't know what search terms to use. Here's a basic break down of what I have.
I have ...
AndrewHanley
7 months agoCommunity Member
So first, in your Variables window, add a new T/F variable and call it something like "button2Pressed". It's starting/default setting should be FALSE.
Now, on your Button 2, before the "jump to slide" trigger, add a new trigger which says "Change state of button2Pressed to TRUE when User Clicks"
Finally, on the first slide of Scene 1, find the Prev button, and delete the trigger that is there.
Add 2 new triggers to the Prev button:
Jump to Slide <end of Scene 2> when user clicks, if button2Pressed = TRUE
Jump to Slide <Scene 0> when user clicks, if button2Pressed = FALSE
Thats it! :)