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

  1. global gVideoObj
  2.  
  3. on exitFrame
  4.   if videoFinished(gVideoObj) then
  5.     go("mainVid")
  6.   end if
  7.   go(the frame)
  8. end
  9.