home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / interfac / browser.swf / scripts / DefineSprite_309 / frame_1 / DoAction.as < prev   
Encoding:
Text File  |  2007-07-11  |  2.7 KB  |  62 lines

  1. stop();
  2. _root.secoes.cut.bot_1.onRelease = function()
  3. {
  4.    _root.secoes.tipo.gotoAndStop("abri");
  5.    _root.nome = "Preshaa";
  6.    _root.secoes.descricoes.descricao.text = "This monster has an eye that sees everything";
  7.    _root.controle = "-";
  8.    _root.comando = "shellopen";
  9.    _root.licenca = "Freeware";
  10.    _root.caminho = "\\Cut and Paste design\\preshaa.pdf";
  11.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste design\\preshaa.pdf";
  12.    loadMovie("interface\\imagens\\preshaa.jpg","_root.secoes.descricoes.destino");
  13. };
  14. _root.secoes.cut.bot_2.onRelease = function()
  15. {
  16.    _root.secoes.tipo.gotoAndStop("abri");
  17.    _root.nome = "R Mutt";
  18.    _root.secoes.descricoes.descricao.text = "More monsters to cut, paste and play";
  19.    _root.controle = "-";
  20.    _root.comando = "shellopen";
  21.    _root.licenca = "Freeware";
  22.    _root.caminho = "\\Cut and Paste design\\r_mutt.pdf";
  23.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste design\\r_mutt.pdf";
  24.    loadMovie("interface\\imagens\\r_mutt.jpg","_root.secoes.descricoes.destino");
  25. };
  26. _root.secoes.cut.bot_3.onRelease = function()
  27. {
  28.    _root.secoes.tipo.gotoAndStop("abri");
  29.    _root.nome = "Rexbox";
  30.    _root.secoes.descricoes.descricao.text = "Have a nice party with this monster";
  31.    _root.controle = "-";
  32.    _root.comando = "shellopen";
  33.    _root.licenca = "Freeware";
  34.    _root.caminho = "\\Cut and Paste design\\rexbox.pdf";
  35.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste design\\rexbox.pdf";
  36.    loadMovie("interface\\imagens\\rexbox.jpg","_root.secoes.descricoes.destino");
  37. };
  38. _root.secoes.cut.bot_4.onRelease = function()
  39. {
  40.    _root.secoes.tipo.gotoAndStop("abri");
  41.    _root.nome = "Rexbox Spywalrus";
  42.    _root.secoes.descricoes.descricao.text = "Go into deep space while you cut and paste this ship";
  43.    _root.controle = "-";
  44.    _root.comando = "shellopen";
  45.    _root.licenca = "Freeware";
  46.    _root.caminho = "\\Cut and Paste design\\rexbox_spywalrus.pdf";
  47.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste design\\rexbox_spywalrus.pdf";
  48.    loadMovie("interface\\imagens\\rexbox_spywalrus.jpg","_root.secoes.descricoes.destino");
  49. };
  50. _root.secoes.cut.bot_5.onRelease = function()
  51. {
  52.    _root.secoes.tipo.gotoAndStop("abri");
  53.    _root.nome = "Ripsey";
  54.    _root.secoes.descricoes.descricao.text = "More treasure hunting? Cut and paste you pirate mate";
  55.    _root.controle = "-";
  56.    _root.comando = "shellopen";
  57.    _root.licenca = "Freeware";
  58.    _root.caminho = "\\Cut and Paste design\\ripsey.pdf";
  59.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste design\\ripsey.pdf";
  60.    loadMovie("interface\\imagens\\ripsey.jpg","_root.secoes.descricoes.destino");
  61. };
  62.