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

  1. global gMasterObj, gVideoObj
  2.  
  3. on exitFrame
  4.   if videoFinished(gVideoObj) then
  5.     autoGoMovie(gMasterObj, "sprtMAIN", 1, 0)
  6.   else
  7.     if not rollOver(2) then
  8.       cursor(-1)
  9.     end if
  10.     go(the frame)
  11.   end if
  12. end
  13.