home *** CD-ROM | disk | FTP | other *** search
/ HYPE / HYPE.ISO / hist.dxr / 00224.ls < prev    next >
Encoding:
Text File  |  1996-08-17  |  168 b   |  13 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.   cursor(4)
  11.   go("nvid4")
  12. end
  13.