home *** CD-ROM | disk | FTP | other *** search
- global gMasterObj, gVideoObj, REW, STP, PLY, FWD, PSE, EJT
-
- on exitFrame
- autoRollover(gMasterObj, REW, EJT)
- if videoAtStart(gVideoObj) then
- if not videoStopped(gVideoObj) then
- resetVideo(gVideoObj)
- autoSwitchON(gMasterObj, STP, REW, EJT)
- end if
- end if
- if videoFinished(gVideoObj) then
- if not videoStopped(gVideoObj) then
- stopVideo(gVideoObj)
- end if
- autoSwitchON(gMasterObj, EJT, REW, EJT)
- autoGoMovie(gMasterObj, "chrtMAIN", 1, 1)
- else
- go(the frame)
- end if
- end
-