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

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