Hello again
I am currently making a jigsaw puzzle on greenfoot.
So obviously I'd like the game to go to the next world once all objects are in their correct places
I got this right now:
if( )
{
Greenfoot.setWorld(new Level1());
}
I don't know what to put in the brackets so that it says if these and these objects are in these and these locations, the command in it will execute
Any help appreciated