Use the given blocks to create a triangle and a square. One sprite has the code for a triangle and one has the code for a square. Sequence the blocks correctly and use "x" and "y" coordinates to make the shapes. Bonus 1: Program your sprite to fill in the square. DO NOT set you pen size bigger than 10. Bonus 2: Program your sprite to play a sound at each coordinate pair where the lines meet (vertex). Bonus 3: Program a new sprite to draw a regular hexagon (where all sides are the same length).
Purpose: The purpose of this project is to build our understanding of the coordinate plane system.