My best advice is to use local storage. You can store a variable (such as high score) or maybe the level you're on. You then just have to adapt the code to run off of this. For example, load a level with
Load("level "+(your variable))
You can save all the things that matter such as: coins, health, powerup booleans, ect...