37 lines
807 B
Markdown
37 lines
807 B
Markdown
# offset image quiz
|
|
|
|
shift an image horizontally across the display with offset.
|
|
|
|
## Name
|
|
|
|
## Directions
|
|
|
|
Use this activity document to guide your work in the [offset image activity](/lessons/offset-image/activity).
|
|
|
|
Answer the questions while completing the tutorial. Pay attention to the dialogues!
|
|
|
|
## 1. What is an 'if, then, else statement' ?
|
|
|
|
<br/>
|
|
|
|
## 2. Write the line condition that if true, will display the message "Push button A". This message appears if the offset is equal -4 then the BBC micro:bit will state "Push Button A".
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
## 3. Write the one line of code to show this image
|
|
|
|
![](/static/mb/lessons/offset-image-0.png)
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
## 4. Write the two lines of code that trigger the variable offset to increase by one.
|
|
|
|
![](/static/mb/lessons/offset-image-1.png)
|
|
|
|
<br/>
|
|
|