// Monica Ap. Pires -RA 7873
// Mestre : Stolfi
// POVY SUPER
// Last edited on 2001-07-30 20:55:06 by stolfi

#include "colors.inc"
background{ color rgb < 1.00, 1.00, 0.00 > }

light_source {< 50.00,70.00,-50.00> White }


camera {
 location  <  25.00, 45.00, -75.00 >
 direction < 0.00 ,0.00,12.00>
 look_at   <  0.00, 0.00, 0.00 >
}

#if (clock >= 0.00 & clock <  0.15)
  text { ttf "arial.ttf","Bebi Povy Super", 0.10 ,0 translate <-5,0,1>}
  sphere { < 0.00,-0.30,0.00 >, .35+sin(pi*clock) 
  pigment { color rgb < 1-clock,clock,0>} }
#end
#if (clock >= 0.15  & clock < 0.20)
  text { ttf "arial.ttf","Fiquei ...", 0.10, 0 translate <-5,0,1>}
   sphere { < 0.00,0.00,0.00 >, .40+sin(pi*clock)
    pigment { color rgb < 1-clock,clock,0>} } 
#end
#if (clock >= 0.20 & clock < 0.49)
  text { ttf "arial.ttf","Mais ...", 0.10, 0 translate < -5,0,1>}
   sphere { < 0.00,0.00,0.00 >, .60+sin(pi*clock)
    pigment { color rgb < 1-clock,clock,0>} }
#end
#if (clock >= 0.49  & clock < 0.65)
  text { ttf "arial.ttf","Mais ...", 0.10, 0 translate <-5,0,1>}
   sphere { < 2.00,0.00,0.00 >, .90+sin(pi*clock)
    pigment { color rgb < 1-clock,clock,0>} }
#end  
#if (clock >= 0.65  & clock < 0.89)
  text { ttf "arial.ttf","Nao Bebi !", 0.10, 0 translate < -5,0,1>}
#end  
#if (clock >= 0.89  & clock <= 1.00)
  text { ttf "arial.ttf","Fiquei Assim !", 0.10, 0 translate < -5,0,1>}
   sphere { < 0.00,0.00,0.00 >, .2
    pigment { color rgb < 1-clock,clock,0>} }
#end