Your browser does not support the canvas tag.

birdsEye

Assignment 6 Name: Rachel Goldstein Course: CS 10 - Section 03 Submitted: 11/21/2011

For this assignment, I created an array of 10 leaves. Each leaf had five methods: one called "display" that simply displays the leaf; one called "trans" that translates the leaf to either side of the screen; one called "shrink" that scales the object so that it is large at first and then shrinks over time; one called "rot" which rotates the leaf both when it first appears and continuously as it "falls"; and one more called "del" which does not actually delete leaves when they get too small, but makes them large again and moves them to the side of the screen so it looks like new leaves are falling.

Built with Processing and Processing.js