How to Make a checkpoint ?
ikad
Member Posts: 58
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
-
JohnPapiomitis Posts: 6,256
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
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 ?