#delay

12 messages · Page 1 of 1 (latest)

crystal robin
#

How do I see how much time is left in a delay

vague grove
#

You could do a loop tho

#

Like a timer

#

Set a delay for how long you want it to be

#

And when you click run it starts a loops for 1 second (another delay chip)

#

So for the 1 second delay chip make it ofc one second.
And after delay it runs again

#

When it runs again make a int variable that adds 1 every time when clicked

#

And on the output of the int variable

#

Subtract that part (by how many seconds you made your first delay chip)

#

Then you should be done

#

Just hook it up to string and text or subtext