home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / germ_roundup.swf / scripts / __Packages / smashing / RenderResult.as < prev    next >
Encoding:
Text File  |  2007-03-20  |  242 b   |  12 lines

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