home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 127
/
MOBICLIC127.ISO
/
mac
/
DATA
/
DSS127
/
DSS127_01
/
DSS127_01.swf
/
scripts
/
frame_410
/
DoAction.as
Wrap
Text File
|
2010-09-13
|
645b
|
28 lines
stop();
if(_global.HOTE !== undefined)
{
_global.HOTE.gListeVu_DSS127[0][3] = 1;
}
initBT_X();
ZONE_04_01.onRollOver = function()
{
gereCursor(2);
joueBruitage({nomSon:"B_04_01_ROLL"});
gereTextes.afficheIB({codeIB:"IB01_04_01",X:this._x,Y:this._y});
};
ZONE_04_01.onRollOut = function()
{
gereCursor(1);
stopBruitage({nomSon:"B_04_01_ROLL"});
gereTextes.masqueIB();
};
ZONE_04_01.onPress = function()
{
gereCursor(1);
this.gotoAndStop("E1");
stopBruitage({nomSon:"B_04_01_ROLL"});
joueBruitage({nomSon:"B_04_01_CLIC"});
gereTextes.masqueIB();
_root.gotoAndStop("F_04_01_A");
};