Add respective namespaces to the authoring of inline blocks and buttons (#500)

This commit is contained in:
Sam El-Husseini
2017-08-09 22:00:53 -07:00
committed by GitHub
parent 9d38c61457
commit e863363ed2
4 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
### Step 1
Welcome! Place the ``||show string||`` block in the ``||on start||`` slot to scroll your name.
Welcome! Place the ``||basic:show string||`` block in the ``||basic:on start||`` slot to scroll your name.
```blocks
basic.showString("Micro!")
@ -14,7 +14,7 @@ Click ``|Download|`` to transfer your code in your @boardname@!
### Step 3
The text stopped. Place the ``||show string||`` block in the ``||on button pressed||``
The text stopped. Place the ``||basic:show string||`` block in the ``||input:on button pressed||``
slot to scroll your name when button **A** is pressed.
```block
@ -50,8 +50,8 @@ input.onButtonPressed(Button.B, () => {
### Step 6
Place the ``||show number||`` and ``||pick random||`` blocks
in the ``||on shake||`` slot to build a dice.
Place the ``||basic:show number||`` and ``||Math:pick random||`` blocks
in the ``||input:on shake||`` slot to build a dice.
####