Difference between revisions of "Activities/Turtle Art/Flow"

From Sugar Labs
Jump to navigation Jump to search
 
Line 3: Line 3:
  
 
===The Flow Palette (orange)===
 
===The Flow Palette (orange)===
 +
THIS PAGE IS OUT OF DATE SEE [[Activities/Turtle_Art#Flow_Palette]]
  
 
====examples (5)====
 
====examples (5)====

Latest revision as of 05:13, 1 December 2010

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