Migrate docs from the other repo
This commit is contained in:
34
docs/lessons/spinner/activity.md
Normal file
34
docs/lessons/spinner/activity.md
Normal file
@ -0,0 +1,34 @@
|
||||
# spinner activity
|
||||
|
||||
Create an arrow that randomly points to a player.
|
||||
|
||||
### ~avatar avatar
|
||||
|
||||
### @video td/videos/spinner-0
|
||||
|
||||
### ~
|
||||
|
||||
Welcome! This guided tutorial will teach how to program a script that randomly points to a player. Let's get started!
|
||||
|
||||
Let's begin by adding an `on shake` condition to know when the micro:bit is shaken.
|
||||
|
||||

|
||||
|
||||
Now let's randomly generate a number from 0 to 3 so that we can randomly display an arrow in a given direction.
|
||||
|
||||

|
||||
|
||||
Now let's handle each of the cases by displaying the appropriate arrow. (Let's display an up arrow if `random arrow` is 0.
|
||||
|
||||

|
||||
|
||||
Now let's handle the rest of the cases for `random arrow`.
|
||||
|
||||

|
||||
|
||||
### ~avatar avatar
|
||||
|
||||
Excellent, you're ready to continue with the [challenges](/microbit/lessons/spinner/challenges)!
|
||||
|
||||
### ~
|
||||
|
Reference in New Issue
Block a user