home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / CHIP_CD_2003-11.iso / software / animfx / setupanimfx.exe / #setuppath# / zoom.swf / scripts / frame_7 / DoAction.as
Encoding:
Text File  |  2003-09-25  |  809 b   |  39 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.setVolume(vol);
  18. if(url == "")
  19. {
  20.    setProperty("_root.geturlmovie", _visible, false);
  21. }
  22. else
  23. {
  24.    _root.geturlmovie.url = url;
  25. }
  26. af = random(2) + 1;
  27. i = 1;
  28. kerningbasis = 19;
  29. setProperty("letter", _visible, false);
  30. if(l == loop)
  31. {
  32.    if(loop == 0)
  33.    {
  34.    }
  35.    gotoAndPlay(23);
  36. }
  37. l += 1;
  38. playsound = "";
  39.