Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ergilaze
Newbie

Change scenes

I've been looking at https://github.com/rokudev/scenegraph-master-sample and followed the screenStack UI Logic. I initialise the screenStack on MainScene.brs and show my Login screen. After the user logs in, I want to navigate the user to the Home Screen but I'm unable to do so because when I call ShowScreen inside Login.brs, the screenStack is not initialised, even though I did that on my MainScene.brs. Is there a way to change Screens(Groups) from the Login Group itself?

0 Kudos