SCRATCH PROGRAMMING QUARTER FOUR

Back to index

View project at Scratch

Rain Cloud

Not all clouds produce rain, but it would seem that rain always falls from clouds. When it rains, sometimes it pours and sometimes it sprinkles and in this assignment you give the user of this project the power to control the rain!

ASSIGNMENT:

Make the following changes to the sample project:

  1. Only one cat and one cloud in the middle of the project area.
  2. Give the user the ability to stop the rain. (HINT: Use a variable to control whether or not something happens inside a forever loop.)
  3. Give the user the ability to control how hard it rains. (HINT: It rains harder the more often clones of the raindrop sprite are created.)
  4. Provide instructions which make it clear to the user how to stop, start, and increase and decrease the intensity of the rain. These functions can be implemented using specific keys or through use of buttons or toggles.)