home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- -- 2nd Movie Display Frame Script
- global gQTVRObj
-
- if isQTVRMovie(gQTVRObj) then
- if rollover(10) then
- -- changes from previous frame script
- put QTVRMouseOver(gQTVRObj) into returnVar -- stick the return result in a variable
- put returnVar -- put that in the message box
- else
- QTVRIdle(gQTVRObj)
- cursor 200
- cursor -1
- end if
- end if
- go the frame
- end