home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 127 / MOBICLIC127.ISO / mac / DATA / DSS127 / DSS127_02 / DSS127_02.swf / scripts / frame_486 / DoAction.as
Text File  |  2010-09-13  |  758b  |  39 lines

  1. function goBackITV()
  2. {
  3.    if(gMusicOn)
  4.    {
  5.       soundObjects[gMusic].setVolume(gVolume);
  6.    }
  7.    gotoAndStop(itvRetour);
  8. }
  9. stop();
  10. BT_X._visible = 0;
  11. if(gMusicOn)
  12. {
  13.    soundObjects[gMusic].setVolume(0);
  14. }
  15. joueBruitage({nomSon:"B_02_ITV_R" + gimme2digits(reponseITV),actionFin:"goBackITV"});
  16. switch(reponseITV)
  17. {
  18.    case 3:
  19.       IMG_ITV.gotoAndStop(1);
  20.       break;
  21.    case 4:
  22.       IMG_ITV.gotoAndStop(3);
  23.       break;
  24.    case 5:
  25.       IMG_ITV.gotoAndStop(4);
  26.       break;
  27.    case 6:
  28.       IMG_ITV.gotoAndStop(5);
  29.       break;
  30.    default:
  31.       IMG_ITV.gotoAndStop(1);
  32. }
  33. COUPESON.useHandCursor = 0;
  34. COUPESON.onPress = function()
  35. {
  36.    stopBruitage({nomSon:"B_02_ITV_R" + gimme2digits(reponseITV)});
  37.    goBackITV();
  38. };
  39.