I need to be able to have a timer that stops after 30 seconds for a project I'm doing.
Use the clock component
Taifun
You mean 30000
Interval is in milliseconds, so for 30 seconds you would need 30000 milliseconds.
Oh sorry.
Thanks for pointing out.
Thank you! I'll try and see if it works.
For a project I'm doing I need to be able to stop a timer after 30 seconds. Once it stops, it should take you to a new screen. How would I do that?
use the "open another screen" block in the clock timer event.