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

  1. on mouseDown
  2.   set the castNum of sprite 18 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("tvid5")
  12. end
  13.