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

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