Pages: 1
Topic closed
how do you set a timer?and make it take away a second every second?
Offline
like this:<when flag clicked>set (Variable) Timer to 60Forever:wait 1 secschange (Variable) Timer by -1That should work.