I'm trying to figure out how to have switching between worlds. I have created several new subclasses of the world. I want to know if there's a way of switching between the worlds when the actor is at a certain edge of the world. (eg. say the player is at the top edge of world1 so he goes to world2. but if he's at the right edge, then he goes to say, world3) can anybody help me with this. I've searched through my greenfoot book, but it doesn't even tell me how to switch between two worlds.