Avançar para o conteúdo principal

Pesquisa

Scoreboard: Can it contain a time taken to complete a task?

  • Magus0Mind00

    Are you trying to display this in game, or have it factored into leaderboard scores?

    For in-game you can wire a timer to a number display. For final score, you’ll want to create your own microchip and come up with a scoring system. For example you could use a timer, calculator, and score modifier gadgets to subtract the total time from the score they had when a win condition is triggered by some other logic.

    Hope this makes sense and gets you testing ideas ??

  • OreganoSpindle

    I added a timer to a counter for this.
    Set the timer to 1 second and make it reset when finished, then every time it finishes, add 1 to the counter.
    (This was easier for me than trying the score straight to a timer)

  • Cupra-AL

    Thanks for your replies. I have the timer & a lost ball count in the game and that runs fine, it was to show this specific information on a scoreboard, but from reading more info I think the scoreboard is limited in that it will only show a score (obviously), but the time I keep seeing is actually the time the person played the game, and not a variable from the game?
    I think your idea for using a chip etc to factor the game time multiplied by the lost ball count etc can give me what I want.
    The logic for me in Dreams is a lot of trial and error but you can gain more information this way, well, that's my take on it.
    (Oregano, FYI I do have a counter for the lost ball count)

    Cheers.

iniciar sessão para comentar.