No one seems to talk about interval milliseconds and I can’t seem to find information on it anywhere. If you don’t mind, please take a look at my timer. It doesn’t work though I can’t seem to find a problem.
Pretty sure you need an in Timer1 call Start block. But I haven’t had much luck with timer’s myself!
There’s some more info about timers here:
https://docs.thunkable.com/timer
I think the interval (in milliseconds) is how often the timer can create an event that you can use for whatever purpose you need (e.g. changing a variable by 1).
Is the in Timer1 call start block the same as the from Timer1 set enabled to true block?
I suppose it is according to the documentation. Hmm. Sorry, I wasn’t very helpful!