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: