Homework 5

Due date

This homework is due on March 30, 2010. Your program must be submitted as a pde file and associated fonts files to the UNCA moodle activity HW 5.

The Task

Write a program which uses the mouse in some interesting, though simple, way. Your program should pay attention to the mouse position and to mouse clicks.

Use a screen size of 400×400.

Keep this one simple. The projects will start soon.

Grading

Grades will be based on the following criteria.

10% creativity and aesthetics
20% documentation of code
10% appropriate use of setup
60% using of following mouse variables
  1. mouseX
  2. mouseY
  3. pmouseX
  4. pmouseY
  5. mousePressed
  6. mouseButton