Hello to all!
I wanted some help on how to create a scoring system, a score that I want to do that every second I aumenti.E then when I lose I get a screen with the total points.
I have done so, but I can not see the screen to do the score, but only in the terminal:
scoretext = display.newText(“Score :”, 10, 3, native.systemFont, 15)
local scoretext
local score = 0
local function countDown ()
score = score + 20
print ("Score: "…score)
end
scoretext = timer.performWithDelay(1000, countDown, 0)
Sorry for the English, but I’m using the translator.
I have to learn English well