Hi!
I have created my main world object for my game and another world which displayes tiled images of all my game levels. What I want is, the main world to switch to the level picker world and after clicking a level's tile, switch back to the main world to display and of course play that level. Every level initialization is done in the main world, but i want to know the number of level selected in the level picker world.
How is this done?