I am trying to create a simple timer that counts down from 1 minute. I have found a link on how to create it in App Lab, but I am trying to make it in Game Lab.
The easiest way to program a timer in Game Lab is to check World.seconds
within the draw loop. Here’s a quick example
1 Like
Perfect! Thank you so much!!!