Activities/Turtle Art-0.86: Difference between revisions
New page: <noinclude>{{ GoogleTrans-en | es =show | bg =show | zh-CN =show | zh-TW =show | hr =show | cs =show | da =show | nl =show | fi =show | fr =show | de =show | el =show | hi =show | it =show... |
|||
| Line 38: | Line 38: | ||
You add blocks to your program by clicking on or dragging them from the palette to the main area. You can delete a block by dragging it back onto the palette. Click anywhere on a "stack" of blocks to start executing that stack or by clicking in the Rabbit (fast) or Turtle (slow) buttons on the Project Toolbar. | You add blocks to your program by clicking on or dragging them from the palette to the main area. You can delete a block by dragging it back onto the palette. Click anywhere on a "stack" of blocks to start executing that stack or by clicking in the Rabbit (fast) or Turtle (slow) buttons on the Project Toolbar. | ||
[[Image:TA-turtle-palette.png]] | [[Image:TA-turtle-palette.png]] [[Image:TA-forward-example.png]] [[Image:TA-heading-example.png]] | ||
[[Image:TA-forward-example.png]] | |||
===The Turtle Palette (green)=== | ===The Turtle Palette (green)=== | ||
| Line 58: | Line 56: | ||
**angles are degrees from 0 to 360 (for larger values and smaller values all multiples of 360 are subtracted or added to get the value into the range 0..360). | **angles are degrees from 0 to 360 (for larger values and smaller values all multiples of 360 are subtracted or added to get the value into the range 0..360). | ||
** Example: 90 means a right angle clockwise, –30 means a 30 degree angle counterclockwise | ** Example: 90 means a right angle clockwise, –30 means a 30 degree angle counterclockwise | ||
==Palettes== | ==Palettes== | ||
There are other palettes of program elements available for program construction. | There are other palettes of program elements available for program construction. | ||