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

  1. on mouseUp
  2.   put line the mouseLine of field "fieldElencoCategory" into field "fieldUserCategory"
  3.   repeat with i = 28 to 31
  4.     set the visible of sprite i to 0
  5.   end repeat
  6. end
  7.