I am making a maze game which is called MyWorld, and when the player gets to an orb it will bring them to a new world which will display a question and four option buttons. Each option button is connected to a response page which is also another world. On the response page there is button that I want to be able to bring the player back to where they left off on the maze board (MyWorld). So what I have right now is that I am trying to save the current instance of MyWorld and some how pass into each question and response page so the player can return back to where they left off. However the issue that I'm having right now is that the "world" variable that I am passing into other World class it says is null. So I was wondering how do I save the current instance of "MyWorld" so that I can pass it into other worlds? If you need to see some code to better understand what I'm trying to do let me know.
I look forward to hear from you guys.
Thanks!