home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / gallery.dir / 00018.ls < prev    next >
Encoding:
Text File  |  1994-12-18  |  242 b   |  14 lines

  1. global gStopSprite
  2.  
  3. on mouseDown
  4.   puppetSprite(the clickOn, 1)
  5.   set the castNum of sprite gStopSprite to the number of cast "stopGallery lit"
  6.   repeat while the stillDown
  7.     updateStage()
  8.   end repeat
  9. end
  10.  
  11. on mouseUp
  12.   galleryQTstop()
  13. end
  14.