Archery!
In this game, you aim with the mouse and press space to fire arrows at apples. The purple blocks will bock your arrows!
Make the Cat Look Like Robin Hood
Step 1 - Click the blue-white "i" button and rename Sprite1 to Cat
Step 2 - On the Costumes tab, click the "Convert to bitmap" button
Step 3 - Draw a green Robin Hood hat with red feather on the cat
Step 4 - Draw a bow in the cat's hand.
Program the W and S Keys to Move the Cat Up and Down
Step 5 - On the Scripts tab, add the following code to Cat.
Step 6 - Add the following code to Cat.
Step 7 - Add the following code to Cat.
Step 8 - Add the following code to Cat.
Step 9 - Add the following code to Cat.
Step 10 - Move the cat to the left side of the Stage.
Draw the Arrow
Step 11 - Draw the arrow with a light gray arrow head. MAKE SURE THE ARROW HEAD IS ON THE CROSSHAIRS IN MIDDLE OF THE PAINT EDITOR
Step 12 - Rename the arrow sprite to "Arrow"
Step 13 - Add the following code. Try different sizes for the arrow until you find a good size. Your size might not be 100.
Create Variables
Step 14 - Create variables for the "Score" and "arrow is ready"
Step 15 - Add this code to the Arrow sprite.
Add Code to Shoot Arrow
Step 16 - Add the following code to the Cat sprite.
Step 17 - Add the following code to the Cat sprite.
Step 18 - Add the following code to the Cat sprite.
Step 19 - Add the following code to the Arrow sprite.
Step 20 - Add the following code to the Arrow sprite.
Step 21 - Add the following code to the Arrow sprite.
Step 22 - Add the following code to the Arrow sprite.
Step 23 - Add the following code to the Arrow sprite.
Step 24 -Add the following code to the Arrow sprite.
Add the Purple Blocks That Float Up
Step 25 - Click the Face button and select Button3.
Step 26 - Click the Costumes tab, and use the Fill tool to make the block purple.
Step 27 - Add the following code to the Button3 sprite.
Step 28 - Add the following code to the Button3 sprite.
Step 29 - Add the following code to the Button3 sprite.
Step 30 - Add the following code to the Button3 sprite.
Step 31 - Add the following code to the Button3 sprite.
Step 32 - Add the following code to the Button3 sprite.
Step 33 - Add the following code to the Button3 sprite.
Step 34 - Add the following code to the Button3 sprite.
Step 35 - Add the following code to the Button3 sprite.
Make the Apples Float Down
Step 36 - Click the face button and select Apple.
Step 37 - Add the following code to the Apple sprite.
Step 38 - Add the following code to the Apple sprite.
Step 39 - Add the following code to the Apple sprite.
Step 40 - Add the following code to the Apple sprite.
Step 41 - Add the following code to the Apple sprite.
Step 42 - Add the following code to the Apple sprite.
Step 43 - Add the following code to the Apple sprite.
Step 44 - Add the following code to the Apple sprite.
Make the Arrows Bounce Off the Blocks
Step 45 - Add the following code to the Arrow sprite.
Step 46 - Add the following code to the Arrow sprite.
Step 47 - Click the left color box, then the grey arrow head, then the right color box, then the purple block.
Step 48 - Add the following code to the Arrow sprite.
Step 49 - Add the following code to the Arrow sprite.
Make the Arrows Hit the Apples
Step 50 - Add the following code to the Arrow sprite.
Step 51 - Click the left color box, then the grey arrow head, then the right color box, then the red apple.
Step 52 - Add the following code to the Arrow sprite.
Step 53 - Add the following code to the Arrow sprite.
Step 54 - Add the following code to the Arrow sprite.
Step 55 - Add the following code to the Arrow sprite.
Make the Arrows Disappear If You Miss
Step 56 - Add the following code to the Arrow sprite.
Step 57 - Add the following code to the Arrow sprite.
Step 58 - Add the following code to the Arrow sprite.