How do I set up a point system?? Please Help (-_-)

I am trying to set up a simple point system for my game, how will i do that?

Use a “Number” to store the current score. You can send a value to the “+” input to increase it, for example when you touch a coin or destroy an enemy. You can display that Number’s value on the screen by connecting its output to a Label

the hoop has it http://www.flowlab.io/game/play/225037

thanks

???