home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global castData, theMenu, linePtr
- if stringp(theMenu) = 0 then
- set theMenu to EMPTY
- end if
- if theMenu = "Index" then
- goToMenuItem()
- else
- if theMenu = "bookMark" then
- set movieName to line linePtr + 1 of field 483
- set MDMovie to selectMDMovie(movieName)
- if MDMovie <> 0 then
- goNextLoc(MDMovie, 1, marker(0))
- else
- beep()
- end if
- else
- if item 1 of theMenu <> EMPTY then
- getMenuItem()
- goToMenuItem()
- else
- if the doubleClick then
- goToMenuItem()
- end if
- end if
- end if
- end if
- end
-