Activities/Turtle Art/Plugins: Difference between revisions
| Line 100: | Line 100: | ||
* circle: add a circle object at the current turtle x,y position | * circle: add a circle object at the current turtle x,y position | ||
* rectangle: add a rectangle object at the current turtle x,y position | * rectangle: add a rectangle object at the current turtle x,y position | ||
* | * gear: add a gear object at the current turtle x,y position with the number of teeth as the argument | ||
* motor: add a motor at the current turtle x,y position (attached to the object at this position) | * motor: add a motor at the current turtle x,y position (attached to the object at this position) | ||
* pin: add a pin at the current turtle x,y position (attached to the object at this position) | * pin: add a pin at the current turtle x,y position (attached to the object at this position) | ||