scorecard between levels

hey guys, I am looking to add a points system for my game. For example a collision with a coin would display 1. Collision with the next coin would display 2. Also the number that is generated from colliding with the coins needs to carry onto the next level so for example if level one has 6 coins then on the start of level two the scoreboard should read 6 ready to take the value of 7 when the new coin is collided with. Help me out guys I cant figure this one out Thank you

Add a collision and select your coin object.Then connect it to + on a number.Connect that to a label that says "0."Then go to the properties of your object and click "keep between levels.

Hoped this helped.

ok, so for coin collecting here is an example

If you want to keep the scores across levels, either keep your player object across levels (click object->edit->properties->“keep between levels”) or: make a new object just for keeping score, and set that one to keep between levels, then send a message to that scorekeeping object each time you touch a coin.

how do we send the message to the scorekeeping object?

@klios578, this discussion is from 2016 and it pushes old discussions to the top of the forum.
Other than using a message, I’m not sure what your looking for…

If you could please create a new discussion with a little more detail and a link to your game, I’ll be gladly to help you (with screenshots).