HighScore Scene

yasoofxyasoofx Member Posts: 332
Hello, Can anyone tell me how to make a high score scene that give me the ipad/iphone's top 10 scores

Comments

  • richiconrichicon Member, PRO Posts: 55
    I don't think there is any way to do that - call data from Game Center - the only thing you can do is add a Game Center View Leaderboards button.
  • BoomshackBarryBoomshackBarry Member Posts: 712
    I don't think there is any way to do that - call data from Game Center - the only thing you can do is add a Game Center View Leaderboards button.
    @yasoofx didn't actually mention Game Center, you can definitely do this locally with your own high score system, it would just be a case of saving the top scores to attributes or a table, and then recalling them on the high score screen.

  • yasoofxyasoofx Member Posts: 332
    I don't think there is any way to do that - call data from Game Center - the only thing you can do is add a Game Center View Leaderboards button.
    @yasoofx didn't actually mention Game Center, you can definitely do this locally with your own high score system, it would just be a case of saving the top scores to attributes or a table, and then recalling them on the high score screen.

    I don't think there is any way to do that - call data from Game Center - the only thing you can do is add a Game Center View Leaderboards button.
    i want the locally one, Plus is there a way i can make people rename it?
  • HC_DKHC_DK Member Posts: 92
    As allready mentioned, save the scores in a table. Compare after each game the current score with your highscore table, add ROW/COL with new score if needed and delete last ROW/COL in table.
    Do you want to input name when new highscore is added and afterwards being able to rename the name or ??
  • yasoofxyasoofx Member Posts: 332
    As allready mentioned, save the scores in a table. Compare after each game the current score with your highscore table, add ROW/COL with new score if needed and delete last ROW/COL in table.
    Do you want to input name when new highscore is added and afterwards being able to rename the name or ??
    I want it when they finish the game it will tell them to write the name

  • HC_DKHC_DK Member Posts: 92
    Use the Keyboard Input behavior and save it in the table as well ;-)
  • yasoofxyasoofx Member Posts: 332
    Use the Keyboard Input behavior and save it in the table as well ;-)
    Thanks Bro
Sign In or Register to comment.