I encountered a problem running two of my Corona apps simultanously.
I don’t know, if it is a bug, or if I’m doing something wrong.
I created two simple puzzle games for kids using
director = require(“director”)
game = require( “beebegames” )
slideView = require(“slideView”)
After I’ve finished one game I created another identical with new graphics but based on the code of the first one.
Now I encounter the problem, when I start one of those games it runs perfectly. But when I keep one started game running (in the background of the device) and want to start the other it looks like the loading screen will appear, but the game doesn’t move on and I end up with a white screen. It only works from there if I cancel both games and start one of both. The problem appears for both games… the first started one works, the secons stalls.
Do you have a solution for this?
Maybe some global variables of the same name causing this?
What about an IO-Function used in the game?
I really appreciate every help on this problem because I have no idea what to look at to solve this problem.
Until now I thought every app always is working without interfering with other apps.
Thank you for your help!
D. Mach
[import]uid: 137572 topic_id: 29650 reply_id: 329650[/import]