home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 86 / PIWD86.iso / pc / contents / flash / utilities / setupanimfx.exe / #setuppath# / blur.swf / scripts / frame_7 / DoAction.as
Encoding:
Text File  |  2003-09-12  |  796 b   |  38 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. delayall = delay;
  16. freezenow = freeze;
  17. xposadd = 300;
  18. xposstart = parseFloat(x1) + xposadd;
  19. yposstart = parseFloat(y1);
  20. xscaletext = parseFloat(xscaletext);
  21. setProperty("letter", _xscale, xscaletext);
  22. yscaletext = parseFloat(yscaletext);
  23. setProperty("_root.letter", _yscale, yscaletext);
  24. hexV = parseInt(colorbackground);
  25. myColor = new Color(background);
  26. myColor.setRGB(hexV);
  27. hexV = parseInt(colortext);
  28. myColor = new Color(letter);
  29. myColor.setRGB(hexV);
  30. if(l == loop)
  31. {
  32.    if(loop == 0)
  33.    {
  34.    }
  35.    gotoAndPlay(23);
  36. }
  37. l += 1;
  38.