Activities/Turtle Art: Difference between revisions
| Line 283: | Line 283: | ||
These blocks are for defining variables and subroutines. | These blocks are for defining variables and subroutines. | ||
* action 1: top of action 1 stack | * action 1: top of action 1 stack (Only available with Turtle Blocks) | ||
* action 1: execute action 1 stack | * action 1: execute action 1 stack (Only available with Turtle Blocks) | ||
* action 2: top of action 2 stack | * action 2: top of action 2 stack (Only available with Turtle Blocks) | ||
* action 2: execute action 2 stack | * action 2: execute action 2 stack (Only available with Turtle Blocks) | ||
* action: top of named action stack | * action: top of named action stack | ||
* action: execute named action stack | * action: execute named action stack | ||
* store in box 1: store a number, string, or media object in box 1 | * store in box 1: store a number, string, or media object in box 1 (Only available with Turtle Blocks) | ||
* store in box 2: store a number, string, or media object in box 2 | * store in box 2: store a number, string, or media object in box 2 (Only available with Turtle Blocks) | ||
* text: string input | * text: string input | ||
* box 1: current value of box 1 (can be used in place of a number block) | * box 1: current value of box 1 (can be used in place of a number block) (Only available with Turtle Blocks) | ||
* box 2: current value of box 2 (can be used in place of a number block) | * box 2: current value of box 2 (can be used in place of a number block) (Only available with Turtle Blocks) | ||
* box: current value of named box (can be used in place of a number block) | * box: current value of named box (can be used in place of a number block) | ||
* store in: store a number, string, or media object in a named box | * store in: store a number, string, or media object in a named box | ||