home *** CD-ROM | disk | FTP | other *** search
/ FDR / FDR.iso / FDR / FDR.DXR / 00025_QuitH.ls < prev    next >
Encoding:
Text File  |  1996-10-22  |  153 b   |  9 lines

  1. on mouseDown
  2.   clickWait()
  3.   if inside(point(the mouseH, the mouseV), the rect of sprite 6) then
  4.     cursor(4)
  5.     movieInits(0)
  6.     quit()
  7.   end if
  8. end
  9.