home *** CD-ROM | disk | FTP | other *** search
/ i·claim - visualizing argument / ICLAIM.ISO / mac / args.swf / scripts / frame_117 / DoAction.as
Text File  |  2005-02-26  |  86b  |  10 lines

  1. if(f < 10)
  2. {
  3.    fx = "0" + f;
  4. }
  5. else
  6. {
  7.    fx = f;
  8. }
  9. argTxt = this["p" + fx];
  10.