home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
devglry
/
maricopa
/
source
/
quizzer.dir
/
00033.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
|
233 b
|
12 lines
on exitFrame
if not NetDone() or (the timer < (60 * 10)) then
go(the frame - 1)
else
put netTextResult() into field "qText"
puppetSprite(2, 0)
puppetSprite(11, 0)
makeQuiz()
go(the frame + 1)
end if
end