SCRATCH PROGRAMMING QUARTER FOUR

Back to index

View project at Scratch

Pizza Maker

Sometimes pizzas are made by hand and sometimes they are made by some kind of a machine. In either case the toppings are not always evenly placed on the pizza. How good of a job does this project do?

ASSIGNMENT:

Make the following changes to the sample project:

  1. Move the pizza as far to the left as possible to make room for buttons.
  2. Supply the following buttons with word labels: mushrooms, olives, sausage, pepperoni, and bell peppers.
  3. Also supply a button for slicing the pizza. When this button is pressed ask the user how many slices are desired and then slice the pizza into that many slices. [HINT: Look at how the example was able to produce ten even slices. You'll need to do some math with the input from the user and then maybe use a variable or two.]