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

  1. _root.onMouseUp = function()
  2. {
  3.    _root.tudo.Apostilas.bt_1.onRelease = function()
  4.    {
  5.       fscommand("Browser.SetPos","1,77");
  6.       fscommand("Browser.SetSize","790,453");
  7.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Banco de Dados Basico.pdf");
  8.       fscommand("Browser.Open");
  9.    };
  10.    _root.tudo.Apostilas.bt_2.onRelease = function()
  11.    {
  12.       fscommand("Browser.SetPos","1,77");
  13.       fscommand("Browser.SetSize","790,453");
  14.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Banco de dados Distribuidos.pdf");
  15.       fscommand("Browser.Open");
  16.    };
  17.    _root.tudo.Apostilas.bt_3.onRelease = function()
  18.    {
  19.       fscommand("Browser.SetPos","1,77");
  20.       fscommand("Browser.SetSize","790,453");
  21.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Banco de Dados Orientado a Objetos.pdf");
  22.       fscommand("Browser.Open");
  23.    };
  24.    _root.tudo.Apostilas.bt_4.onRelease = function()
  25.    {
  26.       fscommand("Browser.SetPos","1,77");
  27.       fscommand("Browser.SetSize","790,453");
  28.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\BD Corporativo.pdf");
  29.       fscommand("Browser.Open");
  30.    };
  31.    _root.tudo.Apostilas.bt_5.onRelease = function()
  32.    {
  33.       fscommand("Browser.SetPos","1,77");
  34.       fscommand("Browser.SetSize","790,453");
  35.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\BD1.pdf");
  36.       fscommand("Browser.Open");
  37.    };
  38.    _root.tudo.Apostilas.bt_6.onRelease = function()
  39.    {
  40.       fscommand("Browser.SetPos","1,77");
  41.       fscommand("Browser.SetSize","790,453");
  42.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\CEP.pdf");
  43.       fscommand("Browser.Open");
  44.    };
  45.    _root.tudo.Apostilas.bt_7.onRelease = function()
  46.    {
  47.       fscommand("Browser.SetPos","1,77");
  48.       fscommand("Browser.SetSize","790,453");
  49.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Conhecendo o Firebird.pdf");
  50.       fscommand("Browser.Open");
  51.    };
  52.    _root.tudo.Apostilas.bt_8.onRelease = function()
  53.    {
  54.       fscommand("Browser.SetPos","1,77");
  55.       fscommand("Browser.SetSize","790,453");
  56.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Convers_o de TXT para DB.pdf");
  57.       fscommand("Browser.Open");
  58.    };
  59.    _root.tudo.Apostilas.bt_9.onRelease = function()
  60.    {
  61.       fscommand("Browser.SetPos","1,77");
  62.       fscommand("Browser.SetSize","790,453");
  63.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Crystal Reports 6.0.pdf");
  64.       fscommand("Browser.Open");
  65.    };
  66.    _root.tudo.Apostilas.bt_10.onRelease = function()
  67.    {
  68.       fscommand("Browser.SetPos","1,77");
  69.       fscommand("Browser.SetSize","790,453");
  70.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Crystal Reports.pdf");
  71.       fscommand("Browser.Open");
  72.    };
  73.    _root.tudo.Apostilas.bt_11.onRelease = function()
  74.    {
  75.       fscommand("Browser.SetPos","1,77");
  76.       fscommand("Browser.SetSize","790,453");
  77.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Database.pdf");
  78.       fscommand("Browser.Open");
  79.    };
  80.    _root.tudo.Apostilas.bt_12.onRelease = function()
  81.    {
  82.       fscommand("Browser.SetPos","1,77");
  83.       fscommand("Browser.SetSize","790,453");
  84.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\DB2.pdf");
  85.       fscommand("Browser.Open");
  86.    };
  87.    _root.tudo.Apostilas.bt_13.onRelease = function()
  88.    {
  89.       fscommand("Browser.SetPos","1,77");
  90.       fscommand("Browser.SetSize","790,453");
  91.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\DBExpress.pdf");
  92.       fscommand("Browser.Open");
  93.    };
  94.    _root.tudo.Apostilas.bt_14.onRelease = function()
  95.    {
  96.       fscommand("Browser.SetPos","1,77");
  97.       fscommand("Browser.SetSize","790,453");
  98.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Diagnosticando e Reparando BD Corrompidos.pdf");
  99.       fscommand("Browser.Open");
  100.    };
  101.    _root.tudo.Apostilas.bt_15.onRelease = function()
  102.    {
  103.       fscommand("Browser.SetPos","1,77");
  104.       fscommand("Browser.SetSize","790,453");
  105.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Escondendo o codigo da metadata do DB Interbase.pdf");
  106.       fscommand("Browser.Open");
  107.    };
  108.    _root.tudo.Apostilas.bt_16.onRelease = function()
  109.    {
  110.       fscommand("Browser.SetPos","1,77");
  111.       fscommand("Browser.SetSize","790,453");
  112.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Estrutura de Dados.pdf");
  113.       fscommand("Browser.Open");
  114.    };
  115.    _root.tudo.Apostilas.bt_17.onRelease = function()
  116.    {
  117.       fscommand("Browser.SetPos","1,77");
  118.       fscommand("Browser.SetSize","790,453");
  119.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Flash e Banco de Dados.pdf");
  120.       fscommand("Browser.Open");
  121.    };
  122.    _root.tudo.Apostilas.bt_18.onRelease = function()
  123.    {
  124.       fscommand("Browser.SetPos","1,77");
  125.       fscommand("Browser.SetSize","790,453");
  126.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\IB.pdf");
  127.       fscommand("Browser.Open");
  128.    };
  129.    _root.tudo.Apostilas.bt_19.onRelease = function()
  130.    {
  131.       fscommand("Browser.SetPos","1,77");
  132.       fscommand("Browser.SetSize","790,453");
  133.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Indices.pdf");
  134.       fscommand("Browser.Open");
  135.    };
  136.    _root.tudo.Apostilas.bt_20.onRelease = function()
  137.    {
  138.       fscommand("Browser.SetPos","1,77");
  139.       fscommand("Browser.SetSize","790,453");
  140.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Interbase.pdf");
  141.       fscommand("Browser.Open");
  142.    };
  143.    _root.tudo.Apostilas.bt_21.onRelease = function()
  144.    {
  145.       fscommand("Browser.SetPos","1,77");
  146.       fscommand("Browser.SetSize","790,453");
  147.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Introducao a Sistemas de Banco de Dados.pdf");
  148.       fscommand("Browser.Open");
  149.    };
  150.    _root.tudo.Apostilas.bt_22.onRelease = function()
  151.    {
  152.       fscommand("Browser.SetPos","1,77");
  153.       fscommand("Browser.SetSize","790,453");
  154.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Login e Senha.pdf");
  155.       fscommand("Browser.Open");
  156.    };
  157.    _root.tudo.Apostilas.bt_23.onRelease = function()
  158.    {
  159.       fscommand("Browser.SetPos","1,77");
  160.       fscommand("Browser.SetSize","790,453");
  161.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Manipulando Banco de Dados Via Internet com Ferramentas Gratuitas.pdf");
  162.       fscommand("Browser.Open");
  163.    };
  164.    _root.tudo.Apostilas.bt_24.onRelease = function()
  165.    {
  166.       fscommand("Browser.SetPos","1,77");
  167.       fscommand("Browser.SetSize","790,453");
  168.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Modelagem de Dados.pdf");
  169.       fscommand("Browser.Open");
  170.    };
  171.    _root.tudo.Apostilas.bt_25.onRelease = function()
  172.    {
  173.       fscommand("Browser.SetPos","1,77");
  174.       fscommand("Browser.SetSize","790,453");
  175.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Modelo de dados.pdf");
  176.       fscommand("Browser.Open");
  177.    };
  178.    _root.tudo.Apostilas.bt_26.onRelease = function()
  179.    {
  180.       fscommand("Browser.SetPos","1,77");
  181.       fscommand("Browser.SetSize","790,453");
  182.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Modelos de Bancos de Dados.pdf");
  183.       fscommand("Browser.Open");
  184.    };
  185.    _root.tudo.Apostilas.bt_27.onRelease = function()
  186.    {
  187.       fscommand("Browser.SetPos","1,77");
  188.       fscommand("Browser.SetSize","790,453");
  189.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\ODBC.pdf");
  190.       fscommand("Browser.Open");
  191.    };
  192.    _root.tudo.Apostilas.bt_28.onRelease = function()
  193.    {
  194.       fscommand("Browser.SetPos","1,77");
  195.       fscommand("Browser.SetSize","790,453");
  196.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Paradox X InterBase.pdf");
  197.       fscommand("Browser.Open");
  198.    };
  199.    _root.tudo.Apostilas.bt_29.onRelease = function()
  200.    {
  201.       fscommand("Browser.SetPos","1,77");
  202.       fscommand("Browser.SetSize","790,453");
  203.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Replicacao de Dados no Interbase.pdf");
  204.       fscommand("Browser.Open");
  205.    };
  206.    _root.tudo.Apostilas.bt_30.onRelease = function()
  207.    {
  208.       fscommand("Browser.SetPos","1,77");
  209.       fscommand("Browser.SetSize","790,453");
  210.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\Roteiro de Uso do InstallShield.pdf");
  211.       fscommand("Browser.Open");
  212.    };
  213.    _root.tudo.Apostilas.bt_31.onRelease = function()
  214.    {
  215.       fscommand("Browser.SetPos","1,77");
  216.       fscommand("Browser.SetSize","790,453");
  217.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\OUTROS BANCO DE DADOS\\TrabCorporativo.pdf");
  218.       fscommand("Browser.Open");
  219.    };
  220.    _root.tudo.Apostilas.bt_32.onRelease = function()
  221.    {
  222.       fscommand("Browser.SetPos","1,77");
  223.       fscommand("Browser.SetSize","790,453");
  224.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\PHP\\Aplicacoes WEB em PHP.pdf");
  225.       fscommand("Browser.Open");
  226.    };
  227.    _root.tudo.Apostilas.bt_33.onRelease = function()
  228.    {
  229.       fscommand("Browser.SetPos","1,77");
  230.       fscommand("Browser.SetSize","790,453");
  231.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\PHP\\PHP - mod I.pdf");
  232.       fscommand("Browser.Open");
  233.    };
  234.    _root.tudo.Apostilas.bt_34.onRelease = function()
  235.    {
  236.       fscommand("Browser.SetPos","1,77");
  237.       fscommand("Browser.SetSize","790,453");
  238.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\PHP\\PHP - mod II.pdf");
  239.       fscommand("Browser.Open");
  240.    };
  241.    _root.tudo.Apostilas.bt_35.onRelease = function()
  242.    {
  243.       fscommand("Browser.SetPos","1,77");
  244.       fscommand("Browser.SetSize","790,453");
  245.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\PHP\\PHP - mod III.pdf");
  246.       fscommand("Browser.Open");
  247.    };
  248.    _root.tudo.Apostilas.bt_36.onRelease = function()
  249.    {
  250.       fscommand("Browser.SetPos","1,77");
  251.       fscommand("Browser.SetSize","790,453");
  252.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\PHP\\PHP - mod IV.pdf");
  253.       fscommand("Browser.Open");
  254.    };
  255.    _root.tudo.Apostilas.bt_37.onRelease = function()
  256.    {
  257.       fscommand("Browser.SetPos","1,77");
  258.       fscommand("Browser.SetSize","790,453");
  259.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\PHP\\PHP Avancado.pdf");
  260.       fscommand("Browser.Open");
  261.    };
  262.    _root.tudo.Apostilas.bt_38.onRelease = function()
  263.    {
  264.       fscommand("Browser.SetPos","1,77");
  265.       fscommand("Browser.SetSize","790,453");
  266.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\PHP\\PHP.pdf");
  267.       fscommand("Browser.Open");
  268.    };
  269.    _root.tudo.Apostilas.bt_39.onRelease = function()
  270.    {
  271.       fscommand("Browser.SetPos","1,77");
  272.       fscommand("Browser.SetSize","790,453");
  273.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\SEGURANCA DE REDES\\SR (1).pdf");
  274.       fscommand("Browser.Open");
  275.    };
  276.    _root.tudo.Apostilas.bt_40.onRelease = function()
  277.    {
  278.       fscommand("Browser.SetPos","1,77");
  279.       fscommand("Browser.SetSize","790,453");
  280.       fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\SEGURANCA DE REDES\\SR (2).pdf");
  281.       fscommand("Browser.Open");
  282.    };
  283. };
  284.