Score doesn't continue on each level

I cant get the score continue when I move to the next level. It restart to zero, what do I need to do so it the players score just continues.

Here is my game. Please help

http://www.flowlab.io/game/play/379715

Use the SAVE and load function

*read

:-c…okay

So I attached my point to save or read? and do i just do this on level one?

Not at all!

Use once to read, and the DONE goes to the scoreboard.

Screen Shot 2016-03-25 at 1.14.36 PM

This is the image of what I am looking at on my player. I attached it to read. What do I attach to done?

I am sorry I have never made a game before so this is all new to me.

Make the number (originally going into the label) go into SAVE.

Once goes to READ
DONE goes to the label showing the score

okay i did what you said but now it shows my score of 40 but as soon as i hit a enemy in level 2 it goes back to 10…what did i do wrong

and now when it restarts the game it doesn’t restart the score?

If you edit your object then click properties->“keep between levels” then the object’s state will be saved between levels, and it will not be reset. This is much simpler than trying to manually save/load the score each time.