🏠 All Projects Project 107

🍎 Catch the Apple!

Chapter 13's first real two-sprite game! Put the falling-apple script on one sprite (name it Apple) and the mouse-following-basket script on another sprite (name it Basket) — catch the apple to score a point.

👀 What You'll Make

Scratch cat

🧩 Grab These Blocks

1 Events
2 Control
3 Motion
4 Sensing
5 Variables

🔨 Build It Like This

1
when clicked
3
go to x: pick random -200 to 200 y: 180
2
forever
3
change y by -5
2
if y position < -170 then
3
go to x: pick random -200 to 200 y: 180
1
when clicked
2
forever
3
go to x: mouse x y: -160
2
if touching Apple ? then
5
change score by 1