home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Esportes / Tiro_al_Arco.swf / scripts / frame_192 / DoAction.as
Text File  |  2007-06-07  |  407b  |  19 lines

  1. _root.varFuerzaTiro = 0;
  2. _root.marcadorBajo.barraTiro.fuerzaTiro._width = 0;
  3. if(!_root.flechaEnAire1 && !_root.flechaEnAire2 && !_root.flechaEnAire3 && !_root.flechaEnAire4)
  4. {
  5.    if(1 >= _root.tries && _root.DianasGanadas == 0)
  6.    {
  7.       ninguno.gotoAndPlay(2);
  8.       stop();
  9.    }
  10.    else if(1 >= _root.tries)
  11.    {
  12.       gotoAndStop(195);
  13.    }
  14.    else
  15.    {
  16.       gotoAndPlay(170);
  17.    }
  18. }
  19.