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

  1. gereTextes.masqueLM({codeLM:"LM_07_01"});
  2. gereTextes.masqueLM({codeLM:"LM_07_02"});
  3. stop();
  4. FEN_ROBOT.ROBOT_TETE.gotoAndStop(1);
  5. FEN_ROBOT.HP.gotoAndStop(1);
  6. if(getPos(done07,0) == -1)
  7. {
  8.    gotoAndStop("ATTENTE");
  9. }
  10. else
  11. {
  12.    var i = 1;
  13.    while(i <= 2)
  14.    {
  15.       this["ZONE_07_" + gimme2digits(i)].pZone = i;
  16.       this["ZONE_07_" + gimme2digits(i)].onRollOver = function()
  17.       {
  18.          gereCursor(2);
  19.          this.gotoAndStop("E2");
  20.          joueBruitage({nomSon:"B_FORMULE"});
  21.          gereTextes.afficheIB({mc:this,codeIB:"IB_07_" + gimme2digits(this.pZone),X:this._x,Y:this._y});
  22.       };
  23.       this["ZONE_07_" + gimme2digits(i)].onRollOut = function()
  24.       {
  25.          gereCursor(1);
  26.          this.gotoAndStop("E1");
  27.          stopBruitage({nomSon:"B_FORMULE"});
  28.          gereTextes.masqueIB();
  29.       };
  30.       this["ZONE_07_" + gimme2digits(i)].onPress = function()
  31.       {
  32.          gereTextes.masqueIB();
  33.          gereCursor(1);
  34.          this.gotoAndStop("E1");
  35.          stopBruitage({nomSon:"B_FORMULE"});
  36.          _root.done07[this.pZone - 1] = 1;
  37.          _root.gotoAndStop("07_" + gimme2digits(this.pZone) + "_A");
  38.       };
  39.       i++;
  40.    }
  41. }
  42.