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

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