home *** CD-ROM | disk | FTP | other *** search
- package Code.LOGIC.OBJECTS.ACTORS.RECTS
- {
- import Code.LIB._bm350;
- import Code.LIB._iv163;
- import Code.LIB._pd424;
- import Code.LIB._uu24;
- import Code.OPTIONS._dx111;
- import Code.org.cove.ape._ms106;
- import Code.org.cove.ape._rv416;
- import Code.org.cove.ape._yo331;
-
- public class _gg531 extends _rv416
- {
-
-
- private var _group:_yo331;
-
- private var id:int;
-
- public function _gg531(param1:Object)
- {
- var _loc2_:_pd424 = null;
- var _loc3_:_iv163 = null;
- var _loc4_:_ms106 = null;
- super(param1.x + param1.width / 2,param1.y + param1.height / 2,param1.width,param1.height,!!param1.rotation ? param1.rotation * Math.PI / 180 : 0,true,2,0,0.01);
- id = param1._tp253;
- _loc2_ = new _pd424();
- _loc2_.graphics.beginFill(_dx111.cWhite,1);
- _loc2_.graphics.drawRect(-param1.width / 2 * _bm350._tc204,-param1.height / 2 * _bm350._tc204,param1.width * _bm350._tc204,param1.height * _bm350._tc204);
- _loc2_.graphics.endFill();
- _loc3_ = _uu24._ec508(_loc2_);
- (_loc4_ = new _ms106()).addChild(_loc3_);
- _mb474(_loc4_);
- }
-
- public function get group() : _yo331
- {
- return _group;
- }
-
- public function set group(param1:_yo331) : void
- {
- _group = param1;
- }
-
- public function get _do489() : Boolean
- {
- return false;
- }
-
- public function get _tp253() : int
- {
- return id;
- }
- }
- }
-