home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 159
/
MOBICLIC159.ISO
/
mac
/
DATA
/
BAY159
/
BAY159_00
/
BAY159_00.swf
/
scripts
/
frame_11
/
DoAction.as
Wrap
Text File
|
2013-11-19
|
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 _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");
};
}
initBT_QUIT();
initBT_ONLINE();