Hi again everyone!
I just got my main game logic cycling from title layout (1), character select layout (3) , main game (2), then to continue or quit (6), then back to title (1) if quit.
Now, the weird issue is, that after I go from the title(1) to character select , the character select layout (3) should go to layout 2 as always.. but - it doesn't, it goes to title (layout 1).
This only happens on the second playthrough of the game loop, the first time around its fine... there are no other events in that layout to take me back layout 1..
so confused by this - can anyone help?
*UPDATE*
on further examination, I was testing the LAYOUT object - and this might be causing the issue , deleted it and tried a quick jump back to title with it deleted and it was OK - I guess this is one of the bugs?