This site requires JavaScript, please enable it in your browser!
Greenfoot back
Jin-Ho
Jin-Ho wrote ...

2013/5/21

Jigsaw help again

Jin-Ho Jin-Ho

2013/5/21

#
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
danpost danpost

2013/5/21

#
if(puzzleCompleted()) Then write the method (called 'puzzleCompleted') that checks the location of each piece. If all the pieces are in the correct place, return a true value else return false.
hi father
danpost danpost

2013/5/21

#
@danpost_is_my_father, cute user name, but totally inaccurate.
You need to login to post a reply.