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

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