init(s)


    
    private function init():void
    {
     balls = new Array();
     centerBall = new animation_ch09_Ball(100, 0xcccccc);
     addChild(centerBall);
     centerBall.x = stage.stageWidth / 2;
     centerBall.y = stage.stageHeight / 2;