home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 127
/
MOBICLIC127.ISO
/
mac
/
DATA
/
DSS127
/
DSS127_03
/
DSS127_03.swf
/
scripts
/
frame_740
/
DoAction.as
Wrap
Text File
|
2010-09-13
|
416b
|
21 lines
stop();
ZONE_FIN_03.onRollOver = function()
{
gereCursor(2);
this.gotoAndStop("E2");
joueBruitage({nomSon:"B_BD"});
};
ZONE_FIN_03.onRollOut = function()
{
gereCursor(1);
this.gotoAndStop("E1");
stopBruitage({nomSon:"B_BD"});
};
ZONE_FIN_03.onPress = function()
{
gereCursor(1);
this.gotoAndStop("E1");
stopBruitage({nomSon:"B_BD"});
_root.gotoAndStop("FIN_02");
};