# Whats your name again?

{% hint style="success" %}

## Teachers Notes

In the first part of the lesson the kids will need to display their name again using the micro:bit LED's but this time they will need to create each letter of their name using **show led** coding block. You may need to assist them when they plot the letters on the LED coding block
{% endhint %}

## Open the MakeCode application

Click on the ***micro:bit*** icon on your toolbar or go to <https://makecode.microbit.org/> on your browser.

## Create your new program

Click on "***New Project***"

Click on the **Basic** (blue) category in the Toolbox

![](https://1854716099-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LskXJjPT2bXMIodrtZq%2F-Lsmvc6vqg_qiSNQLp_b%2F-Lsmym5b6kRFVTFqfrGT%2Fmakecode-name1.png?alt=media\&token=ee2c0ce7-ea77-4f2e-9c99-c57bc11f1c3d)

Drag the "***show leds***" block to the Workspace and drop it on the ***start*** code block.

In order to make the light come on you will need to select the block that you want to come on from the LED screen. If it is white, then the LED will come on.

Click on the LED's to write the first letter of your name.&#x20;

![](https://1854716099-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LskXJjPT2bXMIodrtZq%2F-Lss5_Ai-CGTPLmWld1U%2F-Lss5dnj50aCwkrQRX6s%2Fl2-2.png?alt=media\&token=add72bb8-e303-4a60-bab2-be80082060fc)

*Notice the LED screen on the simulator on the left hand side.*

Drag another **show led** block and place it below the first block. Click the LED's to display the second letter of your name.

![](https://1854716099-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LskXJjPT2bXMIodrtZq%2F-Lss5_Ai-CGTPLmWld1U%2F-Lss5dnoDoP-vK-Z9ySk%2Fl2-3.png?alt=media\&token=4fabbe19-74ef-49e3-b21d-a17494c96117)

Continue to do the same by adding another **show led** block to complete your name.

![](https://1854716099-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LskXJjPT2bXMIodrtZq%2F-Lss5_Ai-CGTPLmWld1U%2F-Lss5dnp_VDTwjAX4P6f%2Fl2-4.png?alt=media\&token=b9fc3039-16ad-44cf-b48c-c295732a1348)

## Program flow

{% hint style="info" %}
You will notice that the letters are displayed from top to bottom. This is how a program works. It will execute on code block at a time until it gets to the end.
{% endhint %}

## Pair and download your code

Once you have added all the **show led** blocks and you have written your name, type in **name2** in the program name field .

Pair your device and upload your code to your micro:bit as you did in lesson one. You will then see your name appear on the micro:bit
