home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 86 / PIWD86.iso / pc / contents / flash / utilities / setupanimfx.exe / #setuppath# / calling.swf / scripts / frame_7 / DoAction.as
Encoding:
Text File  |  2003-09-12  |  966 b   |  46 lines

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