home *** CD-ROM | disk | FTP | other *** search
- package Code.LOGIC.OBJECTS.ACTORS.RECTS
- {
- import Code.LOGIC.OBJECTS.ACTORS.BLOB._be439;
- import Code.LOGIC.OBJECTS.ACTORS.BLOB._la458;
- import Code.LOGIC.OBJECTS.ACTORS.INTERFACES._mk516;
- import Code.LOGIC.OBJECTS.GRAPHICS._fh221;
- import Code.LOGIC._cd449;
- import Code.org.cove.ape._be271;
- import Code.org.cove.ape._ci18;
- import Code.org.cove.ape._hu144;
- import Code.org.cove.ape._yo331;
-
- public class _hk305 extends _ci18 implements _mk516
- {
-
-
- private var id:int;
-
- private var _group:_yo331;
-
- public function _hk305(param1:Object)
- {
- super(param1.x,param1.y,param1.width,param1.height);
- id = param1._tp253;
- _nm102();
- this.onAreaFunc = _pc13;
- }
-
- public static function _lu255() : Object
- {
- var _loc1_:Object = null;
- return {
- "toolClass":_hk305,
- "name":"waterbunker",
- "params":{
- "_tp253":0,
- "x":0,
- "y":0,
- "width":300,
- "height":280
- }
- };
- }
-
- public function set group(param1:_yo331) : void
- {
- _group = param1;
- }
-
- private function _pc13(param1:_hu144, param2:_ci18) : void
- {
- var _loc3_:_be271 = null;
- var _loc4_:_be271 = null;
- if(param1 is _be439)
- {
- _la458(param1)._nu27(this);
- _be439(param1).inSect = true;
- }
- if(param1 is _la458)
- {
- _la458(param1)._nu27(this);
- }
- if(param1 is _hu144 && !_hu144(param1).fixed)
- {
- _loc3_ = new _be271(0,-_cd449.G);
- _hu144(param1)._pj361(_loc3_);
- _loc4_ = new _be271(-_hu144(param1)._rx33.x / 3,-_hu144(param1)._rx33.y / 3);
- _hu144(param1)._ev130(_loc4_);
- }
- }
-
- public function get _tp253() : int
- {
- return id;
- }
-
- public function get group() : _yo331
- {
- return _group;
- }
-
- public function _eu538() : Object
- {
- var _loc1_:Object = null;
- _loc1_ = new Object();
- _loc1_.prClass = "TWaterBunker";
- _loc1_.x = _ej28;
- _loc1_.y = _th99;
- _loc1_.width = width;
- _loc1_.height = height;
- _loc1_._tp253 = _tp253;
- return _loc1_;
- }
-
- 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_;
- }
-
- public function get _do489() : Boolean
- {
- return false;
- }
-
- protected function _nm102() : void
- {
- _mb474(new _fh221(this));
- }
- }
- }
-