
PicoBlocks - Reference
21
reset
timer
timer
reset
timer
waituntil
>
timer
500
motor
on
waits until the timer
is greater than 500
turns on motor
100 ticks of the timer equals 1 second
Flow Blocks
wait
wait
20
light
off
setlight
color
turns the light pink
waits for 20 ticks (2 seconds)
turns the light off
10 ticks equals 1 second
Default value:
wait 10
waituntil
touch?
motor
on
waituntil
motor
off
turns on motor
waits until the touch sensor is pressed
turns off motor
Waits until
the condition is true.
sets timer to 0