home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 136 / MOBICLIC136.ISO / pc / DATA / DCV136 / DCV136_00 / DCV136_00.swf / scripts / frame_346 / DoAction.as
Text File  |  2011-07-20  |  346b  |  19 lines

  1. function resultat()
  2. {
  3.    switch(nbBonReponses)
  4.    {
  5.       case 0:
  6.          gotoAndStop("FIN_01");
  7.          break;
  8.       case 1:
  9.       case 2:
  10.          gotoAndStop("FIN_02");
  11.          break;
  12.       case 3:
  13.          gotoAndStop("FIN_03");
  14.    }
  15. }
  16. var nom_du_son = "03_04";
  17. joueSon({nomSon:nom_du_son,actionFin:"resultat"});
  18. stop();
  19.