99 CST 112 Project #4  
"Dog Race" (b04a)

Follow the instructions below to write your own (Processing) Java code for this project.

Write Java code to define and use these object classes:   Button, Dog, Varmit .
Each instance of these objects should have a global name,
but properties should be defined within the object class
(and global variables should not be used as properties of these objects).

You may start with the code in p4start.pde
Change the values of the String variables to give the dogs different names,
and be sure to change the author to contain your own name.

Create a dynamic sketch as described below.







Screen shot from p4start.pde ("starter code"),
-- to which you should add your own code.
Screenshot from demo code .

To view a working demo, run this code: demo2 .