home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / eolica.swf / scripts / frame_8 / DoAction.as
Encoding:
Text File  |  2005-07-26  |  210 b   |  14 lines

  1. Level = function(a)
  2. {
  3.    for(var _loc3_ in a)
  4.    {
  5.       this[_loc3_] = a[_loc3_];
  6.    }
  7. };
  8. t = Level.prototype;
  9. t.id = "";
  10. t.num = 0;
  11. t.totalEnergyRequired = 0;
  12. t.highestDot = 0;
  13. t.timeLimit = 60;
  14.