Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
I think the easiest way to do time within a single level is to place a timer. Set the target time to really high then wire the current time slider directly into a set score.
Post current score with the button press.
Visualise the time by wiring the same currnt time slider into a number gadget. Give the number gadget some decimal places or even set to display in milliseconds if that’s appropriate.
If you want to track a single time over multiple levels you can but that’s a bit more involved. You need to use variable gadgets to store the time between levels. Posting the final time in the last level. You may also want to change the way you measure time. E.g. count time in frames (30 per second in logic)
K