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