home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 127
/
MOBICLIC127.ISO
/
mac
/
DATA
/
DSS127
/
DSS127_03
/
DSS127_03.swf
/
scripts
/
frame_290
/
DoAction.as
Wrap
Text File
|
2010-09-13
|
153b
|
8 lines
function gerePause()
{
clearInterval(intervalPause);
gotoAndStop("AT_03_04");
}
intervalPause = setInterval(this,"gerePause",4000);
stop();