home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gPanoMovieObj, languagechosen
- CloseNavMovie()
- ClosePanoMovie()
- set the visible of sprite 18 to 1
- set the ink of sprite 1 to 0
- set the ink of sprite 2 to 0
- updateStage()
- set the ink of sprite 1 to 1
- set the ink of sprite 2 to 1
- updateStage()
- setup()
- OpenPanoMovie(the text of cast "Pano Filename", 1, 1)
- if objectp(gPanoMovieObj) then
- go("Pano CallBacks")
- put gPanoMovieObj(mGetNodeID) into field "Current Node ID"
- put "0" into field "Current Hot Spot ID"
- else
- updateStage()
- alert("Can't open file:" & RETURN & RETURN & QUOTE & the text of cast "Pano Filename" & QUOTE & RETURN & RETURN & "as a panoramic movie.")
- go("Start")
- end if
- end
-
- on enterFrame
- end
-