How do you make a score board which displays other peoples nick names and scores on


addObject(new ScoreBoard(600, 600), getWidth() / 2, getHeight() / 2);//add the scoreboard if (UserInfo.isStorageAvailable()) {//test to see if your data is avalable(logged in) UserInfo myInfo = UserInfo.getMyInfo(); set myInfo to UserInfo if (SCORE> myInfo.getScore()) //test to see if your score is better than your last { myInfo.setScore(SCORE);set the score to your info myInfo.store(); store the info }