home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gTheAnalyzer, gMovieSprite
- sound stop 1
- sound stop 2
- click()
- gTheAnalyzer(mResetMainContent)
- SetCast(gMovieSprite, "VideoConsoleStandby")
- updateStage()
- set theSubsys to gTheAnalyzer(mGetSubsys)
- set dest to the frame
- if objectp(theSubsys) then
- set dest to label(theSubsys(mGetName) & "BrowseOUT")
- end if
- if dest > 1 then
- go(dest)
- end if
- end
-