home *** CD-ROM | disk | FTP | other *** search
- on initLocal
- global markerlist, browsetrail, browseName, CR, bkMrkList, seeAlsoText, subHeaderText, letrIndexText, shMkrLst, filterStatus, searchList
- set letrIndexText to ImportFile("Oindex.txt")
- set seeAlsoText to "Pop and Rock" & CR & "The Beatles" & CR & "The Sex Pistols"
- set subHeaderText to EMPTY
- set shMkrLst to "1" & CR & "2"
- set browseName to "Oasis"
- put " " 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
-