home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / shared.dxr / 00605_jQUIT01.BMP.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  363 b   |  14 lines

  1. on mouseDown
  2.   puppetSound("lightswt.wav")
  3.   puppetSprite(8, 1)
  4.   repeat while the mouseDown
  5.     set the castNum of sprite 8 to the number of cast "jquit02.bmp"
  6.     updateStage()
  7.   end repeat
  8.   set the castNum of sprite 8 to the number of cast "jquit01.bmp"
  9.   updateStage()
  10.   set the visible of sprite 38 to 1
  11.   set the visible of sprite 39 to 1
  12.   go("QUIT")
  13. end
  14.