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

  1. on enterFrame
  2.   global nowPlaying, gMediaType
  3.   if the visible of sprite 31 then
  4.     HideAudioControls()
  5.   end if
  6.   MultiMediaEnterFrameScript()
  7.   if nowPlaying <> 1 then
  8.     HideAudioControls()
  9.   end if
  10. end
  11.  
  12. on exitFrame
  13.   global nowPlaying
  14.   ShowSprite("4,5,6,7,8,9,10,11,12,13")
  15.   NavHelper("42,43")
  16. end
  17.