home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Frizzle_fraz.swf / scripts / Code / LOGIC / OBJECTS / ACTORS / RECTS / _rn353.as < prev    next >
Encoding:
Text File  |  2008-09-26  |  1.4 KB  |  61 lines

  1. package Code.LOGIC.OBJECTS.ACTORS.RECTS
  2. {
  3.    import Code.LOGIC.OBJECTS.GRAPHICS._kj542;
  4.    
  5.    public class _rn353 extends _hk305
  6.    {
  7.        
  8.       
  9.       public function _rn353(param1:Object)
  10.       {
  11.          super(param1);
  12.       }
  13.       
  14.       public static function _lu255() : Object
  15.       {
  16.          var _loc1_:Object = null;
  17.          return {
  18.             "toolClass":_rn353,
  19.             "name":"bigwater",
  20.             "params":{
  21.                "_tp253":0,
  22.                "x":0,
  23.                "y":0,
  24.                "width":300,
  25.                "height":280
  26.             }
  27.          };
  28.       }
  29.       
  30.       override public function _eu538() : Object
  31.       {
  32.          var _loc1_:Object = null;
  33.          _loc1_ = new Object();
  34.          _loc1_.prClass = "TBigWater";
  35.          _loc1_.x = _ej28;
  36.          _loc1_.y = _th99;
  37.          _loc1_.width = width;
  38.          _loc1_.height = height;
  39.          _loc1_._tp253 = _tp253;
  40.          return _loc1_;
  41.       }
  42.       
  43.       override public function _ur45() : Object
  44.       {
  45.          var _loc1_:Object = null;
  46.          _loc1_ = _lu255();
  47.          _loc1_.params.x = _ej28;
  48.          _loc1_.params.y = _th99;
  49.          _loc1_.params.width = width;
  50.          _loc1_.params.height = height;
  51.          _loc1_.params._tp253 = _tp253;
  52.          return _loc1_;
  53.       }
  54.       
  55.       override protected function _nm102() : void
  56.       {
  57.          _mb474(new _kj542(this));
  58.       }
  59.    }
  60. }
  61.