home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / rain_for.swf / scripts / __Packages / smashing / RenderResult.as < prev    next >
Encoding:
Text File  |  2010-04-12  |  247 b   |  14 lines

  1. class smashing.RenderResult
  2. {
  3.    var x;
  4.    var y;
  5.    var scale;
  6.    function RenderResult()
  7.    {
  8.    }
  9.    function toString()
  10.    {
  11.       return "[class RenderResult, x:" + this.x + ", y:" + this.y + " scale:" + this.scale + "]";
  12.    }
  13. }
  14.