Hello world,
I was wondering how I can switch which world I'm using, for instance, I'm making a menu, how do I make it that if I press the "Instructions" actor, that it will switch to the "Instructions_Menu" world?
Thanks!


if (Greenfoot.mouseClicked(this)) Greenfoot.setWorld(new "Instructions_Menu"())