home *** CD-ROM | disk | FTP | other *** search
/ Print Library / Print Library.iso / library / menu / 00027.ls < prev    next >
Encoding:
Text File  |  1995-08-11  |  253 b   |  13 lines

  1. on mouseDown
  2.   puppetSound("Click")
  3.   set the castNum of sprite 11 to 26
  4.   updateStage()
  5.   repeat while the stillDown
  6.   end repeat
  7.   set the castNum of sprite 11 to 10
  8.   updateStage()
  9.   puppetSound(0)
  10.   set the mouseDownScript to EMPTY
  11.   go("Home")
  12. end
  13.