home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / caray_skane.swf / scripts / DefineSprite_118 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  82 b   |  7 lines

  1. i = 1;
  2. while(i <= 20)
  3. {
  4.    this["time" + i] = _root["score" + i];
  5.    i++;
  6. }
  7.