CSC 370: The Week beginning Feb. 1 |
Muybridge Film Strip. Write a page that allows the user to choose a number between 1 and 11 that corresponds to the number of frames in a "film strip". When the button is clicked, use a for loop to construct the film strip. I used a table, each row had three cell. The first cell holds an sprocket image (SprocketLeft.gif); the second cell holds a horse image which changes with each row (horse1.jpg, horse2.jpg, etc.); the third cell holds the other sprocekt image (SprocketRight.gif). I made the table's background color to black, and I had to set the height attribute of the images. (Uses MuybridgeStripImages.zip) Post it and send me the hyperlink.