Activities/Turtle Art: Difference between revisions
| Line 374: | Line 374: | ||
These are a collection of extra blocks for accessing advanced features only available in Turtle Blocks. | These are a collection of extra blocks for accessing advanced features only available in Turtle Blocks. | ||
* push: push value onto FILO (first-in last-out) heap | * push: push value onto FILO (first-in last-out) heap | ||
* show heap: show FILO in status block | * show heap: show FILO in status block | ||
* pop: pop value off of the FILO (can be used in place of a number block) | * pop: pop value off of the FILO (can be used in place of a number block) | ||
* empty heap: empty the FILO | * empty heap: empty the FILO | ||
| Line 393: | Line 392: | ||
* bottom of stack: block to denote the bottom of a collapsible stack | * bottom of stack: block to denote the bottom of a collapsible stack | ||
:: To use the collapsible-stack blocks, place them around the blocks you want to hide | :: To use the collapsible-stack blocks, place them around the blocks you want to hide | ||
* turtle shell: import a image from the Journal to use as the turtle's 'shell', i.e., replace the turtle with a sprite. | * turtle shell: import a image from the Journal to use as the turtle's 'shell', i.e., replace the turtle with a sprite. | ||