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

  1. i = 1;
  2. xposstart = parseFloat(x3);
  3. yposstart = parseFloat(y3);
  4. hexV = parseInt(colortext);
  5. myColor = new Color(letter03);
  6. myColor.setRGB(hexV);
  7. hexV = parseInt(colorbackground);
  8. myColor = new Color(background);
  9. myColor.setRGB(hexV);
  10. setProperty("letter03", _visible, false);
  11.