home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / CHIP_CD_2003-11.iso / software / animfx / setupanimfx.exe / #setuppath# / silent.swf / scripts / frame_10 / DoAction.as
Encoding:
Text File  |  2003-09-25  |  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.