home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 / ONCK021.iso / Interface / it.dig / scripts / DefineSprite_446 / frame_12 / DoAction.as
Encoding:
Text File  |  2005-04-20  |  3.1 KB  |  62 lines

  1. stop();
  2. bt_1.onRelease = function()
  3. {
  4.    var _loc1_ = _root;
  5.    _loc1_.descri.gotoAndStop(2);
  6.    _loc1_.descri.nome.text = "Adobe Acrobat Reader";
  7.    _loc1_.descri.descri.text = "Utilit├írio essencial para ler arquivos em formato PDF";
  8.    _loc1_.descri.licenca.text = "Freeware";
  9.    _loc1_.descri.limitacao.text = "Requer Windows Installer";
  10.    _loc1_.descri.comando.text = "run.app";
  11.    _loc1_.descri.caminho.text = "\\Essenciais\\Acrobat\\Setup.exe";
  12.    loadMovie("interface\\imagens\\Acrobat.jpg","_root.descri.foto.foto");
  13. };
  14. bt_2.onRelease = function()
  15. {
  16.    var _loc1_ = _root;
  17.    _loc1_.descri.gotoAndStop(2);
  18.    _loc1_.descri.nome.text = "WinRAR v3.40";
  19.    _loc1_.descri.descri.text = "Compactador para Windows que possui suporte para os formatos RAR, ZIP, CAB, ARJ, LZH e op├º├úo de recupera├º├úo de dados. Oferece melhor encripta├º├úo, coment├írios ANSI, Self-Extractor, DOS e OS/2";
  20.    _loc1_.descri.licenca.text = "Shareware";
  21.    _loc1_.descri.limitacao.text = "40 dias de uso";
  22.    _loc1_.descri.comando.text = "run.app";
  23.    _loc1_.descri.caminho.text = "\\Essenciais\\winrar\\wrar34b2br.exe";
  24.    loadMovie("interface\\imagens\\winrar.jpg","_root.descri.foto.foto");
  25. };
  26. bt_3.onRelease = function()
  27. {
  28.    var _loc1_ = _root;
  29.    _loc1_.descri.gotoAndStop(2);
  30.    _loc1_.descri.nome.text = "Link p/ Windows Installer - 9x/Me";
  31.    _loc1_.descri.descri.text = "Essencial para alguns aplicativos que possuem extens├úo MSI (Microsoft Installer)";
  32.    _loc1_.descri.licenca.text = "Freeware";
  33.    _loc1_.descri.limitacao.text = "Requer conex├úo ├á Internet";
  34.    _loc1_.descri.comando.text = "LINK";
  35.    _loc1_.descri.caminho.text = "http://download.microsoft.com/download/WindowsInstaller/Install/2.0/W9XMe/EN-US/InstMsiA.exe";
  36.    loadMovie("interface\\imagens\\.jpg","_root.descri.foto.foto");
  37. };
  38. bt_4.onRelease = function()
  39. {
  40.    var _loc1_ = _root;
  41.    _loc1_.descri.gotoAndStop(2);
  42.    _loc1_.descri.nome.text = "Link p/ Windows Installer - 3.0 - 2000/XP/2003";
  43.    _loc1_.descri.descri.text = "Utilit├írio requerido para instalar arquivos MSI";
  44.    _loc1_.descri.licenca.text = "Freeware";
  45.    _loc1_.descri.limitacao.text = "Requer conex├úo ├á Internet";
  46.    _loc1_.descri.comando.text = "LINK";
  47.    _loc1_.descri.caminho.text = "http://download.microsoft.com/download/9/e/1/9e14751c-f897-4bbd-af7a-890d9a0f5430/WindowsInstaller-KB884016-v2-x86.exe";
  48.    loadMovie("interface\\imagens\\.jpg","_root.descri.foto.foto");
  49. };
  50. bt_5.onRelease = function()
  51. {
  52.    var _loc1_ = _root;
  53.    _loc1_.descri.gotoAndStop(2);
  54.    _loc1_.descri.nome.text = "Link p/ Microsoft .Net Framework";
  55.    _loc1_.descri.descri.text = "Software para instala├º├úo dos componentes .NET Framework. Necess├írio para a execu├º├úo de alguns programas";
  56.    _loc1_.descri.licenca.text = "Freeware";
  57.    _loc1_.descri.limitacao.text = "Requer conex├úo ├á Internet";
  58.    _loc1_.descri.comando.text = "LINK";
  59.    _loc1_.descri.caminho.text = "http://www.microsoft.com/downloads/details.aspx?displaylang=pt-br&FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3";
  60.    loadMovie("interface\\imagens\\.jpg","_root.descri.foto.foto");
  61. };
  62.