home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 136 / MOBICLIC136.ISO / pc / DATA / ENG136 / ENG136_00 / ENG136_00.swf / scripts / DefineSprite_257 / frame_1 / DoAction.as
Text File  |  2011-07-20  |  544b  |  23 lines

  1. BT_CLOSE_LM.onRollOver = function()
  2. {
  3.    _root.gereTextes.afficheIB({codeIB:"IB_FERLM",mc:this});
  4.    joueBruitage({nomSon:"B_FERMER"});
  5.    gereCursor(2);
  6.    this.gotoAndStop("E2");
  7. };
  8. BT_CLOSE_LM.onRollOut = function()
  9. {
  10.    stopBruitage({nomSon:"B_FERMER"});
  11.    gereCursor(1);
  12.    this.gotoAndStop("E1");
  13.    _root.gereTextes.masqueIB();
  14. };
  15. BT_CLOSE_LM.onPress = function()
  16. {
  17.    stopBruitage({nomSon:"B_FERMER"});
  18.    gereCursor(1);
  19.    this.gotoAndStop("E1");
  20.    this._parent._visible = 0;
  21.    _root.gereTextes.masqueIB();
  22. };
  23.