home *** CD-ROM | disk | FTP | other *** search
/ One Click 11 / OneClick11.iso / Interface / it.dig / scripts / DefineSprite_235 / frame_1 / DoAction.as
Encoding:
Text File  |  2004-05-04  |  3.3 KB  |  48 lines

  1. _root.onMouseUp = function()
  2. {
  3.    _root.tudo.FireWall.bt_1.onRelease = function()
  4.    {
  5.       _root.tudo.descri.gotoAndStop(2);
  6.       _root.tudo.descri.nome.text = "Kerio Personal Firewall 4";
  7.       _root.tudo.descri.descri.text = "Firewall pessoal f├ícil de usar. Protege contra ataques hacker, identificando o IP do invasor e n├úo permitindo que ele entre no seu computador. Roda em Windows 95, 98, NT, 2000, ME, XP. Sua licen├ºa ├⌐ gr├ítis para uso dom├⌐stico e pessoal";
  8.       _root.tudo.descri.licenca.text = "Freeware";
  9.       _root.tudo.descri.limitacao.text = "Necess├írio conex├úo ├á internet";
  10.       _root.tudo.descri.comando.text = "run.app";
  11.       _root.tudo.descri.caminho.text = "\\Seguranca\\FireWall\\Kerio Personal Firewall 4\\kerio-pf-4.0.16-en-win.exe";
  12.       loadMovie("interface\\imagens\\Kerio.jpg","_root.tudo.descri.foto.foto");
  13.    };
  14.    _root.tudo.FireWall.bt_2.onRelease = function()
  15.    {
  16.       _root.tudo.descri.gotoAndStop(2);
  17.       _root.tudo.descri.nome.text = "Norton Personal Firewall 2004";
  18.       _root.tudo.descri.descri.text = "Proteja seu PC contra hackers. O programa ├⌐ um firewall que protege seus PC contra invasores, inclui instru├º├╡es, painel de controle entre outras fun├º├╡es para esconder seu PC de Hackers. Roda em Windows 98, 2000, ME, XP.";
  19.       _root.tudo.descri.licenca.text = "Shareware";
  20.       _root.tudo.descri.limitacao.text = "15 idas";
  21.       _root.tudo.descri.comando.text = "run.app";
  22.       _root.tudo.descri.caminho.text = "\\Seguranca\\FireWall\\Norton Personal Firewall 2004\\SymSetup.EXE";
  23.       loadMovie("interface\\imagens\\NFW.jpg","_root.tudo.descri.foto.foto");
  24.    };
  25.    _root.tudo.FireWall.bt_3.onRelease = function()
  26.    {
  27.       _root.tudo.descri.gotoAndStop(2);
  28.       _root.tudo.descri.nome.text = "Outpost Firewall FREE";
  29.       _root.tudo.descri.descri.text = "Poderoso firewall pessoal para proteger seu computador contra v├¡rus de e-mail, trojans, spywares, crackers, cookies e qualquer outro perigo em potencial na Internet. Roda em Windows 95, 98, NT, 2000, ME, XP.";
  30.       _root.tudo.descri.licenca.text = "Freeware";
  31.       _root.tudo.descri.limitacao.text = "nenhuma";
  32.       _root.tudo.descri.comando.text = "run.app";
  33.       _root.tudo.descri.caminho.text = "\\Seguranca\\FireWall\\Outpost Firewall FREE\\OutpostInstall.exe";
  34.       loadMovie("interface\\imagens\\Outpost.jpg","_root.tudo.descri.foto.foto");
  35.    };
  36.    _root.tudo.FireWall.bt_4.onRelease = function()
  37.    {
  38.       _root.tudo.descri.gotoAndStop(2);
  39.       _root.tudo.descri.nome.text = "Sygate Personal Firewall 5.5";
  40.       _root.tudo.descri.descri.text = "Firewall pessoal f├ícil de usar. Possui um poderoso sistema de seguran├ºa contra intrusos, trojans e ataques hacker. Quando o programa detecta um port scanning ou tentativa de invas├úo, ele automaticamante bloqueia a conex├úo e avisa-o sobre o problema antes que o hacker roube dados do seu computador. Possui uma interface simples e intuitiva. Roda em Windows 95, 98, NT, 2000, ME, XP.";
  41.       _root.tudo.descri.licenca.text = "Freeware";
  42.       _root.tudo.descri.limitacao.text = "Apenas para uso pessoal.";
  43.       _root.tudo.descri.comando.text = "run.app";
  44.       _root.tudo.descri.caminho.text = "\\Seguranca\\FireWall\\Sygate Personal Firewall 5.5\\spf.exe";
  45.       loadMovie("interface\\imagens\\Sygate.jpg","_root.tudo.descri.foto.foto");
  46.    };
  47. };
  48.