Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/12/2002, 08:30
Avatar de DragonX
DragonX
Colaborador
 
Fecha de Ingreso: mayo-2002
Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 21 años, 10 meses
Puntos: 177
mira me copie el script y cuando lo probé daba error y lo corregi, proba con esto!

Código:
function Constructor ()
{
ball = new Object();
ball._radius = 20;
ball.color = 0xfff000; 
ball._x = 50;
ball._y = 10;
ball.area = function(){return Math.PI * (this._radius * this._radius);};
ball.moveTo ={}
}
Miralo y avisame si te anda!

:cantar: salu2 :cantar: