In this lab, you will use all of the graphics commands you have learned to create an animated scene. Your program should have a clear theme and tell a story. You may pick any school appropriate theme you like, and the program must include a minimum of:
five circles
five polygons
five line commands
two for loops
one global variable

Respuesta :

Answer:

One global Variable

Explanation:

when creating an animated scene also known as animation. you simply pick up a story from any subject and set that story in motion using graphic commands. animated scenes are created as time varying contents, which for every new scene there has to be a new temporary image drawn at equal time intervals.

To achieve this animation step of drawing new images at equal time interval you should introduce an endless loop also known as animation loop and one of such endless loop is a global variable. because a global variable is easily accessible throughout the program.