home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / rebecca.dir / 00069.ls < prev    next >
Encoding:
Text File  |  1996-08-19  |  120 b   |  9 lines

  1. on mouseUp
  2.   puppetSound("BOING")
  3.   updateStage()
  4.   repeat while soundBusy(1)
  5.     nothing()
  6.   end repeat
  7.   go("M2")
  8. end
  9.