Hi,
I have two files homescreen.lua and gamescreen.lua - I use transition.to to transition back and forth between these screens (No storyboard). I have (to the best of my knowledge) ensured that all display objects are under the main group for each screen (homeGroup and gameScreenGroup).
Sometimes, but not always, I get a situation (on the iPhone, not in the simulator so far) where transitioning from home screen to game screen renders the game screen on top of the home screen.
In the past, when this happened, this was fixed by finding some display object that was not added in the main group’s hierarchy. However, I am unable to find any such unaccounted display object.
How do I go about debugging and fixing this?
Thanks
Anand