home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 127
/
MOBICLIC127.ISO
/
mac
/
DATA
/
DSS127
/
DSS127_03
/
DSS127_03.swf
/
scripts
/
frame_370
/
DoAction.as
Wrap
Text File
|
2010-09-13
|
462b
|
22 lines
stop();
FEN_ROBOT.ROBOT_TETE.gotoAndStop(1);
ZONE_04_01.onRollOver = function()
{
gereCursor(2);
this.gotoAndStop("E2");
joueBruitage({nomSon:"B_PLANET"});
};
ZONE_04_01.onRollOut = function()
{
gereCursor(1);
this.gotoAndStop("E1");
stopBruitage({nomSon:"B_PLANET"});
};
ZONE_04_01.onPress = function()
{
gereCursor(1);
this.gotoAndStop("E1");
stopBruitage({nomSon:"B_PLANET"});
_root.gotoAndStop("04_01");
};