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:
- Move the pizza as far to the left as possible to make room for
buttons.
- Supply the following buttons with word labels: mushrooms, olives,
sausage, pepperoni, and bell peppers.
- 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.]
|