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

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