How do I restrict a Timer to be only 30 seconds?

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



Try this ( don't know how much it will work. Just try.). :smiley: .

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.