home *** CD-ROM | disk | FTP | other *** search
- package Code.LIB
- {
- import flash.events.Event;
- import flash.events.KeyboardEvent;
- import flash.events.MouseEvent;
-
- public class _ja537 extends _pd424
- {
-
-
- public function _ja537()
- {
- super();
- this.addEventListener(MouseEvent.CLICK,_lf305);
- this.addEventListener(MouseEvent.MOUSE_OVER,_ry461);
- this.addEventListener(MouseEvent.ROLL_OUT,_im316);
- this.addEventListener(MouseEvent.MOUSE_DOWN,_wy541);
- this.addEventListener(MouseEvent.MOUSE_UP,_eq254);
- this.addEventListener(Event.ENTER_FRAME,onEnterFrame);
- this.addEventListener(MouseEvent.MOUSE_MOVE,_hr252);
- this.addEventListener(KeyboardEvent.KEY_DOWN,_fx43);
- this.addEventListener(KeyboardEvent.KEY_UP,_vx267);
- this.focusRect = false;
- }
-
- public function _im316(param1:MouseEvent) : void
- {
- }
-
- public function _hr252(param1:MouseEvent) : void
- {
- }
-
- public function _eq254(param1:MouseEvent) : void
- {
- }
-
- public function _ry461(param1:MouseEvent) : void
- {
- }
-
- public function _wy541(param1:MouseEvent) : void
- {
- }
-
- public function _vx267(param1:KeyboardEvent) : void
- {
- }
-
- public function _fx43(param1:KeyboardEvent) : void
- {
- }
-
- public function onEnterFrame(param1:Event) : void
- {
- if(param1.target == this)
- {
- return;
- }
- }
-
- public function _lf305(param1:MouseEvent) : void
- {
- }
-
- public function _fy281() : void
- {
- var _loc1_:uint = 0;
- this.removeEventListener(MouseEvent.CLICK,_lf305);
- this.removeEventListener(MouseEvent.MOUSE_OVER,_ry461);
- this.removeEventListener(MouseEvent.MOUSE_OUT,_im316);
- this.removeEventListener(MouseEvent.MOUSE_DOWN,_wy541);
- this.removeEventListener(MouseEvent.MOUSE_UP,_eq254);
- this.removeEventListener(Event.ENTER_FRAME,onEnterFrame);
- this.removeEventListener(KeyboardEvent.KEY_DOWN,_fx43);
- this.removeEventListener(KeyboardEvent.KEY_UP,_vx267);
- this.removeEventListener(MouseEvent.MOUSE_MOVE,_hr252);
- _loc1_ = 0;
- while(_loc1_ < this.numChildren)
- {
- if(this.getChildAt(_loc1_) is _ja537)
- {
- (this.getChildAt(_loc1_) as _ja537)._fy281();
- }
- _loc1_++;
- }
- }
- }
- }
-