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