Skip to content

Commit

Permalink
Updatesa fter QA
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbRPF committed Jan 7, 2025
1 parent 34f0638 commit 6b3c3f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
Binary file removed en/images/archery-glide-test.png
Binary file not shown.
6 changes: 2 additions & 4 deletions en/step_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In the starter project, you should see a target backdrop and a cross hair sprite

--- task ---

When your game starts, broadcast a message to shoot a new arrow.
When your game starts, broadcast a message to create a new arrow.

```blocks3
when green flag clicked
Expand All @@ -38,7 +38,7 @@ set size to (400) %

--- task ---

Click the green flag to test your game. You should see your arrow get bigger and move to the bottom-left of the stage.
Click the green flag to test your game. You should see your arrow move to the bottom-left of the stage and get bigger.

![larger target sprite in bottom left of stage](images/archery-start-test.png)

Expand All @@ -63,6 +63,4 @@ end

Test your game again, and you should see your arrow move randomly around the stage.

![target in a different position](images/archery-glide-test.png)

--- /task ---
6 changes: 3 additions & 3 deletions en/step_3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Shooting arrows

Now you will code your arrow to shoot when the space bar is pressed.
Code your arrow to shoot when the space bar is pressed.

--- task ---

Expand Down Expand Up @@ -35,9 +35,9 @@ end

--- task ---

Test your game again. This time, when you press the space bar you should see your arrow get smaller, as if it's moving towards the target.
Test your game again.

![target with the cross hair on it](images/archery-animate-test.png)
This time, when you press the space bar you should see your arrow get smaller, as if it's moving towards the target.

--- /task ---

Expand Down
2 changes: 1 addition & 1 deletion en/step_5.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Try our [Sprint](https://projects.raspberrypi.org/en/projects/sprint) project wh

--- /no-print ---

Or, why not try out another [Scratch](https://projects.raspberrypi.org/en/projects?software%5B%5D=scratch) project.
Or, why not try out another [Scratch](https://projects.raspberrypi.org/en/projects?software%5B%5D=scratch) project?

0 comments on commit 6b3c3f2

Please sign in to comment.