Hi guys, quick question:
I have two global variables for layout Game:
shredCounter = 2
zeroCounter = 5
When I load the EndGame layout, to end the game, I'm trying to retain the values, but it seems if I call use these variable from the previous layout, the value has reset to 0 and didn't retain the values of 2 and 5. Given they are global variables, why doesn't the EndGame layout retain the values? And how can I fix it?
Thanks,
Brandon