new ide tour image with feature labels (#1586)

This commit is contained in:
Galen Nickel 2018-11-04 14:02:57 -08:00 committed by Peli de Halleux
parent 3dd742f1ec
commit 54695601fa
5 changed files with 22 additions and 0 deletions

View File

@ -23,6 +23,17 @@ Now that you have a plan for your program, in the form of pseudocode, let's star
![IDE tour](/static/courses/csintro/algorithms/ide-tour.png)
The features highlighted here are:
1. Go to the **Home Screen** to start a new project or open an existing project
2. **Simulator** shows what your program will look like when running on a @boardname@
3. **Hide** or **Show** the simulator pane
4. Program in either **Blocks** or **JavaScript**
5. Programming **Workspace** where you will build you program
6. Blocks **Toolbox**
7. **Download** your program to the @boardname@
8. Name your project and **Save** it on your computer
## Event handlers
When you start a new project, there will be two blue blocks, on start and forever already in the coding workspace. These two blocks are event handlers.

View File

@ -40,6 +40,17 @@ basic.forever(() => {
![IDE tour](/static/courses/csintro/making/ide-tour.png)
The features highlighted here are:
1. Go to the **Home Screen** to start a new project or open an existing project
2. **Simulator** shows what your program will look like when running on a @boardname@
3. **Hide** or **Show** the simulator pane
4. Program in either **Blocks** or **JavaScript**
5. Programming **Workspace** where you will build you program
6. Blocks **Toolbox**
7. **Download** your program to the @boardname@
8. Name your project and **Save** it on your computer
The color of the blocks identifies their category. All of the blocks that make up the program above come from the **Basic** Toolbox category, which is light blue.
## Downloading a MakeCode program to the micro:bit

Binary file not shown.

Before

Width:  |  Height:  |  Size: 574 KiB

After

Width:  |  Height:  |  Size: 183 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 43 KiB