Don't use ```block in tutorials. (#588)
This commit is contained in:
parent
105da90f3f
commit
de61919fc1
@ -10,7 +10,7 @@ Create a custom animation for your @boardname@.
|
|||||||
|
|
||||||
Open the ``||brick:Brick||`` Toolbox drawer. Drag out a ``||brick:show string||`` block onto the Workspace, and drop it into the ``||loops:on Start||`` block. You should hear and see the block click into place.
|
Open the ``||brick:Brick||`` Toolbox drawer. Drag out a ``||brick:show string||`` block onto the Workspace, and drop it into the ``||loops:on Start||`` block. You should hear and see the block click into place.
|
||||||
|
|
||||||
```block
|
```blocks
|
||||||
brick.showString("Hello world", 1)
|
brick.showString("Hello world", 1)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ Create different animal effects with your @boardname@.
|
|||||||
|
|
||||||
Open the ``||brick:Brick||`` Toolbox drawer. Drag out a ``||brick:show string||`` block from the **Screen** section onto the Workspace, and drop it into the ``||loops:on start||`` block. You should hear and see the block click into place.
|
Open the ``||brick:Brick||`` Toolbox drawer. Drag out a ``||brick:show string||`` block from the **Screen** section onto the Workspace, and drop it into the ``||loops:on start||`` block. You should hear and see the block click into place.
|
||||||
|
|
||||||
```block
|
```blocks
|
||||||
brick.showString("Hello world", 1)
|
brick.showString("Hello world", 1)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user