home *** CD-ROM | disk | FTP | other *** search
- package Code.LOGIC.OBJECTS.GRAPHICS
- {
- import Code.LIB._bm350;
- import Code.LIB._iv163;
- import Code.LIB._pd424;
- import Code.LIB._uu24;
- import Code.LOGIC.OBJECTS.ACTORS.RECTS._tr528;
- import Code.OPTIONS._dx111;
- import Code.org.cove.ape._ms106;
- import flash.display.Sprite;
-
- public class _px156 extends _ms106
- {
-
-
- public function _px156(param1:_tr528)
- {
- var _loc2_:_iv163 = null;
- var _loc3_:_iv163 = null;
- var _loc4_:_pd424 = null;
- var _loc5_:int = 0;
- var _loc6_:Sprite = null;
- var _loc7_:Sprite = null;
- var _loc8_:int = 0;
- var _loc9_:_pd424 = null;
- var _loc10_:_iv163 = null;
- var _loc11_:Sprite = null;
- super();
- _loc2_ = _uu24._sa70(new _dx111.GWall() as Sprite);
- _loc3_ = _uu24._sa70(new _dx111.GWallB() as Sprite);
- _loc4_ = new _pd424();
- _loc5_ = 0;
- while(_loc5_ < int(param1.height / 50))
- {
- _loc8_ = 0;
- while(_loc8_ < int(param1.width / 50))
- {
- (_loc9_ = new _pd424())._vt351 = _loc8_ * 50;
- _loc9_._lh238 = _loc5_ * 50;
- if(param1.angle == 0)
- {
- _loc10_ = _loc5_ == 0 ? _loc3_._dx22() : _loc2_._dx22();
- _loc9_.addChild(_loc10_);
- }
- else
- {
- _loc11_ = _loc5_ == 0 ? new _dx111.GWallB() : new _dx111.GWall();
- _loc11_.scaleX = _loc11_.scaleY = _bm350._tc204;
- _loc9_.addChild(_loc11_);
- }
- _loc4_.addChild(_loc9_);
- _loc8_++;
- }
- _loc5_++;
- }
- (_loc6_ = new Sprite()).graphics.beginFill(12344832);
- _loc6_.graphics.drawRect(0,0,param1.width * _bm350._tc204,param1.height * _bm350._tc204);
- _loc6_.graphics.endFill();
- _loc4_.addChildAt(_loc6_,0);
- _loc4_._vt351 = -param1.width / 2;
- _loc4_._lh238 = -param1.height / 2;
- (_loc7_ = new Sprite()).addChild(_loc4_);
- _loc7_.rotation = param1.angle;
- addChild(_uu24._ec508(_loc7_));
- }
-
- override public function set rotation(param1:Number) : void
- {
- }
- }
- }
-