home *** CD-ROM | disk | FTP | other *** search
/ Apollo XIII - A Week to Remember / APOLLO_13.iso / pc / chpter3 / explode / explode.dir / 00114.ls < prev    next >
Encoding:
Text File  |  1995-05-22  |  253 b   |  16 lines

  1. on mouseDown
  2.   button(41, "terms inv", "terms", 3)
  3. end
  4.  
  5. on mouseUp
  6.   global gPlay, gQuitM
  7.   if gQuitM = 1 then
  8.     set gQuitM to 0
  9.     exit
  10.   end if
  11.   cursor(4)
  12.   puppetSound(0)
  13.   put EMPTY into line 1 of field "terms/glossary"
  14.   play frame "Terms"
  15. end
  16.