home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 155 / MOBICLIC155.ISO / mac / DATA / TRC155 / TRC155_00 / TRC155_00.swf / scripts / frame_31 / DoAction.as
Text File  |  2013-07-08  |  596b  |  27 lines

  1. function initBT_WEB()
  2. {
  3.    var _loc3_ = BT_WEB;
  4.    _loc3_.pBruit = "B_WEB";
  5.    _loc3_.onRollOver = function()
  6.    {
  7.       gereCursor(2);
  8.       this.gotoAndPlay("E2");
  9.       joueBruitage({nomSon:this.pBruit});
  10.    };
  11.    _loc3_.onRollOut = function()
  12.    {
  13.       gereCursor(1);
  14.       this.gotoAndPlay("E1");
  15.       stopBruitage({nomSon:this.pBruit});
  16.    };
  17.    _loc3_.onPress = function()
  18.    {
  19.       gereCursor(1);
  20.       this.gotoAndPlay("E1");
  21.       stopBruitage({nomSon:this.pBruit});
  22.       _global.HOTE.openURL("http://www.bayam.fr/mobiclic");
  23.    };
  24. }
  25. stop();
  26. initBT_WEB();
  27.