home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / 0_GEGA012.iso / Interface / it.dig / scripts / DefineSprite_317 / frame_23 / DoAction.as
Encoding:
Text File  |  2006-01-20  |  907 b   |  21 lines

  1. stop();
  2. _root.descri.gotoAndStop(2);
  3. _root.descri.nome.text = "Mafia";
  4. _root.descri.descri.text = "Habilite e desabilite fun├º├╡es como Rounds Cheat, Clip Cheat e Money Cheat";
  5. _root.descri.licenca.text = "Freeware";
  6. _root.descri.limitacao.text = "Nenhuma";
  7. _root.descri.comando.text = "shellopen";
  8. _root.descri.caminho.text = "\\trainers\\Mafia\\";
  9. loadMovie("interface\\imagens\\mafia.jpg","_root.descri.foto.foto");
  10. bt_1.onRelease = function()
  11. {
  12.    _root.descri.gotoAndStop(2);
  13.    _root.descri.nome.text = "Mafia";
  14.    _root.descri.descri.text = "Habilite e desabilite fun├º├╡es como Rounds Cheat, Clip Cheat e Money Cheat";
  15.    _root.descri.licenca.text = "Freeware";
  16.    _root.descri.limitacao.text = "Nenhuma";
  17.    _root.descri.comando.text = "shellopen";
  18.    _root.descri.caminho.text = "\\trainers\\Mafia\\";
  19.    loadMovie("interface\\imagens\\mafia.jpg","_root.descri.foto.foto");
  20. };
  21.