"EnTerr" wrote:
There seems to be general agreement amongst RSG experts that one should not try to use more than one Scene - instead use different Group nodes under the one and only scene. I.e. make your logical screens/scenes inherit from Group and replace one as a child with the other under the-one-and-only Scene. Or attach them both but flip the visible bit on each to transition
Thank you very much for your reply! Okay, then I will just use the initial scene. So, the logic of how the screens should open up should be in the main.brs... would you recommend to read the message from the port in order to establish when to open which the scene? Is there a way to share information between scenes?
For example, right now I have a working scene in which movies are displayed and played when selected, but I still need to add a category for the series. I wanted to open a second scene containing the information and episodes of them based on the selected item. Maybe my approach is wrong.
Also, I wanted to add a middle scene in which the user can select if they want subtitles and else, another reason why I wanted to be able to call other scenes.