home *** CD-ROM | disk | FTP | other *** search
/ IBM CD-ROM Sampler / IBM_CD-ROM_Multimedia_Sampler_IBM_1995.iso / ibmms / shadow / main / menu.dir / 00008.ls < prev    next >
Encoding:
Text File  |  1995-07-08  |  230 b   |  13 lines

  1. on mouseDown
  2.   if soundBusy(1) then
  3.     sound stop 1
  4.   end if
  5.   puppetSprite(19, 1)
  6.   set the castNum of sprite 19 to 22
  7.   updateStage()
  8.   sound playFile 1, "@:SND:Quit2"
  9.   puppetSprite(19, 0)
  10.   puppetSprite(16, 0)
  11.   go(">>")
  12. end
  13.