home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Magazine 2003 September
/
INTERNET107.ISO
/
pc
/
aol8
/
media
/
upgrade.swf
/
scripts
/
frame_120
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-03-13
|
204 b
|
15 lines
if(_global.doit != 1)
{
timeup = 1000 * pausetime + getTimer();
_global.doit = 1;
}
if(getTimer() < timeup)
{
gotoAndPlay(119);
}
else
{
_global.doit = 0;
gotoAndPlay(121);
}