This site requires JavaScript, please enable it in your browser!
Greenfoot
Username
Password
Remember Me?
Sign Up, Lost Password
Activity
About
Documentation
Download
Discuss
Scenarios
LOSERrr
wrote ...
2024/6/6
I want to reset the world using this code, butonly after like 7 seven seconds and not immediately
LOSERrr
2024/6/6
#
Greenfoot.setWorld(new FruitZone());
danpost
2024/6/7
#
LOSERrr wrote...
?
1
Greenfoot.setWorld(
new
FruitZone());
Try putting the following line along with the given line:
?
1
Greenfoot.delay(
400
);
You need to login to post a reply.
X