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

  1. on mouseUp
  2.   set the visible of sprite 14 to 0
  3.   set the visible of sprite 15 to 0
  4.   repeat with i = 17 to 25
  5.     set the visible of sprite i to 0
  6.   end repeat
  7.   updateStage()
  8.   go("kabel")
  9. end
  10.