Activities/Turtle Art: Difference between revisions
| Line 634: | Line 634: | ||
PALETTES = [['forward', 'back', 'clean', 'left', 'right', 'show', | PALETTES = [['forward', 'back', 'clean', 'left', 'right', 'show', | ||
'seth', 'setxy', 'heading', 'xcor', 'ycor', 'setscale', | |||
'arc', 'scale', 'left', 'top', 'right', 'bottom', 'uturn'], | 'arc', 'scale', 'left', 'top', 'right', 'bottom', 'uturn'], | ||
['penup','pendown', 'setpensize', 'fillscreen', 'pensize',... | |||
(2) Then we'd add it to one of the block-style definitions. Since it takes | (2) Then we'd add it to one of the block-style definitions. Since it takes | ||