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

  1. on mouseDown
  2.   button(3, "audio button gold inv", "audio button gold", 3)
  3. end
  4.  
  5. on mouseUp
  6.   global gQuitM
  7.   if gQuitM = 1 then
  8.     set gQuitM to 0
  9.     exit
  10.   else
  11.     set gQuitM to 1
  12.   end if
  13.   cursor(4)
  14.   playSndFile("FDLOOP2.AIF")
  15.   cursor(-1)
  16. end
  17.