 
			
				16/03/2005, 07:02
			
			
			     |  
        |     |    |    Fecha de Ingreso: noviembre-2002  Ubicación: En un pequeño, helado, obscuro reino... llamado Dinamarca.  
						Mensajes: 1.852
					  Antigüedad: 23 años Puntos: 1     |        |  
  |      Haz tu ovalo y le pones este code----------->   
onClipEvent(load){ 
   this.onEnterFrame = function(){ 
   this.createTextField("txt", 1, -20,-10, 200, 20);  
   this.txt.text = "Pulento";  
   this._xscale  +=5; 
   this._yscale  +=5; 
   if(this._xscale == 100){ 
     delete this.onEnterFrame; 
  } 
 } 
} 
-----------------< 
Chekea la sintaxis ... mira ke no lo he probado.. pero deberia funcionar.   
Salu2              |