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

  1. hexV = parseInt(colorbackground);
  2. myColor = new Color(background);
  3. myColor.setRGB(hexV);
  4. xscaletext = parseFloat(xscaletext);
  5. setProperty("letter", _xscale, xscaletext);
  6. yscaletext = parseFloat(yscaletext);
  7. setProperty("_root.letter", _yscale, yscaletext);
  8. hexV = parseInt(colortext);
  9. myColor = new Color(letter);
  10. myColor.setRGB(hexV);
  11. hexV = parseInt(colortext);
  12. myColor = new Color(fade);
  13. myColor.setRGB(hexV);
  14. xposstart = parseFloat(x1);
  15. yposstart = parseFloat(y1);
  16. if(bg == 1)
  17. {
  18.    setProperty("background", _visible, false);
  19. }
  20. GlobalSound = new Sound();
  21. globalsound.setVolume(vol);
  22. if(url == "")
  23. {
  24.    setProperty("_root.geturlmovie", _visible, false);
  25. }
  26. else
  27. {
  28.    _root.geturlmovie.url = url;
  29. }
  30. af = random(2) + 1;
  31. i = 1;
  32. kerningbasis = 19;
  33. setProperty("letter", _visible, false);
  34. if(l == loop)
  35. {
  36.    if(loop == 0)
  37.    {
  38.    }
  39.    gotoAndPlay(23);
  40. }
  41. l += 1;
  42. playsound = "";
  43.