home *** CD-ROM | disk | FTP | other *** search
- global Categorie, MaxItems, Hoofdcategorie
-
- on mouseUp
- Categorie = 1
- MaxItems = 9
- repeat with i = 1 to member("lijst_hardware").lineCount
- set the foreColor of line i of field "Lijst_Hardware" to the foreColor of line 1 of field "Field_kleuren"
- end repeat
- Hoofdcategorie = "HARDWARE"
- set the height of sprite 44 to member("lijst_Hardware").height + 7
- set the locV of sprite 45 to the locV of sprite 44 + the height of sprite 44
- set the visible of sprite 43 to 1
- set the visible of sprite 44 to 1
- set the visible of sprite 45 to 1
- set the visible of sprite 46 to 1
- updateStage()
- end
-