home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 149 / MOBICLIC149.ISO / pc / DATA / EPP149 / EPP149_00 / EPP149_00.swf / scripts / frame_20 / DoAction.as
Text File  |  2012-11-21  |  1KB  |  60 lines

  1. function initBT_QUIT()
  2. {
  3.    var _loc2_ = BT_QUIT;
  4.    _loc2_.pIB = "IB_Q";
  5.    _loc2_.pBruit = "B_BT_QUIT";
  6.    _loc2_.onRollOver = function()
  7.    {
  8.       gereCursor(2);
  9.       this.gotoAndPlay("E2");
  10.       joueBruitage({nomSon:this.pBruit});
  11.       gereTextes.afficheIB({codeIB:this.pIB,X:this._x + 60,Y:this._y + this._height});
  12.    };
  13.    _loc2_.onRollOut = function()
  14.    {
  15.       gereCursor(1);
  16.       this.gotoAndPlay("E1");
  17.       stopBruitage({nomSon:this.pBruit});
  18.       gereTextes.masqueIB({codeIB:this.pIB});
  19.    };
  20.    _loc2_.onPress = function()
  21.    {
  22.       gereCursor(1);
  23.       this.gotoAndPlay("E1");
  24.       stopBruitage({nomSon:this.pBruit});
  25.       gereTextes.masqueIB({codeIB:this.pIB});
  26.       ChangeModule({codeRub:"MOB",numMod:0,FromModule:true,A_GoLabel:"START"});
  27.    };
  28. }
  29. function initBT_BAYAM()
  30. {
  31.    var _loc2_ = BT_BAYAM;
  32.    _loc2_.pBruit = "B_BAYAM";
  33.    _loc2_.onRollOver = function()
  34.    {
  35.       gereCursor(2);
  36.       this.gotoAndPlay("E2");
  37.       joueBruitage({nomSon:this.pBruit});
  38.    };
  39.    _loc2_.onRollOut = function()
  40.    {
  41.       gereCursor(1);
  42.       this.gotoAndPlay("E1");
  43.       stopBruitage({nomSon:this.pBruit});
  44.    };
  45.    _loc2_.onPress = function()
  46.    {
  47.       gereCursor(1);
  48.       this.gotoAndPlay("E1");
  49.       stopBruitage({nomSon:this.pBruit});
  50.       gereTextes.masqueIB({codeIB:this.pIB});
  51.       initDone = undefined;
  52.       gotoAndStop("_02");
  53.       play();
  54.    };
  55. }
  56. initEPP();
  57. initBT_QUIT();
  58. initBT_BAYAM();
  59. stop();
  60.