home *** CD-ROM | disk | FTP | other *** search
- stop();
- _level6.moldura.b1.gotoAndStop(1);
- volta_inicio = function()
- {
- if(_level0.var_flagPDF == "True")
- {
- fscommand("Browser.Close");
- _level0.var_flagPDF = "False";
- }
- else if(categoria_mc._currentframe != 1)
- {
- categoria_mc.gotoAndPlay("VOLTAR");
- }
- anula_btn._visible = false;
- descri.gotoAndStop(1);
- };
- onEnterFrame = function()
- {
- if(categoria_mc._currentframe == 1)
- {
- anula_btn._visible = false;
- anula_btn.useHandCursor = false;
- }
- else
- {
- anula_btn._visible = true;
- anula_btn.useHandCursor = false;
- }
- };
-