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 / 00054.ls < prev    next >
Encoding:
Text File  |  1999-09-17  |  297 b   |  13 lines

  1. on mouseUp
  2.   if not (the visible of sprite 28) then
  3.     repeat with i = 28 to 31
  4.       set the visible of sprite i to 1
  5.     end repeat
  6.     set the scrollTop of member "fieldElencoCategory" to 0
  7.   else
  8.     repeat with i = 28 to 31
  9.       set the visible of sprite i to 0
  10.     end repeat
  11.   end if
  12. end
  13.