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

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