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 PageUploads to this PageHistory of this PageHomeRecent ChangesSearchHelp Guide

test


Due: Thrusday the 27th at 7PM

Basic requirements

You are going to make an animation that is at least 60 frames long. Write a function called movieFun that takes in a directory as a string. When run, this function will create at least 60 frames of your animation (as JPEG files) in the directory you passed in. These frames should be named frame01.jpg, frame02.jpg, frame03.jpg, etc unless you have more than 100 frames. If this is the case then the frames should be named frame001.jpg, frame002.jpg, etc. Each frame will be the same size and no more than 400 pixels wide and 300 pixels high. You should save this in a file named hw6.py. You are also required to use more than one function.

Something Walking

During this animation, you must have a walking animation of some sort. You will accomplish this by using sequence of predrawn images of a walking figure. Here are a few examples that you can use, but you are encouraged to find/make/photograph your own. The animation will have to walk in place and to show movement the background will scroll by. Here is some sample code to help get you started. Lastly, when copying the figure onto the background you must use chromakey.

Summary/Checkoff list
You will be graded on the following:


Hints


Above and Beyond

Questions?

Summer 2006 Homework 6 Sample Code

Link to this Page