home *** CD-ROM | disk | FTP | other *** search
/ Eidos Interactive CD-ROM 1997 / EIDOS.ISO / data / intro.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1997-10-27  |  124 b   |  9 lines

  1. on exitFrame
  2.   cursor(-1)
  3.   if the videoForWindowsPresent = 0 then
  4.     go("noVideo")
  5.   else
  6.     go(1, "video")
  7.   end if
  8. end
  9.