home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / CHIP_CD_2003-11.iso / software / animfx / setupanimfx.exe / #setuppath# / explosion.swf / scripts / frame_7 / DoAction.as
Encoding:
Text File  |  2003-09-25  |  822 b   |  39 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. freezenow = freeze;
  16. delayall = delay;
  17. xposadd = 300;
  18. xposstart = parseFloat(x1) + xposadd;
  19. yposstart = parseFloat(y1);
  20. kerningbasis = 18;
  21. xscaletext = parseFloat(xscaletext);
  22. setProperty("letter02", _xscale, xscaletext);
  23. yscaletext = parseFloat(yscaletext);
  24. setProperty("_root.letter02", _yscale, yscaletext);
  25. hexV = parseInt(colorbackground);
  26. myColor = new Color(background);
  27. myColor.setRGB(hexV);
  28. hexV = parseInt(colortext);
  29. myColor = new Color(letter02);
  30. myColor.setRGB(hexV);
  31. if(l == loop)
  32. {
  33.    if(loop == 0)
  34.    {
  35.    }
  36.    gotoAndPlay(23);
  37. }
  38. l += 1;
  39.