Change Contents of the Bubble
Welcome to CS1315. Click on the python to add comments.

Looking for the book? They have it at the Engineer's Bookstore at 748 Marietta St NW. Here is there website: http://www.engrbookstore.com/ - Monica

Hotspots: Slides and CodeTA CornerComments?AnnouncementsFAQStatic Webspace
View this PageEdit this Page (locked)Uploads to this PageHistory of this PageHomeRecent ChangesSearchHelp Guide

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.)

Movie Coding Questions

Links to this Page