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_31 / DoAction.as
Encoding:
Text File  |  2003-09-12  |  432 b   |  14 lines

  1. i = 1;
  2. xposstart = parseFloat(x5);
  3. yposstart = parseFloat(y5);
  4. setProperty("letter05", _visible, false);
  5. hexV = parseInt(colortext);
  6. myColor = new Color(letter05);
  7. myColor.setRGB(hexV);
  8. hexV = parseInt(colorbackground);
  9. myColor = new Color(background);
  10. myColor.setRGB(hexV);
  11. playsound = "";
  12. delayall = line5.length * (line5.length / 20 + 0.5);
  13. _root.effectholder600.delayall = line5.length * (line5.length / 20 + 0.5);
  14.