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

  1. on enterFrame
  2.   global nowPlaying
  3.   if nowPlaying = 1 then
  4.     DispQTControls()
  5.     QTEnterFrameScript()
  6.   end if
  7. end
  8.  
  9. on exitFrame
  10.   global gNext, gPrev
  11.   if (gNext <> 1) and (gPrev <> 1) then
  12.     go(the frame - 2)
  13.   end if
  14. end
  15.