home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
casestdy
/
ch11_sfx
/
esnavbar.dir
/
00007.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-12
|
217 b
|
13 lines
on exitFrame
global gReadyToGo
if gReadyToGo then
go(marker(0) + 1)
set gReadyToGo to gReadyToGo + 1
if gReadyToGo > 3 then
set gReadyToGo to 0
end if
else
puppetTempo(30)
end if
end