home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / tools.dir / 00443.ls < prev    next >
Encoding:
Text File  |  1995-01-25  |  331 b   |  12 lines

  1. on enterFrame
  2.   global gQTMovieSprite, gVidPlaySprite, gVidPauseSprite
  3.   if the movieRate of sprite gQTMovieSprite = 0 then
  4.     set the castNum of sprite gVidPlaySprite to the number of cast "VidPlay"
  5.     set the castNum of sprite gVidPauseSprite to the number of cast "VidPause lit"
  6.   end if
  7. end
  8.  
  9. on exitFrame
  10.   go(the frame)
  11. end
  12.