home *** CD-ROM | disk | FTP | other *** search
- on GoDatabaseMed name
- global gMakerNum, gWhichMov, lastClick, gDataPath, goto, cursorcast
- if cursorcast = 0 then
- cursor(4)
- set gWhichMov to the movieName
- set names to ["BANTING", "BARNARD", "EHRLICH", "SPOCK", "SANGER", "MONTAGNIER", "STEPTOE", "CRICK", "PINCUS", "FLEMING"]
- set nums to [8, 10, 52, 166, 158, 124, 169, 39, 146, 58]
- set num to getPos(names, lastClick)
- set gMakerNum to getAt(nums, num)
- GetPaths()
- set goto to marker(0)
- GoMovie(gDataPath & "BODY.DIR", "database")
- abort()
- end if
- set lastClick to name
- end
-