home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
devglry
/
maricopa
/
source
/
quizzer.dir
/
00019.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
|
241 b
|
14 lines
on mouseUp
if field "results" contains "CONGRATULATIONS" then
beep()
alert("You are certified!")
end if
makeQuiz()
go("quiz")
repeat with i = 2 to 6
puppetSprite(i, 1)
end repeat
puppetSprite(10, 1)
newQuiz()
end