SCRATCH PROGRAMMING QUARTER THREE

Back to index

View project at Scratch

Popcorn

When it comes to snacks, popcorn is one of the healthier choices. However, what we care about for this project is how popcorn pops from a small hard kernel into a fluffy piece of popcorn. Animating popping popcorn is not easy and this is not the most realistic representation, but it's not horrible either.

ASSIGNMENT:

Implement the following alterations to the sample program:

  • Get rid of the variable used in this demo project.
  • Make two popcorn sprites and have one rotate left and the other rotate right.
  • Half of your popcorn kernels will rotate left and the other half will rotate right.
  • Make a total of 100 popcorn kernels pop in your modified version of this project.
  • Make the popping go only one round and then stop. Make sure that the popcorn does not disappear at the end.