home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / devglry / maricopa / source / quizzer.dir / 00040.ls < prev    next >
Encoding:
Text File  |  1996-04-18  |  133 b   |  8 lines

  1. on mouseUp
  2.   if field "results" contains "CONGRATULATIONS" then
  3.     beep()
  4.     alert("You are certified!")
  5.   end if
  6.   go("menu")
  7. end
  8.