home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1995 November / WHAT_PC_NOV_1995.ISO / system / whatpc.dir / 00103.ls < prev    next >
Encoding:
Text File  |  1999-10-16  |  161 b   |  9 lines

  1. on exitFrame
  2.   mci("status video mode")
  3.   if the result = "stopped" then
  4.     mci("close video")
  5.     set the visible of sprite 48 to 0
  6.   end if
  7.   go("NASA2")
  8. end
  9.