home *** CD-ROM | disk | FTP | other *** search
- on initLocal
- global markerlist, CR, seeAlsoText, subHeaderText, letrIndexText, shMkrLst, browseName, bkMrkList, filterStatus, searchList
- set letrIndexText to ImportFile("Bindex.txt")
- set seeAlsoText to "Caterpillars" & CR & "Insects" & CR & "Metamorphosis" & CR & "Migration" & CR & "Moths"
- set subHeaderText to "Mating, eggs and caterpillars" & CR & "Long-distance flights" & CR & "Endangered species"
- set shMkrLst to "1" & CR & "3" & CR & "4"
- set browseName to "Butterflies"
- put EMPTY into field 442
- set markerlist to EMPTY
- set theList to the labelList
- repeat with n = 1 to the number of lines in theList
- if char 1 of line n of theList = "p" then
- put marker(line n of theList) into line n of markerlist
- end if
- end repeat
- if bkMrkList contains browseName then
- set the locH of sprite 4 to 320
- else
- set the locH of sprite 4 to 1000
- end if
- set filterStatus to "11111111111"
- set searchList to field 428
- end
-