home *** CD-ROM | disk | FTP | other *** search
- stop();
- _root.secoes.cut.bot_1.onRelease = function()
- {
- _root.secoes.tipo.gotoAndStop("abri");
- _root.nome = "Biplane";
- _root.secoes.descricoes.descricao.text = "Build this fun orange plane";
- _root.controle = "-";
- _root.comando = "shellopen";
- _root.licenca = "Freeware";
- _root.caminho = "\\Cut and Paste design\\biplane.pdf";
- _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste design\\biplane.pdf";
- loadMovie("interface\\imagens\\biplane.jpg","_root.secoes.descricoes.destino");
- };
- _root.secoes.cut.bot_2.onRelease = function()
- {
- _root.secoes.tipo.gotoAndStop("abri");
- _root.nome = "Crane";
- _root.secoes.descricoes.descricao.text = "Cut out and mount this beautiful swan";
- _root.controle = "-";
- _root.comando = "shellopen";
- _root.licenca = "Freeware";
- _root.caminho = "\\Cut and Paste design\\crane.pdf";
- _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste design\\crane.pdf";
- loadMovie("interface\\imagens\\crane.jpg","_root.secoes.descricoes.destino");
- };
- _root.secoes.cut.bot_3.onRelease = function()
- {
- _root.secoes.tipo.gotoAndStop("abri");
- _root.nome = "Horse";
- _root.secoes.descricoes.descricao.text = "Build and play, putting this beautiful horse together";
- _root.controle = "-";
- _root.comando = "shellopen";
- _root.licenca = "Freeware";
- _root.caminho = "\\Cut and Paste design\\horse.pdf";
- _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste design\\horse.pdf";
- loadMovie("interface\\imagens\\horse.jpg","_root.secoes.descricoes.destino");
- };
- _root.secoes.cut.bot_4.onRelease = function()
- {
- _root.secoes.tipo.gotoAndStop("abri");
- _root.nome = "JaguarMK";
- _root.secoes.descricoes.descricao.text = "Speed down the streets with this great car";
- _root.controle = "-";
- _root.comando = "shellopen";
- _root.licenca = "Freeware";
- _root.caminho = "\\Cut and Paste design\\JaguarMK.pdf";
- _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste design\\JaguarMK.pdf";
- loadMovie("interface\\imagens\\JaguarMK.jpg","_root.secoes.descricoes.destino");
- };
- _root.secoes.cut.bot_5.onRelease = function()
- {
- _root.secoes.tipo.gotoAndStop("abri");
- _root.nome = "Paper Plane";
- _root.secoes.descricoes.descricao.text = "Use your skill to build this amazing plane";
- _root.controle = "-";
- _root.comando = "shellopen";
- _root.licenca = "Freeware";
- _root.caminho = "\\Cut and Paste design\\paper-plane.pdf";
- _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste design\\paper-plane.pdf";
- loadMovie("interface\\imagens\\paper-plane.jpg","_root.secoes.descricoes.destino");
- };
-