home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 21 / CTROM21A.mdf / mmm / trucs.dxr / 00039_os1_3.ls < prev    next >
Encoding:
Text File  |  1999-09-27  |  609 b   |  18 lines

  1. global Categorie, MaxItems, Hoofdcategorie
  2.  
  3. on mouseUp
  4.   Categorie = 1
  5.   MaxItems = 9
  6.   repeat with i = 1 to member("lijst_hardware").lineCount
  7.     set the foreColor of line i of field "Lijst_Hardware" to the foreColor of line 1 of field "Field_kleuren"
  8.   end repeat
  9.   Hoofdcategorie = "HARDWARE"
  10.   set the height of sprite 44 to member("lijst_Hardware").height + 7
  11.   set the locV of sprite 45 to the locV of sprite 44 + the height of sprite 44
  12.   set the visible of sprite 43 to 1
  13.   set the visible of sprite 44 to 1
  14.   set the visible of sprite 45 to 1
  15.   set the visible of sprite 46 to 1
  16.   updateStage()
  17. end
  18.