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

  1. on enterFrame
  2.   repeat with count = 7 to 9
  3.     set the visible of sprite count to 0
  4.   end repeat
  5.   NavHelper("42,43")
  6.   InkHelper("5,4,3,2", 39)
  7. end
  8.  
  9. on exitFrame
  10.   ToggleControls()
  11. end
  12.