home *** CD-ROM | disk | FTP | other *** search
/ GQ - Louise, World Cup, …remy Clarkson, Armageddon / GQCD.iso / files / chrtvid.dxr / 00054.ls < prev    next >
Encoding:
Text File  |  1998-05-21  |  519 b   |  21 lines

  1. global gMasterObj, gVideoObj, REW, STP, PLY, FWD, PSE, EJT
  2.  
  3. on exitFrame
  4.   autoRollover(gMasterObj, REW, EJT)
  5.   if videoAtStart(gVideoObj) then
  6.     if not videoStopped(gVideoObj) then
  7.       resetVideo(gVideoObj)
  8.       autoSwitchON(gMasterObj, STP, REW, EJT)
  9.     end if
  10.   end if
  11.   if videoFinished(gVideoObj) then
  12.     if not videoStopped(gVideoObj) then
  13.       stopVideo(gVideoObj)
  14.     end if
  15.     autoSwitchON(gMasterObj, EJT, REW, EJT)
  16.     autoGoMovie(gMasterObj, "chrtMAIN", 1, 1)
  17.   else
  18.     go(the frame)
  19.   end if
  20. end
  21.