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

  1. on mouseDown
  2.   button(20, "movie inv", "movie", 3)
  3. end
  4.  
  5. on mouseUp
  6.   global gQuitM
  7.   if gQuitM = 1 then
  8.     set gQuitM to 0
  9.     exit
  10.   end if
  11.   set gQuitM to 1
  12.   puppetSound(0)
  13.   cursor(4)
  14.   go("Kranz")
  15. end
  16.