home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 142 / MOBICLIC142.ISO / pc / DATA / GAM142 / GAM142_00 / GAM142_00.swf / scripts / frame_26 / DoAction.as
Text File  |  2012-02-13  |  802b  |  33 lines

  1. gMASCOTTE_P._visible = false;
  2. this.BT_REJOUER.onRollOver = function()
  3. {
  4.    gereCursor(2);
  5.    joueBruitage({nomSon:"B_REJOUER"});
  6.    this.gotoAndPlay("e2");
  7.    gereTextes.afficheIB({mc:this,codeIB:"IB02"});
  8. };
  9. this.BT_REJOUER.onRollOut = function()
  10. {
  11.    this.gotoAndPlay("e1");
  12.    gereCursor(1);
  13.    stopBruitage({nomSon:"B_REJOUER"});
  14.    gereTextes.masqueIB();
  15. };
  16. this.BT_REJOUER.onPress = function()
  17. {
  18.    gereCursor(1);
  19.    gereTextes.masqueIB();
  20.    stopBruitage({nomSon:"B_REJOUER"});
  21.    initVariablesGAM();
  22.    var _loc2_ = 1;
  23.    while(_loc2_ <= gNbLettres)
  24.    {
  25.       _root["OB01_" + gimme2digits(_loc2_)].gotoAndPlay("e1");
  26.       _root["BU01_" + gimme2digits(_loc2_)].gotoAndPlay("e1");
  27.       _loc2_ = _loc2_ + 1;
  28.    }
  29.    gotoAndStop("ATTENTE");
  30.    play();
  31. };
  32. stop();
  33.