home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / CHIP_CD_2003-11.iso / software / animfx / setupanimfx.exe / #setuppath# / flash.swf / scripts / frame_25 / DoAction.as
Encoding:
Text File  |  2003-09-25  |  432 b   |  14 lines

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