home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 December / macformat-044.iso / Demos / The Ghost Cave / BB / TITLE.Dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1996-06-14  |  280 b   |  16 lines

  1. on mouseUp
  2.   global reading, switch8M, stopreading
  3.   set reading to 1
  4.   set stopreading to 0
  5.   sound stop 2
  6.   puppetSound(0)
  7.   puppetPalette("Black")
  8.   updateStage()
  9.   puppetPalette(0)
  10.   if switch8M then
  11.     go(1, "@\MBB\AMBB8M\BPG1s")
  12.   else
  13.     go(1, "@\MBB\BPG1")
  14.   end if
  15. end
  16.