Activities/Turtle Art/Flow

From Sugar Labs
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
english | español | HowTo [ID# 59806] 


The Flow Palette (orange)

THIS PAGE IS OUT OF DATE SEE Activities/Turtle_Art#Flow_Palette

examples (5)

TA-if-example.png

descriptions (5)

TA-wait.png Wait(number) wait specified number of seconds
TA-forever.svg Forever[stack] (no continuation)
TA-repeat.png Repeat(number)[stack] loop specified number of times
TA-if.png If(condition)[then] uses boolean operators from Numbers palette
TA-ifelse.png -If(condition)[then][else] uses boolean operators from Numbers palette
TA-stopstack.png Stop Stack No continuation of current action
TA-hor.png horizontal spacer jog stack right
TA-ver.png vertical spacer jog stack down