Questions tagged as 'corona'

1
answer

Corona SDK: Avoid scoring 2 times at the same level

I want to avoid using a sentence, score 2 times at the same level of the game. This script controls access to game levels: local scene = storyboard.newScene() levels = { 1, 2, 2, 2, 2, --1 nivel abierto para jugar (level.png) 2, 2, 2, 2,...
asked by 05.11.2016 / 11:18
2
answers

Problem subtracting points with a counter

I created this script to subtract points from a game, and it works, but not as I want, I explain: "initialtime" shows me 500 on the display, at this 500 I want to subtract the elapsed time of the "clockText" counter every time "ball" touches...
asked by 28.10.2016 / 22:41