home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Frizzle_fraz.swf / scripts / Code / LIB / _ja537.as < prev    next >
Encoding:
Text File  |  2008-09-26  |  2.6 KB  |  90 lines

  1. package Code.LIB
  2. {
  3.    import flash.events.Event;
  4.    import flash.events.KeyboardEvent;
  5.    import flash.events.MouseEvent;
  6.    
  7.    public class _ja537 extends _pd424
  8.    {
  9.        
  10.       
  11.       public function _ja537()
  12.       {
  13.          super();
  14.          this.addEventListener(MouseEvent.CLICK,_lf305);
  15.          this.addEventListener(MouseEvent.MOUSE_OVER,_ry461);
  16.          this.addEventListener(MouseEvent.ROLL_OUT,_im316);
  17.          this.addEventListener(MouseEvent.MOUSE_DOWN,_wy541);
  18.          this.addEventListener(MouseEvent.MOUSE_UP,_eq254);
  19.          this.addEventListener(Event.ENTER_FRAME,onEnterFrame);
  20.          this.addEventListener(MouseEvent.MOUSE_MOVE,_hr252);
  21.          this.addEventListener(KeyboardEvent.KEY_DOWN,_fx43);
  22.          this.addEventListener(KeyboardEvent.KEY_UP,_vx267);
  23.          this.focusRect = false;
  24.       }
  25.       
  26.       public function _im316(param1:MouseEvent) : void
  27.       {
  28.       }
  29.       
  30.       public function _hr252(param1:MouseEvent) : void
  31.       {
  32.       }
  33.       
  34.       public function _eq254(param1:MouseEvent) : void
  35.       {
  36.       }
  37.       
  38.       public function _ry461(param1:MouseEvent) : void
  39.       {
  40.       }
  41.       
  42.       public function _wy541(param1:MouseEvent) : void
  43.       {
  44.       }
  45.       
  46.       public function _vx267(param1:KeyboardEvent) : void
  47.       {
  48.       }
  49.       
  50.       public function _fx43(param1:KeyboardEvent) : void
  51.       {
  52.       }
  53.       
  54.       public function onEnterFrame(param1:Event) : void
  55.       {
  56.          if(param1.target == this)
  57.          {
  58.             return;
  59.          }
  60.       }
  61.       
  62.       public function _lf305(param1:MouseEvent) : void
  63.       {
  64.       }
  65.       
  66.       public function _fy281() : void
  67.       {
  68.          var _loc1_:uint = 0;
  69.          this.removeEventListener(MouseEvent.CLICK,_lf305);
  70.          this.removeEventListener(MouseEvent.MOUSE_OVER,_ry461);
  71.          this.removeEventListener(MouseEvent.MOUSE_OUT,_im316);
  72.          this.removeEventListener(MouseEvent.MOUSE_DOWN,_wy541);
  73.          this.removeEventListener(MouseEvent.MOUSE_UP,_eq254);
  74.          this.removeEventListener(Event.ENTER_FRAME,onEnterFrame);
  75.          this.removeEventListener(KeyboardEvent.KEY_DOWN,_fx43);
  76.          this.removeEventListener(KeyboardEvent.KEY_UP,_vx267);
  77.          this.removeEventListener(MouseEvent.MOUSE_MOVE,_hr252);
  78.          _loc1_ = 0;
  79.          while(_loc1_ < this.numChildren)
  80.          {
  81.             if(this.getChildAt(_loc1_) is _ja537)
  82.             {
  83.                (this.getChildAt(_loc1_) as _ja537)._fy281();
  84.             }
  85.             _loc1_++;
  86.          }
  87.       }
  88.    }
  89. }
  90.