We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I am working on a project where I need to repetitively cycle through a time interval in seconds limited to something other that 60 seconds. The seconds() function only cycles through 60 seconds. Is there a way to reset it on command? When your program starts running, where is the 0 second reference?
Answers
https://Processing.org/reference/millis_.html
thanks GoTpLoop