home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif 7 / cd.iso / pc / PC / Demos / GroovMak / data1.cab / Program_Executable_Files / Media / LoadU.dxr / 00042.ls < prev    next >
Encoding:
Text File  |  1999-09-17  |  164 b   |  8 lines

  1. on mouseUp
  2.   set the visible of sprite 26 to 1
  3.   set the visible of sprite 27 to 0
  4.   repeat with i = 24 to 25
  5.     set the visible of sprite i to 0
  6.   end repeat
  7. end
  8.