Tutorial mode changes

This commit is contained in:
Sam El-Husseini
2017-01-01 18:52:22 -08:00
parent 9965f169b2
commit c10761128e
4 changed files with 80 additions and 5 deletions

View File

@ -0,0 +1,40 @@
# Getting started
<begin>basic.showString("Hello world")</begin>
### Step 1
Use the **Basic** drawer in the editor
to drag out and arrange three blocks to create this program:
```blocks
basic.showString("Hello world")
```
### Step 2
Use the **Basic** drawer in the editor
to drag out and arrange three blocks to create this program:
### Step 3
Use the **Basic** drawer in the editor
to drag out and arrange three blocks to create this program:
```blocks
basic.showString("Hello world")
```
### Step 4
Use the **Basic** drawer in the editor
to drag out and arrange three blocks to create this program:
### Step 5
Use the **Basic** drawer in the editor
to drag out and arrange three blocks to create this program:
```blocks
basic.showString("Hello world")
```