I've been trying to use Go to layout(by name) for quite a while and I have not been able to get it to work.
I have a layout called "2". When the player reaches the end of level 1 the global variable CurrLevel is set to the integer 2.
Then in the Go to layout(by name) field I've tried:
"" & CurrLevel
"CurrLevel"
str(CurrLevel)
None of these work. I know the code itself is executing because it works fine when I just use Go to layout and select from the drop down.
Any help on this small issue?