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

2017/9/18

end screen

kunaguero 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 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 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 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.