home *** CD-ROM | disk | FTP | other *** search
/ The VPRO Digital Guide 1994 / vpro.iso / vpro1 / md.dir / 00101.ls < prev    next >
Encoding:
Text File  |  1994-08-28  |  191 b   |  12 lines

  1. on enterFrame
  2.   global nowPlaying
  3.   NavHelper("42,43")
  4.   if nowPlaying then
  5.     MultiMediaEnterFrameScript()
  6.   else
  7.     DispNavControls()
  8.     flashEm("2345")
  9.   end if
  10.   go(marker(0) + 1)
  11. end
  12.