home *** CD-ROM | disk | FTP | other *** search
- package Code.LOGIC.OBJECTS.ACTORS.RECTS
- {
- import Code.LOGIC.OBJECTS.GRAPHICS._kj542;
-
- public class _rn353 extends _hk305
- {
-
-
- public function _rn353(param1:Object)
- {
- super(param1);
- }
-
- public static function _lu255() : Object
- {
- var _loc1_:Object = null;
- return {
- "toolClass":_rn353,
- "name":"bigwater",
- "params":{
- "_tp253":0,
- "x":0,
- "y":0,
- "width":300,
- "height":280
- }
- };
- }
-
- override public function _eu538() : Object
- {
- var _loc1_:Object = null;
- _loc1_ = new Object();
- _loc1_.prClass = "TBigWater";
- _loc1_.x = _ej28;
- _loc1_.y = _th99;
- _loc1_.width = width;
- _loc1_.height = height;
- _loc1_._tp253 = _tp253;
- return _loc1_;
- }
-
- override public function _ur45() : Object
- {
- var _loc1_:Object = null;
- _loc1_ = _lu255();
- _loc1_.params.x = _ej28;
- _loc1_.params.y = _th99;
- _loc1_.params.width = width;
- _loc1_.params.height = height;
- _loc1_.params._tp253 = _tp253;
- return _loc1_;
- }
-
- override protected function _nm102() : void
- {
- _mb474(new _kj542(this));
- }
- }
- }
-