home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 157 / MOBICLIC157.ISO / pc / DATA / EPP157 / EPP157_00 / EPP157_00.swf / scripts / frame_39 / DoAction.as
Text File  |  2013-09-17  |  2KB  |  71 lines

  1. function initBT_CROIX()
  2. {
  3.    var _loc2_ = BT_CROIX;
  4.    _loc2_.pIB = "IB_R";
  5.    _loc2_.pBruit = "B_BT_CROIX";
  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 + 0,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.       gotoAndStop("ATTENTE");
  27.       play();
  28.    };
  29. }
  30. function initBT_BAYAM02()
  31. {
  32.    var _loc3_ = BT_BAYAM02;
  33.    _loc3_.pIB = "IB_B";
  34.    _loc3_.pBruit = "B_CLIC";
  35.    _loc3_.onRollOver = function()
  36.    {
  37.       gereCursor(2);
  38.       this.gotoAndPlay("E2");
  39.       joueBruitage({nomSon:this.pBruit});
  40.       gereTextes.afficheIB({codeIB:this.pIB,X:20,Y:this._y + 0});
  41.    };
  42.    _loc3_.onRollOut = function()
  43.    {
  44.       gereCursor(1);
  45.       this.gotoAndPlay("E1");
  46.       stopBruitage({nomSon:this.pBruit});
  47.       gereTextes.masqueIB({codeIB:this.pIB});
  48.    };
  49.    _loc3_.onPress = function()
  50.    {
  51.       gereCursor(1);
  52.       this.gotoAndPlay("E1");
  53.       stopBruitage({nomSon:this.pBruit});
  54.       gereTextes.masqueIB({codeIB:this.pIB});
  55.       _global.HOTE.openURL("http://www.bayam.fr/mobiclic");
  56.    };
  57. }
  58. initBT_CROIX();
  59. initBT_BAYAM02();
  60. FOND.useHandCursor = false;
  61. FOND.onRollOver = function()
  62. {
  63. };
  64. FOND.onRollOut = function()
  65. {
  66. };
  67. FOND.onPress = function()
  68. {
  69. };
  70. stop();
  71.