home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 127
/
MOBICLIC127.ISO
/
mac
/
DATA
/
DSS127
/
DSS127_02
/
DSS127_02.swf
/
scripts
/
frame_346
/
DoAction.as
Wrap
Text File
|
2010-09-13
|
262b
|
13 lines
function suitePause()
{
clearInterval(intervalPause);
gotoAndStop("02_03");
}
stop();
if(gMusicOn)
{
soundObjects[gMusic].setVolume(0);
}
joueBruitage({nomSon:"B_HELICO_1",loopSon:1000});
intervalPause = setInterval(this,"suitePause",2000);