home *** CD-ROM | disk | FTP | other *** search
- on initLocal
- global markerlist, browsetrail, browseName, bkMrkList, CR, seeAlsoText, subHeaderText, letrIndexText, shMkrLst, filterStatus, searchList
- set letrIndexText to ImportFile("Dindex.txt")
- set seeAlsoText to "African Music" & CR & "Ballet" & CR & "Drums" & CR & "Folk Dance" & CR & "Indian Music" & CR & "Initiation Ceremonies" & CR & "Jazz" & CR & "Musicals" & CR & "Graham, Martha" & CR & "Astair, Fred" & CR & "Kelly, Gene"
- put " " into field 442
- set subHeaderText to "Indian Dance" & CR & "African dance" & CR & "Contemporary dance" & CR & "Tap dancing" & CR & "Social dance" & CR & "Choreography"
- set shMkrLst to "2" & CR & "3" & CR & "3" & CR & "4" & CR & "5" & CR & "6"
- set markerlist to EMPTY
- set browseName to "Dance"
- 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
-