In this lesson, students will learn about the graphics canvas and its coordinate system. Students will explore how to create and position shapes anywhere on the canvas. Graphic creation relies on setting the type of shape, size, position, and color on the artist’s canvas before adding it to the screen.
Students will be able to:
In this lesson, students will get more practice with graphics objects. They will also learn how to find images on the internet and use them in their projects. Web images can be loaded into a graphics project using the WebImage
class and passing a web image address to it and they can be resized using the setSize
method. Apart from loading images and resizing them, students will also learn how to add text objects to their canvas.
Students will be able to:
WebImage
setSize
In this lesson, students will further explore the positioning of their graphics and the importance of the order in which functions are called.
Students will be able to: