constructor
public function @ax-animation-ch18-Ball3D(radius:Number=40, color:uint=0xff0000) { this.radius = radius; this.color = color; init(); }