I have 4 layouts, and a global variable named exactly "Layout Jump". The layouts are:
*Beginning
*Middle
*Power down
*Ending
When the "Power down" layout goes to the "Ending" layout, the global variable begins here and sets itself to '2' at Start of "Ending" layout. After the "Ending" layout finishes, the game restarts to the "Beginning" layout.
Now, I'm trying to do two things:
1. Make the "Power down" layout recognize that the Global variable value (using "Set Value") is '2' and then go back to the "Beginning" layout. My GV code in the "Power down" layout is:
Is global variable 'Layout Jump' equal to 2 -----> Go to Layout "Beginning"
... but it's ignoring this command.
2. Make the "Beginning" layout recognize that the Global variable value is '2' also, thus causing the program to skip the "Middle" layout and go straight to the "Power down" layout.
In a nuthsell, I only want the "Middle" and "Ending" layouts to play once and then never play again.
I've got several Global variables working perfectly right now, but this one has me pulling my hair out... please help me before I go completely bald!