home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 November / SHOWCASE.ISO / files / gallery.dir / 00018_Script_18 < prev    next >
Text File  |  1995-06-12  |  247b  |  12 lines

  1. global gStopSprite
  2. on mouseDown
  3.   puppetSprite (the clickon), 1
  4.   set the castNum of sprite gStopSprite = the number of cast "stopGallery lit"
  5.   repeat while the stilldown
  6.     updatestage
  7.   end repeat
  8. end
  9.  
  10. on mouseUp
  11.   galleryQTstop
  12. end