timer(s)


    private function onTimer(timer:TimerEvent):void
    {
     trace("timer!");
    }
   }
  }