final vidoe cleanup

This commit is contained in:
Peli de Halleux
2016-05-26 19:33:26 -07:00
parent 304ef89a1d
commit 1a00fded98
20 changed files with 4 additions and 62 deletions

View File

@ -4,8 +4,6 @@ These challenges will allow you to make an exploding rectangle. #docs
**Challenge 0**
### @video vimeo/134649147
This [guided tutorial](https://test.microbit.co.uk/td/lessons/rectangle-explosion/tutorial) will help you create a snowflake animation!
```
@ -22,8 +20,6 @@ basic.forever(() => {
**Challenge 1**
### @video vimeo/134649148
Let's begin creating our falling effect by adding another snowflake with `show animation` that displays a different snowflake pattern after the first one.
```
@ -47,8 +43,6 @@ basic.forever(() => {
**Challenge 2**
### @video vimeo/134649149
To finalize our snowflake fall, let's add a different snowflake pattern.
```