home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / tools.dir / 00368.ls < prev    next >
Encoding:
Text File  |  1995-01-25  |  185 b   |  11 lines

  1. on mouseDown
  2.   set the castNum of sprite the clickOn to the number of cast "DemoStop lit"
  3.   repeat while the stillDown
  4.     updateStage()
  5.   end repeat
  6. end
  7.  
  8. on mouseUp
  9.   demoQTstop()
  10. end
  11.