Remove the HighScore class and everything dealing with it. UserInfo is not accessible from a jar file and java security prevents access to it on the greenfoot site. You can keep a session high score that will work everywhere by using a static field. Permanent high score could be read and written to a file within your project; but, this also will not work on the greenfoot site.
Ok Thanks, it Works! but how exactly do i make a saved highscore in a jar file?
I personally did not try it on one of my scenarios,
@Super_Hippo, could you do me a favor ... open up my Private Messaging scenario (while logged in) and post here the message I just left you (to test it out).
Maybe the latest java update corrected something that was causing issues preventing data to be stored (and throwing an exception).
@Super_Hippo, I was going to upload a copy of that scenario and test with it. I forgot to change the title when uploading, so it just updated the old one (with no changes). However, It appears UserInfo is working okay now. Thanks for the assist.