home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 127 / MOBICLIC127.ISO / mac / DATA / DSS127 / DSS127_03 / DSS127_03.swf / scripts / frame_30 / DoAction.as
Text File  |  2010-09-13  |  4KB  |  115 lines

  1. stop();
  2. gereTextes.masqueLM({codeLM:"LM_TITRE_01"});
  3. gereTextes.masqueLM({codeLM:"LM_TITRE_02"});
  4. gereTextes.masqueLM({codeLM:"LM_TITRE_03"});
  5. gereTextes.masqueLM({codeLM:"LM_TITRE_04"});
  6. gereTextes.masqueLM({codeLM:"LM_TITRE_05"});
  7. gereTextes.masqueLM({codeLM:"LM_TITRE_06"});
  8. gereTextes.masqueLM({codeLM:"LM_TITRE_07"});
  9. gereTextes.masqueLM({codeLM:"LM_JEU_01"});
  10. gereTextes.masqueLM({codeLM:"LM_JEU_02"});
  11. gereTextes.masqueLM({codeLM:"LM_JEU_03"});
  12. gereTextes.masqueLM({codeLM:"LM_CONSIGNE"});
  13. gereTextes.masqueLM({codeLM:"LM_03_ITV_Q01"});
  14. gereTextes.masqueLM({codeLM:"LM_03_ITV_Q02"});
  15. gereTextes.masqueLM({codeLM:"LM_03_ITV_Q03"});
  16. gereTextes.masqueLM({codeLM:"LM_03_ITV_Q04"});
  17. gereTextes.masqueLM({codeLM:"LM_03_ITV_Q05"});
  18. gereTextes.masqueLM({codeLM:"LM06_02"});
  19. gereTextes.masqueLM({codeLM:"LM06_03"});
  20. gereTextes.masqueLM({codeLM:"LM06_04"});
  21. gereTextes.masqueLM({codeLM:"LM_07_01"});
  22. gereTextes.masqueLM({codeLM:"LM_07_02"});
  23. gereTextes.masqueLM({codeLM:"LM_VIDEO"});
  24. swfStocker["A_" + gModuleName + "_WIKI_FUTUR"]._visible = 0;
  25. swfStocker["A_" + gModuleName + "_BUG_FUTUR"]._visible = 0;
  26. stopBruitage({nomSon:"B_RONFLE"});
  27. stopBruitage({nomSon:"B_BAILLE"});
  28. stopBruitage({nomSon:"B_RIRE_1"});
  29. stopBruitage({nomSon:"B_RIRE_2"});
  30. if(_global.HOTE !== undefined)
  31. {
  32.    if(_global.HOTE.fromPastilles == 1)
  33.    {
  34.       _global.ChangeModule({codeRub:"DSS",numMod:5,A_GoLabel:"ATTENTE_RETOUR"});
  35.    }
  36.    else if(getPos(_global.HOTE.gListeVu_DSS127[2],0) == -1)
  37.    {
  38.       gotoAndStop("FIN_01");
  39.       play();
  40.    }
  41. }
  42. var i = 1;
  43. while(i <= 7)
  44. {
  45.    this["ZONE_" + gimme2digits(i)].pZone = i;
  46.    this["ZONE_" + gimme2digits(i)].onRollOver = function()
  47.    {
  48.       this.useHandCursor = 0;
  49.       if(_global.HOTE == undefined)
  50.       {
  51.          this.useHandCursor = 1;
  52.          gereCursor(2);
  53.          this.gotoAndStop("E2");
  54.          gereTextes.afficheIB({mc:this,codeIB:"IB" + gimme2digits(this.pZone),X:this._x,Y:this._y});
  55.          joueBruitage({nomSon:"B_" + gimme2digits(this.pZone)});
  56.       }
  57.       else if(_global.HOTE.gListeVu_DSS127[2][this.pZone - 1] == 0)
  58.       {
  59.          this.useHandCursor = 1;
  60.          gereCursor(2);
  61.          this.gotoAndStop("E2");
  62.          gereTextes.afficheIB({mc:this,codeIB:"IB" + gimme2digits(this.pZone),X:this._x,Y:this._y});
  63.          joueBruitage({nomSon:"B_" + gimme2digits(this.pZone)});
  64.       }
  65.    };
  66.    this["ZONE_" + gimme2digits(i)].onRollOut = function()
  67.    {
  68.       gereCursor(1);
  69.       this.gotoAndStop("E1");
  70.       gereTextes.masqueIB({codeIB:"IB" + gimme2digits(this.pZone)});
  71.       stopBruitage({nomSon:"B_" + gimme2digits(this.pZone)});
  72.    };
  73.    this["ZONE_" + gimme2digits(i)].onPress = function()
  74.    {
  75.       if(_global.HOTE == undefined)
  76.       {
  77.          gereCursor(1);
  78.          this.gotoAndStop("E1");
  79.          gereTextes.masqueIB({codeIB:"IB" + gimme2digits(this.pZone)});
  80.          stopBruitage({nomSon:"B_" + gimme2digits(this.pZone)});
  81.          trace("GO LAB_" + gimme2digits(this.pZone));
  82.          switch(this.pZone)
  83.          {
  84.             case 3:
  85.                _root.gotoAndStop("LAB_03");
  86.                break;
  87.             case 7:
  88.                _root.gotoAndStop("07_00_A");
  89.                break;
  90.             default:
  91.                _root.gotoAndStop(gimme2digits(this.pZone) + "_00");
  92.          }
  93.       }
  94.       else if(_global.HOTE.gListeVu_DSS127[2][this.pZone - 1] == 0)
  95.       {
  96.          gereCursor(1);
  97.          this.gotoAndStop("E1");
  98.          gereTextes.masqueIB({codeIB:"IB" + gimme2digits(this.pZone)});
  99.          stopBruitage({nomSon:"B_" + gimme2digits(this.pZone)});
  100.          switch(this.pZone)
  101.          {
  102.             case 3:
  103.                _root.gotoAndStop("LAB_03");
  104.                break;
  105.             case 7:
  106.                _root.gotoAndStop("07_00_A");
  107.                break;
  108.             default:
  109.                _root.gotoAndStop(gimme2digits(this.pZone) + "_00");
  110.          }
  111.       }
  112.    };
  113.    i++;
  114. }
  115.