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

  1. stop();
  2. bt_1.onRelease = function()
  3. {
  4.    _root.descri.gotoAndStop(2);
  5.    _root.descri.nome.text = "WinRAR 3.51";
  6.    _root.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";
  7.    _root.descri.licenca.text = "Shareware";
  8.    _root.descri.limitacao.text = "40 dias de uso";
  9.    _root.descri.comando.text = "run.app";
  10.    _root.descri.caminho.text = "\\Essenciais\\winrar\\wrar351.exe";
  11.    loadMovie("interface\\imagens\\winrar.jpg","_root.descri.foto.foto");
  12. };
  13. bt_2.onRelease = function()
  14. {
  15.    _root.descri.gotoAndStop(2);
  16.    _root.descri.nome.text = "Link p/ Windows Installer - 9x/Me";
  17.    _root.descri.descri.text = "Essencial para alguns aplicativos que possuem extens├úo MSI (Microsoft Installer). O arquivo tem 1.6 MB";
  18.    _root.descri.licenca.text = "Freeware";
  19.    _root.descri.limitacao.text = "Requer conex├úo ├á Internet";
  20.    _root.descri.comando.text = "LINK";
  21.    _root.descri.caminho.text = "http://download.microsoft.com/download/WindowsInstaller/Install/2.0/W9XMe/EN-US/InstMsiA.exe";
  22.    loadMovie("interface\\imagens\\.jpg","_root.descri.foto.foto");
  23. };
  24. bt_3.onRelease = function()
  25. {
  26.    _root.descri.gotoAndStop(2);
  27.    _root.descri.nome.text = "Link p/ Windows Installer - 3.0 - 2000/XP/2003";
  28.    _root.descri.descri.text = "Utilit├írio requerido para instalar arquivos MSI. O arquivo tem 1.9 MB";
  29.    _root.descri.licenca.text = "Freeware";
  30.    _root.descri.limitacao.text = "Requer conex├úo ├á Internet";
  31.    _root.descri.comando.text = "LINK";
  32.    _root.descri.caminho.text = "http://download.microsoft.com/download/9/e/1/9e14751c-f897-4bbd-af7a-890d9a0f5430/WindowsInstaller-KB884016-v2-x86.exe";
  33.    loadMovie("interface\\imagens\\.jpg","_root.descri.foto.foto");
  34. };
  35.