How do i make a coin?

So I already have my coins made and my character can collect them but I want to make a bar so when I collect the coin it goes up so the coin is actually worth something, How do I do that?

Give your sprite the behavior Collision with coin> Number> Label, labeled 0.
Hope that helps.

Or you can look at the behaviors in Grazer’s monkey game. That’s where I learned

I learned by making HEALTH and then adapted to coins. so you have a collision with coin then number (probably 1) then plug that into another number (if you want to have the coins do something then do this)through the + one. Last connect it into bar :smiley: