In this assignment, 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 that you like. The program must include a minimum of: ⚫ 5 circles ⚫ 5 polygons • ⚫ 5 line commands • 2 for loops ⚫ 1 global variable You may wish to use the standard code for simplegui graphics below: import simplegui def draw_handler(canvas): frame = simplegui.create_frame('Testing', 600, 600) frame.set_canvas_background("Black") frame.set_draw_handler(draw_handler) frame.start() Submit Your Code After you write your code here in the programming environment, you will check it and submit it as usual. However, the grader will only perform very basic checks against some of the requirements. If your code passes you should submit your work, and your teacher will manually grade your submitted work using a rubric. This component is worth 10 points out of 20 total for this assignment.
In this assignment, 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 that you like. The program must include a minimum of: ⚫ 5 circles ⚫ 5 polygons • ⚫ 5 line commands • 2 for loops ⚫ 1 global variable You may wish to use the standard code for simplegui graphics below: import simplegui def draw_handler(canvas): frame = simplegui.create_frame('Testing', 600, 600) frame.set_canvas_background("Black") frame.set_draw_handler(draw_handler) frame.start() Submit Your Code After you write your code here in the programming environment, you will check it and submit it as usual. However, the grader will only perform very basic checks against some of the requirements. If your code passes you should submit your work, and your teacher will manually grade your submitted work using a rubric. This component is worth 10 points out of 20 total for this assignment.
Chapter14: Introduction To Swing Components
Section: Chapter Questions
Problem 15RQ
Related questions
Question
In this assignment, 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 that you like.
The program must include a minimum of:
- 5 circles
- 5 polygons
- 5 line commands
- 2 for loops
- 1 global variable
You may wish to use the standard code for simplegui graphics below:
import simplegui def draw_handler(canvas): frame = simplegui.create_frame('Testing', 600, 600) frame.set_canvas_background("Black") frame.set_draw_handler(draw_handler) frame.start()Submit Your Code
After you write your code here in the programming environment, you will check it and submit it as usual. However, the grader will only perform basic checks against some requirements. If your code passes, you should submit your work, and your teacher will manually grade your submitted work using a rubric.

Transcribed Image Text:In this assignment, 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 that you like.
The program must include a minimum of:
⚫ 5 circles
⚫ 5 polygons
•
⚫ 5 line commands
• 2 for loops
⚫ 1 global variable
You may wish to use the standard code for simplegui graphics below:
import simplegui
def draw_handler(canvas):
frame = simplegui.create_frame('Testing', 600, 600)
frame.set_canvas_background("Black")
frame.set_draw_handler(draw_handler)
frame.start()
Submit Your Code
After you write your code here in the programming environment, you will check it and submit it as usual. However, the grader will only
perform very basic checks against some of the requirements. If your code passes you should submit your work, and your teacher will manually
grade your submitted work using a rubric.
This component is worth 10 points out of 20 total for this assignment.
AI-Generated Solution
Unlock instant AI solutions
Tap the button
to generate a solution
Recommended textbooks for you

EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT

EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage

EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT

EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage

Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,

Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning