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 @@ Clear the screen by pressing buttons on the BBC micro:bit.
### ~avatar avatar
### @video td/videos/screen-wipe-0
This activity will teach how to clear the screen by pressing button ``A`` on the BBC micro:bit.
### ~

View File

@ -40,8 +40,6 @@ input.onButtonPressed(Button.B, () => {
**Challenge 2**
### @video td/videos/screen-wipe-2
Replay the animation when the "B" button is pressed by typing in `basic->show animation(..., 400)`.
```