score and time help
hello family, someone could help me add time and score a game I can pay my 3d designs which is what good management, any logo to your website etc, what I need is to put a timer and when it reaches 0 if not have completed the level you take a life, and punctuation after the longer you win more points on the same if you catch the stars of the game, thanks guys.
Comments
1 - Create a game attribute... level.time
2 - Give it a value... like 90 seconds
3 - create a start time.
4 - Create game attribute... countdown.
If button is pressed. Set Start.time to Game.time.
Countdown is true
If Level.time is less than game.time-start.time
...and count down is true
Then Game Over