home *** CD-ROM | disk | FTP | other *** search
/ Print Library / Print Library.iso / library / select / 00018.ls < prev    next >
Encoding:
Text File  |  1995-08-11  |  272 b   |  14 lines

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