home *** CD-ROM | disk | FTP | other *** search
/ HYPE / HYPE.ISO / hist.dxr / 00110.ls < prev    next >
Encoding:
Text File  |  1996-08-17  |  221 b   |  13 lines

  1. on mouseDown
  2.   global gframe
  3.   set gframe to the frame
  4.   set the castNum of sprite 3 to 136
  5.   puppetSound("nappi.wav")
  6.   updateStage()
  7.   repeat while the stillDown
  8.     nothing()
  9.   end repeat
  10.   cursor(4)
  11.   go("alku8")
  12. end
  13.