home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 148 / MOBICLIC148.ISO / mac / DATA / QZZ148 / QZZ148_00 / QZZ148_00.swf / scripts / frame_295 / DoAction_2.as next >
Text File  |  2012-10-16  |  352b  |  16 lines

  1. function finBruitageJINGLE()
  2. {
  3.    if(gTypePartie == 1)
  4.    {
  5.       gSonPartie = "M" + gManche + "_C1";
  6.       gotoAndPlay("SOLO_" + gSonPartie);
  7.    }
  8.    else
  9.    {
  10.       gSonPartie = "M" + gManche + "_C2";
  11.       gotoAndPlay("MULTI_" + gSonPartie);
  12.    }
  13. }
  14. joueBruitage({nomSon:"B_JINGLE_0" + gManche,actionFin:"finBruitageJINGLE"});
  15. stop();
  16.