How to set up the scores in Corona sdk?

Good morning,

I am developing a video game with the lua programming code.
In the game the boy has to jump over obstacles and save the animals. when it goes on an animal the score increases and that animal disappears
how do I set the scores?

thank you

Well, that’s impossible to answer without knowing how you are storing your scores.

In the simpest case it’s just a matter of increasing a variable like score = score + 1, but I get the feeling that’s not what you are really asking… :slight_smile:

Have you got the other parts of the game working, with the jumping and stuff?