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

2024/6/6

I want to reset the world using this code, butonly after like 7 seven seconds and not immediately

LOSERrr LOSERrr

2024/6/6

#
Greenfoot.setWorld(new FruitZone());
danpost danpost

2024/6/7

#
LOSERrr wrote...
Greenfoot.setWorld(new FruitZone());
Try putting the following line along with the given line:
Greenfoot.delay(400);
You need to login to post a reply.