home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gIdiom, gTheAnalyzer
- set dest to 0
- gTheAnalyzer(mInitMovie, "Hist")
- set inventorName to the text of cast "AnalyzerLink"
- set theObject to gTheAnalyzer(mGetObject)
- if objectp(theObject) then
- set theObjectName to theObject(mGetName)
- if inventorName <> theObjectName then
- set inventorSection to theObject(mGetInventorSection, inventorName)
- set dest to marker(inventorSection - 1)
- set the text of cast "AnalyzerLink" to theObjectName
- end if
- end if
- if dest then
- go(dest)
- else
- MyPreload()
- setUpQt("HIST1" & gIdiom & ".MOV", 321, 183, "PLAY")
- end if
- end
-