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
kunaguero
wrote ...
2017/9/18
end screen
kunaguero
2017/9/18
#
i have just started using greenfoot and im extremely new to coding in general. i need to create a end screen for my game but i want the end screen to only pop up when the player has -1 points. replying asap would be the best thank you,
danpost
2017/9/18
#
kunaguero wrote...
i want the end screen to only pop up when the player has -1 points.
Then, perform the check when the points change (or drop) -- 'if points is less than zero, add end screen to world'.
kunaguero
2017/9/20
#
how would i write that in code, forgive me im a noob and have no idea how to code it.
danpost
2017/9/20
#
kunaguero wrote...
how would i write that in code, forgive me im a noob and have no idea how to code it.
Please refer to
this page
of the java tutorials.
You need to login to post a reply.
X