Game Center confusion

Is it possible to use the same button to do the log in , post score , and view scores? If not .. how do I set up a game center screen? Do I have to go make all the buttons and backgrounds?

Comments

  • Thunder_ChildThunder_Child Member Posts: 2,343

    I was told once you should not use one single function to do that...you should make like an auto login on your fist scene....auto post score/s after a certain Boolean or even has taken place...and have a button to show leaderboards.

    This way it logs in first...automatically...and as they play the game it posts scores...and on a game over scene or even the first scene they can push a button to show leaderboards and at least even then they will have already logged in by then.

  • http_gamesaladhttp_gamesalad Member Posts: 1,340

    @thunder_child auto login? .. how do I do this?

  • LovejoyLovejoy Member Posts: 2,078

    @http_gamesalad said:
    thunder_child auto login? .. how do I do this?

    Just place the login behavior by itself in an actor.

  • http_gamesaladhttp_gamesalad Member Posts: 1,340

    @lovejoy . okay thank you!

Sign In or Register to comment.