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 / 00041.ls < prev    next >
Encoding:
Text File  |  1999-09-17  |  164 b   |  8 lines

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