home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / cover.dir / 00010.ls < prev    next >
Encoding:
Text File  |  1997-02-21  |  219 b   |  11 lines

  1. on mouseUp
  2.   global colorcount
  3.   puppetSound(1, "coverresponce")
  4.   cursor(4)
  5.   set the visible of sprite 3 to 1
  6.   updateStage()
  7.   repeat while soundBusy(1) = 1
  8.   end repeat
  9.   go(colorcount, the pathName & "SSaver")
  10. end
  11.