home *** CD-ROM | disk | FTP | other *** search
- stop();
- if(_global.var_destaque == "click e pinte")
- {
- _root.secoes.descricoes.gotoAndStop(2);
- _root.secoes.tipo.gotoAndStop("executar");
- _root.nome = "Click and Paint";
- _root.secoes.descricoes.descricao.text = "30 pictures to colorize in your computer";
- _root.controle = "Mouse - to control brush, Left Button - to pick up color and paint";
- _root.comando = "run.app";
- _root.licenca = "Freeware";
- _root.caminho = "\\Click and Paint\\Click.exe";
- _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Click and Paint\\Click.exe";
- loadMovie("interface\\imagens\\clique.jpg","_root.secoes.descricoes.destino");
- }
-