home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 / ONCK021.iso / Interface / it.dig / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2005-04-20  |  617 b   |  30 lines

  1. stop();
  2. _level6.moldura.b1.gotoAndStop(1);
  3. volta_inicio = function()
  4. {
  5.    if(_level0.var_flagPDF == "True")
  6.    {
  7.       fscommand("Browser.Close");
  8.       _level0.var_flagPDF = "False";
  9.    }
  10.    else if(categoria_mc._currentframe != 1)
  11.    {
  12.       categoria_mc.gotoAndPlay("VOLTAR");
  13.    }
  14.    anula_btn._visible = false;
  15.    descri.gotoAndStop(1);
  16. };
  17. onEnterFrame = function()
  18. {
  19.    if(categoria_mc._currentframe == 1)
  20.    {
  21.       anula_btn._visible = false;
  22.       anula_btn.useHandCursor = false;
  23.    }
  24.    else
  25.    {
  26.       anula_btn._visible = true;
  27.       anula_btn.useHandCursor = false;
  28.    }
  29. };
  30.