home *** CD-ROM | disk | FTP | other *** search
- function initBT_WEB()
- {
- var _loc3_ = BT_WEB;
- _loc3_.pBruit = "B_WEB";
- _loc3_.onRollOver = function()
- {
- gereCursor(2);
- this.gotoAndPlay("E2");
- joueBruitage({nomSon:this.pBruit});
- };
- _loc3_.onRollOut = function()
- {
- gereCursor(1);
- this.gotoAndPlay("E1");
- stopBruitage({nomSon:this.pBruit});
- };
- _loc3_.onPress = function()
- {
- gereCursor(1);
- this.gotoAndPlay("E1");
- stopBruitage({nomSon:this.pBruit});
- _global.HOTE.openURL("http://www.bayam.fr/mobiclic");
- };
- }
- stop();
- initBT_WEB();
-