home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 157
/
MOBICLIC157.ISO
/
pc
/
DATA
/
EPP157
/
EPP157_00
/
EPP157_00.swf
/
scripts
/
frame_39
/
DoAction.as
Wrap
Text File
|
2013-09-17
|
2KB
|
71 lines
function initBT_CROIX()
{
var _loc2_ = BT_CROIX;
_loc2_.pIB = "IB_R";
_loc2_.pBruit = "B_BT_CROIX";
_loc2_.onRollOver = function()
{
gereCursor(2);
this.gotoAndPlay("E2");
joueBruitage({nomSon:this.pBruit});
gereTextes.afficheIB({codeIB:this.pIB,X:this._x + 0,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});
gotoAndStop("ATTENTE");
play();
};
}
function initBT_BAYAM02()
{
var _loc3_ = BT_BAYAM02;
_loc3_.pIB = "IB_B";
_loc3_.pBruit = "B_CLIC";
_loc3_.onRollOver = function()
{
gereCursor(2);
this.gotoAndPlay("E2");
joueBruitage({nomSon:this.pBruit});
gereTextes.afficheIB({codeIB:this.pIB,X:20,Y:this._y + 0});
};
_loc3_.onRollOut = function()
{
gereCursor(1);
this.gotoAndPlay("E1");
stopBruitage({nomSon:this.pBruit});
gereTextes.masqueIB({codeIB:this.pIB});
};
_loc3_.onPress = function()
{
gereCursor(1);
this.gotoAndPlay("E1");
stopBruitage({nomSon:this.pBruit});
gereTextes.masqueIB({codeIB:this.pIB});
_global.HOTE.openURL("http://www.bayam.fr/mobiclic");
};
}
initBT_CROIX();
initBT_BAYAM02();
FOND.useHandCursor = false;
FOND.onRollOver = function()
{
};
FOND.onRollOut = function()
{
};
FOND.onPress = function()
{
};
stop();