home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Frizzle_fraz.swf / scripts / Code / LIB / _pd424.as < prev    next >
Encoding:
Text File  |  2008-09-26  |  1.2 KB  |  59 lines

  1. package Code.LIB
  2. {
  3.    import flash.display.Sprite;
  4.    
  5.    public class _pd424 extends Sprite
  6.    {
  7.        
  8.       
  9.       public function _pd424()
  10.       {
  11.          super();
  12.       }
  13.       
  14.       public function _gm53(param1:Number, param2:Number) : void
  15.       {
  16.          this._vt351 = param1;
  17.          this._lh238 = param2;
  18.       }
  19.       
  20.       public function get _lh238() : Number
  21.       {
  22.          return this.y / _bm350._tc204;
  23.       }
  24.       
  25.       public function get _yf134() : Number
  26.       {
  27.          return this.width / _bm350._tc204;
  28.       }
  29.       
  30.       public function set _vt351(param1:Number) : void
  31.       {
  32.          this.x = param1 * _bm350._tc204;
  33.       }
  34.       
  35.       public function set _lh238(param1:Number) : void
  36.       {
  37.          this.y = param1 * _bm350._tc204;
  38.       }
  39.       
  40.       public function _xe147() : void
  41.       {
  42.          while(numChildren > 0)
  43.          {
  44.             this.removeChildAt(0);
  45.          }
  46.       }
  47.       
  48.       public function get _be288() : Number
  49.       {
  50.          return this.height / _bm350._tc204;
  51.       }
  52.       
  53.       public function get _vt351() : Number
  54.       {
  55.          return this.x / _bm350._tc204;
  56.       }
  57.    }
  58. }
  59.