home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 86 / PIWD86.iso / pc / contents / flash / utilities / setupanimfx.exe / #setuppath# / flash.swf / scripts / frame_36 / DoAction.as
Encoding:
Text File  |  2003-09-12  |  414 b   |  25 lines

  1. if(i == line5.length + 2 and letter.wait == delayall)
  2. {
  3.    i = 1;
  4.    do
  5.    {
  6.       if(loop == l and freeze eq "halt")
  7.       {
  8.          setProperty("letter" add i, _visible, true);
  9.          stop;
  10.       }
  11.       else
  12.       {
  13.          setProperty("letter" add i, _visible, false);
  14.       }
  15.       i += 1;
  16.    }
  17.    while(i < line5.length + 1);
  18.    
  19.    gotoAndPlay(7);
  20. }
  21. else
  22. {
  23.    gotoAndPlay(32);
  24. }
  25.