33 lines
715 B
Markdown
Raw Normal View History

2016-03-25 16:47:20 -07:00
# screen wipe quiz
2016-04-01 16:22:47 -07:00
clear the screen by pressing the "A" button after an animation has been played.
2016-03-25 16:47:20 -07:00
## Name
## Directions
2016-04-13 08:27:45 -07:00
Use this activity document to guide your work in the [screen wipe tutorial](/lessons/screen-wipe/tutorial)
2016-03-25 16:47:20 -07:00
Answer the questions while completing the tutorial. Pay attention to the dialogues!
## 1. What does the function "clear screen" do on the @boardname@?
2016-03-25 16:47:20 -07: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/>
## 3. How can the @boardname@ detect when it is shaken?
2016-03-25 16:47:20 -07:00
<br/>
<br/>
## 4. Write the code that will clear an animation from the screen after shaking the @boardname@.
2016-03-25 16:47:20 -07:00
<br/>