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

  1. xposstart = parseFloat(x2) + xposadd;
  2. yposstart = parseFloat(y2);
  3. hexV = parseInt(colortext);
  4. myColor = new Color(letter);
  5. myColor.setRGB(hexV);
  6. hexV = parseInt(colorbackground);
  7. myColor = new Color(background);
  8. myColor.setRGB(hexV);
  9. delayall = delay;
  10.