removing mindstorms from tutorial names (#496)
* removing mindstorms from tutorial names * lego feedback * file name issues * bring back bang
@ -7,7 +7,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Try",
|
"name": "Try",
|
||||||
"imageUrl": "/static/lessons/try.png",
|
"imageUrl": "/static/lessons/try.png",
|
||||||
"description": "Get a quick introduction to programming with EV3.",
|
"description": "Get a quick introduction to programming.",
|
||||||
"url": "/getting-started/try",
|
"url": "/getting-started/try",
|
||||||
"cardType": "side"
|
"cardType": "side"
|
||||||
},
|
},
|
||||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
@ -27,8 +27,8 @@ Step by step guides to coding your @boardname@.
|
|||||||
"name": "Music Brick",
|
"name": "Music Brick",
|
||||||
"description": "Transform the brick into a musical instrument!",
|
"description": "Transform the brick into a musical instrument!",
|
||||||
"cardType": "tutorial",
|
"cardType": "tutorial",
|
||||||
"url":"/tutorials/mindstorms-music",
|
"url":"/tutorials/music-brick",
|
||||||
"imageUrl":"/static/tutorials/mindstorms-music.png"
|
"imageUrl":"/static/tutorials/music-brick.png"
|
||||||
}]
|
}]
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -110,3 +110,17 @@ Step by step guides to coding your @boardname@.
|
|||||||
}]
|
}]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
|
||||||
|
[Wake Up!](/tutorials/wake-up),
|
||||||
|
[Make An Animation](/tutorials/make-an-animation),
|
||||||
|
[What Animal Am I?](/tutorials/what-animal-am-i),
|
||||||
|
[Music Brick](/tutorials/music-brick),
|
||||||
|
[Run Motors](/tutorials/run-motors),
|
||||||
|
[Touch to Run](/tutorials/touch-to-run),
|
||||||
|
[Touch Sensor Values](/tutorials/touch-sensor-values),
|
||||||
|
[What Color?](/tutorials/what-color),
|
||||||
|
[Line Following](/tutorials/line-following),
|
||||||
|
[Red Light, Green Light](/tutorials/redlight-greenlight),
|
||||||
|
[Object Near?](/tutorials/object-near),
|
||||||
|
[Security Alert](/tutorials/security-alert)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Transform your @boardname@ into a musical instrument!
|
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
|
## 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.
|
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
|
```blocks
|
||||||
brick.buttonEnter.onEvent(ButtonEvent.Pressed, function () {
|
brick.buttonEnter.onEvent(ButtonEvent.Pressed, function () {
|
@ -2,9 +2,9 @@
|
|||||||
"id": "ev3",
|
"id": "ev3",
|
||||||
"platformid": "linux",
|
"platformid": "linux",
|
||||||
"nickname": "lego",
|
"nickname": "lego",
|
||||||
"name": "LEGO MINDSTORMS EV3",
|
"name": "LEGO® MINDSTORMS® Education EV3",
|
||||||
"title": "LEGO MINDSTORMS EV3 - Blocks / Javascript editor",
|
"title": "LEGO® MINDSTORMS® Education EV3 - Blocks / Javascript editor",
|
||||||
"description": "A Blocks / JavaScript code editor for the LEGO MINDSTORMS EV3.",
|
"description": "A Blocks / JavaScript code editor for the LEGO® MINDSTORMS® Education EV3.",
|
||||||
"corepkg": "ev3",
|
"corepkg": "ev3",
|
||||||
"bundleddirs": [
|
"bundleddirs": [
|
||||||
"libs/base",
|
"libs/base",
|
||||||
@ -98,7 +98,7 @@
|
|||||||
"githubUrl": "https://github.com/Microsoft/pxt-ev3",
|
"githubUrl": "https://github.com/Microsoft/pxt-ev3",
|
||||||
"betaUrl": "https://makecode.legoeducation.com/about",
|
"betaUrl": "https://makecode.legoeducation.com/about",
|
||||||
"driveDisplayName": "EV3",
|
"driveDisplayName": "EV3",
|
||||||
"boardName": "LEGO MINDSTORMS EV3 Brick",
|
"boardName": "LEGO® MINDSTORMS® Education EV3",
|
||||||
"selectLanguage": true,
|
"selectLanguage": true,
|
||||||
"availableLocales": [
|
"availableLocales": [
|
||||||
"en"
|
"en"
|
||||||
|