home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / BugTime.swf / scripts / DefineSprite_164 / frame_6 / DoAction.as
Encoding:
Text File  |  2005-10-04  |  140 b   |  9 lines

  1. n = 1;
  2. counter = 0;
  3. while(Number(counter) < 9)
  4. {
  5.    n -= (n * n - input) / (2 * n);
  6.    counter = Number(counter) + 1;
  7. }
  8. output = n;
  9.