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

2013/1/20

Next Greenfoot version suggestion

Game/maniac Game/maniac

2013/1/20

#
Could you add an option to the publish screen to open the user data up to the public, because I have a scenario which is too small for a score board to fit on. So a way to let the public download the User Data sheet would be great!
danpost danpost

2013/1/20

#
How would that allow the score board to fit? Each user is given 11 integers and 5 strings of 50 characters. If you cannot fit one user's data in one UserInfo storage block, then you would not be able to fit 10 user's data in 10 UserInfo storage blocks (as so on). Opening the data to the public will not give you any more storage, and each user would still only be able to change their own block anyway.
Game/maniac Game/maniac

2013/1/20

#
The score board GUI is what I meant
Game/maniac Game/maniac

2013/1/20

#
I cant get it to show on my scenario because the size of the scenario is too small
danpost danpost

2013/1/20

#
I think what you mean is the ScoreBoard support class provided with the later version(s) of Greenfoot. You can either modify the code by adjusting the image sizes and the locations at which they are drawn on the main image; or, create your own class code to fit.
Game/maniac Game/maniac

2013/1/21

#
I don't know how to use the user info class though
Game/maniac Game/maniac

2013/1/21

#
and the last time I tried to edit the score board class, I messed up and it only showed one score
danpost danpost

2013/1/21

#
What 'super' call are you using for your world?
You need to login to post a reply.