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:
Text File  |  1996-04-18  |  205 b   |  11 lines

  1. on exitFrame
  2.   if NetDone() and (the timer > (60 * 3)) then
  3.     put netTextResult() into field "menu"
  4.     cursor(-1)
  5.     puppetSprite(11, 0)
  6.     go(the frame + 1)
  7.   else
  8.     go(the frame - 1)
  9.   end if
  10. end
  11.