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

  1. on mouseDown
  2.   set the castNum of sprite 6 to 197
  3.   updateStage()
  4.   repeat while the stillDown
  5.     nothing()
  6.   end repeat
  7. end
  8.  
  9. on mouseUp
  10.   go("laulut_speak")
  11. end
  12.