Skip to content

Commit

Permalink
Update lab_12.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bwatsky committed Jul 9, 2015
1 parent c57ece2 commit 6179ad7
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions lab_12.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,37 @@ In this lab, you will explore the functionality of some common blocks and where

| Block | Category |
| -- | -- |
|![point in direction]()| *motion* |
|![think]()||
|![play notes]()||
|![set pen color]()||
|![glide]()||
|![repeat]()||
|![change pen size]()||
|![set effect]()||
|![go to x-y]()||
|![set size]()||
|![rest for beats]()||
|![point towards]()| |
|![point in direction](pointindirection.png)| *motion* |
|![think](think.png)||
|![play notes](playnotes.png)||
|![set pen color](setpencolor.png)||
|![glide](glide.png)||
|![repeat](repeat.png)||
|![change pen size](changepensize.png)||
|![set effect](seteffect.png)||
|![go to x-y](gotox-y.png)||
|![set size](setsize.png)||
|![rest for beats](restforbeats.png)||
|![point towards](pointtowards.png)| |

## 2. What does it do?

**2.1) Describe the function of each block in the chart below. If the block accepts arguments (contains values that you can change), be sure to test out a few different ones to make sure you fully understand what those values mean. The first one is already filled in for example.**

| Block | Function |
| -- | -- |
|![point in direction]()| *Changes the direction that the sprite is facing. The argument indicates the number of degrees the sprite turns clockwise from pointing upwards. When the argument is "90", the sprite points right, and so on.* |
|![think]()||
|![play notes]()||
|![set pen color]()||
|![glide]()||
|![repeat]()||
|![change pen size]()||
|![set effect]()||
|![go to x-y]()||
|![set size]()||
|![rest for beats]()||
|![point towards]()| |
|![point in direction](pointindirection.png)| *Changes the direction that the sprite is facing. The argument indicates the number of degrees the sprite turns clockwise from pointing upwards. When the argument is "90", the sprite points right, and so on.* |
|![think](think.png)||
|![play notes](playnotes.png)||
|![set pen color](setpencolor.png)||
|![glide](glide.png)||
|![repeat](repeat.png)||
|![change pen size](changepensize.png)||
|![set effect](seteffect.png)||
|![go to x-y](gotox-y.png)||
|![set size](setsize.png)||
|![rest for beats](restforbeats.png)||
|![point towards](pointtowards.png)| |

**2.2) At this point, you may be noticing some patterns. Use what you've learned from exploring these blocks to answer the questions below about each block category.**

Expand Down

0 comments on commit 6179ad7

Please sign in to comment.