home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / interface / browser.swf / scripts / DefineSprite_275 / frame_2 / DoAction.as
Encoding:
Text File  |  2007-10-19  |  3.2 KB  |  74 lines

  1. stop();
  2. _root.secoes.cut.bot_1.onRelease = function()
  3. {
  4.    _root.secoes.tipo.gotoAndStop("abri");
  5.    _root.nome = "Dog";
  6.    _root.secoes.descricoes.descricao.text = "Fold the paper to form an origami dog.";
  7.    _root.controle = "-";
  8.    _root.comando = "shellopen";
  9.    _root.licenca = "Freeware";
  10.    _root.caminho = "\\Cut and Paste design\\dog.pdf";
  11.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste design\\dog.pdf";
  12.    loadMovie("interface\\imagens\\dog.jpg","_root.secoes.descricoes.destino");
  13. };
  14. _root.secoes.cut.bot_2.onRelease = function()
  15. {
  16.    _root.secoes.tipo.gotoAndStop("abri");
  17.    _root.nome = "Duck";
  18.    _root.secoes.descricoes.descricao.text = "Follow the instructions to fold your very own origami duck.";
  19.    _root.controle = "-";
  20.    _root.comando = "shellopen";
  21.    _root.licenca = "Freeware";
  22.    _root.caminho = "\\Cut and Paste design\\duck.pdf";
  23.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste design\\duck.pdf";
  24.    loadMovie("interface\\imagens\\duck.jpg","_root.secoes.descricoes.destino");
  25. };
  26. _root.secoes.cut.bot_3.onRelease = function()
  27. {
  28.    _root.secoes.tipo.gotoAndStop("abri");
  29.    _root.nome = "M Clown";
  30.    _root.secoes.descricoes.descricao.text = "Cut out a clown mask.";
  31.    _root.controle = "-";
  32.    _root.comando = "shellopen";
  33.    _root.licenca = "Freeware";
  34.    _root.caminho = "\\Cut and Paste design\\m-clown.pdf";
  35.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste design\\m-clown.pdf";
  36.    loadMovie("interface\\imagens\\m-clown.jpg","_root.secoes.descricoes.destino");
  37. };
  38. _root.secoes.cut.bot_4.onRelease = function()
  39. {
  40.    _root.secoes.tipo.gotoAndStop("abri");
  41.    _root.nome = "M Frankenstein";
  42.    _root.secoes.descricoes.descricao.text = "Cut out this Frankenstein mask.";
  43.    _root.controle = "-";
  44.    _root.comando = "shellopen";
  45.    _root.licenca = "Freeware";
  46.    _root.caminho = "\\Cut and Paste design\\m-frankenstein.pdf";
  47.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste design\\m-frankenstein.pdf";
  48.    loadMovie("interface\\imagens\\m-frankenstein.jpg","_root.secoes.descricoes.destino");
  49. };
  50. _root.secoes.cut.bot_5.onRelease = function()
  51. {
  52.    _root.secoes.tipo.gotoAndStop("abri");
  53.    _root.nome = "M Ghost";
  54.    _root.secoes.descricoes.descricao.text = "Cut out and make this phantom mask.";
  55.    _root.controle = "-";
  56.    _root.comando = "shellopen";
  57.    _root.licenca = "Freeware";
  58.    _root.caminho = "\\Cut and Paste design\\m-ghost.pdf";
  59.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste design\\m-ghost.pdf";
  60.    loadMovie("interface\\imagens\\m-ghost.jpg","_root.secoes.descricoes.destino");
  61. };
  62. _root.secoes.cut.bot_6.onRelease = function()
  63. {
  64.    _root.secoes.tipo.gotoAndStop("abri");
  65.    _root.nome = "M Pumpkin";
  66.    _root.secoes.descricoes.descricao.text = "Cut out this pumpkin mask.";
  67.    _root.controle = "-";
  68.    _root.comando = "shellopen";
  69.    _root.licenca = "Freeware";
  70.    _root.caminho = "\\Cut and Paste design\\m-pumpkin.pdf";
  71.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste design\\m-pumpkin.pdf";
  72.    loadMovie("interface\\imagens\\m-pumpkin.jpg","_root.secoes.descricoes.destino");
  73. };
  74.