home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 127 / MOBICLIC127.ISO / mac / DATA / DSS127 / DSS127_01 / DSS127_01.swf / scripts / frame_110 / DoAction.as
Text File  |  2010-09-13  |  2KB  |  74 lines

  1. stop();
  2. gereTextes.masqueLM({codeLM:listTextes[0]});
  3. gereTextes.masqueLM({codeLM:listTextes[1]});
  4. gereTextes.masqueLM({codeLM:listTextes[2]});
  5. gereTextes.masqueLM({codeLM:"LM01_02_00_01"});
  6. gereTextes.masqueLM({codeLM:"LM01_02_00_02_A"});
  7. clearInterval(intervalTeletext);
  8. clearInterval(intervalReaction);
  9. clearInterval(pauseReaction);
  10. clearInterval(intervalPause);
  11. stopBruitage({nomSon:"B_F_04_01_A"});
  12. swfStocker["A_" + gModuleName + "_WIKI_ET"]._visible = 0;
  13. if(_global.HOTE !== undefined)
  14. {
  15.    if(_global.HOTE.fromPastilles == 1)
  16.    {
  17.       _global.ChangeModule({codeRub:"DSS",numMod:5,A_GoLabel:"ATTENTE_RETOUR"});
  18.    }
  19.    else if(getPos(_global.HOTE.gListeVu_DSS127[0],0) == -1)
  20.    {
  21.       gotoAndStop("FIN");
  22.       play();
  23.    }
  24. }
  25. var i = 1;
  26. while(i <= 4)
  27. {
  28.    this["ZONE_" + gimme2digits(i)].pZone = i;
  29.    this["ZONE_" + gimme2digits(i)].onRollOver = function()
  30.    {
  31.       this.useHandCursor = 0;
  32.       if(_global.HOTE == undefined)
  33.       {
  34.          this.useHandCursor = 1;
  35.          gereCursor(2);
  36.          this.gotoAndStop("E2");
  37.          joueBruitage({nomSon:"B_" + gimme2digits(this.pZone) + "_ROLL"});
  38.       }
  39.       else if(_global.HOTE.gListeVu_DSS127[0][this.pZone - 1] == 0)
  40.       {
  41.          this.useHandCursor = 1;
  42.          gereCursor(2);
  43.          this.gotoAndStop("E2");
  44.          joueBruitage({nomSon:"B_" + gimme2digits(this.pZone) + "_ROLL"});
  45.       }
  46.    };
  47.    this["ZONE_" + gimme2digits(i)].onRollOut = function()
  48.    {
  49.       gereCursor(1);
  50.       this.gotoAndStop("E1");
  51.       stopBruitage({nomSon:"B_" + gimme2digits(this.pZone) + "_ROLL"});
  52.    };
  53.    this["ZONE_" + gimme2digits(i)].onPress = function()
  54.    {
  55.       if(_global.HOTE == undefined)
  56.       {
  57.          gereCursor(1);
  58.          this.gotoAndStop("E1");
  59.          stopBruitage({nomSon:"B_" + gimme2digits(this.pZone) + "_ROLL"});
  60.          joueBruitage({nomSon:"B_" + gimme2digits(this.pZone) + "_CLIC"});
  61.          _root.gotoAndStop("LAB_" + gimme2digits(this.pZone));
  62.       }
  63.       else if(_global.HOTE.gListeVu_DSS127[0][this.pZone - 1] == 0)
  64.       {
  65.          gereCursor(1);
  66.          this.gotoAndStop("E1");
  67.          stopBruitage({nomSon:"B_" + gimme2digits(this.pZone) + "_ROLL"});
  68.          joueBruitage({nomSon:"B_" + gimme2digits(this.pZone) + "_CLIC"});
  69.          _root.gotoAndStop("LAB_" + gimme2digits(this.pZone));
  70.       }
  71.    };
  72.    i++;
  73. }
  74.