Activities/Turtle Art/Toolbars: Difference between revisions
Line 117: | Line 117: | ||
* fill screen: fill the screen with a color/shade and reposition the turtle in the center of the screen | * fill screen: fill the screen with a color/shade and reposition the turtle in the center of the screen | ||
* pen size: width of the line drawn by the turtle (can be used in place of a number block) | * pen size: width of the line drawn by the turtle (can be used in place of a number block) | ||
* set color: sets the pen color | |||
* set shade: sets the pen shade | |||
* set gray: sets the gray-level of the pen (Only available in Turtle Blocks) | |||
* color: current pen color (can be used in place of a number block) | |||
* shade: current pen shade (can be used in place of a number block) | |||
* gray: current pen gray level (can be used in place of a number block) (Only available in Turtle Blocks) | |||
* start fill: starts a filled polygon (straight sides, not arcs) | * start fill: starts a filled polygon (straight sides, not arcs) | ||
* end fill: ends a fill polygon (straight sides, not arcs) | * end fill: ends a fill polygon (straight sides, not arcs) |