home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / t-online / decoder / formular.dir / 00075.ls < prev    next >
Encoding:
Text File  |  1997-02-10  |  238 b   |  15 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     set the castNum of sprite 16 to 95
  4.     updateStage()
  5.   end repeat
  6. end
  7.  
  8. on mouseUp
  9.   go("info")
  10.   repeat with i = 14 to 25
  11.     set the visible of sprite i to 1
  12.   end repeat
  13.   updateStage()
  14. end
  15.