home *** CD-ROM | disk | FTP | other *** search
- package Code.LOGIC.OBJECTS.ACTORS.RECTS
- {
- import Code.LIB._iv163;
- import Code.LIB._uu24;
- import Code.LOGIC.OBJECTS.ACTORS.INTERFACES._mk516;
- import Code.OPTIONS._dx111;
- import Code.org.cove.ape._ms106;
- import flash.display.Sprite;
-
- public class _st436 extends _gg531 implements _mk516
- {
-
-
- private var activePicture:_iv163;
-
- private var unactivePicture:_iv163;
-
- private var initalCollidable:Boolean;
-
- private var gJumper:_ms106;
-
- public function _st436(param1:Object)
- {
- gJumper = new _ms106();
- activePicture = _uu24._sa70(new _dx111.GJumper() as Sprite);
- unactivePicture = _uu24._sa70(new _dx111.GJumperUnactive() as Sprite);
- param1.width = 40;
- param1.height = 18;
- super(param1);
- initalCollidable = param1._ts56;
- _ts56 = initalCollidable;
- _mb474(gJumper);
- }
-
- public static function _lu255() : Object
- {
- var _loc1_:Object = null;
- return {
- "toolClass":_st436,
- "name":"jumper",
- "params":{
- "_tp253":0,
- "x":0,
- "y":0,
- "_ts56":true
- }
- };
- }
-
- override public function set _ts56(param1:Boolean) : void
- {
- super._ts56 = param1;
- gJumper._xe147();
- if(param1)
- {
- gJumper.addChild(activePicture);
- }
- else
- {
- gJumper.addChild(unactivePicture);
- }
- }
-
- public function _eu538() : Object
- {
- var _loc1_:Object = null;
- _loc1_ = new Object();
- _loc1_.prClass = "TJumper";
- _loc1_.x = _ej28 - width / 2;
- _loc1_.y = _th99 - height / 2;
- _loc1_._tp253 = _tp253;
- _loc1_._ts56 = _ts56;
- return _loc1_;
- }
-
- public function _ur45() : Object
- {
- var _loc1_:Object = null;
- _loc1_ = _lu255();
- _loc1_.params.x = _ej28 - width / 2;
- _loc1_.params.y = _th99 - height / 2;
- _loc1_.params._tp253 = _tp253;
- _loc1_.params._ts56 = initalCollidable;
- return _loc1_;
- }
- }
- }
-