In my game there are two buttons, both actors in the same class. How do I make it so that when the mouse clicks on each of these the world is set to a different one?
Add an instance field to the button class to hold the text of the button (if you do not already have that field). Use the value of that 'String' to determine the world to proceed to. If you do not really understand, show your button class code.