Project 1

This this my 1st project. I took bits and pieces of other examples and tutorials to make the ball bounce around the screen and change color. Its really simple since I was just trying to get a hang of the syntax and understand everything that was going on within the files.
click here to download the code

Project 1 from Nora on Vimeo.

Project 2

This this my 2nd project. Still really simple, I used an array to create circles at random (x,y) positions with a random radius and color. I just wanted to play around with some of the things we learned in class.
click here to download the code

Project 2 from Nora on Vimeo.

Project 3

This this my 3rd project. I continued working on my previous file by creating a class out of the array of circles and then created parameters for drawing the circles so that none overlapped. The code is still a work in progress, I had a lot of problems trying to figure out how to set up the parameters correctly. I eventually want to add an interactive element to this once the drawing parameters are working. **Video Coming Soon**
click here to download the code