Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
Re: How to create a setInterval kind of thing in roku
One way to approach it: Basically while your main loop is running, have a roTimespan counting up, and check it every loop. Once it's as large as you want (seconds or milliseconds), do what you want and reset the counter to 0.