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

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