Gather coins and jump through this platformer adventure.
[quote=CircaPrime]
How did you manage to reset the points to the previous points they had if they died?
[/quote]
You create a variable that stores the score at the end of the last level. Then when the layout restarts you set the score back to that variable. (I'm assuming that's how they did it)