How to Make a checkpoint ?

ikadikad Member Posts: 58
edited October 2014 in Working with GS (Mac)

Hello ,

I want to make a " continue" button in main menu of my game
And make the player complete the game from checkpoint ..

So that i can load location ,health and score .

Any idea?

Best Answer

  • JohnPapiomitisJohnPapiomitis Posts: 6,256
    Accepted Answer

    Save all the attributes for the health, score, position, ect when they reach the checkpoint. Then have load attribute behaviors and load all those attributes you saved when the continue button is pressed.

Answers

  • ikadikad Member Posts: 58
    edited October 2014

    @JohnPapiomitis said:
    Save all the attributes for the health, score, position, ect when they reach the checkpoint. Then have load attribute behaviors and load all those attributes you saved when the continue button is pressed.

     Thank you ..
    then.. no need to use tables ?

    ...

    i did what u said but
    the scene didn't change ?
    how can i change the scene to level that the player checked point ?

Sign In or Register to comment.