new ide tour image with feature labels (#1586)
This commit is contained in:
parent
3dd742f1ec
commit
54695601fa
@ -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.
|
||||
|
||||
|
@ -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 |
BIN
docs/static/courses/csintro/algorithms/ide-tour.png
vendored
BIN
docs/static/courses/csintro/algorithms/ide-tour.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 43 KiB |
BIN
docs/static/courses/csintro/making/ide-tour.png
vendored
BIN
docs/static/courses/csintro/making/ide-tour.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 43 KiB |
Loading…
Reference in New Issue
Block a user