removing mindstorms from tutorial names (#496)

* removing mindstorms from tutorial names

* lego feedback

* file name issues

* bring back bang
This commit is contained in:
Peli de Halleux
2018-04-12 14:41:22 -07:00
committed by GitHub
parent 661157f112
commit af3189d8b5
9 changed files with 23 additions and 9 deletions

View File

@ -4,7 +4,7 @@
Transform your @boardname@ into a musical instrument!
![Press my buttons message](/static/tutorials/mindstorms-music/press-my-buttons.png)
![Press my buttons message](/static/tutorials/music-brick/press-my-buttons.png)
## Step 1
@ -53,7 +53,7 @@ brick.showString("Press my buttons to make music!", 1)
In the ``||music:play tone||`` blocks, use the drop-down menu to select a note to play for each block. You can also set the duration to play each note for.
![Tone selector keyboard](/static/tutorials/mindstorms-music/play-tone-dropdown.png)
![Tone selector keyboard](/static/tutorials/music-brick/play-tone-dropdown.png)
```blocks
brick.buttonEnter.onEvent(ButtonEvent.Pressed, function () {