home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / 0_GEGA012.iso / Interface / it.dig / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2006-01-20  |  732 b   |  35 lines

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