home *** CD-ROM | disk | FTP | other *** search
/ HYPE / HYPE.ISO / henk.dxr / 00047.ls < prev    next >
Encoding:
Text File  |  1996-06-21  |  212 b   |  12 lines

  1. on mouseDown
  2.   cursor(4)
  3.   puppetSound("butt.wav")
  4.   set the castNum of sprite 4 to 48
  5.   updateStage()
  6.   repeat while the stillDown
  7.     nothing()
  8.   end repeat
  9.   set the castNum of sprite 4 to 45
  10.   go("eija")
  11. end
  12.