home *** CD-ROM | disk | FTP | other *** search
/ HYPE / HYPE.ISO / tino.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1996-06-21  |  163 b   |  13 lines

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