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

  1. on enterFrame
  2.   global gComingFromJG
  3.   if gComingFromJG = 1 then
  4.     set the visible of sprite 47 to 1
  5.   else
  6.     set the visible of sprite 47 to 0
  7.   end if
  8.   HideAudioControls()
  9. end
  10.  
  11. on exitFrame
  12.   go(marker(0) + 1)
  13.   NavHelper("42,43")
  14. end
  15.