keyboard(s)


    public function onKeyboardEvent(event:KeyboardEvent):void {
     trace(event.type);
    }
   }
  }