SCRATCH PROGRAMMING QUARTER THREE

Back to index

View project at Scratch

Rocket Launcher

It's one thing to launch a rocket and it's another thing to change it's trajectory before launching it. This sample project provides both, but you will add even more functionality to this project!

ASSIGNMENT:

Your job is to alter the demo project in the following ways:

  • Create ten "bricks" in the sky. Place them side by side so that they form a single row across the top of the project screen area.
  • Add the ability for the bricks to disappear (one at a time) when they are hit by a rocket.
  • When all the bricks have disappeared display a message in the middle of the project screen area indicating that the mission has been accomplished.
  • Explain how to make the bricks disappear in the project description area.