For your homework, you will be creating a forest scene and animal sprite. You will be utilizing the motion blocks and the XY coordinate system that you learned about in class. For this homework, you should: ● Have the fox sprite start at the center of the screen (x = 0, y = 0) when the flag is clicked. ● Use the Change X and Change Y blocks to move the following positions: ○ X = 100, Y = 100 ○ X = 150, Y = -100 ● Between each position, place a Wait block so that you can see where the Fox stops.