home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 151
/
MOBICLIC151.ISO
/
mac
/
DATA
/
BAY151
/
BAY151_00
/
BAY151_00.swf
/
scripts
/
frame_11
/
DoAction.as
Wrap
Text File
|
2013-01-17
|
1KB
|
51 lines
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 _loc2_ = BT_ONLINE;
_loc2_.onRollOver = function()
{
gereCursor(2);
this.gotoAndPlay("E2");
};
_loc2_.onRollOut = function()
{
gereCursor(1);
this.gotoAndPlay("E1");
};
_loc2_.onPress = function()
{
gereCursor(1);
this.gotoAndPlay("E1");
getUrl("http://www.bayam.fr/mobiclic", "");
};
}
initBT_QUIT();
initBT_ONLINE();