Hi there,
I submitted the following as a bug (Case 29908), but I just want to confirm that it is a bug and not me doing something wrong (if it is a bug I am happy to wait)…
Is show() working correctly? It appears that display objects added in show() are not correctly disposed of, I know display objects should be added in Create, but there are times when show() is needed (more dynamic content). If I add text in show() and then transition to another scene and back again it layers up. Is this the way it is supposed to work? Should I manually remove these objects in hide()?
The object, in this case text, is getting put into the sceneGroup (self.view) and transitions off the screen perfectly (so it must be in the group) – however when I transition back the text gets bolder and bolder as it layers up.
I have attached my project files if anyone wants to test it out.
Craig