dynamicup
blank.gif (811 bytes)
1f
m.gif (1431 bytes) palmer.gif (3094 bytes)
yin-yangti.gif (2374 bytes)
blank.gif (811 bytes)
down
blank.gif (811 bytes)
home


Who are you?

// I made this as a sort of yin-yang.  Some parts of my 
// personality change, while others stay the same.  
// Sometimes, they are in harmony, other times they 
// conflict.  My favorite thing to do with this piece is to 
// move the mouse in circles at different places.
// That shows me right after a final exam when my 
// head is spinning.

paper 50
forever
{
   pen <mouse 2>
   repeat a 0 100
   {
      line a 50 a a
   }
   pen <mouse 1>
   repeat b 100 0
   {
      line b b 50 b
   }
   pen 0
   line 0 0 100 100
   pen 100
   line 0 100 100 0
}