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

  1. on enterFrame
  2.   global Chars4and5, gGettingMarker
  3.   set Chars4and5 to "03"
  4.   set the visible of sprite 48 to 1
  5.   set the visible of sprite 6 to 0
  6.   if gGettingMarker <> 1 then
  7.     HideRandoms()
  8.   end if
  9.   DispNavControls()
  10. end
  11.