home *** CD-ROM | disk | FTP | other *** search
- function initBT_QUIT()
- {
- var _loc2_ = BT_QUIT;
- _loc2_.pIB = "IB_Q";
- _loc2_.pBruit = "B_BT_QUIT";
- _loc2_.onRollOver = function()
- {
- gereCursor(2);
- this.gotoAndPlay("E2");
- joueBruitage({nomSon:this.pBruit});
- gereTextes.afficheIB({codeIB:this.pIB,X:this._x + 60,Y:this._y + this._height});
- };
- _loc2_.onRollOut = function()
- {
- gereCursor(1);
- this.gotoAndPlay("E1");
- stopBruitage({nomSon:this.pBruit});
- gereTextes.masqueIB({codeIB:this.pIB});
- };
- _loc2_.onPress = function()
- {
- gereCursor(1);
- this.gotoAndPlay("E1");
- stopBruitage({nomSon:this.pBruit});
- gereTextes.masqueIB({codeIB:this.pIB});
- ChangeModule({codeRub:"MOB",numMod:0,FromModule:true,A_GoLabel:"START"});
- };
- }
- function initBT_ONLINE()
- {
- var _loc3_ = BT_ONLINE;
- _loc3_.onRollOver = function()
- {
- gereCursor(2);
- this.gotoAndPlay("E2");
- };
- _loc3_.onRollOut = function()
- {
- gereCursor(1);
- this.gotoAndPlay("E1");
- };
- _loc3_.onPress = function()
- {
- gereCursor(1);
- this.gotoAndPlay("E1");
- _global.HOTE.openURL("http://www.bayam.fr/mobiclic","_blank");
- };
- }
- function initBT_MOBI()
- {
- var _loc3_ = BT_MOBI;
- _loc3_.onRollOver = function()
- {
- gereCursor(2);
- this.gotoAndPlay("E2");
- };
- _loc3_.onRollOut = function()
- {
- gereCursor(1);
- this.gotoAndPlay("E1");
- };
- _loc3_.onPress = function()
- {
- gereCursor(1);
- this.gotoAndPlay("E1");
- _global.HOTE.openURL("http://www.mobiclic.com","_blank");
- };
- }
- function initBT_PARTICIPE()
- {
- var _loc3_ = BT_PARTICIPE;
- _loc3_.onRollOver = function()
- {
- gereCursor(2);
- this.gotoAndPlay("E2");
- };
- _loc3_.onRollOut = function()
- {
- gereCursor(1);
- this.gotoAndPlay("E1");
- };
- _loc3_.onPress = function()
- {
- gereCursor(1);
- this.gotoAndPlay("E1");
- _global.HOTE.openURL("http://www.mobiclic.com/concours","_blank");
- };
- }
- initBT_QUIT();
- initBT_ONLINE();
- initBT_MOBI();
- initBT_PARTICIPE();
-