Welcome to CS1315. Click on the python to add comments.
This page removed for FERPA compliance
Movie Coding
1. Write a function called makeFrames which generates 100 frames. The movie should be of a 50x50 blue filled square starting at (2, 2) and moving along the diagonal line. After the 80th frame, change the color to violet (r=148, g=0, b=211). Lastly, write the frames to a folder (assume you do setMediaPath()) with the correct format (the first frame should be named frame001.jpg, etc.)