2016-03-26 00:47:20 +01:00
|
|
|
# screen wipe quiz
|
|
|
|
|
2016-04-02 01:22:47 +02:00
|
|
|
clear the screen by pressing the "A" button after an animation has been played.
|
2016-03-26 00:47:20 +01:00
|
|
|
|
|
|
|
## Name
|
|
|
|
|
|
|
|
## Directions
|
|
|
|
|
2016-04-13 17:27:45 +02:00
|
|
|
Use this activity document to guide your work in the [screen wipe tutorial](/lessons/screen-wipe/tutorial)
|
2016-03-26 00:47:20 +01:00
|
|
|
|
|
|
|
Answer the questions while completing the tutorial. Pay attention to the dialogues!
|
|
|
|
|
2016-11-01 18:42:42 +01:00
|
|
|
## 1. What does the function "clear screen" do on the @boardname@?
|
2016-03-26 00:47:20 +01:00
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
## 2. We can show all of these images in one line of code. What method can we use to do this?
|
|
|
|
|
|
|
|
![](/static/mb/lessons/screen-wipe-0.png)
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
2016-11-01 18:42:42 +01:00
|
|
|
## 3. How can the @boardname@ detect when it is shaken?
|
2016-03-26 00:47:20 +01:00
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
2016-11-01 18:42:42 +01:00
|
|
|
## 4. Write the code that will clear an animation from the screen after shaking the @boardname@.
|
2016-03-26 00:47:20 +01:00
|
|
|
|
|
|
|
<br/>
|
|
|
|
|