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

2019/12/1

what code do i need to make myself a highscore thingy?

NotABoomer NotABoomer

2019/12/1

#
so im currently still working on my scrolling jumper, and want to get a highscore setuyp for in the "retry"world, but how does one do that?
danpost danpost

2019/12/1

#
NotABoomer wrote...
so im currently still working on my scrolling jumper, and want to get a highscore setuyp for in the "retry"world, but how does one do that?
Use the following line:
private static int highScore;
NotABoomer NotABoomer

2019/12/1

#
and how do i amek the highscore appear in my "retry world"? i ofund some stuff, but thats in java, and not especially for greenfoot, and uses some code i havent learned before
danpost danpost

2019/12/1

#
NotABoomer wrote...
and how do i amek the highscore appear in my "retry world"? i ofund some stuff, but thats in java, and not especially for greenfoot, and uses some code i havent learned before
Please refer to my Value Display Tutorial scenario.
You need to login to post a reply.