home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
devglry
/
maricopa
/
source
/
quizzer.dir
/
00042.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-04-18
|
205 b
|
11 lines
on exitFrame
if NetDone() and (the timer > (60 * 3)) then
put netTextResult() into field "menu"
cursor(-1)
puppetSprite(11, 0)
go(the frame + 1)
else
go(the frame - 1)
end if
end