Reset sets the timer to 0. The timer always counts upward. If you want a timer that counts 60 seconds, try this:
[blocks]<reset timer>
<wait until><( <timer> <>> 60 )>[/blocks]
Offline
the timer always runs. If you want, you can use a variable as a timer.
As in:
Set (variable) to (a number)
Repeat until (variable) = 0
Change variable by -1
Wait 1 second
End Repeat
Offline
prokohtu wrote:
How can I stop the timer when I want? Please, help.
You can't. Even when a project is topped, the timer runs. But you can use a varible to store the timers value.
[blocks]
<when I receive[ stop timer
<set{ mytime }to( <timer>
[/blocks]
Offline