home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 165 / XENIATGM165.ISO / cddata / upframe.cxt / 00028_silver_amp.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2003-03-06  |  63 b   |  7 lines

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