home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 June / PCPRO_696.ISO / specials / c-pp / 01 / 01.dir / 00398.ls < prev    next >
Encoding:
Text File  |  1995-12-12  |  153 b   |  8 lines

  1. on exitFrame
  2.   global gQuizFrame, gQuizRight, gQuizWrong
  3.   set gQuizFrame to the frame
  4.   set gQuizRight to "112"
  5.   set gQuizWrong to "113"
  6.   pause()
  7. end
  8.