Scorboards and times
Hi!
I'm having difficulties to understand how to post times to a scoreboard. When a player finish my level, I have 2 variables that contains 2 times. When I display these variables using a Number Displayer, they display the times I want to post (see attached picture).
But when I post scores containing these values, the resulting scoreboards (configured to display times) display a time that do not match these values (times on the scorboards were less than 1 seconds).
Am I missing something? Does it have to do with the timer's max value or the variable range?
Any help is appreciated :)
-
The score gadget only posts a score to the scoreboard when the 'post score' input is triggered. Be sure to send a signal into this input when the race is complete and the scoreboard should work correctly.
Hope this helps :) Peter -
Thanks for your answer, but I've already triggered the post score input, I got the times posted, but the issue was not the post, it was the value displayed on the scoreboards (times were displayed as 0.18s or 0.15s instead of the 3 or 4 minutes I was expecting).
I'll give it another try tonight. What value is expected in the score when posting a time? Is it a number of frame (considering 30 frames per second)? -
OK I think I understand. My timer was set to count to 1000 seconds. It's output vas à value between 0 and 1. In a number displayer set to the same range time is displayed as expected but the scoreboard need a tile second. I multiplied the value by 1000 and got it working
댓글을 남기려면 로그인하세요.