Hi,
I have a scene where initial variables are set in the beginning and then changed throughout the script and in modules. I know that once Corona creates a scene and goes to another, it keeps the old scene in memory for performance reasons.
However, when I get back to this scene it doesn’t function as expected because none of the variables are what they are initially supposed to be. How should I go about this? How do you guys handle this problem?
Thanks in advance.